From 733c975cd8647f6d006736f1863bad731e32e6fb Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期日, 26 十月 2025 17:15:52 +0800
Subject: [PATCH] 上传最新代码,ERP接口,MES接口优化,WMS业务优化等

---
 项目代码/WMS/WMSClient/src/views/basic/locationInfo.vue |   47 ++++++++++++++++++++++++++++++++++-------------
 1 files changed, 34 insertions(+), 13 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/basic/locationInfo.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/basic/locationInfo.vue"
index b6a588f..8496f47 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/basic/locationInfo.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/basic/locationInfo.vue"
@@ -41,20 +41,30 @@
       enableStatus: "",
       locationStatus: "",
       row: "",
-      column: "",
+      columns: "",
       layer: "",
     });
     const searchFormOptions = ref([
       [
         { title: "璐т綅缂栧彿", field: "locationCode", type: "like" },
-        { title: "宸烽亾缂栧彿", field: "roadwayNo",type:"like" },
+        { title: "宸烽亾缂栧彿", field: "roadwayNo",type: "select",dataKey: "",data: [{key: "SC01_CP",value: "1鍙峰爢鍨涙満-鎴愬搧搴�"},
+        {key: "SC02_CP",value: "2鍙峰爢鍨涙満-鎴愬搧搴�"},
+        {key: "SC03_CP",value: "3鍙峰爢鍨涙満-鎴愬搧搴�"},
+        {key: "SC04_CP",value: "4鍙峰爢鍨涙満-鎴愬搧搴�"},
+        {key: "SC05_CP",value: "5鍙峰爢鍨涙満-鎴愬搧搴�"},
+        {key: "SC01_YL",value: "1鍙峰爢鍨涙満-鍘熸枡搴�"},
+        {key: "SC02_YL",value: "2鍙峰爢鍨涙満-鍘熸枡搴�"},
+        {key: "SC03_YLDual",value: "3鍙峰爢鍨涙満-鍘熸枡搴�"},
+        {key: "SC04_YLDual",value: "4鍙峰爢鍨涙満-鍘熸枡搴�"},
+        {key: "SC05_YLDual",value: "5鍙峰爢鍨涙満-鍘熸枡搴�"},
+      ], },
         { title: "璐т綅绫诲瀷", field: "locationType",type: "select",dataKey: "locationTypeEnum",data: [], },
         { title: "绂佺敤鐘舵��", field: "enableStatus" ,type: "select",dataKey: "enableStatusEnum",data: [],},
       ],
       [
         { title: "璐т綅鐘舵��", field: "locationStatus" ,type: "selectList",dataKey: "locationStatusEnum",data: [],},
         { title: "琛�", field: "row" ,type: "int"},
-        { title: "鍒�", field: "column" ,type: "int"},
+        { title: "鍒�", field: "columns" ,type: "int"},
         { title: "灞�", field: "layer" ,type: "int"}
       ],
     ]);
@@ -81,22 +91,34 @@
         field: "locationCode",
         title: "璐т綅缂栧彿",
         type: "string",
-        width: 200,
+        width: 240,
         align: "left",
       },
       {
         field: "locationName",
         title: "璐т綅鍚嶇О",
         type: "string",
-        width: 280,
+        width: 300,
         align: "left",
       },
       {
         field: "roadwayNo",
         title: "宸烽亾缂栧彿",
         type: "decimal",
-        width: 100,
+        width: 130,
         align: "left",
+        bind: { key: "", data: [
+        {key: "SC01_CP",value: "1鍙峰爢鍨涙満-鎴愬搧搴�"},
+        {key: "SC02_CP",value: "2鍙峰爢鍨涙満-鎴愬搧搴�"},
+        {key: "SC03_CP",value: "3鍙峰爢鍨涙満-鎴愬搧搴�"},
+        {key: "SC04_CP",value: "4鍙峰爢鍨涙満-鎴愬搧搴�"},
+        {key: "SC05_CP",value: "5鍙峰爢鍨涙満-鎴愬搧搴�"},
+        {key: "SC01_YL",value: "1鍙峰爢鍨涙満-鍘熸枡搴�"},
+        {key: "SC02_YL",value: "2鍙峰爢鍨涙満-鍘熸枡搴�"},
+        {key: "SC03_YLDual",value: "3鍙峰爢鍨涙満-鍘熸枡搴�"},
+        {key: "SC04_YLDual",value: "4鍙峰爢鍨涙満-鍘熸枡搴�"},
+        {key: "SC05_YLDual",value: "5鍙峰爢鍨涙満-鍘熸枡搴�"},
+        ] },
       },
       {
         field: "row",
@@ -104,23 +126,20 @@
         type: "string",
         width: 90,
         align: "left",
-        hidden: true,
       },
       {
-        field: "column",
+        field: "columns",
         title: "璐т綅鍒�",
-        type: "int",
-        width: 120,
+        type: "string",
+        width: 90,
         align: "left",
-        hidden: true,
       },
       {
         field: "layer",
         title: "璐т綅灞�",
         type: "string",
-        width: 200,
+        width: 90,
         align: "left",
-        hidden: true,
       },
       {
         field: "depth",
@@ -177,6 +196,7 @@
         type: "string",
         width: 100,
         align: "left",
+        hidden: true
       },
       {
         field: "modifyDate",
@@ -185,6 +205,7 @@
         width: 160,
         align: "left",
         sort: true,
+        hidden: true
       },
       {
         field: "remark",

--
Gitblit v1.9.3