From c09d4c6bb14496999ca15aea80a6f60665bf788a Mon Sep 17 00:00:00 2001
From: zhangchengsong <zhangchengsong@hnkhzn.com>
Date: 星期一, 23 三月 2026 18:23:05 +0800
Subject: [PATCH] 添加手动完成、手动取消任务按钮
---
项目代码/WIDESEAWCS_Client/src/views/taskinfo/task.vue | 28 ++++++++++++++++++++++++----
1 files changed, 24 insertions(+), 4 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..9171966 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",
title: "WMS浠诲姟鍙�",
type: "string",
- width: 90,
+ width: 100,
align: "left",
},
{
--
Gitblit v1.9.3