From 3d1f19f7ab5f3adb28a29d5b955dc298aadf6973 Mon Sep 17 00:00:00 2001
From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com>
Date: 星期二, 17 六月 2025 16:56:16 +0800
Subject: [PATCH] 1
---
项目代码/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue | 24 ++++++++++++++++--------
1 files changed, 16 insertions(+), 8 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue"
index fb15e01..7c100bb 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue"
@@ -88,19 +88,21 @@
width: 90,
align: "left",
},
- // {
- // field: "palletCode",
- // title: "鎵樼洏缂栧彿",
- // type: "string",
- // width: 200,
- // align: "left",
- // },
{
field: "roadway",
title: "鍖哄煙",
type: "string",
width: 90,
align: "left",
+ bind:{key:"agvareaEnum",data:{}}
+ },
+ {
+ field: "agvName",
+ title: "AGV缂栧彿",
+ type: "string",
+ width: 90,
+ align: "left",
+ bind:{key:"agvareaEnum",data:{}}
},
{
field: "taskType",
@@ -108,7 +110,7 @@
type: "int",
width: 90,
align: "left",
- bind: { key: "agvStationEnum", data: [] },
+ bind: { key: "taskType", data: [] },
},
{
field: "taskState",
@@ -124,6 +126,7 @@
type: "int",
width: 120,
align: "left",
+ bind: { key: "location", data: [] },
},
{
field: "targetAddress",
@@ -131,6 +134,7 @@
type: "string",
width: 120,
align: "left",
+ bind: { key: "location", data: [] },
},
{
field: "currentAddress",
@@ -138,6 +142,8 @@
type: "string",
width: 120,
align: "left",
+ bind: { key: "location", data: [] },
+ hidden:true,
},
{
field: "nextAddress",
@@ -145,6 +151,8 @@
type: "string",
width: 120,
align: "left",
+ bind: { key: "location", data: [] },
+ hidden:true,
},
{
field: "exceptionMessage",
--
Gitblit v1.9.3