dengjunjie
2025-06-06 7e7f17c08a0f18d83eb379ddff1689597fecefde
´úÂë¹ÜÀí/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,
@@ -62,22 +62,22 @@
      ],
      [
        {
          title: "入库站台编号",
          title: "入库站台编号1",
          field: "inStationCode",
          type: "string",
        },
        {
          title: "堆垛机入库站台编号",
          title: "入库站台编号2",
          field: "inSCStationCode",
          type: "string",
        },
        {
          title: "出库站台编号",
          title: "出库站台编号1",
          field: "outStationCode",
          type: "string",
        },
        {
          title: "堆垛机出库站台编号",
          title: "出库站台编号2",
          field: "outSCStationCode",
          type: "string",
        },
@@ -96,17 +96,17 @@
    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: [],},
      ],
      [
        { title: "入库站台编号", field: "inStationCode", type: "like" },
        { title: "堆垛机入库站台编号", field: "inSCStationCode", type: "like" },
        { title: "入库站台编号1", field: "inStationCode", type: "like" },
        { title: "入库站台编号2", field: "inSCStationCode", type: "like" },
        { title: "设备编号", field: "deviceNo", type: "like" },
      ],
      [
        { title: "出库站台编号", field: "outStationCode", type: "like" },
        { title: "堆垛机出库站台编号",field: "outSCStationCode",type: "like",},
        { title: "出库站台编号1", field: "outStationCode", type: "like" },
        { title: "出库站台编号2",field: "outSCStationCode",type: "like",},
      ]
    ]);
    const columns = ref([
@@ -129,11 +129,11 @@
      },
      {
        field: "areaId",
        title: "区域主键",
        title: "区域",
        type: "int",
        width: 150,
        align: "left",
        bind:{ key: "areainfo", data: [] },
        bind:{ key: "locationareainfo", data: [] },
      },
      {
        field: "enableStatus",
@@ -152,28 +152,28 @@
      },
      {
        field: "inStationCode",
        title: "入库站台编号",
        title: "入库站台编号1",
        type: "string",
        width: 120,
        align: "left",
      },
      {
        field: "inSCStationCode",
        title: "堆垛机入库站台编号",
        title: "入库站台编号2",
        type: "string",
        width: 150,
        align: "left",
      },
      {
        field: "outStationCode",
        title: "出库站台编号",
        title: "出库站台编号1",
        type: "decimal",
        width: 120,
        align: "left",
      },
      {
        field: "outSCStationCode",
        title: "堆垛机出库站台编号",
        title: "出库站台编号2",
        type: "string",
        width: 150,
        align: "left",