|
|
@@ -251,7 +251,8 @@ export default {
|
|
|
zjGathering(params){
|
|
|
uni.showLoading({mask:true})
|
|
|
//isCashier=1时收银台播放 总金额139元,请扫码付款
|
|
|
- createOrder({orderName:params.name,lsGoodsPrice:params.price,modifyPrice:params.price,isCashier:1,cash:params.cash,customId:this.customId,version:3,zjGathering:1}).then(res=>{
|
|
|
+ //zjGathering 1 表示直接收款,dealPrice 1 表示有改价格也直接提交
|
|
|
+ createOrder({orderName:params.name,lsGoodsPrice:params.price,modifyPrice:params.price,isCashier:1,cash:params.cash,customId:this.customId,version:3,zjGathering:1,dealPrice:1}).then(res=>{
|
|
|
uni.hideLoading()
|
|
|
if(res.code == 1){
|
|
|
if(res.data.status == 1){
|