Browse Source

托书-新增-日期问题

jbb 1 year ago
parent
commit
eb3b237eb7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/book/addBookDrawer.vue

+ 1 - 0
src/views/book/addBookDrawer.vue

@@ -981,6 +981,7 @@ export default {
           newObj.isAhaa = country[1]
           newObj.rmbList = this.rmbList
           newObj.usdList = this.usdList
+          newObj.latestDateOfShipment =(newObj.latestDateOfShipment&&newObj.latestDateOfShipment!=='') ?moment(this.addBook.latestDateOfShipment).format('YYYY-MM-DD'):''
           newObj.syShippingOrderItemList = this.addBookData
             for(var i =0;i<newObj.syShippingOrderItemList.length;i++){
              var row = newObj.syShippingOrderItemList[i]