Commit ddfdc921491c55d1a87ec7d33e0d1660b25f7c59

Authored by 陈翱
1 parent 0288cbd1

盘点页面修改

src/main/resources/templates/inventory/cycleCountDetail/cycleCountDetail.html
... ... @@ -63,10 +63,10 @@
63 63 shiro:hasPermission="inventory:cyclecountDetail:cyclecountRepeat">
64 64 <i class="fa fa-vcard"></i> 差异复盘
65 65 </a>-->
66   - <a class="btn btn-outline btn-primary btn-rounded" onclick="outcheckAll()"
67   - shiro:hasPermission="inventory:cyclecountDetail:createTask">
68   - <i class="fa fa-vcard"></i> 生成盘点任务
69   - </a>
  66 +<!-- <a class="btn btn-outline btn-primary btn-rounded" onclick="outcheckAll()"-->
  67 +<!-- shiro:hasPermission="inventory:cyclecountDetail:createTask">-->
  68 +<!-- <i class="fa fa-vcard"></i> 生成盘点任务-->
  69 +<!-- </a>-->
70 70 <a class="btn btn-outline btn-danger btn-rounded" onclick="batRemove()"
71 71 shiro:hasPermission="inventory:cyclecountDetail:remove">
72 72 <i class="fa fa-trash-o"></i> 删除
... ...
src/main/resources/templates/receipt/receiptHeader/receiptHeader.html
... ... @@ -226,7 +226,7 @@
226 226  
227 227 $(function() {
228 228 var options = {
229   - url: prefix + "/listPda",
  229 + url: prefix + "/list",
230 230 createUrl: prefix + "/add",
231 231 updateUrl: prefix + "/edit/{id}",
232 232 removeUrl: prefix + "/remove",
... ...