|
@@ -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')
|