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/locationInfo.vue | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue"
index 138c4ac..286c2af 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/locationInfo.vue"
@@ -43,10 +43,11 @@
{ title: "璐т綅缂栧彿", field: "locationCode" },
{ title: "宸烽亾缂栧彿", field: "roadwayNo" },
{ title: "璐т綅绫诲瀷", field: "locationType",type: "select",dataKey: "locationTypeEnum",data: [], },
- { title: "绂佺敤鐘舵��", field: "enableStatus" ,type: "select",dataKey: "enableStatusEnum",data: [],},
],
[
+ { title: "鍖哄煙", field: "areaId" ,type: "select",dataKey: "locationareainfo",data: [],},
{ title: "璐т綅鐘舵��", field: "locationStatus" ,type: "selectList",dataKey: "locationStatusEnum",data: [],},
+ { title: "绂佺敤鐘舵��", field: "enableStatus" ,type: "select",dataKey: "enableStatusEnum",data: [],},
],
]);
const columns = ref([
@@ -62,11 +63,11 @@
},
{
field: "areaId",
- title: "鍖哄煙涓婚敭",
+ title: "鍖哄煙",
type: "string",
width: 90,
align: "left",
- bind: {key: "areainfo",data: []}
+ bind: {key: "locationareainfo",data: []}
},
{
field: "locationCode",
--
Gitblit v1.9.3