safecheck-client 3.0.35-59 → 3.0.35-60
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/src/components/android/PhoneSellInfo.vue +148 -113
- package/src/components/pc/NewCheckpaper.vue +1998 -1998
- package/src/components/planmanage/PlanManage.vue +889 -889
- package/src/filiale/dexin/android/SafecheckOrderV.vue +2946 -2950
- package/src/filiale/minsheng/android/PhoneUpUserinfo.vue +3 -0
- package/src/filiale/rizhao/pc/NewCheckpaper.vue +1351 -1351
- package/src/filiale/weinan/android/SafecheckUserInfo.vue +792 -792
- package/src/safecheck-android.js +303 -308
@@ -669,6 +669,9 @@ export default {
|
|
669
669
|
if(this.userinfo.meterinfo[0].f_bqf_state === '关阀'){
|
670
670
|
this.userinfo_old.meterinfo[0].f_off_valve_reason = this.userinfo.meterinfo[0].bqf_states_reason !== '其他' ? this.userinfo.meterinfo[0].bqf_states_reason : this.userinfo.meterinfo[0].f_bqf_states_reason
|
671
671
|
}
|
672
|
+
if(this.userinfo.meterinfo[0].f_bqf_state === '开阀'){
|
673
|
+
this.userinfo_old.meterinfo[0].f_off_valve_reason = this.userinfo.meterinfo[0].bqf_states_reason !== '其他' ? this.userinfo.meterinfo[0].bqf_states_reason : this.userinfo.meterinfo[0].f_bqf_states_reason
|
674
|
+
}
|
672
675
|
this.userinfo_old.meterinfo[0].f_if_direct = this.userinfo.meterinfo[0].f_if_direct
|
673
676
|
userinfoms.userfiles = []
|
674
677
|
this.userinfo_old.meterinfo[0].devicesinfo = this.model
|