fix(发货记录列表): 页面提交后“入库校验”的按钮丢失
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<div class="appPage listPage">
|
<div class="appPage listPage">
|
||||||
<h1 class="page-title">发货记录列表</h1>
|
<h1 class="page-title">发货记录列表</h1>
|
||||||
<h1 class="page-sub-title" th:text="|共${page.total}条记录|"></h1>
|
<h1 class="page-sub-title" th:text="|共${page.total}条记录|"></h1>
|
||||||
<form id="listForm" th:action="|purchaseStock/list.html?pageType=${pageType}|" method="post">
|
<form id="listForm" th:action="|purchaseStock/list.html|" method="post">
|
||||||
<input type="hidden" name="displayMode" th:value="${displayMode}">
|
<input type="hidden" name="displayMode" th:value="${displayMode}">
|
||||||
<div class="toolBar">
|
<div class="toolBar">
|
||||||
<input hidden name="pageType" th:value="${pageType}"/>
|
<input hidden name="pageType" th:value="${pageType}"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user