From c5f01e9a882b16f534166d033312c5c8ba8d94dd Mon Sep 17 00:00:00 2001
From: xiaojiao <xiaojiao@kaokeziliao.com>
Date: 星期六, 24 一月 2026 14:35:21 +0800
Subject: [PATCH] 离开北京前最后的版本,包含打印机程序

---
 项目代码/WMS/WIDESEA_WMSClient/src/views/services/basicinfo/Dt_locationinfo.vue |   52 ++++++++++++++++++++++++++--------------------------
 1 files changed, 26 insertions(+), 26 deletions(-)

diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/services/basicinfo/Dt_locationinfo.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/services/basicinfo/Dt_locationinfo.vue"
index 51f8628..c279dec 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/services/basicinfo/Dt_locationinfo.vue"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSClient/src/views/services/basicinfo/Dt_locationinfo.vue"
@@ -30,7 +30,7 @@
     const editFormOptions = ref([
       [
         // { title: '搴撳尯/鍖哄煙id', field: 'location_areaid', type: 'text' },
-        { title: '璐т綅id', field: 'location_id', type: 'text' },
+        { title: '璐т綅id', field: 'location_id', type: 'text', disabled:true },
         {
           dataKey: 'LocationState',
           data: [],
@@ -39,31 +39,31 @@
           type: 'select',
         },
       ],
-      [
-        { title: '琛�', required: true, field: 'location_line', type: 'number' },
-        {
-          title: '鍒�',
-          required: true,
-          field: 'location_column',
-          type: 'number',
-        },
-        {
-          title: '灞�',
-          required: true,
-          field: 'location_layer',
-          type: 'number',
-        },
-      ],
-      [
-        {
-          dataKey: 'LocationLocked',
-          data: [],
-          title: '鏄惁琚攣瀹�',
-          required: true,
-          field: 'location_islocked',
-          type: 'select',
-        },
-      ],
+      // [
+      //   { title: '琛�', required: true, field: 'location_line', type: 'number' },
+      //   {
+      //     title: '鍒�',
+      //     required: true,
+      //     field: 'location_column',
+      //     type: 'number',
+      //   },
+      //   {
+      //     title: '灞�',
+      //     required: true,
+      //     field: 'location_layer',
+      //     type: 'number',
+      //   },
+      // ],
+      // [
+      //   {
+      //     dataKey: 'LocationLocked',
+      //     data: [],
+      //     title: '鏄惁琚攣瀹�',
+      //     required: true,
+      //     field: 'location_islocked',
+      //     type: 'select',
+      //   },
+      // ],
     ]);
     const searchFormFields = ref({
       location_id: '',

--
Gitblit v1.9.3