dengjunjie
2025-10-24 d55ef610a530c2ab0a30d6ecdc1e7e4ab54cc896
新建文件夹/WMS/src/views/basic/locationInfo.vue
@@ -37,12 +37,22 @@
      locationType: "",
      locationStatus: "",
      enableStatus: "",
      remark: ""
      remark: "",
      warehouseCode:"",
    });
    const editFormOptions = ref([
      [
        // {
        //   field: "warehouseId",
        //   title: "搴撴埧缂栧彿",
        //   type: "select",
        //   required: true,
        //   span: 12,
        //   dataKey:  "warehouseNuber",
        //   data: []
        // },
        {
          field: "warehouseId",
          field: "warehouseCode",
          title: "搴撴埧缂栧彿",
          type: "select",
          required: true,
@@ -50,6 +60,7 @@
          dataKey:  "warehouseNuber", 
          data: []
        },
        {
          field: "locationCode",
          title: "璐т綅缂栧彿",
@@ -135,7 +146,7 @@
      ]
    ]);
    const searchFormFields = ref({
      warehouseId: "",
      // warehouseId: "",
      locationCode: "",
      locationName: "",
      roadwayNo: "",
@@ -145,10 +156,12 @@
      row: "",
      column: "",
      layer: "",
      warehouseCode: ""
    });
    const searchFormOptions = ref([
      [
        { title: "搴撴埧缂栧彿", field: "warehouseId", type: "select", dataKey:  "warehouseNuber",  data: [] } ,
        // { title: "搴撴埧缂栧彿", field: "warehouseId", type: "select", dataKey:  "warehouseNuber",  data: [] } ,
         { title: "搴撴埧缂栧彿", field: "warehousecode", type: "select", dataKey:  "warehouseNuber",  data: [] } ,
        { title: "璐т綅缂栧彿", field: "locationCode", type: "like" },
        { title: "璐т綅鍚嶇О", field: "locationName", type: "like" },
      ],
@@ -177,8 +190,17 @@
        require: true,
        align: "left",
      },
      // {
      //   field: "warehouseId",
      //   title: "搴撴埧缂栧彿",
      //   type: "select",
      //   width: 120,
      //   align: "left",
      //   data: [],
      //   bind: { key: "warehouses", data: [] }
      // },
      {
        field: "warehouseId",
        field: "warehouseCode",
        title: "搴撴埧缂栧彿",
        type: "select",
        width: 120,