|
@@ -1743,9 +1743,7 @@ export default {
|
|
|
|
|
|
}
|
|
|
|
|
|
- console.log(name + '.value', value, 'hpaymode', this.form.hpaymode)
|
|
|
-
|
|
|
- if (value != this.form.hpaymode) {
|
|
|
+ if (this.form.hblNo && value != this.form.hpaymode) {
|
|
|
this.$alert('主单付费方式和分单的付费方式不一致 !', '提示', {
|
|
|
confirmButtonText: '确定',
|
|
|
});
|
|
@@ -1769,8 +1767,7 @@ export default {
|
|
|
this.$set(this.form, 'hpayplace', this.form.podEnName ? this.form.podEnName : '')
|
|
|
}
|
|
|
}
|
|
|
- console.log(name + '.value', value, 'mpaymode', this.form.mpaymode)
|
|
|
- if (value != this.form.mpaymode) {
|
|
|
+ if (this.form.hblNo && value != this.form.mpaymode) {
|
|
|
this.$alert('主单付费方式和分单的付费方式不一致 !', '提示', {
|
|
|
confirmButtonText: '确定',
|
|
|
});
|
|
@@ -1846,6 +1843,11 @@ export default {
|
|
|
// }).then(res => {
|
|
|
// this.billsGetBillNofun()
|
|
|
// })
|
|
|
+ if (this.form.hpaymode != this.form.mpaymode) {
|
|
|
+ this.$alert('注意:主单付费方式和分单的付费方式不一致 !', '提示', {
|
|
|
+ confirmButtonText: '确定',
|
|
|
+ });
|
|
|
+ }
|
|
|
this.billsGetBillNofun()
|
|
|
}
|
|
|
}
|