123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355 |
- /**
- * 用户信息
- */
- //个人
- 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: "道路运输证"
- },
- ]
|