yangpeixing
2026-03-13 ca7571548578c32bf0a72b269655f9baec1f6849
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,