From 106df4aeb1592a6189ff3d4e9d555a8b8596d8f2 Mon Sep 17 00:00:00 2001
From: pengcheng <1432755665@qq.com>
Date: Mon, 23 Mar 2020 17:02:54 +0800
Subject: [PATCH] 出库单界面修改

---
 src/main/resources/templates/shipment/shipmentHeader/shipmentHeader.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/main/resources/templates/shipment/shipmentHeader/shipmentHeader.html b/src/main/resources/templates/shipment/shipmentHeader/shipmentHeader.html
index cf01ec6..a2bbf8a 100644
--- a/src/main/resources/templates/shipment/shipmentHeader/shipmentHeader.html
+++ b/src/main/resources/templates/shipment/shipmentHeader/shipmentHeader.html
@@ -206,7 +206,7 @@
     var prefix = ctx + "shipment/shipmentHeader";
     var prefix_detail = ctx + "shipment/shipmentDetail";
     var datas = [[${@dict.getType('sys_normal_disable')}]];
-    var shipmentTypes=[[${@shipmentTypeService.getType()}]];
+    var shipmentTypes=[[${@ShipmentTypeService.getType()}]];
     var shipmentHeaderStatus=[[${@dict.getType('shipmentHeaderStatus')}]];
     var stations = [[${@dict.getType('station')}]];
     var uploadStatus=[[${@dict.getType('uploadStatus')}]];
@@ -556,7 +556,6 @@
                 $('#shipmentCompanyCode').val(value.data.companyCode);
                 $('#shipmentSourceCode').val(value.data.referCode);
                 $('#shipmentSourcePlatform').val(value.data.referPlatform);
-                $('#shipmentType').val(shipmentTypes.filter(function(a){return a.dictValue==value.data.shipmentType})[0].dictLabel);
                 $('#shipmentShipTo').val(value.data.customerCode);
                 $('#shipmentPriority').val(value.data.priority);
                 $('#shipmentTotalQty').val(value.data.totalQty);
--
libgit2 0.22.2