From ababb6ad4189ec943009c0245db6f43396bb36ab Mon Sep 17 00:00:00 2001
From: wankeda <Administrator@DESKTOP-HAU3ST3>
Date: 星期四, 12 三月 2026 14:15:06 +0800
Subject: [PATCH] 1
---
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