소스 검색

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

huxy 1 년 전
부모
커밋
7739bf67e4
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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 => {