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 |   43 ++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 42 insertions(+), 1 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 dc39d6a..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,6 +40,8 @@
       nextAddress: "",
       creater: "",
       createDate: "",
+      materialType:"",
+      plcTo:""
     });
     const searchFormOptions = ref([
       [
@@ -71,6 +73,22 @@
         { title: "鍒涘缓浜�", field: "creater", type: "like" },
         { title: "鍒涘缓鏃堕棿", field: "createDate", type: "datetime" },
       ],
+      [
+      {
+          title: "鐗╂枡绫诲瀷",
+          field: "materialType",
+          type: "selectList",
+          dataKey: "InventoryMaterialType",
+          data: [],
+      },
+      {
+          title: "鍘熸潗鏂欏幓鍚�",
+          field: "plcTo",
+          type: "selectList",
+          dataKey: "",
+          data: [{key:"8",value:"閿伴攲鍖�"},{key:"10",value:"闀嶉攲鍖�"},{key:"0",value:"鏃�"}],
+      }
+      ]
     ]);
     const columns = ref([
       {
@@ -96,6 +114,7 @@
         type: "string",
         width: 200,
         align: "left",
+        sort:true,
       },
       {
         field: "roadway",
@@ -103,6 +122,7 @@
         type: "string",
         width: 90,
         align: "left",
+        sort:true,
       },
       {
         field: "taskType",
@@ -111,6 +131,7 @@
         width: 90,
         align: "left",
         bind: { key: "taskTypeEnum", data: [] },
+        sort:true,
       },
       {
         field: "taskStatus",
@@ -119,7 +140,15 @@
         width: 150,
         align: "left",
         bind: { key: "taskStatusEnum", data: [] },
-      },
+        sort:true,
+      },{
+          field: "materialType",
+          title: "鐗╂枡绫诲瀷",
+          type: "string",
+          width: 100,
+          align: "left",
+          bind: { key: "InventoryMaterialType", data: [] },
+        },
       {
         field: "sourceAddress",
         title: "璧峰鍦板潃",
@@ -169,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浠诲姟涓婚敭",
@@ -191,6 +229,7 @@
         type: "datetime",
         width: 150,
         align: "left",
+        sort:true,
       },
       {
         field: "modifier",
@@ -205,6 +244,7 @@
         type: "datetime",
         width: 160,
         align: "left",
+        sort:true,
       },
       {
         field: "operateType",
@@ -221,6 +261,7 @@
         align: "left",
         hidden: true,
       },
+      
     ]);
     const detail = ref({
       cnName: "#detailCnName",

--
Gitblit v1.9.3