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 | 14 --------------
1 files changed, 0 insertions(+), 14 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 c32eec0..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: "",
--
Gitblit v1.9.3