wangxinhui
2025-10-26 733c975cd8647f6d006736f1863bad731e32e6fb
ÏîÄ¿´úÂë/WMS/WMSClient/src/views/basic/locationInfo.vue
@@ -41,20 +41,30 @@
      enableStatus: "",
      locationStatus: "",
      row: "",
      column: "",
      columns: "",
      layer: "",
    });
    const searchFormOptions = ref([
      [
        { title: "货位编号", field: "locationCode", type: "like" },
        { title: "巷道编号", field: "roadwayNo",type:"like" },
        { title: "巷道编号", field: "roadwayNo",type: "select",dataKey: "",data: [{key: "SC01_CP",value: "1号堆垛机-成品库"},
        {key: "SC02_CP",value: "2号堆垛机-成品库"},
        {key: "SC03_CP",value: "3号堆垛机-成品库"},
        {key: "SC04_CP",value: "4号堆垛机-成品库"},
        {key: "SC05_CP",value: "5号堆垛机-成品库"},
        {key: "SC01_YL",value: "1号堆垛机-原料库"},
        {key: "SC02_YL",value: "2号堆垛机-原料库"},
        {key: "SC03_YLDual",value: "3号堆垛机-原料库"},
        {key: "SC04_YLDual",value: "4号堆垛机-原料库"},
        {key: "SC05_YLDual",value: "5号堆垛机-原料库"},
      ], },
        { title: "货位类型", field: "locationType",type: "select",dataKey: "locationTypeEnum",data: [], },
        { title: "禁用状态", field: "enableStatus" ,type: "select",dataKey: "enableStatusEnum",data: [],},
      ],
      [
        { title: "货位状态", field: "locationStatus" ,type: "selectList",dataKey: "locationStatusEnum",data: [],},
        { title: "行", field: "row" ,type: "int"},
        { title: "列", field: "column" ,type: "int"},
        { title: "列", field: "columns" ,type: "int"},
        { title: "层", field: "layer" ,type: "int"}
      ],
    ]);
@@ -81,22 +91,34 @@
        field: "locationCode",
        title: "货位编号",
        type: "string",
        width: 200,
        width: 240,
        align: "left",
      },
      {
        field: "locationName",
        title: "货位名称",
        type: "string",
        width: 280,
        width: 300,
        align: "left",
      },
      {
        field: "roadwayNo",
        title: "巷道编号",
        type: "decimal",
        width: 100,
        width: 130,
        align: "left",
        bind: { key: "", data: [
        {key: "SC01_CP",value: "1号堆垛机-成品库"},
        {key: "SC02_CP",value: "2号堆垛机-成品库"},
        {key: "SC03_CP",value: "3号堆垛机-成品库"},
        {key: "SC04_CP",value: "4号堆垛机-成品库"},
        {key: "SC05_CP",value: "5号堆垛机-成品库"},
        {key: "SC01_YL",value: "1号堆垛机-原料库"},
        {key: "SC02_YL",value: "2号堆垛机-原料库"},
        {key: "SC03_YLDual",value: "3号堆垛机-原料库"},
        {key: "SC04_YLDual",value: "4号堆垛机-原料库"},
        {key: "SC05_YLDual",value: "5号堆垛机-原料库"},
        ] },
      },
      {
        field: "row",
@@ -104,23 +126,20 @@
        type: "string",
        width: 90,
        align: "left",
        hidden: true,
      },
      {
        field: "column",
        field: "columns",
        title: "货位列",
        type: "int",
        width: 120,
        type: "string",
        width: 90,
        align: "left",
        hidden: true,
      },
      {
        field: "layer",
        title: "货位层",
        type: "string",
        width: 200,
        width: 90,
        align: "left",
        hidden: true,
      },
      {
        field: "depth",
@@ -177,6 +196,7 @@
        type: "string",
        width: 100,
        align: "left",
        hidden: true
      },
      {
        field: "modifyDate",
@@ -185,6 +205,7 @@
        width: 160,
        align: "left",
        sort: true,
        hidden: true
      },
      {
        field: "remark",