From c1b448e302ae76d129eb136b698308754bf783c5 Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期五, 06 六月 2025 17:01:13 +0800 Subject: [PATCH] 优化AGV站点分配逻辑 --- 代码管理/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue | 36 ++++++++++++++++++------------------ 1 files changed, 18 insertions(+), 18 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue" index dea7725..e552816 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue" @@ -29,7 +29,7 @@ const editFormFields = ref({ roadwayNo: "", areaId: "", - enalbeStatus: "", + enableStatus: "", deviceNo: "", inStationCode: "", inSCStationCode: "", @@ -38,7 +38,7 @@ }); const editFormOptions = ref([ [ - {title: "鍖哄煙涓婚敭",field: "areaId",type: "select",dataKey: "areainfo",data: [],}, + {title: "鍖哄煙",field: "areaId",type: "select",dataKey: "locationareainfo",data: [],}, { title: "宸烽亾缂栧彿", required: true, @@ -54,7 +54,7 @@ { title: "绂佺敤鐘舵��", required: true, - field: "enalbeStatus", + field: "enableStatus", type: "select", dataKey: "enableStatusEnum", data: [], @@ -62,22 +62,22 @@ ], [ { - title: "鍏ュ簱绔欏彴缂栧彿", + title: "鍏ュ簱绔欏彴缂栧彿1", field: "inStationCode", type: "string", }, { - title: "鍫嗗灈鏈哄叆搴撶珯鍙扮紪鍙�", + title: "鍏ュ簱绔欏彴缂栧彿2", field: "inSCStationCode", type: "string", }, { - title: "鍑哄簱绔欏彴缂栧彿", + title: "鍑哄簱绔欏彴缂栧彿1", field: "outStationCode", type: "string", }, { - title: "鍫嗗灈鏈哄嚭搴撶珯鍙扮紪鍙�", + title: "鍑哄簱绔欏彴缂栧彿2", field: "outSCStationCode", type: "string", }, @@ -96,17 +96,17 @@ const searchFormOptions = ref([ [ { title: "宸烽亾缂栧彿", field: "roadwayNo", type: "like" }, - {title: "鍖哄煙涓婚敭",field: "areaId",type: "select",dataKey: "areainfo",data: [],}, + {title: "鍖哄煙",field: "areaId",type: "select",dataKey: "locationareainfo",data: [],}, { title: "绂佺敤鐘舵��", field: "enableStatus",type: "select",dataKey: "enableStatusEnum",data: [],}, ], [ - { title: "鍏ュ簱绔欏彴缂栧彿", field: "inStationCode", type: "like" }, - { title: "鍫嗗灈鏈哄叆搴撶珯鍙扮紪鍙�", field: "inSCStationCode", type: "like" }, + { title: "鍏ュ簱绔欏彴缂栧彿1", field: "inStationCode", type: "like" }, + { title: "鍏ュ簱绔欏彴缂栧彿2", field: "inSCStationCode", type: "like" }, { title: "璁惧缂栧彿", field: "deviceNo", type: "like" }, ], [ - { title: "鍑哄簱绔欏彴缂栧彿", field: "outStationCode", type: "like" }, - { title: "鍫嗗灈鏈哄嚭搴撶珯鍙扮紪鍙�",field: "outSCStationCode",type: "like",}, + { title: "鍑哄簱绔欏彴缂栧彿1", field: "outStationCode", type: "like" }, + { title: "鍑哄簱绔欏彴缂栧彿2",field: "outSCStationCode",type: "like",}, ] ]); const columns = ref([ @@ -129,11 +129,11 @@ }, { field: "areaId", - title: "鍖哄煙涓婚敭", + title: "鍖哄煙", type: "int", width: 150, align: "left", - bind:{ key: "areainfo", data: [] }, + bind:{ key: "locationareainfo", data: [] }, }, { field: "enableStatus", @@ -152,28 +152,28 @@ }, { field: "inStationCode", - title: "鍏ュ簱绔欏彴缂栧彿", + title: "鍏ュ簱绔欏彴缂栧彿1", type: "string", width: 120, align: "left", }, { field: "inSCStationCode", - title: "鍫嗗灈鏈哄叆搴撶珯鍙扮紪鍙�", + title: "鍏ュ簱绔欏彴缂栧彿2", type: "string", width: 150, align: "left", }, { field: "outStationCode", - title: "鍑哄簱绔欏彴缂栧彿", + title: "鍑哄簱绔欏彴缂栧彿1", type: "decimal", width: 120, align: "left", }, { field: "outSCStationCode", - title: "鍫嗗灈鏈哄嚭搴撶珯鍙扮紪鍙�", + title: "鍑哄簱绔欏彴缂栧彿2", type: "string", width: 150, align: "left", -- Gitblit v1.9.3