|
|
|
@ -2005,7 +2005,7 @@ |
|
|
|
} |
|
|
|
this.exportGoods.hsCodeDescType = 'N' |
|
|
|
this.exportGoods.salesMethod = 'EXW' |
|
|
|
this.exportGoods.currency = 'USD' |
|
|
|
this.exportGoods.currency = this.currentRow.currency?this.currentRow.currency:this.dataList2.length>0?this.dataList2[0].currency:'USD' |
|
|
|
this.exportGoods.madeArea = 'Shanghai, China' |
|
|
|
this.exportGoods.sendPort = 'Shanghai, China' |
|
|
|
this.exportGoods.deliveryGoodsDate = '' |
|
|
|
@ -2306,7 +2306,7 @@ |
|
|
|
} |
|
|
|
}) |
|
|
|
this.exportGoods.salesMethod = 'EXW' |
|
|
|
this.exportGoods.currency = 'USD' |
|
|
|
this.exportGoods.currency = this.currentRow.currency?this.currentRow.currency:this.dataList2.length>0?this.dataList2[0].currency:'USD' |
|
|
|
this.exportGoods.madeArea = 'Shanghai, China' |
|
|
|
this.exportGoods.sendPort = 'Shanghai, China' |
|
|
|
this.exportGoods.deliveryGoodsDate = '' |
|
|
|
|