Browse Source

预托书-出运港口默认值

jbb 2 năm trước cách đây
mục cha
commit
94ceae0ac0
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      src/views/pre-book/addPreBookDrawer.vue

+ 3 - 1
src/views/pre-book/addPreBookDrawer.vue

@@ -618,7 +618,9 @@ export default {
         this.addPreBook.syLetterDepositItemList = this.addPreBook.syLetterDepositItemList.concat(filterList);
         this.addPreBook.termsOfDeliveryvalue = 'FOB'
         this.addPreBook.exchangeEarningsValue = 'T/T'
-        this.addPreBook.exportPort='NINGBO'
+        if(this.addPreBook.exportPort==''||!this.addPreBook.exportPort){
+          this.addPreBook.exportPort='NINGBO'
+        }
         var dd = moment(new Date()).format('YYYY-MM-DD')
          this.$set( this.addPreBook,'shippingOrderDate',dd)
         // this.addPreBook.shippingOrderDate = moment(new Date()).format('YYYY-MM-DD')