qinchulong
2025-05-27 c020f31a67fc5aa5644511bddff075f7ecc85234
´úÂë¹ÜÀí/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: "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: [],},
      ],[
@@ -87,7 +87,7 @@
        field: "areaId",
        title: "区域主键",
        type: "int",
        width: 90,
        width: 120,
        align: "left",
        bind:{ key: "areainfo", data: [] },
      },