From efc4ebd67444a34bc66ac04c23f2410fcdd47ef8 Mon Sep 17 00:00:00 2001 From: huangxiaoqiang <huangxiaoqiang@hnkhzn.com> Date: 星期二, 26 八月 2025 18:19:29 +0800 Subject: [PATCH] 原料大小货位二楼输送线,堆垛机代码提交 --- 项目代码/WCS/WCSClient/src/views/taskinfo/task.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 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 887aced..46ba9fa 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" @@ -65,7 +65,7 @@ { title: "涓嬩竴浣嶇疆", field: "nextAddress", type: "like" }, ], [ - { title: "宸烽亾鍙�", field: "roadway", type: "like" }, + { title: "宸烽亾鍙�", field: "roadway", type: "like", type: "select",dataKey: "Stacker",data: [],}, { title: "鍒涘缓浜�", field: "creater", type: "like" }, { title: "鍒涘缓鏃堕棿", field: "createDate", type: "datetime" }, ], @@ -99,14 +99,15 @@ field: "roadway", title: "宸烽亾鍙�", type: "string", - width: 90, + width: 150, align: "left", + bind: { key: "Stacker", data: [] }, }, { field: "taskType", title: "浠诲姟绫诲瀷", type: "int", - width: 90, + width: 130, align: "left", bind: { key: "taskType", data: [] }, }, -- Gitblit v1.9.3