sale-client 4.2.126 → 4.2.127

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": "4.2.126",
3
+ "version": "4.2.127",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -350,7 +350,7 @@ let getPrice = async function (self) {
350
350
  }
351
351
 
352
352
  self.hasValidateBill = self.config.hasBillManage
353
-
353
+ self.f_meter_base_new = self.row.f_meter_base
354
354
  self.isGas = (self.row.f_collection_type == '按气量')
355
355
 
356
356
  let http = new HttpResetClass()