| 汇总信息 | 应缴气量: {{sumsmodel.f_oughtamount}} | 应缴金额: {{sumsmodel.f_oughtfee}} |
{{err}}
{{ row.f_stair_money1 = stairMoney(row.f_stair_price1, row.f_stair_gas1) }}
{{ row.f_stair_money1 = stairMoney(row.f_stair_price1, row.f_stair_gas1) }}
{{ row.f_stair_money2 = stairMoney(row.f_stair_price2, row.f_stair_gas2) }}
{{ row.f_stair_money3 = stairMoney(row.f_stair_price3, row.f_stair_gas3) }}
{{ ((row.f_stair_gas1 - 0)+(row.f_stair_gas2 - 0)+(row.f_stair_gas3 - 0)).toFixed(2) }}
{{ row.f_oughtfee = ((row.f_stair_money1 - 0)+(row.f_stair_money2 - 0)+(row.f_stair_money3 - 0)).toFixed(2) }}
注意: 自定义气量总量必须等于本次抄表用气量, 本次抄表总量: {{row.f_oughtamount}}