소스 검색

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

jbb 2 년 전
부모
커밋
81db7775a6
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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)