|
@@ -225,7 +225,8 @@ export default {
|
|
|
}
|
|
}
|
|
|
let modifyPrice = Number(this.goodsPrice)*Number(this.form.num)
|
|
let modifyPrice = Number(this.goodsPrice)*Number(this.form.num)
|
|
|
modifyPrice = modifyPrice.toFixed(2)
|
|
modifyPrice = modifyPrice.toFixed(2)
|
|
|
- that.form = {...that.$refs.appDelivery.form,...that.form}
|
|
|
|
|
|
|
+ //这里前后顺序有影响哦
|
|
|
|
|
+ that.form = {...that.form,...that.$refs.appDelivery.form}
|
|
|
if(this.$util.isEmpty(that.form.bookName)){
|
|
if(this.$util.isEmpty(that.form.bookName)){
|
|
|
this.$msg('请填写订花人姓名')
|
|
this.$msg('请填写订花人姓名')
|
|
|
return false
|
|
return false
|