Browse Source

成本分配表-表头字段计算修改

jbb 2 years ago
parent
commit
e81be2c92c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/reportForms/cost-allocation-table.vue

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

@@ -381,8 +381,8 @@ export default {
             })
              this.$refs.unitTabs.sumInfo.fabricAmount = s.toFixed(3) //合计中的面料总额
              this.$refs.unitTabs.sumInfo.fabricExcludTax = (s/1.13).toFixed(3)//合计中的不含税面料总额
-            this.detailsPlanNum.fabriccostIncludestax = s.toFixed(3) //表头中面料含税总额
-            this.detailsPlanNum.fabriccostNotincludestax = (s/1.13).toFixed(3) //表头中面料不含税总额
+            // this.detailsPlanNum.fabriccostIncludestax = s.toFixed(3) //表头中面料含税总额
+            // this.detailsPlanNum.fabriccostNotincludestax = (s/1.13).toFixed(3) //表头中面料不含税总额
             //合计中辅料相关金额
             var s = 0,
             v =0