From 2ae5aa151f7b40a082e34aa7ed22b4b64edd1d3c Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期三, 11 六月 2025 17:13:56 +0800 Subject: [PATCH] 修改堆垛机通讯协议及交互逻辑 --- 代码管理/WMS/WIDESEA_WMSClient/src/views/basic/areaInfo.vue | 53 +++++++++++++++++++++++++++-------------------------- 1 files changed, 27 insertions(+), 26 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/areaInfo.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/areaInfo.vue" index a69db19..feb18c9 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/areaInfo.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/areaInfo.vue" @@ -29,7 +29,6 @@ const editFormFields = ref({ areaCode: "", areaName: "", - warehouseId: "", areaDes: "", }); @@ -55,11 +54,7 @@ dataKey: "warehouse", data: [], }, - { - title: "鍖哄煙鎻忚堪", - field: "areaDes", - type: "textarea", - },{ title: "鍖哄煙鐘舵��", field: "areaStatus" ,type: "select",dataKey: "enableEnum",data: [],}, + ], [ { @@ -68,6 +63,12 @@ field: "areaType", type: "int", }, + { + title: "鍖哄煙鎻忚堪", + field: "areaDes", + type: "textarea", + }, + { title: "鍖哄煙鐘舵��", field: "areaStatus" ,type: "select",dataKey: "enableEnum",data: [],}, ], ]); const searchFormFields = ref({ @@ -80,7 +81,7 @@ [ { title: "鍖哄煙缂栧彿", field: "areaCode", type: "like" }, { title: "鍖哄煙鍚嶇О", field: "areaName", type: "like" }, - { title: "鍖哄煙绫诲瀷", field: "areaType" }, + { title: "鍖哄煙鐘舵��", field: "areaStatus", @@ -96,7 +97,7 @@ type: "select", dataKey: "warehouse", data: [], - }, + },{ title: "鍖哄煙绫诲瀷", field: "areaType" }, ], ]); const columns = ref([ @@ -132,13 +133,13 @@ width: 150, align: "left", }, - { - field: "areaType", - title: "鍖哄煙绫诲瀷", - type: "decimal", - width: 90, - align: "left", - }, + // { + // field: "areaType", + // title: "鍖哄煙绫诲瀷", + // type: "decimal", + // width: 90, + // align: "left", + // }, { field: "areaStatus", title: "鍖哄煙鐘舵��", @@ -151,7 +152,7 @@ field: "areaDes", title: "鍖哄煙鎻忚堪", type: "int", - width: 120, + width: 160, align: "left", }, { @@ -165,7 +166,7 @@ field: "createDate", title: "鍒涘缓鏃堕棿", type: "datetime", - width: 160, + width: 120, align: "left", sort: true, }, @@ -173,24 +174,24 @@ field: "modifier", title: "淇敼浜�", type: "string", - width: 100, + width: 90, align: "left", }, { field: "modifyDate", title: "淇敼鏃堕棿", type: "datetime", - width: 160, + width: 120, align: "left", sort: true, }, - { - field: "remark", - title: "澶囨敞", - type: "string", - width: 100, - align: "left", - }, + // { + // field: "remark", + // title: "澶囨敞", + // type: "string", + // width: 100, + // align: "left", + // }, ]); const detail = ref({ cnName: "#detailCnName", -- Gitblit v1.9.3