sale-client 3.5.295 → 3.5.296

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.295",
3
+ "version": "3.5.296",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -197,7 +197,7 @@ let loadParamGem = async function (self) {
197
197
  sumFields: {
198
198
  'f_refundfee': '退费金额',
199
199
  'f_oughtamount': '用气量',
200
- 'f_preoughtfee': '预收金额'
200
+ 'f_realamount': '预收金额'
201
201
  },
202
202
  footer: [],
203
203
  f_orgid: ''
@@ -185,7 +185,7 @@
185
185
  footer: [],
186
186
  sumFields: {
187
187
  'f_oughtamount': '用气量',
188
- 'f_realoughtfee': '应收金额',
188
+ 'f_oughtfee': '应收金额',
189
189
  'f_stair_gas1': '一阶气量',
190
190
  'f_stair_money1': '一阶气费',
191
191
  'f_stair_gas2': '二阶气量',