Commit 106df4aeb1592a6189ff3d4e9d555a8b8596d8f2

Authored by pengcheng
1 parent fcacd1da

出库单界面修改

src/main/resources/templates/shipment/shipmentHeader/shipmentHeader.html
... ... @@ -206,7 +206,7 @@
206 206 var prefix = ctx + "shipment/shipmentHeader";
207 207 var prefix_detail = ctx + "shipment/shipmentDetail";
208 208 var datas = [[${@dict.getType('sys_normal_disable')}]];
209   - var shipmentTypes=[[${@shipmentTypeService.getType()}]];
  209 + var shipmentTypes=[[${@ShipmentTypeService.getType()}]];
210 210 var shipmentHeaderStatus=[[${@dict.getType('shipmentHeaderStatus')}]];
211 211 var stations = [[${@dict.getType('station')}]];
212 212 var uploadStatus=[[${@dict.getType('uploadStatus')}]];
... ... @@ -556,7 +556,6 @@
556 556 $('#shipmentCompanyCode').val(value.data.companyCode);
557 557 $('#shipmentSourceCode').val(value.data.referCode);
558 558 $('#shipmentSourcePlatform').val(value.data.referPlatform);
559   - $('#shipmentType').val(shipmentTypes.filter(function(a){return a.dictValue==value.data.shipmentType})[0].dictLabel);
560 559 $('#shipmentShipTo').val(value.data.customerCode);
561 560 $('#shipmentPriority').val(value.data.priority);
562 561 $('#shipmentTotalQty').val(value.data.totalQty);
... ...