dengjunjie
2025-06-09 217a65fe8eb2612b7d61e9ce5f450e76bfc318f6
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/views/basic/roadwayInfo.vue
@@ -28,8 +28,8 @@
    });
    const editFormFields = ref({
      roadwayNo: "",
      warehouseId: "",
      enalbeStatus: "0",
      areaId: "",
      enableStatus: "",
      deviceNo: "",
      inStationCode: "",
      inSCStationCode: "",
@@ -38,12 +38,7 @@
    });
    const editFormOptions = ref([
      [
        {
          title: "仓库主键",
          required: true,
          field: "warehouseId",
          type: "string",
        },
      {title: "区域",field: "areaId",type: "select",dataKey: "locationareainfo",data: [],},
        {
          title: "巷道编号",
          required: true,
@@ -59,10 +54,11 @@
        {
          title: "禁用状态",
          required: true,
          field: "enalbeStatus",
          type: "string",
          readonly: true,
        },
          field: "enableStatus",
          type: "select",
          dataKey: "enableStatusEnum",
          data: [],
       },
      ],
      [
        {
@@ -89,8 +85,8 @@
    ]);
    const searchFormFields = ref({
      roadwayNo: "",
      warehouseId: "",
      enalbeStatus: "",
      areaId: "",
      enableStatus: "",
      deviceNo: "",
      inStationCode: "",
      inSCStationCode: "",
@@ -100,20 +96,18 @@
    const searchFormOptions = ref([
      [
        { title: "巷道编号", field: "roadwayNo", type: "like" },
        { title: "仓库主键", field: "warehouseId", type: "like" },
        { title: "禁用状态", field: "enalbeStatus", type: "like" },
        { title: "设备编号", field: "deviceNo", type: "like" },
        {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: "出库站台编号", field: "outStationCode", type: "like" },
        {
          title: "堆垛机出库站台编号",
          field: "outSCStationCode",
          type: "like",
        },
        { title: "设备编号", field: "deviceNo", type: "like" },
      ],
      [
        { title: "出库站台编号", field: "outStationCode", type: "like" },
        { title: "堆垛机出库站台编号",field: "outSCStationCode",type: "like",},
      ]
    ]);
    const columns = ref([
      {
@@ -134,18 +128,20 @@
        align: "left",
      },
      {
        field: "warehouseId",
        title: "仓库主键",
        type: "string",
        field: "areaId",
        title: "区域",
        type: "int",
        width: 150,
        align: "left",
        bind:{ key: "locationareainfo", data: [] },
      },
      {
        field: "enalbeStatus",
        field: "enableStatus",
        title: "禁用状态",
        type: "string",
        type: "select",
        width: 150,
        align: "left",
        bind: { key: "enableStatusEnum", data: [] },
      },
      {
        field: "deviceNo",