From 9be0aa679c29628c4519868c7242e75a47f5a7f6 Mon Sep 17 00:00:00 2001
From: Tiandele <tiandele@hnkhzn.com>
Date: 星期二, 17 三月 2026 16:54:40 +0800
Subject: [PATCH] 1
---
项目代码/WCS/WCSClient/src/views/taskinfo/task.vue | 36 ++++++++++++++++++++++++------------
1 files changed, 24 insertions(+), 12 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSClient/src/views/taskinfo/task.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSClient/src/views/taskinfo/task.vue"
index 4a5b91b..700ac48 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSClient/src/views/taskinfo/task.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WCSClient/src/views/taskinfo/task.vue"
@@ -32,7 +32,8 @@
creater: "",
createDate: "",
grade: "",
- productionLine: ""
+ carType:"",
+ pvi:""
});
const editFormOptions = ref([[{ title: "浼樺厛绾�", field: "grade", type: "int" },]]);
const searchFormFields = ref({
@@ -49,21 +50,16 @@
const searchFormOptions = ref([
[
{ title: "浠诲姟鍙�", field: "taskNum", type: "int" },
- { title: "鎵樼洏缂栧彿", field: "palletCode", type: "text" },
- {
+ { title: "婊戞﹪鍙�", field: "palletCode", type: "text" },
+ { title: "PVI鐮�", field: "palletCode", type: "text" },
+ {
title: "浠诲姟绫诲瀷",
field: "taskType",
type: "selectList",
dataKey: "taskType",
data: [],
- },
- {
- title: "浠诲姟鐘舵��",
- field: "taskState",
- type: "selectList",
- dataKey: "taskState",
- data: [],
- },
+ }
+
],
[
{ title: "璧峰鍦板潃", field: "sourceAddress", type: "text" },
@@ -72,10 +68,19 @@
{ title: "涓嬩竴浣嶇疆", field: "nextAddress", type: "text" },
],
[
+
+ {
+ title: "浠诲姟鐘舵��",
+ field: "taskState",
+ type: "selectList",
+ dataKey: "taskState",
+ data: [],
+ },
{ title: "宸烽亾鍙�", field: "roadway", type: "text" },
- { "title": "鐢熶骇浜х嚎", "field": "productionLine", type: "select", dataKey: "ProductionLine", data: [] },
+ // { "title": "鐢熶骇浜х嚎", "field": "productionLine", type: "select", dataKey: "ProductionLine", data: [] },
{ title: "鍒涘缓浜�", field: "creater", type: "text" },
{ title: "鍒涘缓鏃堕棿", field: "createDate", type: "datetime" },
+
],
]);
const columns = ref([
@@ -103,6 +108,13 @@
width: 100,
align: "left",
},
+ {
+ field: "pvi",
+ title: "PVI鐮�",
+ type: "string",
+ width: 100,
+ align: "left",
+ },
{
field: "roadway",
title: "宸烽亾鍙�",
--
Gitblit v1.9.3