dengjunjie
2025-06-09 217a65fe8eb2612b7d61e9ce5f450e76bfc318f6
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue
@@ -62,22 +62,22 @@
      ],
      [
        {
          title: "入库站台编号1",
          title: "入库站台编号",
          field: "inStationCode",
          type: "string",
        },
        {
          title: "入库站台编号2",
          title: "堆垛机入库站台编号",
          field: "inSCStationCode",
          type: "string",
        },
        {
          title: "出库站台编号1",
          title: "出库站台编号",
          field: "outStationCode",
          type: "string",
        },
        {
          title: "出库站台编号2",
          title: "堆垛机出库站台编号",
          field: "outSCStationCode",
          type: "string",
        },
@@ -100,13 +100,13 @@
        { title: "禁用状态", field: "enableStatus",type: "select",dataKey: "enableStatusEnum",data: [],},
      ],
      [
        { title: "入库站台编号1", field: "inStationCode", type: "like" },
        { title: "入库站台编号2", field: "inSCStationCode", type: "like" },
        { title: "入库站台编号", field: "inStationCode", type: "like" },
        { title: "堆垛机入库站台编号", field: "inSCStationCode", type: "like" },
        { title: "设备编号", field: "deviceNo", type: "like" },
      ],
      [
        { title: "出库站台编号1", field: "outStationCode", type: "like" },
        { title: "出库站台编号2",field: "outSCStationCode",type: "like",},
        { title: "出库站台编号", field: "outStationCode", type: "like" },
        { title: "堆垛机出库站台编号",field: "outSCStationCode",type: "like",},
      ]
    ]);
    const columns = ref([
@@ -152,28 +152,28 @@
      },
      {
        field: "inStationCode",
        title: "入库站台编号1",
        title: "入库站台编号",
        type: "string",
        width: 120,
        align: "left",
      },
      {
        field: "inSCStationCode",
        title: "入库站台编号2",
        title: "堆垛机入库站台编号",
        type: "string",
        width: 150,
        align: "left",
      },
      {
        field: "outStationCode",
        title: "出库站台编号1",
        title: "出库站台编号",
        type: "decimal",
        width: 120,
        align: "left",
      },
      {
        field: "outSCStationCode",
        title: "出库站台编号2",
        title: "堆垛机出库站台编号",
        type: "string",
        width: 150,
        align: "left",