handleMonthly20230314.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604
  1. <template>
  2. <view class="handle-monthly">
  3. <view class="handle-monthly-item">
  4. <view>车牌选择</view>
  5. <view class="choose-license" @click="isShowCarLicense = true">
  6. <view>{{ form.carLicense.label || '未选车牌' }}</view>
  7. <u-icon name="arrow-down" color="#7B7B7B" size="30"></u-icon>
  8. </view>
  9. </view>
  10. <u-select v-model="isShowCarLicense" :list="carLicenseList" :default-value="carLicenseDefaultValue" @confirm="carLicenseListConfirm"></u-select>
  11. <view class="handle-monthly-item">
  12. <view>车辆信息</view>
  13. <view>{{ form.carLicense.value | verifyStatusFilter }}</view>
  14. </view>
  15. <view class="handle-monthly-item">
  16. <view>包月金额</view>
  17. <view class="handle-monthly-money">{{ form.monthAmount || 0 }}元</view>
  18. </view>
  19. <view
  20. class="handle-monthly-item"
  21. v-if="monthlyRuleObj.giveFlag && Number(monthlyRuleObj.giveFlag) === 1"
  22. :class="{ pb20: monthlyRuleObj.minMonth && form.month >= monthlyRuleObj.minMonth && Number(monthlyRuleObj.giveFlag) === 1 }"
  23. >
  24. <view>包月时长</view>
  25. <view class="handle-monthly-time-long">
  26. <button @click="reduceMonthNum()">-</button>
  27. <view>{{ form.month || 0 }}个月</view>
  28. <button @click="addMonthNum()">+</button>
  29. </view>
  30. <view
  31. class="handle-monthly-time-tips"
  32. v-if="monthlyRuleObj.minMonth && form.month >= monthlyRuleObj.minMonth && Number(monthlyRuleObj.giveFlag) === 1"
  33. >
  34. 赠送提示:可获得{{ freeMonthNum }}个月的免费停车时长
  35. </view>
  36. </view>
  37. <view class="handle-monthly-item" v-else>
  38. <view>包月时长</view>
  39. <view class="handle-monthly-time-long">
  40. <button @click="reduceMonthNum()">-</button>
  41. <view>{{ form.month || 0 }}个月</view>
  42. <button @click="addMonthNum()">+</button>
  43. </view>
  44. </view>
  45. <view class="handle-monthly-item">
  46. <view>有效期限</view>
  47. <view>{{ dateRange || '-' }}</view>
  48. </view>
  49. <view class="handle-monthly-explain">
  50. <u-parse :html="monthlyContent"></u-parse>
  51. </view>
  52. <view class="handle-monthly-confirm-button">
  53. <template v-if="carLicenseList.length && form.carLicense && form.carLicense.label">
  54. <u-button type="primary" :loading="loading" @click="submit(roadNo)">确认包月</u-button>
  55. </template>
  56. <template v-else>
  57. <u-button>未选车牌</u-button>
  58. </template>
  59. </view>
  60. <u-modal
  61. ref="uModal"
  62. v-model="payWayPop"
  63. :title-style="{ color: '#1E1E1E', fontSize: '34rpx' }"
  64. title="选择支付方式"
  65. width="550rpx"
  66. :show-cancel-button="true"
  67. :mask-close-able="false"
  68. confirm-text="立即支付"
  69. confirm-color="#fff"
  70. :confirm-style="{ backgroundColor: '#008CFF' }"
  71. :async-close="true"
  72. @confirm="immediatePayment"
  73. @cancel="cancel"
  74. >
  75. <view class="pay-content">
  76. <view class="pay-list">
  77. <radio-group @change="payRadioChange">
  78. <template v-if="projectFlag !== 'zhenning' && projectFlag !== 'wudang'">
  79. <!-- #ifdef H5 || MP-WEIXIN -->
  80. <view class="pay-list-item" v-if="wxEnv">
  81. <view class="pay-list-item-image">
  82. <image class="image" src="/static/img/wechat-icon-new.png" mode="aspectFit" />
  83. <view>微信支付</view>
  84. </view>
  85. <view class="radioBox">
  86. <radio color="#2DCF8C" value="weixin" :checked="'weixin' === radioCurrent" />
  87. </view>
  88. </view>
  89. <!-- #endif -->
  90. </template>
  91. <view class="pay-list-item">
  92. <view class="pay-list-item-image">
  93. <image class="image" src="/static/img/gy-icon-new.png" mode="aspectFit" />
  94. <view>贵州银行</view>
  95. </view>
  96. <view class="radioBox">
  97. <radio color="#2DCF8C" value="gzyh" :checked="'gzyh' === radioCurrent" />
  98. </view>
  99. </view>
  100. <template v-if="projectFlag === 'zhenning'">
  101. <view class="pay-list-item">
  102. <view class="pay-list-item-image">
  103. <image class="image" src="/static/img/wechat-icon-new.png" mode="aspectFit" />
  104. <view>微信/支付宝</view>
  105. </view>
  106. <view class="radioBox">
  107. <radio color="#2DCF8C" value="weixinzn" :checked="'weixinzn' === radioCurrent" />
  108. </view>
  109. </view>
  110. </template>
  111. <template v-if="projectFlag !== 'zhenning'">
  112. <view class="pay-list-item">
  113. <view class="pay-list-item-image">
  114. <image class="image" src="/static/img/juhe-icon-new.png" mode="aspectFit" />
  115. <view>聚合支付</view>
  116. </view>
  117. <view class="radioBox">
  118. <radio color="#2DCF8C" value="juhe" :checked="'juhe' === radioCurrent" />
  119. </view>
  120. </view>
  121. </template>
  122. </radio-group>
  123. </view>
  124. <view class="pay-money"> 金额:¥{{ orderMoney }} </view>
  125. </view>
  126. </u-modal>
  127. <u-toast ref="uToast" />
  128. </view>
  129. </template>
  130. <script>
  131. import { getEnvIsWx } from '@/utils/judgEnvironment.js';
  132. import $wxPay from '@/utils/wxPay.js';
  133. export default {
  134. data() {
  135. return {
  136. startTime: '',
  137. endTime: '',
  138. payUrl: '',
  139. monthId: '',
  140. vehicleNo: '',
  141. monthEndTime: '',
  142. monthStartTime: '',
  143. lastActiveDate: null,
  144. roadNo: null,
  145. parkNo: null,
  146. carLicenseList: [],
  147. isShowCarLicense: false,
  148. form: {
  149. energyType: [],
  150. monthAmount: 0,
  151. carLicense: {},
  152. month: 1,
  153. dateRange: ''
  154. },
  155. label: '',
  156. payWayPop: false,
  157. jumpUrl: undefined,
  158. monthlyContent: '',
  159. carLicenseDefaultValue: [0],
  160. wxEnv: false,
  161. loading: false,
  162. type: 'road',
  163. monthlyRuleObj: {},
  164. freeMonthNum: 0,
  165. radioCurrent: '',
  166. orderMoney: ''
  167. };
  168. },
  169. watch: {
  170. 'form.month': {
  171. handler(val) {
  172. this.calcFreeMonthNum(val);
  173. },
  174. deep: true,
  175. immediate: false
  176. }
  177. },
  178. onLoad(page) {
  179. this.wxEnv = getEnvIsWx();
  180. this.getSysterms(0);
  181. if (page.vehicleNo && page.roadNo) {
  182. this.roadNo = page.roadNo;
  183. this.vehicleNo = page.vehicleNo;
  184. this.type = 'road';
  185. this.getMonthInfo(this.roadNo, this.vehicleNo);
  186. } else if (page.roadNo) {
  187. this.roadNo = page.roadNo;
  188. this.type = 'road';
  189. this.getMonthInfo(this.roadNo);
  190. } else if (page.vehicleNo && page.parkNo) {
  191. this.parkNo = page.parkNo;
  192. this.vehicleNo = page.vehicleNo;
  193. this.type = 'park';
  194. this.getMonthInfo(this.parkNo, this.vehicleNo);
  195. } else if (page.parkNo) {
  196. this.parkNo = page.parkNo;
  197. this.type = 'park';
  198. this.getMonthInfo(this.parkNo);
  199. }
  200. if (page.monthId) {
  201. this.monthId = page.monthId;
  202. this.payWayPop = true;
  203. }
  204. if (page.roadNo) {
  205. this.monthlyRuleDetails(page.roadNo);
  206. }
  207. const baseUrl = location.origin;
  208. let jumpUrl = baseUrl + '/pages/center/monthly/monthly?type=' + this.type;
  209. this.jumpUrl = jumpUrl;
  210. },
  211. methods: {
  212. /**
  213. * 获取几个月的日期范围
  214. * {date} Date 起始日期,往后推一天
  215. * {monthNum} Number 往后月数
  216. * */
  217. getMonthRange(date, monthNum) {
  218. let Date1 = this.lastActiveDate;
  219. Date1 = new Date(Date1);
  220. const year = Date1.getFullYear();
  221. const month = Date1.getMonth() + 1;
  222. const day = Date1.getDate();
  223. const hours = Date1.getHours();
  224. const minutes = Date1.getMinutes();
  225. const seconds = Date1.getSeconds();
  226. let days = new Date(year, month, 0);
  227. days = days.getDate(); //获取当前日期中的月的天数
  228. let year2 = year;
  229. let month2 = parseInt(month) + parseInt(monthNum);
  230. if (month2 > 12) {
  231. year2 = parseInt(year2) + parseInt(parseInt(month2) / 12 == 0 ? 1 : parseInt(month2) / 12);
  232. month2 = parseInt(month2) % 12;
  233. }
  234. let day2 = day;
  235. let days2 = new Date(year2, month2, 0);
  236. days2 = days2.getDate();
  237. if (day2 > days2) {
  238. day2 = days2;
  239. }
  240. if (month2 < 10) {
  241. month2 = '0' + month2;
  242. }
  243. const t1 = year + '.' + (month > 9 ? month : '0' + month) + '.' + (day > 9 ? day : '0' + day);
  244. const t2 = year2 + '.' + month2 + '.' + (day2 > 9 ? day2 : '0' + day2);
  245. this.startTime = t1;
  246. this.endTime = t2;
  247. this.monthStartTime =
  248. year + '-' + (month > 9 ? month : '0' + month) + '-' + (day > 9 ? day : '0' + day) + ' ' + hours + ':' + minutes + ':' + seconds;
  249. this.monthEndTime = year2 + '-' + month2 + '-' + day2 + ' ' + hours + ':' + minutes + ':' + seconds;
  250. return t1 + '-' + t2;
  251. },
  252. /**
  253. * 月操作 减1
  254. * */
  255. reduceMonthNum() {
  256. if (this.form.month > 1) {
  257. this.form.month -= 1;
  258. this.form.dateRange = this.getMonthRange(new Date(), this.form.month + this.freeMonthNum);
  259. }
  260. },
  261. /**
  262. * 月操作 加1
  263. * */
  264. addMonthNum() {
  265. if (this.form.month >= 24) {
  266. this.$refs.uToast.show({
  267. title: '最多24月',
  268. type: 'warning'
  269. });
  270. return;
  271. }
  272. this.form.month += 1;
  273. this.form.dateRange = this.getMonthRange(new Date(), this.form.month + this.freeMonthNum);
  274. },
  275. carLicenseListConfirm(item) {
  276. this.form.carLicense = item[0];
  277. this.vehicleNo = item[0].label;
  278. this.getMonthInfo(this.roadNo, this.vehicleNo);
  279. },
  280. /**
  281. * 获取包月信息
  282. * @date 2022-10-09
  283. * @param {any} roadNo
  284. * @param {any} vehicleNo
  285. * @returns {any}
  286. */
  287. getMonthInfo(roadNo, vehicleNo) {
  288. const params = {
  289. vehicleNo
  290. };
  291. if (this.type === 'park') {
  292. params.parkNo = roadNo;
  293. } else {
  294. params.roadNo = roadNo;
  295. }
  296. this.$u.api
  297. .monthInfo(params)
  298. .then((res) => {
  299. if (res.code === 200 && res.data.vehicleList && res.data.vehicleList.length) {
  300. this.lastActiveDate = res.data.lastActiveDate;
  301. this.form.monthAmount = res.data.monthAmount;
  302. this.orderMoney = (Number(this.form.monthAmount) * Number(this.form.month)).toFixed(2);
  303. this.carLicenseList = [];
  304. let vehicleNoItem = null;
  305. res.data.vehicleList.forEach((item, index) => {
  306. const obj = {
  307. value: item.energyType,
  308. label: item.vehicleNo,
  309. energyType: item.energyType
  310. };
  311. if (this.vehicleNo == item.vehicleNo) {
  312. vehicleNoItem = obj;
  313. this.carLicenseDefaultValue = [index];
  314. }
  315. this.carLicenseList.push(obj);
  316. });
  317. // 判断是否url存在车牌号,存在则选中项默认选中
  318. if (vehicleNoItem) {
  319. this.form.carLicense = vehicleNoItem;
  320. } else {
  321. this.form.carLicense = this.carLicenseList[0];
  322. }
  323. }
  324. })
  325. .catch((err) => {
  326. console.log(err);
  327. });
  328. },
  329. /**
  330. * 获取包月规则详情
  331. * @date 2022-12-20
  332. * @param {any} roadNo
  333. * @returns {any}
  334. */
  335. monthlyRuleDetails(roadNo) {
  336. this.$u.api
  337. .monthlyRuleDetailsApi({
  338. roadNo
  339. })
  340. .then((res) => {
  341. if (res.code === 200) {
  342. this.monthlyRuleObj = res?.rows[0] ?? {};
  343. this.calcFreeMonthNum(this.form.month);
  344. }
  345. });
  346. },
  347. calcFreeMonthNum(val) {
  348. let freeNum = 0;
  349. if (this.monthlyRuleObj.giveFlag && Number(this.monthlyRuleObj.giveFlag) === 1) {
  350. // let remainNum = Number(val) % Number(this.monthlyRuleObj.minMonth)
  351. let timesNum = parseInt(Number(val) / Number(this.monthlyRuleObj.minMonth));
  352. if (timesNum > 0) {
  353. this.freeMonthNum = Number(timesNum) * Number(this.monthlyRuleObj.giveMonth);
  354. } else {
  355. this.freeMonthNum = 0;
  356. }
  357. }
  358. },
  359. /**
  360. * 提交包月信息
  361. * @date 2022-10-09
  362. * @param {any} roadNo
  363. * @returns {any}
  364. */
  365. submit(roadNo) {
  366. this.loading = true;
  367. const params = {
  368. vehicleNo: this.form.carLicense.label,
  369. energyType: this.form.carLicense.energyType,
  370. monthStartTime: this.monthStartTime,
  371. monthEndTime: this.monthEndTime,
  372. monthCount: this.form.month
  373. };
  374. if (this.type === 'park') {
  375. params.parkNo = this.parkNo;
  376. } else {
  377. params.roadNo = this.roadNo;
  378. }
  379. this.$u.api
  380. .createMonth(params)
  381. .then((res) => {
  382. if (res.code === 200) {
  383. this.monthId = res.data.monthId;
  384. this.orderMoney = (Number(this.form.monthAmount) * Number(this.form.month)).toFixed(2);
  385. this.payWayPop = true;
  386. } else {
  387. this.$refs.uToast.show({
  388. title: res.msg,
  389. type: 'error'
  390. });
  391. }
  392. this.loading = false;
  393. })
  394. .catch((err) => {
  395. this.$refs.uToast.show({
  396. title: '程序错误!',
  397. type: 'error'
  398. });
  399. this.loading = false;
  400. });
  401. },
  402. /**
  403. * 贵州银行包月支付
  404. * @date 2022-10-09
  405. * @returns {any}
  406. */
  407. gyBankPay() {
  408. this.$u.api
  409. .monthPay({
  410. monthId: this.monthId,
  411. jumpUrl: this.jumpUrl
  412. })
  413. .then((res) => {
  414. if (res.code === 200) {
  415. window.location.href = res.data.url;
  416. } else {
  417. this.$refs.uToast.show({
  418. title: res.msg,
  419. type: 'error'
  420. });
  421. this.jumpMonthList();
  422. }
  423. });
  424. },
  425. /**
  426. * 聚合支付直接通过后台获取贵阳银行微信支付地址
  427. * @date 2022-10-09
  428. * @returns {any}
  429. */
  430. juhePay() {
  431. // 支付成功跳转到包月页面
  432. let params = {
  433. monthId: this.monthId,
  434. openid: '',
  435. jumpUrl: this.jumpUrl
  436. };
  437. this.$u.api
  438. .monthlyWxPay(params)
  439. .then((res) => {
  440. if (res.code === 200) {
  441. localStorage.setItem('jumpUrl', this.jumpUrl);
  442. location.href = res.data.qrCodeUrl;
  443. } else {
  444. this.$refs.uToast.show({
  445. title: res.msg,
  446. type: 'error'
  447. });
  448. this.jumpMonthList();
  449. }
  450. })
  451. .catch((err) => {
  452. this.$refs.uToast.show({
  453. title: '无法调起微信支付!',
  454. type: 'error'
  455. });
  456. });
  457. },
  458. /**
  459. * 微信支付
  460. * @date 2022-10-09
  461. * @returns {any}
  462. */
  463. wechatPay() {
  464. this.$u.api
  465. .wechatMonthlyPayapi({
  466. monthId: this.monthId,
  467. openid: this.vuex_wxinfo.openId
  468. })
  469. .then((r) => {
  470. if (r.code === 200) {
  471. $wxPay.weixinPay(r.data.wx).then((res) => {
  472. switch (Number(res.code)) {
  473. case 0: // 成功
  474. //#ifdef H5
  475. location.href = this.jumpUrl;
  476. //#endif
  477. break;
  478. case 1: // 取消
  479. this.$refs.uToast.show({
  480. title: '已取消支付',
  481. type: 'info'
  482. });
  483. this.jumpMonthList();
  484. break;
  485. case 2: // 支付失败
  486. this.$refs.uToast.show({
  487. title: '支付失败,请检查!',
  488. type: 'error'
  489. });
  490. this.jumpMonthList();
  491. break;
  492. }
  493. });
  494. }
  495. });
  496. },
  497. /**
  498. * 获取包月说明
  499. * @date 2022-10-09
  500. * @param {any} termsType
  501. * @returns {any}
  502. */
  503. getSysterms(termsType) {
  504. this.$u.api
  505. .getSysterms({
  506. termsType: termsType
  507. })
  508. .then((res) => {
  509. if (res.code === 200) {
  510. this.monthlyContent = res.data?.content;
  511. } else {
  512. this.$refs.uToast.show({
  513. title: res.msg,
  514. type: 'error'
  515. });
  516. }
  517. })
  518. .catch((err) => {
  519. this.$refs.uToast.show({
  520. title: '系统错误!',
  521. type: 'error'
  522. });
  523. });
  524. },
  525. cancel() {
  526. this.radioCurrent = '';
  527. this.orderMoney = '';
  528. this.payWayPop = false;
  529. this.jumpMonthList();
  530. },
  531. jumpMonthList() {
  532. this.$u.route({
  533. url: '/pages/center/monthly/monthly',
  534. type: 'redirect',
  535. params: {
  536. type: this.type
  537. }
  538. });
  539. },
  540. /**
  541. * 选中支付类型
  542. * @date 2023-02-17
  543. * @param {any} {detail}
  544. * @returns {any}
  545. */
  546. payRadioChange({ detail }) {
  547. this.radioCurrent = detail.value;
  548. },
  549. /**
  550. * 立即支付
  551. * @date 2023-02-17
  552. * @returns {any}
  553. */
  554. immediatePayment() {
  555. if (this.radioCurrent) {
  556. switch (this.radioCurrent) {
  557. case 'weixin': // 微信支付
  558. this.wechatPay();
  559. break;
  560. case 'gzyh':
  561. this.gyBankPay();
  562. break;
  563. case 'juhe':
  564. this.juhePay();
  565. break;
  566. case 'weixinzn':
  567. this.juhePay();
  568. break;
  569. }
  570. } else {
  571. this.$refs.uToast.show({
  572. title: '请选择支付方式!',
  573. type: 'warning'
  574. });
  575. }
  576. this.$refs['uModal'].clearLoading();
  577. }
  578. },
  579. computed: {
  580. dateRange: function () {
  581. return this.getMonthRange(this.lastActiveDate, this.form.month + this.freeMonthNum);
  582. }
  583. },
  584. filters: {
  585. verifyStatusFilter(value) {
  586. if (value === 0) {
  587. return '-';
  588. } else if (value === 1) {
  589. return '汽油车';
  590. } else if (value === 2) {
  591. return '新能源';
  592. } else {
  593. return '-';
  594. }
  595. }
  596. }
  597. };
  598. </script>
  599. <style lang="scss" scoped>
  600. @import './handleMonthly.scss';
  601. @import '../paymentMethod/paymentMethod.scss';
  602. </style>