Commit 7675014e92755a486918e524b725e833fca89bd8
Committed by
yihao.liu
1 parent
194b6d4c
wms2.0 27.预约-预约列表,新增,弹出框后有问题
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/resources/templates/receipt/reservation/reservation.html
... | ... | @@ -63,9 +63,9 @@ |
63 | 63 | </form> |
64 | 64 | </div> |
65 | 65 | <div class="btn-group hidden-xs" id="toolbar" role="group"> |
66 | - <a class="btn btn-outline btn-success btn-rounded" onclick="$.operate.add()" shiro:hasPermission="receipt:receiptHeader:add"> | |
66 | + <!--<a class="btn btn-outline btn-success btn-rounded" onclick="$.operate.add()" shiro:hasPermission="receipt:receiptHeader:add"> | |
67 | 67 | <i class="fa fa-plus"></i> 新增 |
68 | - </a> | |
68 | + </a>--> | |
69 | 69 | <a class="btn btn-outline btn-danger btn-rounded" onclick="$.operate.batRemove()" shiro:hasPermission="receipt:receiptHeader:remove"> |
70 | 70 | <i class="fa fa-trash-o"></i> 删除 |
71 | 71 | </a> |
... | ... |