safecheck-client 3.0.34-32 → 3.0.34-34
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/App.vue +31 -31
- package/src/filiale/bayan/android/SafecheckOrderV.vue +2866 -2866
- package/src/filiale/jiaxian/android/PhoneUpUserinfo.vue +0 -2
- package/src/filiale/jingyang/android/AddPlanItem.vue +458 -458
- package/src/filiale/jingyang/android/CurrentCreate.vue +1080 -1080
- package/src/filiale/jingyang/android/SafecheckOrderV.vue +2734 -2734
- package/src/filiale/jingyang/android.js +15 -15
- package/src/filiale/weinan/android/SafecheckDevices.vue +1295 -1295
- package/src/filiale/weinan/android/SafecheckOrderV.vue +3335 -3335
- package/src/filiale/weinan/pc/DeviceChange.vue +1088 -1088
- package/src/filiale/weinan/pc.js +47 -47
- package/src/filiale/yuansheng/android/SafecheckDevices.vue +1258 -1248
- package/src/filiale/yuansheng/pc/NewCheckpaper.vue +1371 -1363
- package/src/main.js +1 -1
@@ -619,7 +619,6 @@
|
|
619
619
|
if (res === 'confirm') {
|
620
620
|
this.excessive = true
|
621
621
|
let userinfoms = Object.assign({}, this.userinfo_old.baseinfo.base)
|
622
|
-
userinfoms.f_user_name=row.f_user_name
|
623
622
|
userinfoms.f_user_phone = this.userinfo.baseinfo.base.f_user_phone
|
624
623
|
userinfoms.f_idnumber = this.userinfo.baseinfo.base.f_idnumber
|
625
624
|
userinfoms.f_rent_name = this.userinfo.baseinfo.base.f_rent_name
|
@@ -684,7 +683,6 @@
|
|
684
683
|
if (res === 'confirm') {
|
685
684
|
this.excessive = true
|
686
685
|
let userinfoms = Object.assign({}, this.userinfo_old.baseinfo.base)
|
687
|
-
userinfoms.f_user_name=row.f_user_name
|
688
686
|
userinfoms.f_user_phone = this.userinfo.baseinfo.base.f_user_phone
|
689
687
|
userinfoms.f_idnumber = this.userinfo.baseinfo.base.f_idnumber
|
690
688
|
userinfoms.f_rent_name = this.userinfo.baseinfo.base.f_rent_name
|