safecheck-client 4.0.1-4 → 4.0.1-41

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.
Files changed (54) hide show
  1. package/package.json +5 -5
  2. package/src/assets//350/255/246/345/221/212 (3).png +0 -0
  3. package/src/assets//350/255/246/345/221/212 (4).png +0 -0
  4. package/src/assets//350/255/246/345/221/212 (5).png +0 -0
  5. package/src/components/android/SwitchValve.vue +1 -1
  6. package/src/components/checkplan/CheckDetail.vue +1 -1
  7. package/src/components/map/SecurityCheckCoordinates.vue +348 -0
  8. package/src/components/pc/CheckBookUser.vue +337 -333
  9. package/src/filiale/jinhong/android/CurrentCreate.vue +41 -2
  10. package/src/filiale/jinhong/pc/CheckBookList.vue +10 -7
  11. package/src/filiale/jinhong/pc/DefectPaperNew.vue +10 -10
  12. package/src/filiale/jinhong/pc/checkUserList.vue +31 -8
  13. package/src/filiale/libo/android/PaperFeedback.vue +1579 -0
  14. package/src/filiale/libo/android/PhoneUpUserinfo.vue +1249 -0
  15. package/src/filiale/libo/android/SafecheckOrderV.vue +2302 -0
  16. package/src/filiale/libo/android.js +14 -0
  17. package/src/filiale/libo/pc/NewCheckpaper.vue +1987 -0
  18. package/src/filiale/libo/pc.js +12 -0
  19. package/src/filiale/meihekou/android/MeterReading.vue +9 -5
  20. package/src/filiale/meihekou/android/PhoneUpUserinfo.vue +3 -2
  21. package/src/filiale/meihekou/android/SafecheckDevices.vue +5 -5
  22. package/src/filiale/meihekou/android/SafecheckOrderV.vue +323 -310
  23. package/src/filiale/meihekou/pc/NewCheckpaper.vue +2027 -2027
  24. package/src/filiale/meihekou/pc/NewCheckpaperNew.vue +2050 -0
  25. package/src/filiale/meihekou/pc/PaperList.vue +810 -0
  26. package/src/filiale/meihekou/pc.js +15 -13
  27. package/src/filiale/minsheng/android/SwitchValve.vue +1 -1
  28. package/src/filiale/qianneng/android/SwitchValve.vue +1 -1
  29. package/src/filiale/qingjian/pc/NewCheckpaper.vue +1 -0
  30. package/src/filiale/qingjian/pc/checkUserList.vue +35 -0
  31. package/src/filiale/taiyuan/android/CurrentCreate.vue +1016 -0
  32. package/src/filiale/taiyuan/android/PhoneUpUserinfo.vue +1259 -0
  33. package/src/filiale/taiyuan/android/SafecheckOrderV.vue +2341 -0
  34. package/src/filiale/taiyuan/android/SafecheckUserInfo.vue +776 -0
  35. package/src/filiale/taiyuan/android.js +13 -0
  36. package/src/filiale/taiyuan/pc/DefectDeal.vue +1033 -0
  37. package/src/filiale/taiyuan/pc/NewCheckpaper.vue +1976 -0
  38. package/src/filiale/taiyuan/pc/PlanManage.vue +891 -0
  39. package/src/filiale/taiyuan/pc/checkUserList.vue +798 -0
  40. package/src/filiale/taiyuan/pc.js +15 -0
  41. package/src/filiale/tongchuan/android/SwitchValve.vue +1 -1
  42. package/src/filiale/xinkang/android/AddPlanItem.vue +1 -1
  43. package/src/filiale/xinkang/android/SafecheckDevices.vue +29 -7
  44. package/src/filiale/xinkang/android/SafecheckOrderV.vue +21 -44
  45. package/src/filiale/xinkang/android/SafecheckUserInfo.vue +1 -1
  46. package/src/filiale/xinkang/pc/NewCheckpaper.vue +1474 -1498
  47. package/src/filiale/xinkang/pc/PaperList.vue +596 -603
  48. package/src/filiale/yuansheng/android/SwitchValve.vue +1 -1
  49. package/src/filiale/yunchengminsheng/android/PaperFeedback.vue +1030 -1030
  50. package/src/filiale/yunchengminsheng/android/SafecheckDevices.vue +4 -4
  51. package/src/filiale/yunchengminsheng/pc/PaperList.vue +811 -0
  52. package/src/filiale/yunchengminsheng/pc.js +1 -0
  53. package/src/safecheck-android.js +4 -0
  54. package/src/safecheck.js +3 -0
@@ -0,0 +1,12 @@
1
+ // 分公司特殊组件页面注册
2
+ import Vue from "vue";
3
+
4
+ //手机特殊目录注册到该文件中
5
+ let specialComp = {
6
+ 'new-check-paper': (resolve) => { require(['./pc/NewCheckpaper'], resolve) },
7
+ }
8
+ exports.specialComp = specialComp
9
+
10
+
11
+
12
+
@@ -17,12 +17,16 @@
17
17
  onkeyup="value=value.replace(/[^\d\.]/g,'')" readonly type="text">
18
18
  </div>
19
19
 
20
+ <!-- <div class="col-xs-12 col-sm-12 col-md-12 form-input-group mg8">-->
21
+ <!-- <label class="lb-left text-justify">上期结余</label>-->
22
+ <!-- <input v-model="meterData.f_curbalance" class="form-control"-->
23
+ <!-- onkeyup="value=value.replace(/[^\d\.]/g,'')" readonly type="text">-->
24
+ <!-- </div>-->
20
25
  <div class="col-xs-12 col-sm-12 col-md-12 form-input-group mg8">
21
- <label class="lb-left text-justify">上期结余</label>
22
- <input v-model="meterData.f_curbalance" class="form-control"
26
+ <label class="lb-left text-justify">用户余额</label>
27
+ <input v-model="meterData.user_f_balance" class="form-control"
23
28
  onkeyup="value=value.replace(/[^\d\.]/g,'')" readonly type="text">
24
29
  </div>
25
-
26
30
  <!-- 上次抄表结果状态 -->
27
31
  <div class="col-xs-12 col-sm-12 col-md-12 form-input-group mg8">
28
32
  <label class="lb-left text-justify">上次抄表结果状态</label>
@@ -65,8 +69,8 @@ export default {
65
69
  let http = new HttpResetClass()
66
70
  http.load('POST', `${this.$androidUtil.getProxyUrl()}/af-telephone/rs/sql/tel_singleTable_OrderBy`, {
67
71
  data: {
68
- items: 'a.*',
69
- tablename: 't_handplan a left join (select f_userinfo_id,max(id) as id from t_handplan group by f_userinfo_id) b on a.id = b.id',
72
+ items: 'a.*,ui.f_balance as user_f_balance',
73
+ tablename: `t_handplan a left join (select f_userinfo_id,max(id) as id from t_handplan group by f_userinfo_id) b on a.id = b.id left join t_userinfo ui on b.f_userinfo_id=ui.f_userinfo_id and ui.f_user_state ='正常'`,
70
74
  condition: `b.f_userinfo_id = '${this.service.f_userinfoid}'`,
71
75
  orderitem: 'a.id'
72
76
  }
@@ -15,7 +15,7 @@
15
15
  </div>
16
16
  <div class="row auto" style="margin: 5px 0">
17
17
  <label class="righttxt">用户名称:</label><input type="text" class="form-control rightipt"
18
- v-model="userinfo.baseinfo.base.f_user_name" readonly/>
18
+ v-model="userinfo.baseinfo.base.f_user_name" />
19
19
  </div>
20
20
  <div class="row auto" style="margin: 5px 0">
21
21
  <label class="righttxt">身份证号:</label><input type="text" class="form-control rightipt"
@@ -666,7 +666,8 @@ export default {
666
666
  this.excessive = true
667
667
  let userinfoms = Object.assign({}, this.userinfo_old.baseinfo.base)
668
668
  // userinfoms.f_user_name=row.f_user_name
669
- userinfoms.f_user_phone = this.userinfo.baseinfo.base.f_user_phone
669
+ userinfoms.f_user_name= this.userinfo.baseinfo.base.f_user_name,
670
+ userinfoms.f_user_phone = this.userinfo.baseinfo.base.f_user_phone
670
671
  userinfoms.f_rent_phone=this.userinfo.baseinfo.base.f_rent_phone
671
672
  userinfoms.f_idnumber = this.userinfo.baseinfo.base.f_idnumber
672
673
  userinfoms.f_rent_name = this.userinfo.baseinfo.base.f_rent_name
@@ -992,7 +992,7 @@ export default {
992
992
  if(typeof this.config[this.device.device].items[item]=='function'){
993
993
  continue
994
994
  }
995
- let index = this.config[this.device.device].items[item].index-1
995
+ let index = item
996
996
  this.$set('page.options' + index, [])
997
997
  //tag)
998
998
  //tag)
@@ -1036,9 +1036,9 @@ export default {
1036
1036
  //tag)
1037
1037
  let it = {
1038
1038
  type: this.config[this.device.device].items[item].type,
1039
- f_item_name: item,
1039
+ f_item_name: this.config[this.device.device].items[item].itemname,
1040
1040
  checkmust: this.config[this.device.device].items[item].checkmust,
1041
- f_item_value: f_item_value,
1041
+ f_item_value: this.config[this.device.device].items[item].f_item_value || f_item_value,
1042
1042
  is_verification:this.config[this.device.device].items[item].is_verification,
1043
1043
  verification_text:'',
1044
1044
  verification_state:'',// ai验证是否通过 npass(未通过)/pass(通过)
@@ -1051,7 +1051,7 @@ export default {
1051
1051
  unit: this.config[this.device.device].items[item].unit ? this.config[this.device.device].items[item].unit : '',
1052
1052
  tooltip:'',
1053
1053
  f_live_dispose:'',
1054
- f_deal_dispose:'',
1054
+ f_deal_dispose: this.config[this.device.device].items[item].f_process_mode,
1055
1055
  f_else: '',
1056
1056
  f_p1_path: '',
1057
1057
  f_p2_path: '',
@@ -1116,7 +1116,7 @@ export default {
1116
1116
  if(!this.piece || JSON.stringify(this.piece) == '{}') {
1117
1117
  // 如果没有,则新建
1118
1118
  this.$set('piece.f_items',this.f_items)
1119
- this.$set('piece.f_device_type',this.device.device)
1119
+ this.$set('piece.f_device_type', this.config[this.device.device].itemname)
1120
1120
  } else {
1121
1121
  // 已经存在,把之前的数据重新填入
1122
1122
  for (let f in this.f_items){