From f590d457f629d4a7cf6a5e2f77f5454d807e90db Mon Sep 17 00:00:00 2001
From: zhangchengsong <zhangchengsong@hnkhzn.com>
Date: 星期三, 08 四月 2026 14:09:15 +0800
Subject: [PATCH] 添加手动删除任务按钮功能
---
项目代码/WIDESEAWCS_Client/src/views/taskinfo/task.vue | 33 ++++++++++++++++++++++++++-------
1 files changed, 26 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..0e42b62 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,28 @@
url: "/Task/",
sortName: "CreateDate",
});
- const editFormFields = ref({});
- const editFormOptions = ref([]);
+ 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: "",
palletCode: "",
@@ -85,14 +105,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 +177,8 @@
field: "exceptionMessage",
title: "寮傚父淇℃伅",
type: "string",
- width: 90,
+ width: 200,
align: "left",
- hidden: true,
},
// {
// field: "grade",
--
Gitblit v1.9.3