导入明细表网页样式修改,添加阶段比较报告Excel导出字段
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<div class="appPage listPage">
|
||||
<h1 class="page-title">发货记录列表</h1>
|
||||
<h1 class="page-sub-title" th:text="|共${page.total}条记录|"></h1>
|
||||
<form id="listForm" th:action="|purchaseStock/list.html|" method="post">
|
||||
<form id="listForm" th:action="|purchaseStock/list.html?pageType=${pageType}|" method="post">
|
||||
<input type="hidden" name="displayMode" th:value="${displayMode}">
|
||||
<div class="toolBar">
|
||||
<input hidden name="pageType" th:value="${pageType}"/>
|
||||
|
||||
Reference in New Issue
Block a user