From ca7571548578c32bf0a72b269655f9baec1f6849 Mon Sep 17 00:00:00 2001
From: yangpeixing <yangpeixing@hnkhzn.com>
Date: 星期五, 13 三月 2026 16:33:15 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/MeiRuiAn/JiAnLiKu

---
 WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue b/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue
index 332e099..cebdb06 100644
--- a/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue
+++ b/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue
@@ -27,6 +27,7 @@
       sortName: "id",
     });
     const editFormFields = ref({
+      areaId:"",
       roadwayNo: "",
       warehouseId: "",
       enalbeStatus: "0",
@@ -41,7 +42,7 @@
         {
           title: "浠撳簱涓婚敭",
           required: true,
-          field: "warehouseId",
+          field: "areaId",
           type: "string",
         },
         {
@@ -134,7 +135,7 @@
         align: "left",
       },
       {
-        field: "warehouseId",
+        field: "areaId",
         title: "浠撳簱涓婚敭",
         type: "string",
         width: 150,

--
Gitblit v1.9.3