Browse Source

付费方式切换提醒 bug 修正

wfg 1 month ago
parent
commit
0bef297d79
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/views/iosBasicData/SeafreightExportF/bills/billsDetails.vue

+ 4 - 1
src/views/iosBasicData/SeafreightExportF/bills/billsDetails.vue

@@ -1739,6 +1739,8 @@ export default {
 
                 }
 
+                console.log(name + '.value', value, 'hpaymode', this.form.hpaymode)
+
                 if (value != this.form.hpaymode) {
                     this.$alert('主单付费方式和分单的付费方式不一致 !', '提示', {
                         confirmButtonText: '确定',
@@ -1763,7 +1765,8 @@ export default {
                         this.$set(this.form, 'hpayplace', this.form.podEnName ? this.form.podEnName : '')
                     }
                 }
-                if (value != this.form.paymode) {
+                console.log(name + '.value', value, 'mpaymode', this.form.mpaymode)
+                if (value != this.form.mpaymode) {
                     this.$alert('主单付费方式和分单的付费方式不一致 !', '提示', {
                         confirmButtonText: '确定',
                     });