Browse Source

成本分配表-保存时增加标记A标记B字段

jingbb 5 months ago
parent
commit
08ce147e91
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/reportForms/cost-allocation-table.vue

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

@@ -956,6 +956,8 @@ export default {
          var json = Object.assign({},this.detailsPlanNum)
          json.fabriccostIncludestax = this.fabricCost
          json.outdata=moment(json.outdata).format('YYYY-MM-DD hh:mm:ss')
+         json.signNumA = this.color1
+         json.signNumB = this.color2
          this.loading=true
         addHalfInfo(json).then(res => {
           this.isDisabled = false