Commit ae8734edf08000db44d17044c25317bb2b7e8459
1 parent
223b671c
feat: 自动出库开关加上权限控制
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/resources/templates/shipment/shipmentHeader/shipmentHeader.html
... | ... | @@ -188,12 +188,12 @@ |
188 | 188 | </a> |
189 | 189 | <a id="openAutoShipmentBtn" class="btn btn-outline btn-success btn-rounded" |
190 | 190 | onclick="autoShipment(1)" |
191 | - shiro:hasPermission="shipment:bill:wave"> | |
191 | + shiro:hasPermission="shipment:bill:open"> | |
192 | 192 | <i></i> 开启自动出库 |
193 | 193 | </a> |
194 | 194 | <a id="closeAutoShipmentBtn" class="btn btn-outline btn-success btn-rounded" |
195 | 195 | onclick="autoShipment(0)" |
196 | - shiro:hasPermission="shipment:bill:wave"> | |
196 | + shiro:hasPermission="shipment:bill:close"> | |
197 | 197 | <i></i> 关闭自动出库 |
198 | 198 | </a> |
199 | 199 | <a id="autoShipmentStatusBtn" class="btn btn-danger btn-rounded"></a> |
... | ... |