dengjunjie
2025-06-06 c1b448e302ae76d129eb136b698308754bf783c5
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/views/basic/areaRouter.vue
@@ -35,13 +35,32 @@
    });
    const editFormOptions = ref([
      [
        {title: "起点",required: true,field: "startArea",type: "string",},
        {title: "终点区域ID",required: true,field: "nextArea",type: "select",dataKey: "areainfo",data: [],},
        {
          title: "起点区域",
          required: true,
          field: "startArea",
          type: "select",
          dataKey: "cachePointareainfo",
          data: [],
        },
        {
          title: "终点区域",
          required: true,
          field: "nextArea",
          type: "select",
          dataKey: "cachePointareainfo",
          data: [],
        },
      ],
      [
        {title: "路由类型",field: "routerType",type: "like"},
        {title: "是否为终点",field: "isEnd",type: "select",dataKey: "enable",data: [],}
        {
          title: "是否为终点",
          field: "isEnd",
          type: "select",
          dataKey: "enable",
          data: [],
        },
      ],
    ]);
    const searchFormFields = ref({
@@ -53,13 +72,31 @@
    });
    const searchFormOptions = ref([
      [
        {title: "起点",required: true,field: "startArea",type: "string",},
        {title: "终点区域ID",field: "nextArea",type: "select",dataKey: "areainfo",data: [],},
        {
          title: "起点",
          field: "startArea",
          type: "select",
          dataKey: "cachePointareainfo",
          data: [],
        },
        {
          title: "终点区域ID",
          field: "nextArea",
          type: "select",
          dataKey: "cachePointareainfo",
          data: [],
        },
        // {title: "终点区域ID",required: true,field: "nextArea",type: "string",},
      ],
      [
        {title: "路由类型",field: "routerType",type: "like"},
        {title: "是否为终点",field: "isEnd",type: "select",dataKey: "enable",data: [],}
        {
          title: "是否为终点",
          field: "isEnd",
          type: "select",
          dataKey: "enable",
          data: [],
        },
      ],
    ]);
    const columns = ref([
@@ -75,18 +112,19 @@
      },
      {
        field: "startArea",
        title: "起点",
        title: "起点区域",
        type: "string",
        width: 90,
        align: "left",
        bind: { key: "cachePointareainfo", data: [] },
      },
      {
        field: "nextArea",
        title: "终点区域ID",
        title: "终点区域",
        type: "string",
        width: 150,
        align: "left",
        bind:{ key: "areainfo", data: [] },
        bind: { key: "cachePointareainfo", data: [] },
      },
      {
        field: "routerType",