From 5bbb8e206ae8328a5e1233eb43ed4ecb2a02a98e Mon Sep 17 00:00:00 2001
From: yangpeixing <yangpeixing@hnkhzn.com>
Date: 星期二, 25 十一月 2025 11:06:46 +0800
Subject: [PATCH] 1

---
 项目代码/WMS/WIDESEA_WMSClient/src/views/widesea_wms/Order/InboundOrder.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/Order/InboundOrder.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/Order/InboundOrder.vue"
index 0d5f22b..810048f 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/Order/InboundOrder.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/widesea_wms/Order/InboundOrder.vue"
@@ -20,7 +20,7 @@
             cnName: '鍏ュ簱鍗曟嵁',
             name: '',
             url: "/InboundOrder/",
-            sortName: ""
+            sortName: "upperOrderNo"
         });
         const editFormFields = ref({
             // id: "",
@@ -52,7 +52,7 @@
                 { "title": "璁㈠崟缂栧彿", "field": "orderNo", "type": "text" },
                 { "title": "涓婃父鍗曞彿", "field": "upperOrderNo", "type": "text" },
                 { "title": "闇�姹傚垎绫�", "field": "demandClassification", "type": "text" },
-                { "title": "鍗曟嵁绫诲瀷", "field": "orderType", "type": "text" },
+                { "title": "鍗曟嵁绫诲瀷", "field": "orderType", "type": "select", dataKey:"orderTypeEmun", data: [] },
 
             ],
             [
@@ -75,7 +75,7 @@
             { field: 'materialName', title: '鐗╂枡鍚嶇О', type: 'string', width: 180, align: 'left' },
             { field: 'quantity', title: '鏁伴噺', type: 'string', width: 90, align: 'left' },
             { field: 'demandClassification', title: '闇�姹傚垎绫�', type: 'string', width: 180, align: 'left' },
-            { field: 'orderType', title: '鍗曟嵁绫诲瀷', type: 'string', width: 110, align: 'left' },
+            { field: 'orderType', title: '鍗曟嵁绫诲瀷', type: 'string', width: 110, align: 'left' , bind: { key: "orderTypeEmun", data: [] } },
             { field: 'wareHouseId', title: '浠撳簱', type: 'string', width: 120, align: 'left', bind: { key: "WareAreaTypeEnable", data: [] } },
             // { field: 'warehouseName', title: '浠撳簱鍚嶇О', type: 'string', width: 120, align: 'left' },
             { field: 'datetime', title: '鏃堕棿', type: 'string', width: 180, align: 'left' },

--
Gitblit v1.9.3