From a87eee72770da479f043462787c17c534062a318 Mon Sep 17 00:00:00 2001
From: zhangchengsong <zhangchengsong@hnkhzn.com>
Date: 星期三, 01 四月 2026 09:25:06 +0800
Subject: [PATCH] 添加手动创建出入任务功能

---
 项目代码/WIDESEAWCS_Client/src/views/taskinfo/task.vue |   18 ++----------------
 1 files changed, 2 insertions(+), 16 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 9171966..bf794bb 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"
@@ -27,26 +27,12 @@
       sortName: "CreateDate",
     });
     const editFormFields = ref({
-      taskNum: "",
       palletCode: "",
-      roadway: "",
       taskType:"",
       sourceAddress: "",
       targetAddress: "",
-      currentAddress: "",
-      nextAddress: "",
-      creater: "",
-      createDate: "",
-      grade:"",
     });
     const editFormOptions = ref([
-        [{
-          title: "浠诲姟鐘舵��",
-          field: "taskState",
-          type: "select",
-          dataKey: "taskState",
-          data: [],
-        },]
     ]);
     const searchFormFields = ref({
       taskNum: "",
@@ -109,10 +95,10 @@
         align: "left",
       },
       {
-        field: "WMStaskid",
+        field: "wmStaskid",
         title: "WMS浠诲姟鍙�",
         type: "string",
-        width: 100,
+        width: 180,
         align: "left",
       },
       {

--
Gitblit v1.9.3