Showing
1 changed file
with
5 additions
and
5 deletions
... | @@ -97,8 +97,8 @@ | ... | @@ -97,8 +97,8 @@ |
97 | <th data-options="field:'PICK_TYPE', formatter:PickEnsure.formatPickType">提货方式</th> | 97 | <th data-options="field:'PICK_TYPE', formatter:PickEnsure.formatPickType">提货方式</th> |
98 | <th data-options="field:'PICKING_DATE'">提货日期</th> | 98 | <th data-options="field:'PICKING_DATE'">提货日期</th> |
99 | <th data-options="field:'PICK_STATUS_NAME'">提货状态</th> | 99 | <th data-options="field:'PICK_STATUS_NAME'">提货状态</th> |
100 | - <th data-options="field:'CODE'">网点编号</th> | 100 | + <th data-options="field:'TRUSTEESHIP_CYCLE'">托管周期</th> |
101 | - <th data-options="field:'NAME'">网点名称</th> | 101 | + <th data-options="field:'AMOUNT'">托管费用</th> |
102 | <th data-options="field:'EXPRESS_ADRESS'">收货地址</th> | 102 | <th data-options="field:'EXPRESS_ADRESS'">收货地址</th> |
103 | <th data-options="field:'INSURANCE'">保价金额</th> | 103 | <th data-options="field:'INSURANCE'">保价金额</th> |
104 | <th data-options="field:'CREATE_DATE'">申请时间</th> | 104 | <th data-options="field:'CREATE_DATE'">申请时间</th> |
... | @@ -111,9 +111,9 @@ | ... | @@ -111,9 +111,9 @@ |
111 | </table> | 111 | </table> |
112 | </div> | 112 | </div> |
113 | <div id="toolbar"> | 113 | <div id="toolbar"> |
114 | - <a href="javascript:PickEnsure.updateStatus(1)" class="easyui-linkbutton">确认通过</a> | 114 | + <%--<a href="javascript:PickEnsure.updateStatus(1)" class="easyui-linkbutton">确认通过</a>--%> |
115 | - <a href="javascript:PickEnsure.updateStatus(2)" class="easyui-linkbutton">确认否决</a> | 115 | + <%--<a href="javascript:PickEnsure.updateStatus(2)" class="easyui-linkbutton">确认否决</a>--%> |
116 | - <a href="javascript:PickEnsure.updateStatus(5)" class="easyui-linkbutton">过期作废</a> | 116 | + <%--<a href="javascript:PickEnsure.updateStatus(5)" class="easyui-linkbutton">过期作废</a>--%> |
117 | <a href="javascript:PickEnsure.updateCheckStatus()" class="easyui-linkbutton">技术审核</a> | 117 | <a href="javascript:PickEnsure.updateCheckStatus()" class="easyui-linkbutton">技术审核</a> |
118 | <a href="javascript:PickEnsure.printApplyList()" class="easyui-linkbutton">打印申请单</a> | 118 | <a href="javascript:PickEnsure.printApplyList()" class="easyui-linkbutton">打印申请单</a> |
119 | </div> | 119 | </div> | ... | ... |
-
Please register or login to post a comment