wankeda
2025-04-07 4da42c12efde190b208f18b7dd51d3e89986837d
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/views/basic/cachePoint.vue
@@ -31,10 +31,8 @@
      pointCode: "",
      pointStatus: "",
      enableStatus: "",
      pointType: "",
      row: "",
      column: "",
      depth: "",
      // depth: "",
    });
    const editFormOptions = ref([
      [
@@ -66,6 +64,18 @@
           dataKey: "materielInfo",
              data: [],
         },
        {
          title: "深度",
          field: "depth",
          type: "string",
          data: [],
        },
        {
          title: "缓存架区域",
          field: "pointName",
          type: "string",
          data: [],
        },
      ],
    ]);
    const searchFormFields = ref({
@@ -73,10 +83,11 @@
      pointCode: "",
      pointStatus: "",
      enableStatus: "",
      pointType: "",
      row: "",
      column: "",
      // pointType: "",
      // row: "",
      // column: "",
      depth: "",
      pointName:"",
      Materialtype: "",
    });
    const searchFormOptions = ref([
@@ -103,6 +114,18 @@
          field: "enableStatus",
          type: "select",
          dataKey: "enableStatusEnum",
          data: [],
        },
        {
          title: "深度",
          field: "depth",
          type: "string",
          data: [],
        },
        {
          title: "缓存架区域",
          field: "pointName",
          type: "string",
          data: [],
        },
      ],
@@ -167,13 +190,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: "创建人",