Browse Source

托书预托书新增页面收汇方式,成交方式,默认值

jbb 2 years ago
parent
commit
81db7775a6
2 changed files with 4 additions and 4 deletions
  1. 2 2
      src/views/book/addBookDrawer.vue
  2. 2 2
      src/views/pre-book/addPreBookDrawer.vue

+ 2 - 2
src/views/book/addBookDrawer.vue

@@ -619,8 +619,8 @@ export default {
       })
         // var subList = this.convertReferToSub(data);
         this.addBookData = this.addBookData.concat(data);
-        this.addBook.termsOfDeliveryvalue = 'T/T'
-        this.addBook.exchangeEarningsValue = 'FOB'
+        this.addBook.termsOfDeliveryvalue = 'FOB'
+        this.addBook.exchangeEarningsValue = 'T/T'
         this.addBook.exportPort='宁波'
         var dd = moment(new Date()).format('YYYY-MM-DD')
          this.$set( this.addBook,'shippingOrderDate',dd)

+ 2 - 2
src/views/pre-book/addPreBookDrawer.vue

@@ -599,8 +599,8 @@ export default {
           }).length == 0;
         });
         this.addPreBook.syLetterDepositItemList = this.addPreBook.syLetterDepositItemList.concat(filterList);
-        this.addPreBook.termsOfDeliveryvalue = 'T/T'
-        this.addPreBook.exchangeEarningsValue = 'FOB'
+        this.addPreBook.termsOfDeliveryvalue = 'FOB'
+        this.addPreBook.exchangeEarningsValue = 'T/T'
         this.addPreBook.exportPort='宁波'
         var dd = moment(new Date()).format('YYYY-MM-DD')
          this.$set( this.addPreBook,'shippingOrderDate',dd)