sale-client 3.6.536 → 3.6.537

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.
File without changes
@@ -0,0 +1,2 @@
1
+ #Thu May 15 14:43:19 CST 2025
2
+ gradle.version=5.2.1
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sale-client",
3
- "version": "3.6.536",
3
+ "version": "3.6.537",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -92,7 +92,7 @@
92
92
  this.$resetValidation()
93
93
  },
94
94
  meterbase () {
95
- if (this.isdecimal === '是') {
95
+ if (this.metermessage.gasbrand[0].f_isdecimal === '是') {
96
96
  this.metermessage.f_meter_base = (this.metermessage.f_meter_base - 0).toFixed(4)
97
97
  } else {
98
98
  this.metermessage.f_meter_base = (this.metermessage.f_meter_base - 0).toFixed(0)