safecheck-client 4.0.1-6 → 4.0.1-60

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 (65) hide show
  1. package/.trae/.ignore +0 -0
  2. package/.vscode/settings.json +3 -0
  3. package/package.json +132 -132
  4. package/src/assets//350/255/246/345/221/212 (3).png +0 -0
  5. package/src/assets//350/255/246/345/221/212 (4).png +0 -0
  6. package/src/assets//350/255/246/345/221/212 (5).png +0 -0
  7. package/src/components/android/AndroidDefectDetails.vue +3 -3
  8. package/src/components/android/DailyworkloadQuery.vue +2 -1
  9. package/src/components/android/NewCheckpaperAndroid.vue +22 -48
  10. package/src/components/android/SwitchValve.vue +1 -1
  11. package/src/components/checkplan/CheckDetail.vue +1 -1
  12. package/src/components/map/SecurityCheckCoordinates.vue +350 -0
  13. package/src/components/pc/CheckBookUser.vue +8 -4
  14. package/src/components/planmanage/PlanManage.vue +1 -0
  15. package/src/components/querycheckpaper/CheckPaperList.vue +6 -4
  16. package/src/components/querycheckpaper/CheckPaperSearchUser.vue +30 -4
  17. package/src/components/querycheckpaper/CheckSearchUser.vue +5 -0
  18. package/src/filiale/jinhong/android/CurrentCreate.vue +66 -22
  19. package/src/filiale/jinhong/pc/CheckBookList.vue +10 -7
  20. package/src/filiale/jinhong/pc/DefectPaperNew.vue +10 -10
  21. package/src/filiale/jinhong/pc/checkUserList.vue +766 -742
  22. package/src/filiale/libo/android/PaperFeedback.vue +1579 -0
  23. package/src/filiale/libo/android/PhoneUpUserinfo.vue +1249 -0
  24. package/src/filiale/libo/android/SafecheckOrderV.vue +2302 -0
  25. package/src/filiale/libo/android.js +14 -0
  26. package/src/filiale/libo/pc/NewCheckpaper.vue +1987 -0
  27. package/src/filiale/libo/pc.js +12 -0
  28. package/src/filiale/meihekou/android/CurrentCreate.vue +1 -1
  29. package/src/filiale/meihekou/android/MeterReading.vue +9 -5
  30. package/src/filiale/meihekou/android/PhoneUpUserinfo.vue +3 -2
  31. package/src/filiale/meihekou/android/SafecheckDevices.vue +5 -5
  32. package/src/filiale/meihekou/android/SafecheckOrderV.vue +324 -311
  33. package/src/filiale/meihekou/pc/NewCheckpaper.vue +2 -2
  34. package/src/filiale/meihekou/pc/NewCheckpaperNew.vue +2050 -0
  35. package/src/filiale/meihekou/pc/PaperList.vue +1136 -0
  36. package/src/filiale/meihekou/pc.js +2 -0
  37. package/src/filiale/minsheng/android/SwitchValve.vue +1 -1
  38. package/src/filiale/qianneng/android/SwitchValve.vue +1 -1
  39. package/src/filiale/qingjian/android/PhoneUpUserinfo.vue +6 -0
  40. package/src/filiale/qingjian/pc/checkUserList.vue +35 -0
  41. package/src/filiale/taiyuan/android/CurrentCreate.vue +1016 -0
  42. package/src/filiale/taiyuan/android/PhoneUpUserinfo.vue +1259 -0
  43. package/src/filiale/taiyuan/android/SafecheckOrderV.vue +2341 -0
  44. package/src/filiale/taiyuan/android/SafecheckUserInfo.vue +776 -0
  45. package/src/filiale/taiyuan/android.js +13 -0
  46. package/src/filiale/taiyuan/pc/DefectDeal.vue +1033 -0
  47. package/src/filiale/taiyuan/pc/NewCheckpaper.vue +1976 -0
  48. package/src/filiale/taiyuan/pc/PlanManage.vue +891 -0
  49. package/src/filiale/taiyuan/pc/checkUserList.vue +798 -0
  50. package/src/filiale/taiyuan/pc.js +15 -0
  51. package/src/filiale/tongchuan/android/SwitchValve.vue +1 -1
  52. package/src/filiale/xinkang/android/AddPlanItem.vue +65 -31
  53. package/src/filiale/xinkang/android/SafecheckDevices.vue +29 -7
  54. package/src/filiale/xinkang/android/SafecheckOrderV.vue +24 -80
  55. package/src/filiale/xinkang/android/SafecheckUserInfo.vue +1 -1
  56. package/src/filiale/xinkang/pc/CheckSearchUser.vue +12 -12
  57. package/src/filiale/xinkang/pc/NewCheckpaper.vue +20 -44
  58. package/src/filiale/xinkang/pc/PaperList.vue +2 -9
  59. package/src/filiale/yuansheng/android/SwitchValve.vue +1 -1
  60. package/src/filiale/yunchengminsheng/android/PaperFeedback.vue +1030 -1030
  61. package/src/filiale/yunchengminsheng/android/SafecheckDevices.vue +4 -4
  62. package/src/filiale/yunchengminsheng/pc/PaperList.vue +811 -0
  63. package/src/filiale/yunchengminsheng/pc.js +1 -0
  64. package/src/safecheck-android.js +4 -0
  65. package/src/safecheck.js +3 -0
@@ -4,7 +4,9 @@ import Vue from "vue";
4
4
  //手机特殊目录注册到该文件中
5
5
  let specialComp = {
6
6
  'new-check-paper': (resolve) => { require(['./pc/NewCheckpaper'], resolve) },
7
+ 'new-check-paper-new': (resolve) => { require(['./pc/NewCheckpaperNew'], resolve) },
7
8
  'new-check-paper-temp': (resolve) => { require(['./pc/NewCheckpaperTemp'], resolve) },
9
+ 'paper-main': (resolve) => { require(['./pc/PaperList'], resolve) },
8
10
  }
9
11
  exports.specialComp = specialComp
10
12
 
@@ -469,7 +469,7 @@
469
469
  meternumberf: this.thisOneData.f_meternumber, //表号
470
470
  contentData: {isOpen: msg=='开阀' ? 1 : 0}, // oper 为true 时为开阀 false 为关阀
471
471
  }
472
- this.$resetpost(`${this.$androidUtil.getProxyUrl()}/api/af-safecheck/logic/iot_saveInstruct`, {data: data}).then((row) => {
472
+ this.$resetpost(`${this.$androidUtil.getProxyUrl()}/api/af-revenue/logic/iot_saveInstruct`, {data: data}).then((row) => {
473
473
  this.$showMessage(`${msg}指令发送成功,请等候2分钟进行查询`)
474
474
  //tag
475
475
  this.thisOneData = '';
@@ -342,7 +342,7 @@ export default {
342
342
  meternumberf: this.thisOneData.f_meternumber, //表号
343
343
  contentData: {isOpen: msg=='开阀' ? 1 : 0}, // oper 为true 时为开阀 false 为关阀
344
344
  }
345
- this.$resetpost(`${this.$androidUtil.getProxyUrl()}/api/af-safecheck/logic/iot_saveInstruct`, {data: data}).then((row) => {
345
+ this.$resetpost(`${this.$androidUtil.getProxyUrl()}/api/af-revenue/logic/iot_saveInstruct`, {data: data}).then((row) => {
346
346
  this.$showMessage(`${msg}指令发送成功,请等候2分钟进行查询`)
347
347
  //tag
348
348
  this.thisOneData = '';
@@ -257,6 +257,10 @@
257
257
  <label class="righttxt">气表类型:</label>
258
258
  <input type="text" class="form-control rightipt" v-model="userinfo.meterinfo[0].f_meter_classify" readonly/>
259
259
  </div>
260
+ <div class="row auto" style="margin: 5px 0">
261
+ <label class="righttxt">现场表具型号:</label>
262
+ <input type="text" class="form-control rightipt" v-model="userinfo.meterinfo[0].f_xc_meter_style"/>
263
+ </div>
260
264
  <div class="row auto" style="margin: 5px 0">
261
265
  <label class="righttxt">表前阀状态:</label>
262
266
  <!--<input type="text" class="form-control rightipt" v-model="userinfo.meterinfo[0].f_position" readonly/>-->
@@ -661,6 +665,7 @@ export default {
661
665
  this.userinfo_old.meterinfo[0].f_bqf_state = this.userinfo.meterinfo[0].f_bqf_state
662
666
  this.userinfo_old.meterinfo[0].f_if_direct = this.userinfo.meterinfo[0].f_if_direct
663
667
  this.userinfo_old.meterinfo[0].f_meternumber = this.userinfo.meterinfo[0].f_meternumber
668
+ this.userinfo_old.meterinfo[0].f_xc_meter_style = this.userinfo.meterinfo[0].f_xc_meter_style
664
669
  userinfoms.userfiles = []
665
670
  this.userinfo_old.meterinfo[0].devicesinfo = this.model
666
671
  userinfoms.userfiles.push(this.userinfo_old.meterinfo[0])
@@ -743,6 +748,7 @@ export default {
743
748
  this.userinfo_old.meterinfo[0].f_bqf_state = this.userinfo.meterinfo[0].f_bqf_state
744
749
  this.userinfo_old.meterinfo[0].f_if_direct = this.userinfo.meterinfo[0].f_if_direct
745
750
  this.userinfo_old.meterinfo[0].f_meternumber = this.userinfo.meterinfo[0].f_meternumber
751
+ this.userinfo_old.meterinfo[0].f_xc_meter_style = this.userinfo.meterinfo[0].f_xc_meter_style
746
752
  userinfoms.userfiles = []
747
753
  this.userinfo_old.meterinfo[0].devicesinfo = this.model
748
754
  userinfoms.userfiles.push(this.userinfo_old.meterinfo[0])
@@ -339,6 +339,20 @@
339
339
  >
340
340
  </v-select>
341
341
  </div>
342
+ <div class="form-group col-sm-4" >
343
+ <label class="font_normal_body">区域:</label>
344
+ <v-select
345
+ class="select select_list"
346
+ :value.sync="model.f_region_id"
347
+ v-model="model.f_region_id"
348
+ :options='$parent.$parent.region'
349
+ placeholder='请选择'
350
+ condition="ta.f_region_id in {}"
351
+ :search="false"
352
+ :multiple="true"
353
+ >
354
+ </v-select>
355
+ </div>
342
356
  <!--<div class="form-group col-sm-4" >
343
357
  <label class="font_normal_body">入户情况:</label>
344
358
  <v-select
@@ -458,6 +472,7 @@
458
472
  yearCheckList:[{label:"全部",value:""},{label:"已在计划中",value:"ua.f_plan_id is not null"},{label:"未在计划中",value:"ua.f_plan_id is null"}],
459
473
  entry_status: this.$appdata.getParam('安检状态')?[{label: '全部', value: ''}, ...this.$appdata.getParam('安检状态')]:[{label: '全部', value: ''}],
460
474
  tablebox:[],
475
+ region:[],
461
476
  sliceArea:[],
462
477
  meterbooks:[],
463
478
  hasCheckBooks:'否',
@@ -481,8 +496,28 @@
481
496
  this.setConList()
482
497
  this.loadpage()
483
498
  this.getTablebox()
499
+ this.getRegion()
484
500
  },
485
501
  methods: {
502
+ getRegion(){
503
+ this.region=[]
504
+ new HttpResetClass().load('POST', `/rs/sql/safe_singleTable_OrderBy`, {
505
+ data: {
506
+ items: '*',
507
+ tablename: 't_region',
508
+ condition: `f_orgid = '${this.userlogin.orgid}'`,
509
+ orderitem: 'id desc'
510
+ }
511
+ }, {resolveMsg: null, rejectMsg: null}).then(res => {
512
+ this.region.push({label: '全部', value: ''})
513
+ res.data.forEach(ress => {
514
+ this.region.push({
515
+ label: ress.f_name,
516
+ value: Number(ress.id)
517
+ })
518
+ })
519
+ })
520
+ },
486
521
  //获取调压箱信息
487
522
  getTablebox(){
488
523
  this.tablebox=[]