|
|
@@ -172,7 +172,8 @@ export default {
|
|
|
this.$msg('请设置快捷开单的客户')
|
|
|
return false
|
|
|
}
|
|
|
- let params = {...this.form,modifyPrice: this.orderTotalPrice,version:3,orderType:1,product:json,customId:customId};
|
|
|
+ //dealPrice=1 表示花束卖的价跟原价不一致,也要强制提交
|
|
|
+ let params = {...this.form,modifyPrice: this.orderTotalPrice,version:3,orderType:1,product:json,customId:customId,dealPrice:1};
|
|
|
|
|
|
this.$util.confirmModal({content:'确认提交'},() => {
|
|
|
uni.showLoading({mask:true})
|