From d100db102ded4dc2047f1b92f4ed0ed4c18d8ee4 Mon Sep 17 00:00:00 2001
From: Huangxiaoqiang-03 <1247017146@qq.com>
Date: 星期一, 11 十一月 2024 13:56:48 +0800
Subject: [PATCH] 1

---
 代码管理/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue |   38 ++++++++++++++++----------------------
 1 files changed, 16 insertions(+), 22 deletions(-)

diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue"
index 4ecdf4a..dea7725 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue"
@@ -28,8 +28,8 @@
     });
     const editFormFields = ref({
       roadwayNo: "",
-      warehouseId: "",
-      enalbeStatus: "0",
+      areaId: "",
+      enalbeStatus: "",
       deviceNo: "",
       inStationCode: "",
       inSCStationCode: "",
@@ -38,12 +38,7 @@
     });
     const editFormOptions = ref([
       [
-        {
-          title: "浠撳簱涓婚敭",
-          required: true,
-          field: "warehouseId",
-          type: "string",
-        },
+      {title: "鍖哄煙涓婚敭",field: "areaId",type: "select",dataKey: "areainfo",data: [],},
         {
           title: "宸烽亾缂栧彿",
           required: true,
@@ -60,8 +55,7 @@
           title: "绂佺敤鐘舵��",
           required: true,
           field: "enalbeStatus",
-          type: "string",
-          readonly: true,
+          type: "select",
           dataKey: "enableStatusEnum",
           data: [],
        },
@@ -91,8 +85,8 @@
     ]);
     const searchFormFields = ref({
       roadwayNo: "",
-      warehouseId: "",
-      enalbeStatus: "",
+      areaId: "",
+      enableStatus: "",
       deviceNo: "",
       inStationCode: "",
       inSCStationCode: "",
@@ -102,14 +96,13 @@
     const searchFormOptions = ref([
       [
         { title: "宸烽亾缂栧彿", field: "roadwayNo", type: "like" },
-        // { title: "浠撳簱涓婚敭", field: "warehouseId", type: "like" },
+        {title: "鍖哄煙涓婚敭",field: "areaId",type: "select",dataKey: "areainfo",data: [],},
         { title: "绂佺敤鐘舵��", field: "enableStatus",type: "select",dataKey: "enableStatusEnum",data: [],},
-        { title: "璁惧缂栧彿", field: "deviceNo", type: "like" },
       ],
       [
         { title: "鍏ュ簱绔欏彴缂栧彿", field: "inStationCode", type: "like" },
         { title: "鍫嗗灈鏈哄叆搴撶珯鍙扮紪鍙�", field: "inSCStationCode", type: "like" },
-        
+        { title: "璁惧缂栧彿", field: "deviceNo", type: "like" },
       ],
       [
         { title: "鍑哄簱绔欏彴缂栧彿", field: "outStationCode", type: "like" },
@@ -134,13 +127,14 @@
         width: 90,
         align: "left",
       },
-      // {
-      //   field: "warehouseId",
-      //   title: "浠撳簱涓婚敭",
-      //   type: "string",
-      //   width: 150,
-      //   align: "left",
-      // },
+      {
+        field: "areaId",
+        title: "鍖哄煙涓婚敭",
+        type: "int",
+        width: 150,
+        align: "left",
+        bind:{ key: "areainfo", data: [] },
+      },
       {
         field: "enableStatus",
         title: "绂佺敤鐘舵��",

--
Gitblit v1.9.3