From f49fa4b5027cfdc27b429985d023e8002abcca2e Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期三, 05 十一月 2025 23:54:12 +0800
Subject: [PATCH] 1

---
 代码管理/WMS/WIDESEA_WMSClient/src/views/taskinfo/task_hty.vue |   21 +++++++++++++++++++--
 1 files changed, 19 insertions(+), 2 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/taskinfo/task_hty.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/taskinfo/task_hty.vue"
index b68fa6a..178503f 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/taskinfo/task_hty.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/taskinfo/task_hty.vue"
@@ -40,7 +40,8 @@
       nextAddress: "",
       creater: "",
       createDate: "",
-      materialType:""
+      materialType:"",
+      plcTo:""
     });
     const searchFormOptions = ref([
       [
@@ -79,7 +80,14 @@
           type: "selectList",
           dataKey: "InventoryMaterialType",
           data: [],
-        }
+      },
+      {
+          title: "鍘熸潗鏂欏幓鍚�",
+          field: "plcTo",
+          type: "selectList",
+          dataKey: "",
+          data: [{key:"8",value:"閿伴攲鍖�"},{key:"10",value:"闀嶉攲鍖�"},{key:"0",value:"鏃�"}],
+      }
       ]
     ]);
     const columns = ref([
@@ -193,6 +201,14 @@
         sort:true,
       },
       {
+          field: "plcTo",
+          title: "鍘熸潗鏂欏幓鍚�",
+          type: "int",
+          width: 100,
+          align: "left",
+          bind: { key: "", data: [{key:"8",value:"閿伴攲鍖�"},{key:"10",value:"闀嶉攲鍖�"},{key:"0",value:"鏃�"}] },
+        },
+      {
         field: "wMSId",
         title: "WMS浠诲姟涓婚敭",
         type: "int",
@@ -245,6 +261,7 @@
         align: "left",
         hidden: true,
       },
+      
     ]);
     const detail = ref({
       cnName: "#detailCnName",

--
Gitblit v1.9.3