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 |   28 ++++++++++++++++++++++++++--
 1 files changed, 26 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 c53bd3e..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([
@@ -106,6 +114,7 @@
         type: "string",
         width: 200,
         align: "left",
+        sort:true,
       },
       {
         field: "roadway",
@@ -113,6 +122,7 @@
         type: "string",
         width: 90,
         align: "left",
+        sort:true,
       },
       {
         field: "taskType",
@@ -121,6 +131,7 @@
         width: 90,
         align: "left",
         bind: { key: "taskTypeEnum", data: [] },
+        sort:true,
       },
       {
         field: "taskStatus",
@@ -129,6 +140,7 @@
         width: 150,
         align: "left",
         bind: { key: "taskStatusEnum", data: [] },
+        sort:true,
       },{
           field: "materialType",
           title: "鐗╂枡绫诲瀷",
@@ -186,7 +198,16 @@
         type: "datetime",
         width: 150,
         align: "left",
+        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浠诲姟涓婚敭",
@@ -208,6 +229,7 @@
         type: "datetime",
         width: 150,
         align: "left",
+        sort:true,
       },
       {
         field: "modifier",
@@ -222,6 +244,7 @@
         type: "datetime",
         width: 160,
         align: "left",
+        sort:true,
       },
       {
         field: "operateType",
@@ -238,6 +261,7 @@
         align: "left",
         hidden: true,
       },
+      
     ]);
     const detail = ref({
       cnName: "#detailCnName",

--
Gitblit v1.9.3