Commit fa39bb076a7dfa686ceec6b42100458ddb4d878e

Authored by pengcheng
1 parent b0f6430f

界面修改

src/main/resources/templates/config/shipmentPreference/edit.html
... ... @@ -5,7 +5,7 @@
5 5 <body class="white-bg">
6 6 <div class="wrapper wrapper-content animated fadeInRight ibox-content" th:object="${shipmentPreference}">
7 7 <form class="form-horizontal m" id="form-shipmentPreference-edit">
8   - <input name="id" th:field="*{id}">
  8 + <input name="id" type="hidden" th:field="*{id}">
9 9 <div class="form-group">
10 10 <label class="col-sm-3 control-label">编码:</label>
11 11 <div class="col-sm-8">
... ...
src/main/resources/templates/shipment/shipmentHeader/shipmentHeader.html
... ... @@ -91,6 +91,10 @@
91 91 <!--shiro:hasPermission="shipment:bill:analysis">-->
92 92 <!--<i class="fa fa-plus"></i> 订单分析-->
93 93 <!--</a>-->
  94 + <!--<a class="btn btn-outline btn-success btn-rounded" onclick="wave()"-->
  95 + <!--shiro:hasPermission="shipment:bill:analysis">-->
  96 + <!--<i class="fa fa-plus"></i> 加入波次-->
  97 + <!--</a>-->
94 98 </div>
95 99 <table id="bootstrap-table" data-mobile-responsive="true" class="table table-bordered table-hover"></table>
96 100 </div>
... ...