Преглед изворни кода

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

jingbb пре 5 месеци
родитељ
комит
08ce147e91
1 измењених фајлова са 2 додато и 0 уклоњено
  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