|
@@ -728,7 +728,15 @@
|
|
|
salePrice:this.info.money?this.info.money:0,
|
|
|
totalPrice:this.info.money?this.info.money:0,
|
|
|
}
|
|
|
- if(this.ckshopdata==''){
|
|
|
+ /* if(this.ckshopdata==''){
|
|
|
+ uni.showToast({
|
|
|
+ title: '请选择服务门店',
|
|
|
+ icon: 'none',
|
|
|
+ duration: 3000
|
|
|
+ });
|
|
|
+ return false;
|
|
|
+ } */
|
|
|
+ if(this.shopInfo==''){
|
|
|
uni.showToast({
|
|
|
title: '请选择服务门店',
|
|
|
icon: 'none',
|
|
@@ -779,7 +787,7 @@
|
|
|
plateNumber:this.plateNumber,
|
|
|
//carModel:this.carInfo.carModel,
|
|
|
totalMoney:this.info.money?this.info.money:0,
|
|
|
- shopId:this.ckshopdata.id,
|
|
|
+ shopId:this.shopInfo.id,//this.ckshopdata.id,
|
|
|
comment:this.comment,
|
|
|
sheetDetail:JSON.stringify(arr),
|
|
|
payType:this.info.payType,
|