合同小程序前端代码仓库
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.

712 lines
28 KiB

10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
9 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
9 months ago
10 months ago
9 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
9 months ago
10 months ago
10 months ago
10 months ago
10 months ago
9 months ago
10 months ago
9 months ago
10 months ago
9 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
9 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
9 months ago
10 months ago
10 months ago
10 months ago
10 months ago
9 months ago
9 months ago
10 months ago
9 months ago
10 months ago
9 months ago
9 months ago
10 months ago
9 months ago
9 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
9 months ago
10 months ago
9 months ago
10 months ago
9 months ago
9 months ago
9 months ago
10 months ago
9 months ago
10 months ago
10 months ago
9 months ago
10 months ago
10 months ago
9 months ago
9 months ago
10 months ago
9 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
9 months ago
10 months ago
9 months ago
10 months ago
9 months ago
10 months ago
9 months ago
10 months ago
9 months ago
10 months ago
9 months ago
10 months ago
10 months ago
10 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
9 months ago
10 months ago
10 months ago
10 months ago
10 months ago
10 months ago
9 months ago
10 months ago
10 months ago
9 months ago
10 months ago
  1. "use strict";
  2. const common_vendor = require("../../common/vendor.js");
  3. const api = require("../../api.js");
  4. const common_assets = require("../../common/assets.js");
  5. const _sfc_main = common_vendor.defineComponent({
  6. data() {
  7. return {
  8. uploadConfig: new UTSJSONObject({
  9. // 上传地址
  10. url: "https://gpt.aiym.run/contract/miniapp/file/upload",
  11. // 文件字段名
  12. name: "file",
  13. // 请求头
  14. header: new UTSJSONObject({}),
  15. // 附带的表单数据
  16. formData: new UTSJSONObject({
  17. "biz": "cert"
  18. }),
  19. // 是否开启实际上传
  20. enabled: true
  21. }),
  22. clientInfo: new UTSJSONObject({
  23. appOrderCarList: [
  24. new UTSJSONObject({
  25. buyMoney: 0,
  26. buyTax: 0,
  27. buyTime: "",
  28. carModel: "",
  29. carNo: "",
  30. carSeries: "",
  31. carType: "",
  32. createBy: "",
  33. createTime: "",
  34. engineNo: "",
  35. id: "",
  36. mileage: "",
  37. newCar: 0,
  38. orderFkId: "",
  39. sysOrgCode: "",
  40. updateBy: "",
  41. updateTime: "",
  42. useType: "",
  43. vin: ""
  44. })
  45. ],
  46. appOrderFinanceList: [
  47. new UTSJSONObject({
  48. createBy: "",
  49. createTime: "",
  50. id: "",
  51. lender: "",
  52. lenderMone: 0,
  53. lenderYear: "",
  54. orderFkId: "",
  55. sysOrgCode: "",
  56. updateBy: "",
  57. updateTime: ""
  58. })
  59. ],
  60. appOrderVoucherList: [
  61. new UTSJSONObject({
  62. assigneeCardNo: "",
  63. assigneeName: "",
  64. assigneePhone: "",
  65. carInsuranceNo: "",
  66. createBy: "",
  67. createTime: "",
  68. dealerAddress: "",
  69. effectiveTime: "",
  70. endTime: "",
  71. equityPackage: "",
  72. firstBeneficiary: "",
  73. id: "",
  74. insuranceName: "",
  75. orderFkId: "",
  76. packageMoney: 0,
  77. payTime: "",
  78. registeredCity: "",
  79. serviceMoney: 0,
  80. serviceYear: "",
  81. sysOrgCode: "",
  82. updateBy: "",
  83. updateTime: ""
  84. })
  85. ],
  86. busLicense: "",
  87. carPic: "",
  88. certBack: "",
  89. certFront: "",
  90. contractUrl: "",
  91. createBy: "",
  92. createTime: "",
  93. custAddress: "",
  94. custCardNo: "",
  95. custName: "",
  96. custPhone: "",
  97. custType: 0,
  98. id: "",
  99. orderNum: "",
  100. payType: "全款",
  101. payVoucherUrl: "",
  102. payee: "",
  103. payeeTime: "",
  104. productContractTemp: "",
  105. productMone: null,
  106. productName: "自动填写所选商品服务分类",
  107. productServiceYear: 1,
  108. saleName: "",
  109. salePort: "售前",
  110. status: 0,
  111. storeName: "自动填写所选择的门店",
  112. sysOrgCode: "",
  113. updateBy: "",
  114. updateTime: ""
  115. }),
  116. fileList1: [],
  117. departments: ["售前", "售后", "二网车"],
  118. carBrands: [],
  119. carBrandIndex: -1,
  120. serviceAges: ["1年", "2年", "3年"],
  121. serviceAgeIndex: -1,
  122. payees: [],
  123. payeeIndex: -1,
  124. screenHeight: 0,
  125. curHeight: 0,
  126. // 扫描
  127. positiveImg: "/static/image/组件 4 – 1.png",
  128. certFront: "",
  129. certBack: "",
  130. // 反面身份证
  131. reverseImg: "/static/image/组 71663.png",
  132. // 行车驾驶证
  133. carImg: "/static/image/组件 2 – 1.png"
  134. //自己图片路径
  135. };
  136. },
  137. mounted() {
  138. api.isToken();
  139. this.clientInfo.storeName = getApp().storeName || "自动填写所选择的门店";
  140. this.clientInfo.productName = getApp().productName || "自动填写所选商品服务分类";
  141. this.clientInfo.appOrderVoucherList[0].dealerAddress = getApp().dealerAddress;
  142. this.clientInfo.productContractTemp = getApp().productUrl;
  143. for (var index = 0; index < getApp().allMsg.length; index++) {
  144. this.payees.push(getApp().allMsg[index].storeName);
  145. }
  146. this.clientInfo.payee = getApp().storeName;
  147. this.uploadConfig.header = new UTSJSONObject({
  148. "X-Access-Token": common_vendor.index.getStorageSync("token")
  149. });
  150. api.getChildListBatch().then((res = null) => {
  151. this.carBrands = [];
  152. for (var index2 = 0; index2 < res.result.records.length; index2++) {
  153. this.carBrands.push(res.result.records[index2].name);
  154. }
  155. });
  156. },
  157. onLoad(options) {
  158. common_vendor.index.onKeyboardHeightChange((res = null) => {
  159. if (res.height > 0) {
  160. this.curHeight = this.screenHeight - res.height;
  161. } else {
  162. this.curHeight = this.screenHeight;
  163. }
  164. });
  165. },
  166. onUpload() {
  167. common_vendor.index.offKeyboardHeightChange();
  168. },
  169. methods: {
  170. keyboardheightchange(e = null) {
  171. this.changeBottomVal = e.detail.height + "px";
  172. },
  173. // 凭证上传函数
  174. deletePic(event = null) {
  175. this[`fileList${event.name}`].splice(event.index, 1);
  176. },
  177. // 新增图片
  178. afterRead(event = null) {
  179. return common_vendor.__awaiter(this, void 0, void 0, function* () {
  180. let lists = [].concat(event.file);
  181. let fileListLen = this[`fileList${event.name}`].length;
  182. lists.map((item) => {
  183. this[`fileList${event.name}`].push(new UTSJSONObject(Object.assign(Object.assign({}, item), { status: "uploading", message: "上传中" })));
  184. });
  185. for (let i = 0; i < lists.length; i++) {
  186. const result = yield this.uploadFilePromise(lists[i].url);
  187. let item = this[`fileList${event.name}`][fileListLen];
  188. this[`fileList${event.name}`].splice(fileListLen, 1, Object.assign(item, {
  189. status: "success",
  190. message: "",
  191. url: result
  192. }));
  193. fileListLen++;
  194. }
  195. });
  196. },
  197. uploadFilePromise(url = null) {
  198. let token = common_vendor.index.getStorageSync("token");
  199. return new Promise((resolve, reject) => {
  200. common_vendor.index.uploadFile({
  201. url: "https://www.shengchuangyunkong.com/contract/miniapp/file/upload",
  202. filePath: url,
  203. name: "file",
  204. formData: new UTSJSONObject({
  205. biz: "test"
  206. }),
  207. header: new UTSJSONObject({
  208. "X-Access-Token": token
  209. }),
  210. success: (res) => {
  211. this.clientInfo.payVoucherUrl = UTS.JSON.parse(res.data).message;
  212. setTimeout(() => {
  213. resolve(res.data.data);
  214. }, 1e3);
  215. }
  216. });
  217. });
  218. },
  219. get_to() {
  220. api.add(UTS.JSON.parse(UTS.JSON.stringify(this.clientInfo))).then((res = null) => {
  221. });
  222. common_vendor.index.switchTab({ url: "/pages/index/dingdan" });
  223. },
  224. toBack() {
  225. let canNavBack = getCurrentPages();
  226. if (canNavBack && canNavBack.length > 1) {
  227. common_vendor.index.navigateBack();
  228. } else {
  229. history.back();
  230. }
  231. },
  232. handleDepartmentChange(e = null) {
  233. this.clientInfo.salePort = e;
  234. },
  235. // 修改车辆品牌
  236. bindCarBrandChange(e = null) {
  237. this.carBrandIndex = e.detail.value;
  238. this.clientInfo.appOrderCarList[0].carSeries = this.carBrands[this.carBrandIndex];
  239. },
  240. // 取服务年限
  241. bindServiceAgeChange(e = null) {
  242. this.serviceAgeIndex = e.detail.value;
  243. if (this.serviceAges[e.detail.value] == "1年") {
  244. this.clientInfo.productServiceYear = 1;
  245. } else if (this.serviceAges[e.detail.value] == "2年") {
  246. this.clientInfo.productServiceYear = 2;
  247. } else {
  248. this.clientInfo.productServiceYear = 3;
  249. }
  250. },
  251. // 选择收款方
  252. bindPayeeChange(e = null) {
  253. this.payeeIndex = e.detail.value;
  254. this.clientInfo.payee = this.payees[e.detail.value];
  255. },
  256. // 身份证正面上传
  257. uploadPositive() {
  258. common_vendor.index.chooseImage({
  259. count: 1,
  260. sizeType: ["original", "compressed"],
  261. sourceType: ["album", "camera"],
  262. success: (res) => {
  263. let filePath = res.tempFilePaths[0];
  264. let token = common_vendor.index.getStorageSync("token");
  265. this.uploadIdentify(token, "front", filePath, "sfz");
  266. }
  267. });
  268. },
  269. // 身份证反面上传
  270. uploadReverse() {
  271. common_vendor.index.chooseImage({
  272. count: 1,
  273. sizeType: ["original", "compressed"],
  274. sourceType: ["album", "camera"],
  275. success: (res) => {
  276. let filePath = res.tempFilePaths[0];
  277. let token = common_vendor.index.getStorageSync("token");
  278. this.uploadIdentify(token, "back", filePath, "sfz");
  279. }
  280. });
  281. },
  282. uploadCarCert() {
  283. common_vendor.index.chooseImage({
  284. count: 1,
  285. sizeType: ["original", "compressed"],
  286. sourceType: ["album", "camera"],
  287. success: (res) => {
  288. let filePath = res.tempFilePaths[0];
  289. let token = common_vendor.index.getStorageSync("token");
  290. this.uploadIdentify(token, "", filePath, "carCert");
  291. }
  292. });
  293. },
  294. // 上传识别
  295. uploadIdentify(token = null, side = null, filePath = null, type = null) {
  296. common_vendor.index.uploadFile({
  297. url: "https://www.shengchuangyunkong.com/contract/miniapp/file/upload",
  298. filePath,
  299. name: "file",
  300. formData: new UTSJSONObject({
  301. "biz": "cert"
  302. }),
  303. header: new UTSJSONObject({
  304. "X-Access-Token": token
  305. }),
  306. success: (res) => {
  307. let image = UTS.JSON.parse(res.data).message;
  308. common_vendor.index.__f__("log", "at pages/index/PayPal.uvue:684", image);
  309. if (type == "sfz") {
  310. api.idCardInfo(new UTSJSONObject({ "side": side, "url": UTS.JSON.parse(res.data).message })).then((res2 = null) => {
  311. if (res2.success) {
  312. if (side == "front") {
  313. this.clientInfo.custName = res2.result.name;
  314. this.clientInfo.appOrderVoucherList[0].firstBeneficiary = res2.result.name;
  315. this.clientInfo.custAddress = res2.result.address;
  316. this.clientInfo.custCardNo = res2.result.idCard;
  317. this.clientInfo.certFront = image;
  318. this.certFront = filePath;
  319. } else {
  320. this.clientInfo.certBack = image;
  321. this.certBack = filePath;
  322. }
  323. } else {
  324. common_vendor.index.showToast({
  325. title: "身份证识别错误,请重新上传!",
  326. icon: "error",
  327. duration: 500,
  328. success: (res3) => {
  329. },
  330. fail: (res3) => {
  331. }
  332. });
  333. }
  334. }).catch((err = null) => {
  335. common_vendor.index.__f__("log", "at pages/index/PayPal.uvue:712", "catch: ", err);
  336. });
  337. } else if (type == "carCert") {
  338. api.carCert(new UTSJSONObject({ "url": UTS.JSON.parse(res.data).message })).then((res2 = null) => {
  339. if (res2.success) {
  340. common_vendor.index.__f__("log", "at pages/index/PayPal.uvue:718", "车辆号", res2);
  341. this.clientInfo.appOrderCarList[0].carSeries = res2.result.CarBrand;
  342. this.clientInfo.appOrderCarList[0].vin = res2.result.VinNo;
  343. this.clientInfo.carPic = image;
  344. this.carPic = filePath;
  345. this.clientInfo.appOrderCarList[0].engineNo = res2.result.EngineNo;
  346. this.clientInfo.appOrderCarList[0].carModel = res2.result.CarModel;
  347. } else {
  348. common_vendor.index.showToast({
  349. title: "识别错误,请重新上传!",
  350. icon: "error",
  351. duration: 500,
  352. success: (res3) => {
  353. },
  354. fail: (res3) => {
  355. }
  356. });
  357. }
  358. }).catch((err = null) => {
  359. common_vendor.index.__f__("log", "at pages/index/PayPal.uvue:742", "catch: ", err);
  360. });
  361. }
  362. },
  363. fail: (err) => {
  364. common_vendor.index.__f__("log", "at pages/index/PayPal.uvue:749", err);
  365. }
  366. });
  367. },
  368. onChange(e = null) {
  369. common_vendor.index.__f__("log", "at pages/index/PayPal.uvue:754", e);
  370. if (e == "个人") {
  371. this.clientInfo.custType = 0;
  372. } else {
  373. this.clientInfo.custType = 1;
  374. }
  375. },
  376. onChanges(e = null) {
  377. if (e == "是") {
  378. this.clientInfo.appOrderCarList[0].newCar = 1;
  379. } else {
  380. this.clientInfo.appOrderCarList[0].newCar = 0;
  381. }
  382. }
  383. }
  384. });
  385. if (!Array) {
  386. const _easycom_uni_icons2 = common_vendor.resolveComponent("uni-icons");
  387. const _easycom_l_radio2 = common_vendor.resolveComponent("l-radio");
  388. const _easycom_l_radio_group2 = common_vendor.resolveComponent("l-radio-group");
  389. const _easycom_uni_datetime_picker2 = common_vendor.resolveComponent("uni-datetime-picker");
  390. const _easycom_uv_upload2 = common_vendor.resolveComponent("uv-upload");
  391. (_easycom_uni_icons2 + _easycom_l_radio2 + _easycom_l_radio_group2 + _easycom_uni_datetime_picker2 + _easycom_uv_upload2)();
  392. }
  393. const _easycom_uni_icons = () => "../../uni_modules/uni-icons/components/uni-icons/uni-icons.js";
  394. const _easycom_l_radio = () => "../../uni_modules/lime-radio/components/l-radio/l-radio.js";
  395. const _easycom_l_radio_group = () => "../../uni_modules/lime-radio/components/l-radio-group/l-radio-group.js";
  396. const _easycom_uni_datetime_picker = () => "../../uni_modules/uni-datetime-picker/components/uni-datetime-picker/uni-datetime-picker.js";
  397. const _easycom_uv_upload = () => "../../uni_modules/uv-upload/components/uv-upload/uv-upload.js";
  398. if (!Math) {
  399. (_easycom_uni_icons + _easycom_l_radio + _easycom_l_radio_group + _easycom_uni_datetime_picker + _easycom_uv_upload)();
  400. }
  401. function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
  402. return {
  403. a: common_vendor.p({
  404. type: "left",
  405. size: "30",
  406. color: "#c2d4de"
  407. }),
  408. b: common_vendor.o((...args) => $options.toBack && $options.toBack(...args)),
  409. c: common_vendor.w(({
  410. checked
  411. }, s0, i0) => {
  412. return {
  413. a: checked,
  414. b: !checked,
  415. c: i0,
  416. d: s0
  417. };
  418. }, {
  419. name: "icon",
  420. path: "c",
  421. vueId: "643091e0-1"
  422. }),
  423. d: common_assets._imports_0$4,
  424. e: common_assets._imports_1$3,
  425. f: common_vendor.p({
  426. checked: $data.clientInfo.payType === "全款",
  427. label: "全款",
  428. fontSize: "1rem"
  429. }),
  430. g: common_vendor.w(({
  431. checked
  432. }, s0, i0) => {
  433. return {
  434. a: checked,
  435. b: !checked,
  436. c: i0,
  437. d: s0
  438. };
  439. }, {
  440. name: "icon",
  441. path: "g",
  442. vueId: "643091e0-3,643091e0-2"
  443. }),
  444. h: common_assets._imports_0$4,
  445. i: common_assets._imports_1$3,
  446. j: common_vendor.p({
  447. checked: $data.clientInfo.custType == 0 ? true : false,
  448. value: "个人",
  449. label: "个人",
  450. fontSize: "1rem"
  451. }),
  452. k: common_vendor.w(({
  453. checked
  454. }, s0, i0) => {
  455. return {
  456. a: checked,
  457. b: !checked,
  458. c: i0,
  459. d: s0
  460. };
  461. }, {
  462. name: "icon",
  463. path: "k",
  464. vueId: "643091e0-4,643091e0-2"
  465. }),
  466. l: common_assets._imports_0$4,
  467. m: common_assets._imports_1$3,
  468. n: common_vendor.p({
  469. checked: $data.clientInfo.custType == 1 ? true : false,
  470. value: "公司",
  471. label: "公司",
  472. fontSize: "1rem"
  473. }),
  474. o: common_vendor.o($options.onChange),
  475. p: $data.clientInfo.certFront == "" ? $data.positiveImg : $data.certFront,
  476. q: common_vendor.o((...args) => $options.uploadPositive && $options.uploadPositive(...args)),
  477. r: $data.clientInfo.certBack == "" ? $data.reverseImg : $data.certBack,
  478. s: common_vendor.o((...args) => $options.uploadReverse && $options.uploadReverse(...args)),
  479. t: $data.clientInfo.carPic == "" ? $data.carImg : _ctx.carPic,
  480. v: common_vendor.o((...args) => $options.uploadCarCert && $options.uploadCarCert(...args)),
  481. w: common_assets._imports_7,
  482. x: common_vendor.t($data.clientInfo.productName),
  483. y: common_vendor.t($data.clientInfo.storeName),
  484. z: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
  485. A: $data.clientInfo.custName,
  486. B: common_vendor.o(($event) => $data.clientInfo.custName = $event.detail.value),
  487. C: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
  488. D: $data.clientInfo.custAddress,
  489. E: common_vendor.o(($event) => $data.clientInfo.custAddress = $event.detail.value),
  490. F: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
  491. G: $data.clientInfo.custCardNo,
  492. H: common_vendor.o(($event) => $data.clientInfo.custCardNo = $event.detail.value),
  493. I: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
  494. J: $data.clientInfo.custPhone,
  495. K: common_vendor.o(($event) => $data.clientInfo.custPhone = $event.detail.value),
  496. L: common_vendor.f($data.departments, (item, k0, i0) => {
  497. return {
  498. a: common_vendor.w(({
  499. checked
  500. }, s1, i1) => {
  501. return {
  502. a: checked,
  503. b: !checked,
  504. c: i1,
  505. d: s1
  506. };
  507. }, {
  508. name: "icon",
  509. path: "L[" + i0 + "].a",
  510. vueId: "643091e0-6-" + i0 + ",643091e0-5"
  511. }),
  512. b: "643091e0-6-" + i0 + ",643091e0-5",
  513. c: common_vendor.p({
  514. value: item,
  515. checked: $data.clientInfo.salePort === item
  516. }),
  517. d: common_vendor.t(item),
  518. e: item
  519. };
  520. }),
  521. M: common_assets._imports_0$4,
  522. N: common_assets._imports_1$3,
  523. O: common_vendor.o($options.handleDepartmentChange),
  524. P: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
  525. Q: $data.clientInfo.saleName,
  526. R: common_vendor.o(($event) => $data.clientInfo.saleName = $event.detail.value),
  527. S: common_assets._imports_7,
  528. T: common_vendor.t($data.clientInfo.appOrderCarList[0].carSeries || "请选择车辆品牌 >"),
  529. U: common_vendor.o((...args) => $options.bindCarBrandChange && $options.bindCarBrandChange(...args)),
  530. V: $data.carBrandIndex,
  531. W: $data.carBrands,
  532. X: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
  533. Y: $data.clientInfo.appOrderCarList[0].vin,
  534. Z: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].vin = $event.detail.value),
  535. aa: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
  536. ab: $data.clientInfo.appOrderCarList[0].useType,
  537. ac: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].useType = $event.detail.value),
  538. ad: common_vendor.w(({
  539. checked
  540. }, s0, i0) => {
  541. return {
  542. a: checked,
  543. b: !checked,
  544. c: i0,
  545. d: s0
  546. };
  547. }, {
  548. name: "icon",
  549. path: "ad",
  550. vueId: "643091e0-8,643091e0-7"
  551. }),
  552. ae: common_assets._imports_0$4,
  553. af: common_assets._imports_1$3,
  554. ag: common_vendor.p({
  555. checked: $data.clientInfo.appOrderCarList[0].newCar == 1 ? true : false,
  556. value: "是",
  557. label: "是",
  558. fontSize: "1rem"
  559. }),
  560. ah: common_vendor.w(({
  561. checked
  562. }, s0, i0) => {
  563. return {
  564. a: checked,
  565. b: !checked,
  566. c: i0,
  567. d: s0
  568. };
  569. }, {
  570. name: "icon",
  571. path: "ah",
  572. vueId: "643091e0-9,643091e0-7"
  573. }),
  574. ai: common_assets._imports_0$4,
  575. aj: common_assets._imports_1$3,
  576. ak: common_vendor.p({
  577. checked: $data.clientInfo.appOrderCarList[0].newCar == 0 ? true : false,
  578. value: "否",
  579. label: "否",
  580. fontSize: "1rem"
  581. }),
  582. al: common_vendor.o($options.onChanges),
  583. am: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
  584. an: $data.clientInfo.appOrderCarList[0].carModel,
  585. ao: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].carModel = $event.detail.value),
  586. ap: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
  587. aq: $data.clientInfo.appOrderCarList[0].carNo,
  588. ar: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].carNo = $event.detail.value),
  589. as: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
  590. at: $data.clientInfo.appOrderCarList[0].engineNo,
  591. av: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].engineNo = $event.detail.value),
  592. aw: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
  593. ax: $data.clientInfo.appOrderCarList[0].mileage,
  594. ay: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].mileage = $event.detail.value),
  595. az: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].buyTime = $event),
  596. aA: common_vendor.p({
  597. type: "datetime",
  598. clearIcon: false,
  599. border: false,
  600. modelValue: $data.clientInfo.appOrderCarList[0].buyTime
  601. }),
  602. aB: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
  603. aC: $data.clientInfo.appOrderCarList[0].buyMoney,
  604. aD: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].buyMoney = $event.detail.value),
  605. aE: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
  606. aF: $data.clientInfo.appOrderCarList[0].buyTax,
  607. aG: common_vendor.o(($event) => $data.clientInfo.appOrderCarList[0].buyTax = $event.detail.value),
  608. aH: common_assets._imports_7,
  609. aI: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
  610. aJ: $data.clientInfo.appOrderVoucherList[0].firstBeneficiary,
  611. aK: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].firstBeneficiary = $event.detail.value),
  612. aL: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
  613. aM: $data.clientInfo.appOrderVoucherList[0].lenderMoney,
  614. aN: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].lenderMoney = $event.detail.value),
  615. aO: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].effectiveTime = $event),
  616. aP: common_vendor.p({
  617. type: "datetime",
  618. clearIcon: false,
  619. border: false,
  620. modelValue: $data.clientInfo.appOrderVoucherList[0].effectiveTime
  621. }),
  622. aQ: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].endTime = $event),
  623. aR: common_vendor.p({
  624. type: "datetime",
  625. clearIcon: false,
  626. border: false,
  627. modelValue: $data.clientInfo.appOrderVoucherList[0].endTime
  628. }),
  629. aS: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
  630. aT: $data.clientInfo.appOrderVoucherList[0].serviceYear,
  631. aU: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].serviceYear = $event.detail.value),
  632. aV: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
  633. aW: $data.clientInfo.appOrderVoucherList[0].equityPackage,
  634. aX: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].equityPackage = $event.detail.value),
  635. aY: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
  636. aZ: $data.clientInfo.appOrderVoucherList[0].packageMoney,
  637. ba: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].packageMoney = $event.detail.value),
  638. bb: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
  639. bc: $data.clientInfo.appOrderVoucherList[0].carInsuranceNo,
  640. bd: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].carInsuranceNo = $event.detail.value),
  641. be: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
  642. bf: $data.clientInfo.appOrderVoucherList[0].registeredCity,
  643. bg: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].registeredCity = $event.detail.value),
  644. bh: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
  645. bi: $data.clientInfo.appOrderVoucherList[0].insuranceName,
  646. bj: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].insuranceName = $event.detail.value),
  647. bk: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
  648. bl: $data.clientInfo.appOrderVoucherList[0].assigneeName,
  649. bm: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].assigneeName = $event.detail.value),
  650. bn: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
  651. bo: $data.clientInfo.appOrderVoucherList[0].assigneePhone,
  652. bp: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].assigneePhone = $event.detail.value),
  653. bq: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
  654. br: $data.clientInfo.appOrderVoucherList[0].assigneeCardNo,
  655. bs: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].assigneeCardNo = $event.detail.value),
  656. bt: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].payTime = $event),
  657. bv: common_vendor.p({
  658. type: "datetime",
  659. clearIcon: false,
  660. border: false,
  661. modelValue: $data.clientInfo.appOrderVoucherList[0].payTime
  662. }),
  663. bw: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
  664. bx: $data.clientInfo.appOrderVoucherList[0].dealerAddress,
  665. by: common_vendor.o(($event) => $data.clientInfo.appOrderVoucherList[0].dealerAddress = $event.detail.value),
  666. bz: common_assets._imports_7,
  667. bA: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
  668. bB: $data.clientInfo.appOrderFinanceList[0].lender,
  669. bC: common_vendor.o(($event) => $data.clientInfo.appOrderFinanceList[0].lender = $event.detail.value),
  670. bD: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
  671. bE: $data.clientInfo.appOrderFinanceList[0].lenderMoney,
  672. bF: common_vendor.o(($event) => $data.clientInfo.appOrderFinanceList[0].lenderMoney = $event.detail.value),
  673. bG: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
  674. bH: $data.clientInfo.appOrderFinanceList[0].lenderYear,
  675. bI: common_vendor.o(($event) => $data.clientInfo.appOrderFinanceList[0].lenderYear = $event.detail.value),
  676. bJ: common_assets._imports_7,
  677. bK: common_vendor.t($data.clientInfo.productName),
  678. bL: common_vendor.t($data.serviceAges[$data.serviceAgeIndex] || "请选择服务年限 >"),
  679. bM: common_vendor.o((...args) => $options.bindServiceAgeChange && $options.bindServiceAgeChange(...args)),
  680. bN: $data.serviceAgeIndex,
  681. bO: $data.serviceAges,
  682. bP: common_vendor.o((...args) => $options.keyboardheightchange && $options.keyboardheightchange(...args)),
  683. bQ: $data.clientInfo.productMoney,
  684. bR: common_vendor.o(($event) => $data.clientInfo.productMoney = $event.detail.value),
  685. bS: common_assets._imports_7,
  686. bT: common_vendor.t(this.clientInfo.payee || "请选择收款方 >"),
  687. bU: common_vendor.o((...args) => $options.bindPayeeChange && $options.bindPayeeChange(...args)),
  688. bV: $data.payeeIndex,
  689. bW: $data.payees,
  690. bX: common_vendor.o(($event) => $data.clientInfo.payeeTime = $event),
  691. bY: common_vendor.p({
  692. type: "datetime",
  693. clearIcon: false,
  694. border: false,
  695. modelValue: $data.clientInfo.payeeTime
  696. }),
  697. bZ: common_assets._imports_8,
  698. ca: common_vendor.o($options.afterRead),
  699. cb: common_vendor.o($options.deletePic),
  700. cc: common_vendor.p({
  701. fileList: $data.fileList1,
  702. name: "1",
  703. multiple: true,
  704. maxCount: 1
  705. }),
  706. cd: common_vendor.o((...args) => $options.get_to && $options.get_to(...args)),
  707. ce: common_vendor.sei(_ctx.virtualHostId, "view")
  708. };
  709. }
  710. const MiniProgramPage = /* @__PURE__ */ common_vendor._export_sfc(_sfc_main, [["render", _sfc_render], ["__scopeId", "data-v-643091e0"]]);
  711. wx.createPage(MiniProgramPage);
  712. //# sourceMappingURL=../../../.sourcemap/mp-weixin/pages/index/PayPal.js.map