sale-client 3.5.268 → 3.5.269

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.5.268",
3
+ "version": "3.5.269",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -140,7 +140,7 @@
140
140
  f_print: this.model.f_print[0],
141
141
  f_price_id: this.data.f_price_id,
142
142
 
143
- f_total_fee: parseFloat(this.data.f_total_fee) - parseFloat(this.model.f_refund_fee),
143
+ f_total_fee: this.data.f_total_fee,
144
144
  f_stairprice_id: this.data.f_stairprice_id,
145
145
  operInfo: {
146
146
  f_operator: this.$login.f.name,