1 |
- "use strict";var o=require("../common/vendor.js"),e=require("../api/user.js"),t=require("../api/common.js"),r=require("../api/inquiryOrder.js");require("../common/request.js");const n={data:()=>({order:null,orderId:null,orderTypeOptions:[],inquiryTypeOptions:[],couponText:"请选择优惠券",userCouponId:0,coupons:[],couponShow:!1,payMoney:0,discountMoney:0}),onLoad(o){this.orderId=o.orderId},onShow(){this.getDictByKey("sys_inquiry_order_type"),this.getDictByKey("sys_inquiry_type"),this.getInquiryOrderById(),this.getMyEnableCouponList()},methods:{couponSelect(o){this.couponShow=!1,this.userCouponId=o.id,console.log(o),this.couponText=o.price+"元优惠券",this.compute()},open(){},close(){this.couponShow=!1},openCoupon(){this.couponShow=!0},delCoupon(){this.userCouponId=0,this.couponText="请选择优惠券",this.compute()},compute(){var e={orderId:this.orderId,userCouponId:this.userCouponId};console.log(e),r.compute(e).then((e=>{200==e.code?(this.payMoney=e.data.payMoney,this.discountMoney=e.data.discountMoney):(this.userCouponId=0,this.couponText="请选择优惠券",o.index.showToast({icon:"none",title:e.msg}))}),(o=>{}))},getMyEnableCouponList(){e.getMyEnableCouponList({couponType:3}).then((o=>{200==o.code&&(this.coupons=o.data)}),(o=>{}))},getDictByKey(o){var e={key:o};t.getDictByKey(e).then((e=>{200==e.code&&("sys_inquiry_order_type"==o&&(this.orderTypeOptions=e.data),"sys_inquiry_type"==o&&(this.inquiryTypeOptions=e.data))}),(o=>{}))},getInquiryOrderById(){var e={orderId:this.orderId},t=this;o.index.showLoading(),r.getInquiryOrderById(e).then((e=>{200==e.code?(o.index.hideLoading(),t.order=e.data,this.compute()):o.index.showToast({icon:"none",title:e.msg})}),(o=>{}))},payOrder(){var e={orderId:this.order.orderId,userCouponId:this.userCouponId};o.index.showLoading(),r.pay(e).then((e=>{200==e.code?o.index.redirectTo({url:"./inquiryPayment?orderId="+this.orderId}):o.index.showToast({icon:"none",title:e.msg})}),(o=>{}))}}};if(!Array){o.resolveComponent("u-popup")()}Math;var s=o._export_sfc(n,[["render",function(e,t,r,n,s,u){return o.e({a:null!=s.order},null!=s.order?{b:o.t(s.order.orderSn)}:{},{c:o.t(e.$getDictLabelName(s.inquiryTypeOptions,s.order.inquiryType)),d:o.t(e.$getDictLabelName(s.orderTypeOptions,s.order.orderType)),e:o.t(s.order.money.toFixed(2)),f:null!=s.order&&(null==s.order.userCouponId||0==s.order.userCouponId)},null==s.order||null!=s.order.userCouponId&&0!=s.order.userCouponId?{}:o.e({g:o.t(s.couponText),h:0!=s.userCouponId},0!=s.userCouponId?{i:o.o((o=>u.delCoupon()))}:{},{j:o.o((o=>u.openCoupon()))}),{k:null==s.order.userCouponId||0==s.order.userCouponId},null==s.order.userCouponId||0==s.order.userCouponId?{l:o.t(s.discountMoney.toFixed(2))}:{},{m:o.t(s.payMoney.toFixed(2)),n:s.coupons.length>0},s.coupons.length>0?{o:o.f(s.coupons,((e,t,r)=>o.e({a:0==e.status},(e.status,{}),{b:0!=e.status},(e.status,{}),{c:o.t(e.price.toFixed(2)),d:o.t(e.minPrice.toFixed(2)),e:o.t(e.title),f:0==e.status||2==e.status},0==e.status||2==e.status?{g:o.t(e.limitTime)}:{},{h:1==e.status},1==e.status?{i:o.t(e.useTime)}:{},{j:1==e.status},(e.status,{}),{k:2==e.status},(e.status,{}),{l:0==e.status},(e.status,{}),{m:o.o((o=>u.couponSelect(e)))})))}:{},{p:0==s.coupons.length},(s.coupons.length,{}),{q:o.o(u.close),r:o.o(u.open),s:o.p({closeable:!0,show:s.couponShow,round:10,mode:"bottom"}),t:o.t(s.payMoney.toFixed(2)),v:o.o((o=>u.payOrder()))})}],["__scopeId","data-v-f651e226"]]);n.__runtimeHooks=2,wx.createPage(s);
|