From 75d16a23d059439c7478f8d3f6372c29072ba84e Mon Sep 17 00:00:00 2001
From: xiaojiao <xiaojiao@kaokeziliao.com>
Date: 星期三, 06 五月 2026 16:27:14 +0800
Subject: [PATCH] 完善任务执行步骤
---
项目代码/WIDESEA_WCSClient/src/views/basicinfo/stationmanager.vue | 21 +++++++++++++++++++++
1 files changed, 21 insertions(+), 0 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WCSClient/src/views/basicinfo/stationmanager.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WCSClient/src/views/basicinfo/stationmanager.vue"
index 7e8d9a1..3620917 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WCSClient/src/views/basicinfo/stationmanager.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WCSClient/src/views/basicinfo/stationmanager.vue"
@@ -23,6 +23,8 @@
stationArea: "",
stationStatus: "",
remark: "",
+ stationDeviceCode: "",
+ stationChildCode: "",
});
const editFormOptions = ref([
[{ title: "绔欏彴浣嶇疆", field: "stationLocation", type: "string" }],
@@ -38,7 +40,10 @@
dataKey: "stationStatus",
data: [],
}],
+ [{ title: "鍙枡鍙峰湴鍧�", field: "stationChildCode", type: "string" }],
+ [{ title: "闆朵欢鍙峰湴鍧�", field: "stationDeviceCode", type: "string" }],
[{ title: "澶囨敞", field: "remark", type: "textarea" }],
+
]);
const searchFormFields = ref({
taskNum: "",
@@ -65,6 +70,8 @@
dataKey: "stationStatus",
data: [],
}],
+ [{ title: "鍙枡鍙峰湴鍧�", field: "stationChildCode", type: "string" }],
+ [{ title: "闆朵欢鍙峰湴鍧�", field: "stationDeviceCode", type: "string" }],
[{ title: "澶囨敞", field: "remark", type: "textarea" }],
]);
const columns = ref([
@@ -103,6 +110,20 @@
bind: { key: "stationStatus", data: [] }
},
{
+ field: "stationChildCode",
+ title: "鍙枡鍙峰湴鍧�",
+ type: "string",
+ width: 90,
+ align: "left",
+ },
+ {
+ field: "stationDeviceCode",
+ title: "闆朵欢鍙峰湴鍧�",
+ type: "string",
+ width: 90,
+ align: "left",
+ },
+ {
field: "remark",
title: "澶囨敞",
type: "string",
--
Gitblit v1.9.3