|
@@ -140,7 +140,8 @@ export default {
|
|
|
},
|
|
},
|
|
|
confirmSelectPrice(params){
|
|
confirmSelectPrice(params){
|
|
|
uni.showLoading({mask:true})
|
|
uni.showLoading({mask:true})
|
|
|
- createOrder({orderName:params.name,lsGoodsPrice:params.price,modifyPrice:params.price}).then(res=>{
|
|
|
|
|
|
|
+ //isCashier=1时收银台播放 总金额139元,请扫码付款
|
|
|
|
|
+ createOrder({orderName:params.name,lsGoodsPrice:params.price,modifyPrice:params.price,isCashier:1}).then(res=>{
|
|
|
uni.hideLoading()
|
|
uni.hideLoading()
|
|
|
if(res.code == 1){
|
|
if(res.code == 1){
|
|
|
this.$refs.gatheringRef.close()
|
|
this.$refs.gatheringRef.close()
|