paymentCode1.vue 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462
  1. <template>
  2. <view class=" page" :style="getHeight">
  3. <!-- 公共组件-每个页面必须引入 -->
  4. <public-module></public-module>
  5. <view class="panel dis f-c j-c a-c" id="panelcanvas">
  6. <view class="d-flex a-center j-center qrcode" style="position: relative;">
  7. <image :src="paycodeimg" mode="widthFix"></image>
  8. <image :src="logoimg" mode="" style="width: 30px;height: 30px;position: absolute;margin: 0 auto;">
  9. </image>
  10. </view>
  11. <view class="quotation-data">
  12. <view class="circulate-impany dis a-c">
  13. <view>保险公司:</view>
  14. <view>{{companyName}}</view>
  15. </view>
  16. <view class="circulate-data dis a-c">
  17. <view>投保人:</view>
  18. <view>{{applyName}}</view>
  19. </view>
  20. <view class="circulate-data dis a-c">
  21. <view>车牌号:</view>
  22. <view>{{licenseNo}}</view>
  23. </view>
  24. <view v-if="jqpremium" class="circulate-data dis a-c">
  25. <view>交强险:</view>
  26. <view>¥{{jqpremium}}</view>
  27. </view>
  28. <view v-if="sypremium" class="circulate-data dis a-c">
  29. <view>商业险:</view>
  30. <view>¥{{sypremium}}</view>
  31. </view>
  32. <view v-if="taxamount" class="circulate-data dis a-c">
  33. <view>车船税:</view>
  34. <view>¥{{taxamount}}</view>
  35. </view>
  36. <view v-if="jypremium" class="circulate-data dis a-c">
  37. <view>驾意险:</view>
  38. <view>¥{{jypremium}}</view>
  39. </view>
  40. <view class="circulate-data dis a-c">
  41. <view>保费合计:</view>
  42. <view style="font-size: 34upx;color: #2D4D89;font-weight: bold;">¥{{sumPermium}}</view>
  43. </view>
  44. <view class="circulate-data dis a-c " v-if="jqStartDate">
  45. <view>交强起保日期:</view>
  46. <view>{{jqStartDate}}</view>
  47. </view>
  48. <view class="circulate-data dis a-c " v-if="jqEndDate">
  49. <view>交强终保日期:</view>
  50. <view>{{jqEndDate}}</view>
  51. </view>
  52. <view class="circulate-data dis a-c " v-if="syStartDate">
  53. <view>商业起保日期</view>
  54. <view>{{syStartDate}}</view>
  55. </view>
  56. <view class="circulate-data dis a-c " v-if="sysEndDate">
  57. <view>商业终保日期</view>
  58. <view>{{sysEndDate}}</view>
  59. </view>
  60. </view>
  61. </view>
  62. <!-- #ifdef APP-PLUS -->
  63. <u-button type="primary" style="width: 100%;background: #2D4D89;" @click="sendPayCode">发送到微信</u-button>
  64. <!-- #endif -->
  65. <u-button class="tip" type="default" :hair-line="false"
  66. style="color: #2D4D89;background: #EAEDF1;font-weight: bold;border: none;" @click="navOrder">返回订单</u-button>
  67. <canvas id="mycanvas" ref="mycanvas" canvas-id="mycanvas" style="width: 1080px;height: 1680px;"></canvas>
  68. </view>
  69. </template>
  70. <script>
  71. import {
  72. mapState,
  73. mapMutations
  74. } from "vuex"
  75. import {
  76. pathToBase64,
  77. base64ToPath
  78. } from '@/common/pdf.js'
  79. import QR from "@/common/wxqrcode.js"
  80. export default {
  81. data() {
  82. return {
  83. paycodeimg: "",
  84. payImg: "",
  85. endDateTime: "",
  86. companyId: "",
  87. companyName: "", //保险公司名称
  88. sumPermium: "", //保费合计
  89. licenseNo: "", //车牌号
  90. applyName: "", //车主名字
  91. mobile: "", //车主手机号
  92. jqpremium: "",
  93. sypremium: "",
  94. taxamount: "",
  95. jypremium: "",
  96. jqStartDate: "",
  97. jqEndDate: "",
  98. syStartDate: "",
  99. sysEndDate: "",
  100. arr: false,
  101. posterUrl: "",
  102. insCompanyList: [{
  103. name: "中煤财险",
  104. icon: "../../static/insuranceicon/zhongmei.png"
  105. }, //华农
  106. {
  107. name: "恒邦财险",
  108. icon: "../../static/insuranceicon/hengbang.png"
  109. },
  110. {
  111. name: "安盛天平",
  112. icon: "../../static/insuranceicon/ansheng.png"
  113. },
  114. {
  115. name: "中国人寿",
  116. icon: "../../static/insuranceicon/renshou.png"
  117. },
  118. {
  119. name: "众安财险",
  120. icon: "../../static/insuranceicon/zhongan.png"
  121. },
  122. {
  123. name: "永诚财险",
  124. icon: "../../static/insuranceicon/yongcheng.png"
  125. },
  126. {
  127. name: "永安财险",
  128. icon: "../../static/insuranceicon/yongan.png"
  129. },
  130. {
  131. name: "紫金财险",
  132. icon: "../../static/insuranceicon/zijin.png"
  133. },
  134. {
  135. name: "国任财险",
  136. icon: "../../static/insuranceicon/guoren.png"
  137. },
  138. {
  139. name: "华泰财险",
  140. icon: "../../static/insuranceicon/huatai.png"
  141. },
  142. {
  143. name: "大家财险",
  144. icon: "../../static/insuranceicon/dajia.png"
  145. },
  146. {
  147. name: "太平财险",
  148. icon: "../../static/insuranceicon/taiping.png"
  149. },
  150. {
  151. name: "华农财险",
  152. icon: "../../static/insuranceicon/huanong.png"
  153. },
  154. ],
  155. logoimg: "",
  156. }
  157. },
  158. computed: {
  159. ...mapState(['userInfo', 'token']),
  160. getHeight() {
  161. let height = uni.getSystemInfoSync().windowHeight;
  162. return `height: ${height}px;`;
  163. }
  164. },
  165. async onLoad(data) {
  166. if (!!data.companyId) {
  167. let params = {
  168. companyId: data.companyId
  169. };
  170. let res = await this.$http.get('/order/qrCode/getQrCode?areaCompanyId=' + data.companyId);
  171. //获取前一个页面传过来的信息(车辆信息,人员信息,险种信息)
  172. if (res.code == '200') {
  173. this.companyName = res.data.inscompany;
  174. this.sumPermium = res.data.sumpremium;
  175. this.licenseNo = res.data.cPlateNo;
  176. this.applyName = res.data.cInsuredNme;
  177. this.jqpremium = res.data.jqpremium; // 交强
  178. this.sypremium = res.data.sypremium; // 商业
  179. this.taxamount = res.data.taxamount; // 车船税
  180. this.jypremium = res.data.jypremium; // 驾意险
  181. this.jqStartDate = res.data.jqStartDate; // 交强起保日期
  182. this.jqEndDate = res.data.jqEndDate; // 交强起保日期
  183. this.syStartDate = res.data.syStartDate; // 商业起保日期
  184. this.sysEndDate = res.data.sysEndDate; // 商业起保日期
  185. if (this.companyName == '太平财险') {
  186. let result = res.data.qrCodeUrl.replace(/[\r\n]/g, "");
  187. let imgBase64 = `data:image/png;base64,${result}`;
  188. base64ToPath(imgBase64)
  189. .then(path => {
  190. this.paycodeimg = path;
  191. })
  192. } else if (this.companyName == '华泰财险') {
  193. switch (data.apiType) {
  194. case 1:
  195. case '1':
  196. this.paycodeimg = res.data.qrCodeUrl;
  197. break;
  198. case 2:
  199. case '2':
  200. let result = res.data.qrCodeUrl.replace(/[\r\n]/g, "");
  201. let imgBase64 = `data:image/png;base64,${result}`;
  202. base64ToPath(imgBase64)
  203. .then(path => {
  204. this.paycodeimg = path;
  205. })
  206. break;
  207. }
  208. } else {
  209. this.paycodeimg = QR.createQrCodeImg(res.data.qrCodeUrl, {
  210. size: parseInt(300) //二维码大小
  211. })
  212. }
  213. this.insCompanyList.map(ele => {
  214. if (ele.name == res.data.inscompany) {
  215. uni.getImageInfo({
  216. src: ele.icon,
  217. success: image => {
  218. pathToBase64(image.path)
  219. .then(base64 => {
  220. this.logoimg = base64;
  221. })
  222. .catch(error => {});
  223. },
  224. fail: err => {}
  225. });
  226. }
  227. return ele;
  228. })
  229. } else {
  230. uni.showModal({
  231. showCancel: false,
  232. title: res.msg
  233. })
  234. }
  235. } else {
  236. uni.showModal({
  237. showCancel: false,
  238. title: "未查询到该订单"
  239. })
  240. }
  241. },
  242. methods: {
  243. ...mapMutations(['setOrderType', 'setOrderStage']),
  244. async tpcodeconfirm() { //输入验证码,获取支付二维码
  245. let tpcode = {
  246. issueCode: this.tpcodevalue,
  247. orderno: this.orderno,
  248. }
  249. let tpcoderes = await this.$http.post('/API/insCBIT/taiPingPay', tpcode); //太平
  250. this.paycodeimg = QR.createQrCodeImg(JSON.parse(tpcoderes.data).payUrl, {
  251. size: parseInt(300) //二维码大小
  252. })
  253. },
  254. //发送收款码到微信
  255. sendPayCode() {
  256. // var that = this;
  257. // this.canvasPayImage();
  258. if (this.payImg) {
  259. uni.share({
  260. provider: "weixin",
  261. scene: "WXSceneSession",
  262. type: 2,
  263. imageUrl: this.payImg
  264. })
  265. }
  266. },
  267. // canvasPayImage() {
  268. // let myCanvas = uni.createCanvasContext('mycanvas', this);
  269. // var ww = '1080px';
  270. // var hh = '1680px';
  271. // //画布尺寸
  272. // // 坐标(0,0) 表示从此处开始绘制,相当于偏移。
  273. // //背景
  274. // myCanvas.drawImage('/static/image/car-insure/payBg.jpg', 0, 0, ww, hh);
  275. // // 失效时间
  276. // // if (!this.arr) {
  277. // // myCanvas.setFillStyle('#f00') //文字样式
  278. // // myCanvas.font = `40px Arial,sans-serif`; //绘制文字
  279. // // myCanvas.setTextAlign('center') //设置对于坐标点的对齐方式
  280. // // myCanvas.fillText('该二维码将于 ' + this.endDateTime + ' 失效', 540, 355);
  281. // // }
  282. // //二维码
  283. // myCanvas.drawImage(this.paycodeimg, 315, 415, 435, 435);
  284. // //个人信息
  285. // myCanvas.setFillStyle('#000') //文字样式
  286. // myCanvas.font = `44px Arial,sans-serif`; //绘制文字
  287. // myCanvas.setTextAlign('left')
  288. // myCanvas.fillText(this.applyName, 535, 965);
  289. // myCanvas.fillText(this.licenseNo, 535, 1085);
  290. // myCanvas.fillText(this.companyName, 535, 1205);
  291. // myCanvas.setFillStyle('#f00') //文字样式
  292. // myCanvas.font = `bold 48px Arial,sans-serif`; //绘制文字
  293. // myCanvas.fillText('¥' + this.sumPermium, 535, 1328);
  294. // //开始绘画,必须调用这一步,才会把之前的一些操作实施
  295. // myCanvas.draw(true, () => {
  296. // uni.hideLoading();
  297. // uni.canvasToTempFilePath({
  298. // canvasId: 'mycanvas',
  299. // success: (res) => {
  300. // // 在H5平台下,tempFilePath 为 base64
  301. // this.payImg = res.tempFilePath;
  302. // console.log(this.payImg)
  303. // },
  304. // fail: () => {
  305. // uni.showToast({
  306. // title: '生成支付码海报失败',
  307. // duration: 2000
  308. // });
  309. // }
  310. // });
  311. // });
  312. // },
  313. navOrder() {
  314. this.navigate({
  315. url: "/pages/orders/orders"
  316. }, "switchTab", true);
  317. },
  318. //页面截图转路径
  319. receiveRenderData(val) {
  320. this.posterUrl = val.replace(/[\r\n]/g, ''); // 去除base64位中的空格
  321. const imageStr = this.posterUrl;
  322. // 将base64转化为临时地址
  323. base64ToPath(imageStr).then(path => {
  324. this.payImg = path
  325. }).catch(error => {});
  326. },
  327. showLoading() {
  328. uni.showLoading({
  329. title: '正在生成图片'
  330. });
  331. },
  332. hideLoading() {
  333. uni.hideLoading();
  334. },
  335. }
  336. }
  337. </script>
  338. <script module="canvasImage" lang="renderjs">
  339. import html2canvas from 'html2canvas'
  340. export default {
  341. data() {
  342. return {
  343. }
  344. },
  345. mounted() {
  346. setTimeout(() => {
  347. this.canvasImage.generateImage()
  348. }, 1000);
  349. },
  350. methods: {
  351. generateImage() {
  352. setTimeout(() => {
  353. this.$ownerInstance.callMethod('showLoading')
  354. const dom = document.getElementById('panelcanvas') // 需要生成图片内容的 dom 节点
  355. html2canvas(dom, {
  356. width: dom.clientWidth, //dom 原始宽度
  357. height: dom.clientHeight,
  358. scrollY: 0, // html2canvas默认绘制视图内的页面,需要把scrollY,scrollX设置为0
  359. scrollX: 0,
  360. useCORS: true, //支持跨域
  361. // allowTaint: false,
  362. scale: 2, // 设置生成图片的像素比例,默认是1,如果生成的图片模糊的话可以开启该配置项
  363. }).then((canvas) => {
  364. // 生成成功
  365. this.$ownerInstance.callMethod('hideLoading')
  366. this.$ownerInstance.callMethod('receiveRenderData', canvas.toDataURL('image/png'))
  367. }).catch(err => {
  368. // 生成失败 弹出提示弹窗
  369. this.$ownerInstance.callMethod('_errAlert', `【生成图片失败,请重试】${err}`)
  370. })
  371. }, 300)
  372. }
  373. },
  374. }
  375. </script>
  376. <style lang="scss" scoped>
  377. @import '@/style/mixin.scss';
  378. .page {
  379. padding: 10px 16px;
  380. }
  381. .panel {
  382. width: 100%;
  383. margin-bottom: 20px;
  384. }
  385. .qrcode {
  386. width: 174px;
  387. height: 174px;
  388. padding: 10px;
  389. margin-top: 16px;
  390. border-radius: 4px;
  391. border: 1px solid #2D4D89;
  392. }
  393. .qrcode image {
  394. width: 174px;
  395. height: 174px;
  396. }
  397. .tip {
  398. background-color: #FFFFFF;
  399. margin-top: 30upx;
  400. border-radius: 10upx;
  401. font-size: 32upx;
  402. font-weight: bold;
  403. }
  404. .quotation-data {
  405. width: 100%;
  406. margin-top: 16px;
  407. border: 1px solid #2D4D89;
  408. .circulate-impany {
  409. height: 37px;
  410. padding: 8px 6px;
  411. background: rgba(45, 77, 137, 0.1);
  412. border-bottom: 1px solid #000000;
  413. font-weight: 700;
  414. view:first-child {
  415. margin-right: 10px;
  416. }
  417. }
  418. .circulate-data {
  419. height: 37px;
  420. color: #232832;
  421. padding: 8px 6px;
  422. border-bottom: 1px solid #000000;
  423. view:first-child {
  424. color: #232832;
  425. font-weight: 400;
  426. font-size: 14px;
  427. margin-right: 5px;
  428. }
  429. view:last-child {
  430. font-weight: 400;
  431. color: #232832;
  432. font-size: 14px;
  433. }
  434. }
  435. .circulate-data:last-child {
  436. border: none;
  437. }
  438. }
  439. #mycanvas {
  440. position: absolute;
  441. top: -10000px;
  442. left: -10000px;
  443. }
  444. </style>