From dea22f4759b5c8a4f79a3e93e5af1741f5e00ae4 Mon Sep 17 00:00:00 2001
From: Admin <Admin@ADMIN>
Date: 星期四, 26 三月 2026 19:51:02 +0800
Subject: [PATCH] 接口更新
---
项目代码/WIDESEAWCS_Client/src/views/taskinfo/task.vue | 30 +++++++++++++++++++++++++-----
1 files changed, 25 insertions(+), 5 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..c32eec0 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",
},
{
--
Gitblit v1.9.3