1
wankeda
2025-03-22 867aba2636e34a1050b1c4c84bbe78cc9c39b553
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/views/basic/cachePoint.vue
@@ -38,15 +38,34 @@
    });
    const editFormOptions = ref([
      [
        {title: "缓存点编号",required: true,field: "pointCode",type: "string",},
        {title: "区域主键",required: true,field: "areaId",type: "select",dataKey: "areainfo", data: [] ,},
        {title: "缓存点状态",field: "pointStatus",type: "select",dataKey: "locationStatusEnum",data: [],},
        {title: "是否禁用",field: "enableStatus",type: "select",dataKey: "enableStatusEnum",data: [],},
      ],[
        { title: "行", field: "row", type: "string" },
        { title: "列", field: "column", type: "string" },
        { title: "深度", field: "depth", type: "string" },
        { title: "缓存点类型", field: "pointType", type: "string"},
        {
          title: "缓存点编号",
          required: true,
          field: "pointCode",
          type: "string",
        },
        // {title: "区域主键",required: true,field: "areaId",type: "select",dataKey: "areainfo", data: [] ,},
        {
          title: "缓存点状态",
          field: "pointStatus",
          type: "select",
          dataKey: "locationStatusEnum",
          data: [],
        },
        {
          title: "是否禁用",
          field: "enableStatus",
          type: "select",
          dataKey: "enableStatusEnum",
          data: [],
        },
         {
          title: "物料类型",
          field: "materialtype",
           type: "select",
           dataKey: "materielInfo",
              data: [],
         },
      ],
    ]);
    const searchFormFields = ref({
@@ -58,18 +77,34 @@
      row: "",
      column: "",
      depth: "",
      Materialtype: "",
    });
    const searchFormOptions = ref([
      [
        {title: "缓存点编号",field: "pointCode",type: "string",},
        {title: "区域主键",field: "areaId",type: "select",dataKey: "areainfo",data: [],},
        {title: "缓存点状态",field: "pointStatus",type: "select",dataKey: "locationStatusEnum",data: [],},
        {title: "是否禁用",field: "enableStatus",type: "select",dataKey: "enableStatusEnum",data: [],},
      ],[
        { title: "行", field: "row", type: "string" },
        { title: "列", field: "column", type: "string" },
        { title: "深度", field: "depth", type: "string" },
        { title: "缓存点类型", field: "pointType", type: "string"},
        { title: "缓存点编号", field: "pointCode", type: "like" },
        { title: "物料类型", field: "materialtype", type: "like" },
           {
          title: "物料类型",
          field: "materialtype",
           type: "select",
           dataKey: "materielInfo",
              data: [],
         },
        // {title: "区域主键",field: "areaId",type: "select",dataKey: "areainfo",data: [],},
        {
          title: "缓存点状态",
          field: "pointStatus",
          type: "select",
          dataKey: "locationStatusEnum",
          data: [],
        },
        {
          title: "是否禁用",
          field: "enableStatus",
          type: "select",
          dataKey: "enableStatusEnum",
          data: [],
        },
      ],
    ]);
    const columns = ref([
@@ -83,14 +118,14 @@
        require: true,
        align: "left",
      },
      {
        field: "areaId",
        title: "区域主键",
        type: "int",
        width: 120,
        align: "left",
        bind:{ key: "areainfo", data: [] },
      },
      //  {
      //  field: "areaId",
      //   title: "区域主键",
      //   type: "int",
      //   width: 120,
      //   align: "left",
      //   bind:{ key: "areainfo", data: [] },
      // },
      {
        field: "pointCode",
        title: "缓存点编号",
@@ -107,6 +142,23 @@
        bind: { key: "locationStatusEnum", data: [] },
      },
      {
        field: "materialtype",
        title: "物料类型",
        type: "string",
        width: 90,
        align: "left",
        // bind: { key: "locationStatusEnum", data: [] },
      },
       {
        field: "pointName",
        title: "缓存架区域",
        type: "string",
        width: 90,
        align: "left",
        // bind: { key: "locationStatusEnum", data: [] },
      },
      {
        field: "enableStatus",
        title: "是否禁用",
        type: "decimal",
@@ -114,41 +166,14 @@
        align: "left",
        bind: { key: "enableStatusEnum", data: [] },
      },
      {
        field: "row",
        title: "行",
        type: "string",
        width: 90,
        align: "left",
      },
      {
        field: "column",
        title: "列",
        type: "string",
        width: 90,
        align: "left",
      },
      {
        field: "depth",
        title: "深度",
        type: "string",
        width: 90,
        align: "left",
      },
      {
        field: "pointType",
        title: "缓存点类型",
        type: "string",
        width: 90,
        align: "left",
      },
      {
        field: "Remark",
        title: "备注",
        type: "string",
        width: 90,
        align: "left",
      },
      // {
      //   field: "pointType",
      //   title: "缓存点类型",
      //   type: "string",
      //   width: 90,
      //   align: "left",
      //},
      {
        field: "creater",
        title: "创建人",