dengjunjie
3 天以前 4d58609275685b1b5deaace933697dcf3f01359e
н¨Îļþ¼Ð/WMS/src/views/basic/locationInfo.vue
@@ -58,51 +58,50 @@
          required: true,
          span: 12,
          dataKey:  "warehouseNuber", 
          data: []
          data: [],
        },
        
        {
          field: "locationCode",
          title: "货位编号",
          type: "string",
          span: 12
        }
          span: 12,
        },
      ],
      [
        {
          field: "locationName",
          title: "货位名称",
          type: "string",
          span: 12
          span: 12,
        },
        {
          field: "roadwayNo",
          title: "巷道编号",
          type: "string",
          span: 12
        }
          span: 12,
        },
      ],
      [
        {
          field: "row",
          title: "货位行",
          type: "int",
          span: 8
          span: 8,
        },
        {
          field: "column",
          title: "货位列",
          type: "int",
          span: 8
          span: 8,
        },
      ],
      [
        {
          field: "depth",
          title: "货位深度",
          type: "int",
          span: 12
          span: 12,
        },
        // {
        //   field: "locationType",
@@ -116,8 +115,8 @@
          field: "layer",
          title: "货位层",
          type: "int",
          span: 8
        }
          span: 8,
        },
      ],
      [
        {
@@ -135,7 +134,7 @@
          span: 12,
          dataKey:"EnableStatusEnum",
          data: [],
        }
        },
      ],
      // [
      //   {
@@ -157,26 +156,43 @@
      row: "",
      column: "",
      layer: "",
      warehouseCode: ""
      warehouseCode: "",
    });
    const searchFormOptions = ref([
      [
        // { title: "库房编号", field: "warehouseId", type: "select", dataKey:  "warehouseNuber",  data: [] } ,
         { title: "库房编号", field: "warehousecode", type: "select", dataKey:  "warehouseNuber",  data: [] } ,
        {
          title: "库房编号",
          field: "warehousecode",
          type: "select",
          dataKey: "warehouseNuber",
          data: [],
        },
        { title: "货位编号", field: "locationCode", type: "like" },
        { title: "货位名称", field: "locationName", type: "like" },
      ],
      [
        { title: "巷道编号", field: "roadwayNo", type: "like" },
        // { title: "货位类型", field: "locationType", type: "select",  dataKey:  "locationTypeEnum", data: []  },       
        { title: "货位状态", field: "locationStatus", type: "select",  dataKey:  "locationStatusEnum",data: []},
         { title: "禁用状态", field: "enableStatus", type: "select", data: [], dataKey:"status" },
        {
          title: "货位状态",
          field: "locationStatus",
          type: "select",
          dataKey: "locationStatusEnum",
          data: [],
        },
        {
          title: "禁用状态",
          field: "enableStatus",
          type: "select",
          data: [],
          dataKey: "status",
        },
      ],
      [
        { title: "行", field: "row", type: "int" },
        { title: "列", field: "column", type: "int" },
        { title: "层", field: "layer", type: "int" }
        { title: "层", field: "layer", type: "int" },
      ],
    ]);
    const columns = ref([
@@ -206,7 +222,7 @@
        width: 120,
        align: "left",
        data: [],
        bind: { key: "warehouseNuber", data: [] }
        bind: { key: "warehouseNuber", data: [] },
      },
      {
        field: "locationCode",
@@ -228,6 +244,7 @@
        type: "string",
        width: 100,
        align: "left",
        hidden: true,
      },
      {
        field: "row",
@@ -320,7 +337,7 @@
        width: 160,
        align: "left",
        sort: true,
      }
      },
    ]);
    const detail = ref({
      cnName: "#detailCnName",