Ver código fonte

Merge branch 'master' of http://139.196.39.194:9021/chenc/sen-yu-new-web

huxy 1 ano atrás
pai
commit
7739bf67e4
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      src/views/reportForms/cost-allocation-table.vue

+ 2 - 1
src/views/reportForms/cost-allocation-table.vue

@@ -952,7 +952,8 @@ export default {
         that.isDisabled = false
       }, 3000)
         var halfInfo = {}
-         var json = this.detailsPlanNum
+         var json = Object.assign({},this.detailsPlanNum)
+         json.fabriccostIncludestax = this.fabricCost
          json.outdata=moment(json.outdata).format('YYYY-MM-DD hh:mm:ss')
          this.loading=true
         addHalfInfo(json).then(res => {