From ce70974f99cd377579e9b07873c8ce79df6e05c3 Mon Sep 17 00:00:00 2001
From: zhangchengsong <zhangchengsong@hnkhzn.com>
Date: 星期二, 14 四月 2026 20:47:26 +0800
Subject: [PATCH] '完善二楼出库放货中屏蔽光栅'

---
 项目代码/WIDESEAWCS_Client/src/views/taskinfo/task.vue |   35 ++++++++++++++++++++++++++++-------
 1 files changed, 28 insertions(+), 7 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Client/src/views/taskinfo/task.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Client/src/views/taskinfo/task.vue"
index eb69ed2..ad81b45 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Client/src/views/taskinfo/task.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEAWCS_Client/src/views/taskinfo/task.vue"
@@ -26,8 +26,29 @@
       url: "/Task/",
       sortName: "CreateDate",
     });
-    const editFormFields = ref({});
-    const editFormOptions = ref([]);
+    const editFormFields = ref({
+      taskNum: "",
+      palletCode: "",
+      roadway: "",
+      taskType:"",
+      sourceAddress: "",
+      targetAddress: "",
+      currentAddress: "",
+      nextAddress: "",
+      creater: "",
+      createDate: "",
+      wmStaskid:"",
+      deviceuuid:""
+    });
+    const editFormOptions = ref([
+        [{
+          title: "浠诲姟鐘舵��",
+          field: "taskState",
+          type: "select",
+          dataKey: "taskState",
+          data: [],
+        },]
+    ]);
     const searchFormFields = ref({
       taskNum: "",
       palletCode: "",
@@ -85,14 +106,14 @@
         field: "taskNum",
         title: "WCS浠诲姟鍙�",
         type: "int",
-        width: 90,
+        width: 100,
         align: "left",
       },
       {
-        field: "WMStaskid",
+        field: "wmStaskid",
         title: "WMS浠诲姟鍙�",
         type: "string",
-        width: 90,
+        width: 180,
         align: "left",
       },
       {
@@ -157,9 +178,8 @@
         field: "exceptionMessage",
         title: "寮傚父淇℃伅",
         type: "string",
-        width: 90,
+        width: 200,
         align: "left",
-        hidden: true,
       },
       // {
       //   field: "grade",
@@ -195,6 +215,7 @@
         type: "string",
         width: 90,
         align: "left",
+        bind: { key: "", data: [{value:"WCS",key:"WCS"},{value:"WMS",key:"WMS"}] },
       },
       {
         field: "createDate",

--
Gitblit v1.9.3