dengjunjie
2025-06-09 217a65fe8eb2612b7d61e9ce5f450e76bfc318f6
´úÂë¹ÜÀí/WMS/WIDESEA_WMSClient/src/views/basic/cachePoint.vue
@@ -39,7 +39,7 @@
    const editFormOptions = ref([
      [
        {title: "缓存点编号",required: true,field: "pointCode",type: "string",},
        {title: "区域主键",required: true,field: "areaId",type: "select",dataKey: "areainfo", data: [] ,},
        {title: "区域",required: true,field: "areaId",type: "select",dataKey: "cachePointareainfo", data: [] ,},
        {title: "缓存点状态",field: "pointStatus",type: "select",dataKey: "locationStatusEnum",data: [],},
        {title: "是否禁用",field: "enableStatus",type: "select",dataKey: "enableStatusEnum",data: [],},
      ],[
@@ -62,7 +62,7 @@
    const searchFormOptions = ref([
      [
        {title: "缓存点编号",field: "pointCode",type: "string",},
        {title: "区域主键",field: "areaId",type: "select",dataKey: "areainfo",data: [],},
        {title: "区域",field: "areaId",type: "select",dataKey: "cachePointareainfo",data: [],},
        {title: "缓存点状态",field: "pointStatus",type: "select",dataKey: "locationStatusEnum",data: [],},
        {title: "是否禁用",field: "enableStatus",type: "select",dataKey: "enableStatusEnum",data: [],},
      ],[
@@ -85,11 +85,11 @@
      },
      {
        field: "areaId",
        title: "区域主键",
        title: "区域",
        type: "int",
        width: 120,
        align: "left",
        bind:{ key: "areainfo", data: [] },
        bind:{ key: "cachePointareainfo", data: [] },
      },
      {
        field: "pointCode",
@@ -135,13 +135,13 @@
        width: 90,
        align: "left",
      },
      {
        field: "pointType",
        title: "缓存点类型",
        type: "string",
        width: 90,
        align: "left",
      },
      // {
      //   field: "pointType",
      //   title: "缓存点类型",
      //   type: "string",
      //   width: 90,
      //   align: "left",
      // },
      {
        field: "creater",
        title: "创建人",