wankeda
2025-06-24 1caea0fdc7ed1788d854a2aba8853984b4494e01
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/views/basic/cachePoint.vue
@@ -31,10 +31,8 @@
      pointCode: "",
      pointStatus: "",
      enableStatus: "",
      pointType: "",
      row: "",
      column: "",
      depth: "",
      // depth: "",
    });
    const editFormOptions = ref([
      [
@@ -59,13 +57,26 @@
          dataKey: "enableStatusEnum",
          data: [],
        },
         {
          title: "物料类型",
          field: "materialtype",
           type: "select",
           dataKey: "materielInfo",
              data: [],
         },
                { title: "物料类型", field: "materialtype", type: "string" },
        // {
        //   title: "物料类型",
        //   field: "materialtype",
        //   type: "select",
        //   dataKey: "materielInfo",
        //   data: [],
        // },
        {
          title: "深度",
          field: "depth",
          type: "string",
          data: [],
        },
        {
          title: "缓存架区域",
          field: "pointName",
          type: "string",
          data: [],
        },
      ],
    ]);
    const searchFormFields = ref({
@@ -73,23 +84,24 @@
      pointCode: "",
      pointStatus: "",
      enableStatus: "",
      pointType: "",
      row: "",
      column: "",
      // pointType: "",
      // row: "",
      // column: "",
      depth: "",
      pointName:"",
      Materialtype: "",
    });
    const searchFormOptions = ref([
      [
        { title: "缓存点编号", field: "pointCode", type: "like" },
        { title: "物料类型", field: "materialtype", type: "like" },
           {
          title: "物料类型",
          field: "materialtype",
           type: "select",
           dataKey: "materielInfo",
              data: [],
         },
        // {
        //   title: "物料类型",
        //   field: "materialtype",
        //   type: "select",
        //   dataKey: "materielInfo",
        //   data: [],
        // },
        // {title: "区域主键",field: "areaId",type: "select",dataKey: "areainfo",data: [],},
        {
          title: "缓存点状态",
@@ -103,6 +115,18 @@
          field: "enableStatus",
          type: "select",
          dataKey: "enableStatusEnum",
          data: [],
        },
        {
          title: "深度",
          field: "depth",
          type: "string",
          data: [],
        },
        {
          title: "缓存架区域",
          field: "pointName",
          type: "string",
          data: [],
        },
      ],
@@ -149,7 +173,7 @@
        align: "left",
        // bind: { key: "locationStatusEnum", data: [] },
      },
       {
      {
        field: "pointName",
        title: "缓存架区域",
        type: "string",
@@ -157,7 +181,7 @@
        align: "left",
        // bind: { key: "locationStatusEnum", data: [] },
      },
      {
        field: "enableStatus",
        title: "是否禁用",
@@ -167,13 +191,13 @@
        bind: { key: "enableStatusEnum", data: [] },
      },
      // {
      //   field: "pointType",
      //   title: "缓存点类型",
      //   type: "string",
      //   width: 90,
      //   align: "left",
      //},
      {
        field: "depth",
        title: "深度",
        type: "int",
        width: 90,
        align: "left",
      },
      {
        field: "creater",
        title: "创建人",