From a8c315dc781efcf605546c92468adc58020692c5 Mon Sep 17 00:00:00 2001
From: heshaofeng <heshaofeng@hnkhzn.com>
Date: 星期二, 11 十一月 2025 11:40:04 +0800
Subject: [PATCH] 提交

---
 项目代码/WIDESEA_WMSClient/src/views/inbound/Dt_AllocateOrder.vue |   21 +++++++++------------
 1 files changed, 9 insertions(+), 12 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/inbound/Dt_AllocateOrder.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/inbound/Dt_AllocateOrder.vue"
index 9fddac1..38f1779 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/inbound/Dt_AllocateOrder.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WMSClient/src/views/inbound/Dt_AllocateOrder.vue"
@@ -24,17 +24,15 @@
     PalletDialog
   },
   setup() {
-    // 琛ㄦ牸鍩虹閰嶇疆锛氬榻愯皟鎷ㄥ崟瀹炰綋
     const table = ref({
       key: "id",
       footer: "Foots",
       cnName: "璋冩嫧鍗�",
       name: "allocateOrder",
-      url: "/allocateOrder/", // 鍚庣鎺ュ彛璺緞闇�涓庤皟鎷ㄥ崟鎺ュ彛鍖归厤
+      url: "/allocateOrder/",
       sortName: "id",
     });
 
-    // 缂栬緫琛ㄥ崟瀛楁锛氬搴擠t_AllocateOrder鍙紪杈戝睘鎬�
     const editFormFields = ref({
       orderNo: "",
       upperOrderNo: "",
@@ -48,7 +46,6 @@
       remark: "",
     });
 
-    // 缂栬緫琛ㄥ崟閰嶇疆锛氭寜瀹炰綋瀛楁绫诲瀷璁剧疆缁勪欢
     const editFormOptions = ref([
       [
         {
@@ -72,7 +69,7 @@
           title: "璁㈠崟绫诲瀷",
           field: "orderType",
           type: "select",
-          dataKey: "allocateOrderType", // 璋冩嫧鍗曚笓灞炴灇涓緆ey
+          dataKey: "allocateOrderType", 
           data: [],
           required: true,
         },
@@ -88,7 +85,7 @@
           title: "鏉ユ簮浠撳簱",
           field: "fromWarehouse",
           type: "select",
-          dataKey: "warehouses", // 浠撳簱鏋氫妇key锛堝鐢ㄦ垨鍗曠嫭閰嶇疆锛�
+          dataKey: "warehouses", 
           data: [],
           required: true,
         },
@@ -121,7 +118,7 @@
       ],
     ]);
 
-    // 鎼滅储琛ㄥ崟瀛楁锛氬搴擠t_AllocateOrder鏌ヨ灞炴��
+    
     const searchFormFields = ref({
       orderNo: "",
       upperOrderNo: "",
@@ -137,7 +134,7 @@
       createDate: "",
     });
 
-    // 鎼滅储琛ㄥ崟閰嶇疆锛氭寜鏌ヨ闇�姹傝缃瓧娈电被鍨�
+   
     const searchFormOptions = ref([
       [
         { title: "鍗曟嵁缂栧彿", field: "orderNo", type: "like" },
@@ -179,7 +176,7 @@
       ],
     ]);
 
-    // 涓昏〃鏍煎垪閰嶇疆锛氬畬鍏ㄥ榻怐t_AllocateOrder瀛楁
+    
     const columns = ref([
       {
         field: "id",
@@ -338,11 +335,11 @@
           width: 150,
           align: "left",
           required: true,
-          dataKey: "materielCodes", // 鐗╂枡缂栫爜鏋氫妇key
+          dataKey: "materielCodes", 
           data: [],
         },
         {
-          field: "materielName", // 瀹炰綋涓棤璇ュ瓧娈碉紝闇�鍚庣鍏宠仈杩斿洖鎴栬皟鏁翠负bind鏄犲皠
+          field: "materielName", 
           title: "鐗╂枡鍚嶇О",
           type: "string",
           width: 100,
@@ -466,7 +463,7 @@
       searchFormFields,
       searchFormOptions,
       columns,
-      detail,
+      detail, 
       palletVisible,
       currentPalletDocNo,
       handleOpenPalletDialog,

--
Gitblit v1.9.3