|
@@ -964,7 +964,7 @@ export default {
|
|
|
})
|
|
|
country=operation.split('-')
|
|
|
var newObj = this.addBook
|
|
|
- newObj.theFinalShippingDate = moment(this.addBook.theFinalShippingDate).format('YYYY-MM-DD')
|
|
|
+ newObj.theFinalShippingDate =(newObj.theFinalShippingDate&&newObj.theFinalShippingDate!=='') ?moment(this.addBook.theFinalShippingDate).format('YYYY-MM-DD'):''
|
|
|
newObj.isAhaa = country[1]
|
|
|
newObj.rmbList = this.rmbList
|
|
|
newObj.usdList = this.usdList
|