|
@@ -241,108 +241,135 @@ export default {
|
|
|
})
|
|
|
},
|
|
|
settlement(){
|
|
|
+ var that=this;
|
|
|
+ if(this.yhTotalSize>0){
|
|
|
+ if(this.couponID==''){
|
|
|
+ uni.showModal({
|
|
|
+ title: '提示',
|
|
|
+ content: '当前有可用优惠券未使用',
|
|
|
+ cancelText:'放弃使用',
|
|
|
+ confirmText:'去使用',
|
|
|
+ success: function (res) {
|
|
|
+ if (res.confirm) {
|
|
|
+ //console.log('用户点击确定');
|
|
|
+ var payMoney=that.goodsMoney+that.itemMoney;
|
|
|
+ uni.navigateTo({
|
|
|
+ url:'../me/discountCard?payMoney='+payMoney
|
|
|
+ })
|
|
|
+ } else if (res.cancel) {
|
|
|
+ that.tosettlement()
|
|
|
+ }
|
|
|
+ }
|
|
|
+ });
|
|
|
+ }else{
|
|
|
+ that.tosettlement()
|
|
|
+ }
|
|
|
+ }else {
|
|
|
+ that.tosettlement()
|
|
|
+ }
|
|
|
+
|
|
|
+ },
|
|
|
+ tosettlement(){
|
|
|
if(this.couponMoney){
|
|
|
this.payMoney=this.goodsMoney+this.itemMoney-this.couponMoney;
|
|
|
}else{
|
|
|
this.payMoney=this.goodsMoney+this.itemMoney;
|
|
|
- }
|
|
|
-
|
|
|
- //this.payMoney=3;
|
|
|
-
|
|
|
- if(this.iphoneData){
|
|
|
- if(this.iphoneData.name==''){
|
|
|
- uni.showToast({
|
|
|
- title: '请选择联系人',
|
|
|
- icon:'none',
|
|
|
- duration: 2000
|
|
|
- });
|
|
|
- return false;
|
|
|
- }
|
|
|
- }else{
|
|
|
- uni.showToast({
|
|
|
- title: '请选择联系人',
|
|
|
- icon:'none',
|
|
|
- duration: 2000
|
|
|
- });
|
|
|
- return false;
|
|
|
- }
|
|
|
-
|
|
|
- /* var cardata={
|
|
|
- annualmoney: "2017",
|
|
|
- brand: "大众",
|
|
|
- brandLogo: "http://img.db.66km.cn/carbrandlogo/D - 大众.png",
|
|
|
- buyDate: "",
|
|
|
- carModel: "2018 双离合变速器(DSG) 7档 前置前驱 CC",
|
|
|
- carName: "",
|
|
|
- carNumber: "",
|
|
|
- createTime: "2021-10-27 09:20:29",
|
|
|
- dayMilage: 661,
|
|
|
- displacement: "1.4T",
|
|
|
- engineCode: "",
|
|
|
- engineType: "1111",
|
|
|
- id: "07EB4B07-5302-4574-9709-0EC0D1668155",
|
|
|
- insuranceCompany: "",
|
|
|
- insuranceExpireDate: "1900-01-01 00:00:00",
|
|
|
- insuredCity: "",
|
|
|
- isDefault: 0,
|
|
|
- istransfer: "",
|
|
|
- memberID: "E4416E30-C82A-4136-81B7-6B424DDE4847",
|
|
|
- milage: 7788,
|
|
|
- model: "C-TREK(蔚领)",
|
|
|
- nLevelID: "CFV0718D0038",
|
|
|
- plateNumber: "鲁A22333",
|
|
|
- saleName: "",
|
|
|
- series: "C-TREK(蔚领)",
|
|
|
- transmissionType: "自动",
|
|
|
- traveltime: "",
|
|
|
- vIN: "",
|
|
|
- currentMileage:'1111',
|
|
|
- } */
|
|
|
-
|
|
|
- uni.showLoading({ });
|
|
|
- this.$http('worldKeepCar/maintainOrder/submitOrder', {
|
|
|
- shopName:this.orderShop.shopName,
|
|
|
- contactName:this.iphoneData.name,
|
|
|
- contactPhone:this.iphoneData.phone,
|
|
|
- carID:this.maintainCarData.id,
|
|
|
- plateNumber:this.maintainCarData.plateNumber,
|
|
|
- carModel:this.maintainCarData.carModel,
|
|
|
- currentMileage:this.maintainCarData.milage,//this.currentMileage,
|
|
|
- comment:this.remark,
|
|
|
- itemMoney:this.itemMoney,
|
|
|
- goodsMoney:this.goodsMoney,
|
|
|
- goodsCount:this.goodsCount,
|
|
|
- itemCount:this.itemCount,
|
|
|
- couponMoney:this.couponMoney,
|
|
|
- couponID:this.couponID,
|
|
|
- payMoney:this.payMoney,
|
|
|
- //payMoney:0.01,
|
|
|
- packJsonArr:JSON.stringify(this.packJsonArr) ,
|
|
|
- shopID:this.orderShop.shopId,
|
|
|
- // unionID:this.orderShop.unionId,
|
|
|
- },'POST').then(res => {
|
|
|
- if(res.code==0){
|
|
|
- if(this.payMoney==0){
|
|
|
- uni.hideLoading();
|
|
|
- /* uni.navigateTo({
|
|
|
- url:'../order/orderDetail?id='+res.data.id+'&type=2'
|
|
|
-
|
|
|
- }) */
|
|
|
- this.orderPayzero(res.data.id)
|
|
|
- }else{
|
|
|
- this.orderPay(res.data.id)
|
|
|
- }
|
|
|
-
|
|
|
- }else{
|
|
|
- uni.hideLoading();
|
|
|
- uni.showToast({
|
|
|
- title: res.msg,
|
|
|
- icon:'none',
|
|
|
- duration: 4000
|
|
|
- });
|
|
|
- }
|
|
|
-
|
|
|
- })
|
|
|
+ }
|
|
|
+ //this.payMoney=3;
|
|
|
+ if(this.iphoneData){
|
|
|
+ if(this.iphoneData.name==''){
|
|
|
+ uni.showToast({
|
|
|
+ title: '请选择联系人',
|
|
|
+ icon:'none',
|
|
|
+ duration: 2000
|
|
|
+ });
|
|
|
+ return false;
|
|
|
+ }
|
|
|
+ }else{
|
|
|
+ uni.showToast({
|
|
|
+ title: '请选择联系人',
|
|
|
+ icon:'none',
|
|
|
+ duration: 2000
|
|
|
+ });
|
|
|
+ return false;
|
|
|
+ }
|
|
|
+
|
|
|
+ /* var cardata={
|
|
|
+ annualmoney: "2017",
|
|
|
+ brand: "大众",
|
|
|
+ brandLogo: "http://img.db.66km.cn/carbrandlogo/D - 大众.png",
|
|
|
+ buyDate: "",
|
|
|
+ carModel: "2018 双离合变速器(DSG) 7档 前置前驱 CC",
|
|
|
+ carName: "",
|
|
|
+ carNumber: "",
|
|
|
+ createTime: "2021-10-27 09:20:29",
|
|
|
+ dayMilage: 661,
|
|
|
+ displacement: "1.4T",
|
|
|
+ engineCode: "",
|
|
|
+ engineType: "1111",
|
|
|
+ id: "07EB4B07-5302-4574-9709-0EC0D1668155",
|
|
|
+ insuranceCompany: "",
|
|
|
+ insuranceExpireDate: "1900-01-01 00:00:00",
|
|
|
+ insuredCity: "",
|
|
|
+ isDefault: 0,
|
|
|
+ istransfer: "",
|
|
|
+ memberID: "E4416E30-C82A-4136-81B7-6B424DDE4847",
|
|
|
+ milage: 7788,
|
|
|
+ model: "C-TREK(蔚领)",
|
|
|
+ nLevelID: "CFV0718D0038",
|
|
|
+ plateNumber: "鲁A22333",
|
|
|
+ saleName: "",
|
|
|
+ series: "C-TREK(蔚领)",
|
|
|
+ transmissionType: "自动",
|
|
|
+ traveltime: "",
|
|
|
+ vIN: "",
|
|
|
+ currentMileage:'1111',
|
|
|
+ } */
|
|
|
+
|
|
|
+ uni.showLoading({ });
|
|
|
+ this.$http('worldKeepCar/maintainOrder/submitOrder', {
|
|
|
+ shopName:this.orderShop.shopName,
|
|
|
+ contactName:this.iphoneData.name,
|
|
|
+ contactPhone:this.iphoneData.phone,
|
|
|
+ carID:this.maintainCarData.id,
|
|
|
+ plateNumber:this.maintainCarData.plateNumber,
|
|
|
+ carModel:this.maintainCarData.carModel,
|
|
|
+ currentMileage:this.maintainCarData.milage,//this.currentMileage,
|
|
|
+ comment:this.remark,
|
|
|
+ itemMoney:this.itemMoney,
|
|
|
+ goodsMoney:this.goodsMoney,
|
|
|
+ goodsCount:this.goodsCount,
|
|
|
+ itemCount:this.itemCount,
|
|
|
+ couponMoney:this.couponMoney,
|
|
|
+ couponID:this.couponID,
|
|
|
+ payMoney:this.payMoney,
|
|
|
+ //payMoney:0.01,
|
|
|
+ packJsonArr:JSON.stringify(this.packJsonArr) ,
|
|
|
+ shopID:this.orderShop.shopId,
|
|
|
+ // unionID:this.orderShop.unionId,
|
|
|
+ },'POST').then(res => {
|
|
|
+ if(res.code==0){
|
|
|
+ if(this.payMoney==0){
|
|
|
+ uni.hideLoading();
|
|
|
+ /* uni.navigateTo({
|
|
|
+ url:'../order/orderDetail?id='+res.data.id+'&type=2'
|
|
|
+
|
|
|
+ }) */
|
|
|
+ this.orderPayzero(res.data.id)
|
|
|
+ }else{
|
|
|
+ this.orderPay(res.data.id)
|
|
|
+ }
|
|
|
+
|
|
|
+ }else{
|
|
|
+ uni.hideLoading();
|
|
|
+ uni.showToast({
|
|
|
+ title: res.msg,
|
|
|
+ icon:'none',
|
|
|
+ duration: 4000
|
|
|
+ });
|
|
|
+ }
|
|
|
+
|
|
|
+ })
|
|
|
},
|
|
|
orderPayzero(id){
|
|
|
this.$http('worldKeepCar/maintainOrder/orderPay', {
|