You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

auditInfo.js 6.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355
  1. /**
  2. * 用户信息
  3. */
  4. //个人
  5. export const personal = [{
  6. key: "customerTel",
  7. val: "tel",
  8. title: "联系方式"
  9. }, //联系方式
  10. {
  11. key: "customerName",
  12. val: "userName",
  13. title: "姓名"
  14. }, //姓名/公司名称,
  15. {
  16. key: "positiveImageUrl",
  17. val: "userPosImgUrl",
  18. title: "人像面"
  19. }, //人像面
  20. {
  21. key: "negativeImageUrl",
  22. val: "userNegImgUrl",
  23. title: "国徽面"
  24. }, //国徽面
  25. {
  26. key: "customerIdnum",
  27. val: "userIdNum",
  28. title: "证件号码"
  29. }, //证件号码/社会信用代码
  30. {
  31. key: "address",
  32. val: "address",
  33. title: "住址"
  34. }, //住址
  35. {
  36. key: "isSelf",
  37. val: "isSelf",
  38. title: "本人办理",
  39. }, //本人办理
  40. {
  41. key: "customerIdtype",
  42. val: "userIdType"
  43. }, //身份证类型 101 公司信用代码 203
  44. {
  45. key: "customerIdVld",
  46. val: "customerIdVld"
  47. }, //用户信息证件有效期
  48. ]
  49. //个人经办人办
  50. export const personalAgent = [{
  51. key: "customerTel",
  52. val: "tel",
  53. title: "联系方式"
  54. }, //联系方式
  55. {
  56. key: "customerName",
  57. val: "userName",
  58. title: "姓名"
  59. }, //姓名/公司名称,
  60. {
  61. key: "positiveImageUrl",
  62. val: "userPosImgUrl",
  63. title: "人像面"
  64. }, //人像面
  65. {
  66. key: "negativeImageUrl",
  67. val: "userNegImgUrl",
  68. title: "国徽面"
  69. }, //国徽面
  70. {
  71. key: "proxyUrl",
  72. val: "proxyUrl",
  73. title: "委托书"
  74. }, //委托书
  75. {
  76. key: "customerIdnum",
  77. val: "userIdNum",
  78. title: "证件号码"
  79. }, //证件号码/社会信用代码
  80. {
  81. key: "address",
  82. val: "address",
  83. title: "住址"
  84. }, //住址
  85. {
  86. key: "isSelf",
  87. val: "isSelf",
  88. title: "本人办理",
  89. }, //本人办理
  90. {
  91. key: "agentPosImgUrl",
  92. val: "agentPosImgUrl",
  93. title: "经办人证件人像面"
  94. }, //经办人证件人像面
  95. {
  96. key: "agentNegImgUrl",
  97. val: "agentNegImgUrl",
  98. title: "经办人证件国徽面"
  99. }, //经办人证件国徽面
  100. {
  101. key: "agentName",
  102. val: "agentName",
  103. title: "经办人姓名"
  104. }, //经办人姓名
  105. {
  106. key: "agentTel",
  107. val: "agentTel",
  108. title: "经办人电话"
  109. }, //经办人电话
  110. {
  111. key: "agentIdnum",
  112. val: "agentIdNum",
  113. title: "经办人证件号码"
  114. }, //经办人证件号码
  115. {
  116. key: "agentIdtype",
  117. val: "agentIdType"
  118. }, //身份证类型 101
  119. {
  120. key: "agentAddress",
  121. val: "agentAddress"
  122. }, //经办人住址
  123. {
  124. key: "customerIdtype",
  125. val: "userIdType"
  126. }, //身份证类型 101 公司信用代码 203
  127. {
  128. key: "agentIdVld",
  129. val: "agentIdVld"
  130. }, //经办人证件有效期
  131. {
  132. key: "customerIdVld",
  133. val: "customerIdVld"
  134. }, //用户信息证件有效期
  135. ]
  136. //公司
  137. export const company = [{
  138. key: "customerName",
  139. val: "userName",
  140. title: "公司名称"
  141. }, //姓名/公司名称
  142. {
  143. key: "positiveImageUrl",
  144. val: "posImgUrl",
  145. title: "营业执照"
  146. }, //营业执照
  147. {
  148. key: "proxyUrl",
  149. val: "proxyUrl",
  150. title: "委托书"
  151. }, //委托书
  152. {
  153. key: "",
  154. val: "department",
  155. title: "部门名称"
  156. }, //部门名称
  157. {
  158. key: "customerIdnum",
  159. val: "userIdNum",
  160. title: "社会信用代码"
  161. }, //证件号码/社会信用代码
  162. {
  163. key: "address",
  164. val: "address",
  165. title: "住址"
  166. }, //住址
  167. {
  168. key: "agentPosImgUrl",
  169. val: "agentPosImgUrl",
  170. title: "经办人证件人像面"
  171. }, //经办人证件人像面
  172. {
  173. key: "agentNegImgUrl",
  174. val: "agentNegImgUrl",
  175. title: "经办人证件国徽面"
  176. }, //经办人证件国徽面
  177. {
  178. key: "agentName",
  179. val: "agentName",
  180. title: "经办人姓名"
  181. }, //经办人姓名
  182. {
  183. key: "agentTel",
  184. val: "agentTel",
  185. title: "经办人电话"
  186. }, //经办人电话
  187. {
  188. key: "agentIdnum",
  189. val: "agentIdNum",
  190. title: "经办人证件号码"
  191. }, //经办人证件号码
  192. {
  193. key: "agentIdtype",
  194. val: "agentIdType"
  195. }, //身份证类型 101
  196. {
  197. key: "agentAddress",
  198. val: "agentAddress"
  199. }, //经办人住址
  200. {
  201. key: "customerIdtype",
  202. val: "userIdType"
  203. }, //身份证类型 101 公司信用代码 203
  204. {
  205. key: "agentIdVld",
  206. val: "agentIdVld"
  207. }, //经办人证件有效期
  208. ]
  209. /**
  210. * 车辆信息
  211. */
  212. // 客车
  213. export const bus = [{
  214. key: "vehPosImgUrl",
  215. val: "vehPosImgUrl",
  216. title: "行驶证主页"
  217. }, //行驶证主页
  218. {
  219. key: "vehNegImgUrl",
  220. val: "vehNegImgUrl",
  221. title: "行驶证副页"
  222. }, //行驶证副页
  223. {
  224. key: "vehBodyUrl",
  225. val: "vehBodyUrl",
  226. title: "车身照"
  227. },
  228. {
  229. key: "vehiclePlate",
  230. val: "vehiclePlate",
  231. title: "车牌号"
  232. },
  233. {
  234. key: "ownerName",
  235. val: "ownerName",
  236. title: "所有人"
  237. },
  238. {
  239. key: "vehicleType",
  240. val: "vehicleType",
  241. title: "车辆类型"
  242. },
  243. {
  244. key: "vehicleAxleCount",
  245. val: "axleCount",
  246. title: "车轴数"
  247. },
  248. {
  249. key: "character",
  250. val: "character",
  251. title: "使用性质"
  252. },
  253. {
  254. key: "vehicleModel",
  255. val: "vehicleModel",
  256. title: "品牌型号"
  257. },
  258. {
  259. key: "vehicleVin",
  260. val: "vin",
  261. title: "车辆识别代码"
  262. },
  263. {
  264. key: "vehicleEngineNum",
  265. val: "engineNum",
  266. title: "发动机号码"
  267. },
  268. {
  269. key: "register",
  270. val: "register",
  271. title: "注册日期"
  272. },
  273. {
  274. key: "issueDate",
  275. val: "issueDate",
  276. title: "发证日期"
  277. },
  278. {
  279. key: "vehicleApprovedCount",
  280. val: "approvedCount",
  281. title: "核定载人数"
  282. },
  283. {
  284. key: "vehicleTotalMass",
  285. val: "totalMass",
  286. title: "总质量(kg)"
  287. },
  288. {
  289. key: "vehicleMaintenaceMass",
  290. val: "maintenaceMass",
  291. title: "整备质量(kg)"
  292. },
  293. {
  294. key: "vehicleDimensions",
  295. val: "vehicleDimensions",
  296. title: "外廓尺寸"
  297. },
  298. {
  299. key: "useUserType",
  300. val: "useUserType",
  301. title: "车辆用户类型"
  302. },
  303. {
  304. key: "",
  305. val: "useUserTypeName",
  306. default: "普通车",
  307. },
  308. {
  309. key: "",
  310. val: "vehicleSign",
  311. default: 2,//前装后装
  312. },
  313. {
  314. key: "type",
  315. val: "type",
  316. },
  317. {
  318. key: "agencyId",
  319. val: "channelId",
  320. },
  321. {
  322. key: "vehicleId",
  323. val: "vehicleId",
  324. },
  325. ]
  326. export const truck = [
  327. ...bus,
  328. {
  329. key: "vehicleHeadImgUrl",
  330. val: "vehicleHeadImgUrl",
  331. title: "车头照"
  332. },
  333. {
  334. key: "vehiclePermittedWeight",
  335. val: "permittedWeight",
  336. title: "核定载质量(kg)"
  337. },
  338. {
  339. key: "vehiclePermittedTwoWeight",
  340. val: "permittedTowWeight",
  341. title: "准牵引总质量(kg)"
  342. },
  343. {
  344. key: "tractorSign",
  345. val: "tractorSign",
  346. title: "是否牵引车"
  347. },
  348. {
  349. key: "roadTransportPermitPicUrl",
  350. val: "roadTransportPermitPicUrl",
  351. title: "道路运输证"
  352. },
  353. ]