dengjunjie
8 天以前 4f39dcc195f28fa275fc2d065fbf1bf6a46c21b7
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue
@@ -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,
@@ -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",