/** * 用户信息 */ //个人 export const personal = [{ key: "customerTel", val: "tel", title: "联系方式" }, //联系方式 { key: "customerName", val: "userName", title: "姓名" }, //姓名/公司名称, { key: "positiveImageUrl", val: "userPosImgUrl", title: "人像面" }, //人像面 { key: "negativeImageUrl", val: "userNegImgUrl", title: "国徽面" }, //国徽面 { key: "customerIdnum", val: "userIdNum", title: "证件号码" }, //证件号码/社会信用代码 { key: "address", val: "address", title: "住址" }, //住址 { key: "isSelf", val: "isSelf", title: "本人办理", }, //本人办理 { key: "customerIdtype", val: "userIdType" }, //身份证类型 101 公司信用代码 203 { key: "customerIdVld", val: "customerIdVld" }, //用户信息证件有效期 ] //个人经办人办 export const personalAgent = [{ key: "customerTel", val: "tel", title: "联系方式" }, //联系方式 { key: "customerName", val: "userName", title: "姓名" }, //姓名/公司名称, { key: "positiveImageUrl", val: "userPosImgUrl", title: "人像面" }, //人像面 { key: "negativeImageUrl", val: "userNegImgUrl", title: "国徽面" }, //国徽面 { key: "proxyUrl", val: "proxyUrl", title: "委托书" }, //委托书 { key: "customerIdnum", val: "userIdNum", title: "证件号码" }, //证件号码/社会信用代码 { key: "address", val: "address", title: "住址" }, //住址 { key: "isSelf", val: "isSelf", title: "本人办理", }, //本人办理 { key: "agentPosImgUrl", val: "agentPosImgUrl", title: "经办人证件人像面" }, //经办人证件人像面 { key: "agentNegImgUrl", val: "agentNegImgUrl", title: "经办人证件国徽面" }, //经办人证件国徽面 { key: "agentName", val: "agentName", title: "经办人姓名" }, //经办人姓名 { key: "agentTel", val: "agentTel", title: "经办人电话" }, //经办人电话 { key: "agentIdnum", val: "agentIdNum", title: "经办人证件号码" }, //经办人证件号码 { key: "agentIdtype", val: "agentIdType" }, //身份证类型 101 { key: "agentAddress", val: "agentAddress" }, //经办人住址 { key: "customerIdtype", val: "userIdType" }, //身份证类型 101 公司信用代码 203 { key: "agentIdVld", val: "agentIdVld" }, //经办人证件有效期 { key: "customerIdVld", val: "customerIdVld" }, //用户信息证件有效期 ] //公司 export const company = [{ key: "customerName", val: "userName", title: "公司名称" }, //姓名/公司名称 { key: "positiveImageUrl", val: "posImgUrl", title: "营业执照" }, //营业执照 { key: "proxyUrl", val: "proxyUrl", title: "委托书" }, //委托书 { key: "", val: "department", title: "部门名称" }, //部门名称 { key: "customerIdnum", val: "userIdNum", title: "社会信用代码" }, //证件号码/社会信用代码 { key: "address", val: "address", title: "住址" }, //住址 { key: "agentPosImgUrl", val: "agentPosImgUrl", title: "经办人证件人像面" }, //经办人证件人像面 { key: "agentNegImgUrl", val: "agentNegImgUrl", title: "经办人证件国徽面" }, //经办人证件国徽面 { key: "agentName", val: "agentName", title: "经办人姓名" }, //经办人姓名 { key: "agentTel", val: "agentTel", title: "经办人电话" }, //经办人电话 { key: "agentIdnum", val: "agentIdNum", title: "经办人证件号码" }, //经办人证件号码 { key: "agentIdtype", val: "agentIdType" }, //身份证类型 101 { key: "agentAddress", val: "agentAddress" }, //经办人住址 { key: "customerIdtype", val: "userIdType" }, //身份证类型 101 公司信用代码 203 { key: "agentIdVld", val: "agentIdVld" }, //经办人证件有效期 ] /** * 车辆信息 */ // 客车 export const bus = [{ key: "vehPosImgUrl", val: "vehPosImgUrl", title: "行驶证主页" }, //行驶证主页 { key: "vehNegImgUrl", val: "vehNegImgUrl", title: "行驶证副页" }, //行驶证副页 { key: "vehBodyUrl", val: "vehBodyUrl", title: "车身照" }, { key: "vehiclePlate", val: "vehiclePlate", title: "车牌号" }, { key: "ownerName", val: "ownerName", title: "所有人" }, { key: "vehicleType", val: "vehicleType", title: "车辆类型" }, { key: "vehicleAxleCount", val: "axleCount", title: "车轴数" }, { key: "character", val: "character", title: "使用性质" }, { key: "vehicleModel", val: "vehicleModel", title: "品牌型号" }, { key: "vehicleVin", val: "vin", title: "车辆识别代码" }, { key: "vehicleEngineNum", val: "engineNum", title: "发动机号码" }, { key: "register", val: "register", title: "注册日期" }, { key: "issueDate", val: "issueDate", title: "发证日期" }, { key: "vehicleApprovedCount", val: "approvedCount", title: "核定载人数" }, { key: "vehicleTotalMass", val: "totalMass", title: "总质量(kg)" }, { key: "vehicleMaintenaceMass", val: "maintenaceMass", title: "整备质量(kg)" }, { key: "vehicleDimensions", val: "vehicleDimensions", title: "外廓尺寸" }, { key: "useUserType", val: "useUserType", title: "车辆用户类型" }, { key: "", val: "useUserTypeName", default: "普通车", }, { key: "", val: "vehicleSign", default: 2,//前装后装 }, { key: "type", val: "type", }, { key: "agencyId", val: "channelId", }, { key: "vehicleId", val: "vehicleId", }, ] export const truck = [ ...bus, { key: "vehicleHeadImgUrl", val: "vehicleHeadImgUrl", title: "车头照" }, { key: "vehiclePermittedWeight", val: "permittedWeight", title: "核定载质量(kg)" }, { key: "vehiclePermittedTwoWeight", val: "permittedTowWeight", title: "准牵引总质量(kg)" }, { key: "tractorSign", val: "tractorSign", title: "是否牵引车" }, { key: "roadTransportPermitPicUrl", val: "roadTransportPermitPicUrl", title: "道路运输证" }, ]