dengjunjie
2025-06-06 7e7f17c08a0f18d83eb379ddff1689597fecefde
´úÂë¹ÜÀí/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",