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 +1 -1
- package/src/components/FilesManage/MeterinfoTest.vue +7 -0
- package/src/components/charge/ChargeList.vue +897 -897
- package/src/components/charge/business/PriceChangeCompensation/JbCompensation.vue +342 -343
- package/src/components/chargeNew/thirdSurplus.vue +94 -2
- package/src/components/revenue/changeInsurance/UserInsurance.vue +1 -0
- package/src/components/revenue/comprehen/ComprehenOperation/BatchChange/BatchCancellation.vue +35 -2
- package/src/components/revenue/machineHandManage/machineDown.vue +7 -6
- package/src/filiale/qianneng/FilesManage/FileUserFiles.vue +15 -3
- package/src/filiale/qianneng/FilesManage/MeterinfoTest.vue +7 -0
- package/src/filiale/xinkang/base/leftview/Userinfo.vue +176 -0
- package/src/filiale/xinkang/sale.js +8 -0
package/package.json
CHANGED
|
@@ -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
|