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_hty.vue | 32 ++++++++++++++++----------------
1 files changed, 16 insertions(+), 16 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/taskinfo/task_hty.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/taskinfo/task_hty.vue"
index 97bd9fc..05993b7 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/taskinfo/task_hty.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WCS/WIDESEAWCS_Client/src/views/taskinfo/task_hty.vue"
@@ -80,7 +80,6 @@
readonly: true,
require: true,
align: "left",
- sort:true,
},
{
field: "taskNum",
@@ -88,23 +87,22 @@
type: "int",
width: 90,
align: "left",
- sort:true,
- },
- {
- field: "palletCode",
- title: "鎵樼洏缂栧彿",
- type: "string",
- width: 200,
- align: "left",
- sort:true,
},
{
field: "roadway",
- title: "宸烽亾鍙�",
+ title: "鍖哄煙",
type: "string",
width: 90,
align: "left",
- sort:true,
+ bind:{key:"agvareaEnum",data:{}}
+ },
+ {
+ field: "agvName",
+ title: "AGV缂栧彿",
+ type: "string",
+ width: 90,
+ align: "left",
+ bind:{key:"agvareaEnum",data:{}}
},
{
field: "taskType",
@@ -113,7 +111,6 @@
width: 90,
align: "left",
bind: { key: "taskType", data: [] },
- sort:true,
},
{
field: "taskState",
@@ -122,7 +119,6 @@
width: 150,
align: "left",
bind: { key: "taskState", data: [] },
- sort:true,
},
{
field: "sourceAddress",
@@ -130,6 +126,7 @@
type: "int",
width: 120,
align: "left",
+ bind: { key: "location", data: [] },
},
{
field: "targetAddress",
@@ -137,6 +134,7 @@
type: "string",
width: 120,
align: "left",
+ bind: { key: "location", data: [] },
},
{
field: "currentAddress",
@@ -144,6 +142,8 @@
type: "string",
width: 120,
align: "left",
+ bind: { key: "location", data: [] },
+ hidden:true,
},
{
field: "nextAddress",
@@ -151,6 +151,8 @@
type: "string",
width: 120,
align: "left",
+ bind: { key: "location", data: [] },
+ hidden:true,
},
{
field: "exceptionMessage",
@@ -195,7 +197,6 @@
type: "datetime",
width: 150,
align: "left",
- sort:true,
},
{
field: "modifier",
@@ -210,7 +211,6 @@
type: "datetime",
width: 160,
align: "left",
- sort:true,
},
{
field: "remark",
--
Gitblit v1.9.3