From 2ae5aa151f7b40a082e34aa7ed22b4b64edd1d3c Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期三, 11 六月 2025 17:13:56 +0800 Subject: [PATCH] 修改堆垛机通讯协议及交互逻辑 --- 代码管理/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue | 43 +++++++++++++++++++++++++------------------ 1 files changed, 25 insertions(+), 18 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue" index 1c1154f..d82dbd0 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue" @@ -52,7 +52,7 @@ }, { title: "浠诲姟鐘舵��", - field: "taskState", + field: "taskStatus", type: "selectList", dataKey: "taskState", data: [], @@ -85,14 +85,14 @@ field: "taskNum", title: "浠诲姟鍙�", type: "int", - width: 90, + width: 80, align: "left", }, { field: "palletCode", title: "鎵樼洏缂栧彿", type: "string", - width: 200, + width: 150, align: "left", }, { @@ -111,7 +111,7 @@ bind: { key: "taskType", data: [] }, }, { - field: "taskState", + field: "taskStatus", title: "浠诲姟鐘舵��", type: "int", width: 150, @@ -132,20 +132,20 @@ width: 120, align: "left", }, - { - field: "currentAddress", - title: "褰撳墠浣嶇疆", - type: "string", - width: 120, - align: "left", - }, - { - field: "nextAddress", - title: "涓嬩竴浣嶇疆", - type: "string", - width: 120, - align: "left", - }, + // { + // field: "currentAddress", + // title: "褰撳墠浣嶇疆", + // type: "string", + // width: 120, + // align: "left", + // }, + // { + // field: "nextAddress", + // title: "涓嬩竴浣嶇疆", + // type: "string", + // width: 120, + // align: "left", + // }, { field: "exceptionMessage", title: "寮傚父淇℃伅", @@ -155,6 +155,13 @@ hidden: true, }, { + field: "depth", + title: "娣卞害", + type: "int", + width: 80, + align: "left", + }, + { field: "grade", title: "浼樺厛绾�", type: "int", -- Gitblit v1.9.3