dengjunjie
2025-06-09 217a65fe8eb2612b7d61e9ce5f450e76bfc318f6
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue
@@ -29,7 +29,7 @@
    const editFormFields = ref({
      roadwayNo: "",
      areaId: "",
      enalbeStatus: "",
      enableStatus: "",
      deviceNo: "",
      inStationCode: "",
      inSCStationCode: "",
@@ -38,7 +38,7 @@
    });
    const editFormOptions = ref([
      [
      {title: "区域主键",field: "areaId",type: "select",dataKey: "areainfo",data: [],},
      {title: "区域",field: "areaId",type: "select",dataKey: "locationareainfo",data: [],},
        {
          title: "巷道编号",
          required: true,
@@ -54,7 +54,7 @@
        {
          title: "禁用状态",
          required: true,
          field: "enalbeStatus",
          field: "enableStatus",
          type: "select",
          dataKey: "enableStatusEnum",
          data: [],
@@ -96,7 +96,7 @@
    const searchFormOptions = ref([
      [
        { title: "巷道编号", field: "roadwayNo", type: "like" },
        {title: "区域主键",field: "areaId",type: "select",dataKey: "areainfo",data: [],},
        {title: "区域",field: "areaId",type: "select",dataKey: "locationareainfo",data: [],},
        { title: "禁用状态", field: "enableStatus",type: "select",dataKey: "enableStatusEnum",data: [],},
      ],
      [
@@ -129,11 +129,11 @@
      },
      {
        field: "areaId",
        title: "区域主键",
        title: "区域",
        type: "int",
        width: 150,
        align: "left",
        bind:{ key: "areainfo", data: [] },
        bind:{ key: "locationareainfo", data: [] },
      },
      {
        field: "enableStatus",