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);