Quellcode durchsuchen

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

jbb vor 2 Jahren
Ursprung
Commit
e81be2c92c
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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