sale-client 3.6.551 → 3.6.552

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.6.551",
3
+ "version": "3.6.552",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -611,9 +611,9 @@
611
611
  </div>
612
612
  <form class="form-horizontal" style="padding: 10px">
613
613
  <div class="form-group">
614
- <label class="col-sm-4 col-md-4 control-label" style="text-align: left">预购金额:</label>
614
+ <label class="col-sm-4 col-md-4 control-label" style="text-align: left">抄表用气金额:</label>
615
615
  <div class="col-sm-8 col-md-8">
616
- <input type="number" class="form-control" placeholder="预购金额" @blur="computeAmount" v-el:inputmoney>
616
+ <input type="number" class="form-control" placeholder="抄表用气金额" @blur="computeAmount" v-el:inputmoney>
617
617
  </div>
618
618
  </div>
619
619
  <div class="form-group">
@@ -714,7 +714,7 @@
714
714
  </div>
715
715
  <div class="col-sm-4 form-group">
716
716
  <label class="font_normal_body">总用气金额</label>
717
- <p class="form-control" style="width:60%" disabled>{{ row.f_oughtfee = ((row.f_stair_money1 - 0)+(row.f_stair_money2 - 0)+(row.f_stair_money3 - 0)).toFixed(3) }}</p>
717
+ <p class="form-control" style="width:60%" disabled>{{ row.f_oughtfee = ((stairMoney(row.f_stair_price1, row.f_stair_gas1) - 0)+(stairMoney(row.f_stair_price2, row.f_stair_gas2) - 0)+(stairMoney(row.f_stair_price3, row.f_stair_gas3) - 0)).toFixed(3) }}</p>
718
718
  </div>
719
719
  <p style="color: red">注意: 自定义气量总量必须等于本次抄表用气量, 本次抄表总量: {{row.f_oughtamount}}</p>
720
720
  </div>