sale-client 3.4.116 → 3.4.117

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.4.116",
3
+ "version": "3.4.117",
4
4
  "description": "收费模块前台组件",
5
5
  "main": "src/index.js",
6
6
  "scripts": {
@@ -543,6 +543,13 @@
543
543
  ready () {
544
544
  console.log('看看meter里面的数据', this.meter, this.row)
545
545
  this.row = Object.assign(this.row, this.meter, {})
546
+ if(this.row.f_meter_classify){
547
+ if(this.row.f_meter_classify==='物联网表'){
548
+ this.isiot=true
549
+ }else{
550
+ this.isiot=false
551
+ }
552
+ }
546
553
  this.oldrow = this.row
547
554
  this.isdecimal = this.row.gasbrand.length > 0 ? this.row.gasbrand.f_isdecimal : '否'
548
555
  this.row.valid = false