From 885bd60ed54a0642c48c57a3d685cba24e4c763b Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期日, 08 十二月 2024 11:33:07 +0800
Subject: [PATCH] 1

---
 代码管理/WMS/WIDESEA_WMSClient/src/views/taskinfo/task_hty.vue |   19 ++++++++++++++++++-
 1 files changed, 18 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..c53bd3e 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,7 @@
       nextAddress: "",
       creater: "",
       createDate: "",
+      materialType:""
     });
     const searchFormOptions = ref([
       [
@@ -71,6 +72,15 @@
         { title: "鍒涘缓浜�", field: "creater", type: "like" },
         { title: "鍒涘缓鏃堕棿", field: "createDate", type: "datetime" },
       ],
+      [
+      {
+          title: "鐗╂枡绫诲瀷",
+          field: "materialType",
+          type: "selectList",
+          dataKey: "InventoryMaterialType",
+          data: [],
+        }
+      ]
     ]);
     const columns = ref([
       {
@@ -119,7 +129,14 @@
         width: 150,
         align: "left",
         bind: { key: "taskStatusEnum", data: [] },
-      },
+      },{
+          field: "materialType",
+          title: "鐗╂枡绫诲瀷",
+          type: "string",
+          width: 100,
+          align: "left",
+          bind: { key: "InventoryMaterialType", data: [] },
+        },
       {
         field: "sourceAddress",
         title: "璧峰鍦板潃",

--
Gitblit v1.9.3