telephone-clients 3.0.103 → 3.0.104-1

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 (126) hide show
  1. package/package.json +3 -3
  2. package/src/App.vue +7 -9
  3. package/src/assets//345/210/240/351/231/244.png +0 -0
  4. package/src/components/Util/RightTreeSafe.vue +2 -2
  5. package/src/components/Util/RightTreeSafeDep.vue +350 -0
  6. package/src/components/android/AddMyTask.vue +7 -0
  7. package/src/components/guoxin/VisitInfo.vue +0 -11
  8. package/src/components/pc/NewRepairPaper.vue +3 -3
  9. package/src/components/pc/RepairsWork.vue +22 -2
  10. package/src/components/pc/RoleSelectorDep.vue +158 -0
  11. package/src/components/pc/TelFindUser.vue +1 -1
  12. package/src/components/pc/TelListener.vue +47 -16
  13. package/src/components/pc/VisitInfo.vue +0 -10
  14. package/src/components/pc/WorkCenter.vue +1 -1
  15. package/src/components/pc/WorkCenterList.vue +1 -1
  16. package/src/components/pc/WorkHistory.vue +20 -2
  17. package/src/components/pc/WorkListAll.vue +1 -1
  18. package/src/components/pc/WorkListAllNew.vue +10 -3
  19. package/src/components/pc/WorkListNew.vue +712 -706
  20. package/src/components/pc/olddata/OldWorkList.vue +193 -0
  21. package/src/components/telreport/RepairsDetailsReport.vue +98 -0
  22. package/src/components/telreport/TableFaultReport.vue +96 -0
  23. package/src/components/telreport/Traffic.vue +3 -3
  24. package/src/components/telreport/TrafficClassificationReport.vue +134 -0
  25. package/src/components/temp/ChangemeterInfo.vue +75 -87
  26. package/src/components/temp/DeviceInfo.vue +80 -82
  27. package/src/components/temp/HandplanInfo.vue +2 -2
  28. package/src/components/temp/InfoTable.vue +5 -2
  29. package/src/components/temp/MetereadInfo.vue +1 -4
  30. package/src/components/temp/OldRepairList.vue +100 -0
  31. package/src/components/temp/RepairList.vue +2 -2
  32. package/src/components/weinan/Console.vue +1 -1
  33. package/src/components/weinan/RecordList.vue +2 -2
  34. package/src/components/weinan/SiteSend.vue +2 -2
  35. package/src/components/weinan/SiteSendWeixiu.vue +7 -16
  36. package/src/components/weinan/StandWorkWeixiu.vue +1 -1
  37. package/src/components/weinan/WorkList.vue +73 -0
  38. package/src/components/weinan/WorkListAll.vue +90 -14
  39. package/src/components/weinan/WorkListWeixiu.vue +1 -1
  40. package/src/components/workorder/CompletedRepair.vue +269 -183
  41. package/src/components/workorder/FaultAll.vue +826 -826
  42. package/src/components/workorder/PhoneStandWork.vue +354 -354
  43. package/src/components/workorder/PhoneUpDetail.vue +3 -0
  44. package/src/components/workorder/RepairDetails.vue +12 -2
  45. package/src/components/workorder/RepairFirstV.vue +1 -1
  46. package/src/components/workorder/RepairOrderV.vue +1446 -1446
  47. package/src/filiale/furuike/pc/ComplainWork.vue +348 -348
  48. package/src/filiale/furuike/pc/Seekwork.vue +352 -352
  49. package/src/filiale/furuike/pc/WorkHistory.vue +576 -576
  50. package/src/filiale/gongyi/android/RepairOrderV.vue +1415 -1415
  51. package/src/filiale/kelai/android/AppTakePic.vue +143 -0
  52. package/src/filiale/kelai/android/PhoneVentilationLeave.vue +176 -0
  53. package/src/filiale/kelai/pc/WorkCenterList.vue +20 -3
  54. package/src/filiale/kelai/pc/WorkListAllNew.vue +47 -9
  55. package/src/filiale/kelai/pc/serviceDeleteOrder.vue +55 -0
  56. package/src/filiale/kelai/telephone.js +9 -8
  57. package/src/filiale/kelai/telephoneAndroid.js +3 -1
  58. package/src/filiale/liaoyuan/android/RepairOrderV.vue +831 -831
  59. package/src/filiale/qianneng/android/FaultAll.vue +883 -883
  60. package/src/filiale/qianneng/android/MaterIialOne.vue +123 -123
  61. package/src/filiale/qianneng/android/RepairOrderV.vue +874 -874
  62. package/src/filiale/qianneng/android/TemporarySingle.vue +537 -512
  63. package/src/filiale/qianneng/android/chargesList.vue +161 -161
  64. package/src/filiale/qianneng/pc/MaterialDetailed.vue +260 -248
  65. package/src/filiale/qianneng/pc/MaterialStatistics.vue +144 -0
  66. package/src/filiale/qianneng/pc/NewRepairPaper.vue +4 -4
  67. package/src/filiale/qianneng/pc/RepairsWork.vue +12 -2
  68. package/src/filiale/qianneng/pc/WorkHistory.vue +2 -2
  69. package/src/filiale/qianneng/pc/WorkListAllNew.vue +53 -5
  70. package/src/filiale/qianneng/pc/changetable.vue +273 -0
  71. package/src/filiale/qianneng/telephone.js +22 -20
  72. package/src/filiale/rizhao/pc/DispatchMan.vue +3 -3
  73. package/src/filiale/rizhao/pc/DispatchWork.vue +3 -3
  74. package/src/filiale/rizhao/pc/Traffic.vue +3 -3
  75. package/src/filiale/rizhao/pc/WorkListAllNew.vue +8 -3
  76. package/src/filiale/rongcheng/CliWorkListAll.vue +442 -407
  77. package/src/filiale/rongcheng/FaultAll.vue +3 -3
  78. package/src/filiale/rongcheng/RepairOrderV.vue +1445 -0
  79. package/src/filiale/rongcheng/telephoneAndroid.js +3 -1
  80. package/src/filiale/shanxian/android/RepairFirstV.vue +5 -1
  81. package/src/filiale/shanxian/pc/RepairsWork.vue +826 -0
  82. package/src/filiale/shanxian/pc/WorkList.vue +1 -1
  83. package/src/filiale/shanxian/telephone.js +13 -12
  84. package/src/filiale/shexian/android/AddMyTask.vue +7 -0
  85. package/src/filiale/shexian/android/CompletedRepair.vue +280 -0
  86. package/src/filiale/shexian/android/FaultAll.vue +847 -0
  87. package/src/filiale/shexian/android/Outlay.vue +182 -165
  88. package/src/filiale/shexian/android/RepairFirstV.vue +16 -2
  89. package/src/filiale/shexian/android/RepairInfo.vue +1 -0
  90. package/src/filiale/shexian/pc/QueryVisitHistory.vue +237 -0
  91. package/src/filiale/shexian/pc/TelAgentVoiceReport.vue +271 -0
  92. package/src/filiale/shexian/pc/TelByOrderManCount.vue +10 -2
  93. package/src/filiale/shexian/pc/WorkList.vue +782 -740
  94. package/src/filiale/shexian/pc/WorkListAllNew.vue +75 -67
  95. package/src/filiale/shexian/telephone.js +21 -18
  96. package/src/filiale/shexian/telephoneAndroid.js +32 -26
  97. package/src/filiale/tongchuan/android/TicketDetails.vue +3 -0
  98. package/src/filiale/tongchuan/pc/UserWork.vue +805 -805
  99. package/src/filiale/tongchuan/pc/WorkOrderStatistics.vue +2 -2
  100. package/src/filiale/wenxi/android/FailureShow.vue +61 -0
  101. package/src/filiale/wenxi/android/PhoneUpUserinfo.vue +1053 -0
  102. package/src/filiale/wenxi/android/RepairInfo.vue +158 -74
  103. package/src/filiale/wenxi/android/RepairOrderV.vue +805 -1419
  104. package/src/filiale/wenxi/android/RepairUserInfo.vue +532 -0
  105. package/src/filiale/wenxi/android/ZHihuanFirst.vue +502 -0
  106. package/src/filiale/wenxi/pc/DistributeWork.vue +107 -121
  107. package/src/filiale/wenxi/pc/FailureEdit.vue +1 -1
  108. package/src/filiale/wenxi/pc/GasWork.vue +747 -0
  109. package/src/filiale/wenxi/pc/MetereadInfo.vue +82 -0
  110. package/src/filiale/wenxi/pc/RepairsWork.vue +15 -0
  111. package/src/filiale/wenxi/pc/TelFindUser.vue +213 -116
  112. package/src/filiale/wenxi/telephone.js +4 -6
  113. package/src/filiale/wenxi/telephoneAndroid.js +4 -1
  114. package/src/filiale/wuan/android/RepairOrderV.vue +1384 -1384
  115. package/src/filiale/yuncheng/pc/TelFindUser.vue +302 -0
  116. package/src/filiale/yuncheng/telephone.js +12 -0
  117. package/src/filiale/zhongsheng/android/FaultAll.vue +741 -0
  118. package/src/filiale/zhongsheng/android/RepairOrderV.vue +1430 -1430
  119. package/src/filiale/zhongsheng/android/RepairUserInfo.vue +241 -214
  120. package/src/filiale/zhongsheng/pc/RepairsWork.vue +775 -775
  121. package/src/filiale/zhongsheng/telephone.js +23 -23
  122. package/src/filiale/zhongsheng/telephoneAndroid.js +2 -1
  123. package/src/main.js +1 -1
  124. package/src/telephone.js +16 -0
  125. package/src/weinan.js +6 -0
  126. package/src/filiale/wenxi/pc/WorkListAll.vue +0 -647
@@ -0,0 +1,82 @@
1
+ <template >
2
+ <div id="pc-finduser-page">
3
+ <criteria-paged :model="model" v-ref:paged :simple="true">
4
+ <!-- <criteria partial='criteria'>
5
+ </criteria> -->
6
+ <data-grid :model="model" partial='list' v-ref:grid
7
+ class="list_area table_sy">
8
+ <template partial='head'>
9
+ <tr>
10
+ <th><nobr>表号</nobr></th>
11
+ <!--<th><nobr>气表厂家</nobr></th>-->
12
+ <th><nobr>上报日期</nobr></th>
13
+ <th><nobr>本次抄表底数</nobr></th>
14
+ <th><nobr>表内剩余金额</nobr></th>
15
+ <th><nobr>阀门状态</nobr></th>
16
+ </tr>
17
+ </template>
18
+ <template partial='body'>
19
+ <td style="text-align: center">{{row.f_meternumber}}</td>
20
+ <!--<td>{{row.f_manufacturers}}</td>-->
21
+ <td style="text-align: center">{{row.f_hand_date}}</td>
22
+ <td style="text-align: center">{{row.f_tablebase}}</td>
23
+ <td style="text-align: center">{{row.f_jval}}</td>
24
+ <td style="text-align: center">{{row.f_valvestate == '0' ? '开阀' : '关阀'}}</td>
25
+ </template>
26
+ </data-grid>
27
+ </criteria-paged>
28
+ </div>
29
+ </template>
30
+
31
+ <script>
32
+ import { PagedList } from 'vue-client'
33
+ import co from 'co'
34
+ let getmodelGen = function * (self, val) {
35
+ yield self.model.search((`f_userinfo_id = '${self.user.f_userinfo_id}'`))
36
+ .then(() => {
37
+ // self.getdata()
38
+ })
39
+ }
40
+ export default {
41
+ title: '上报查询',
42
+ data () {
43
+ return {
44
+ model: new PagedList('rs/sql/tel_singleTable_OrderBy', 8, {items: '"f_valveState,f_jval,f_tablebase,f_meternumber,f_manufacturers,f_hand_date"', tablename: '"t_meteread with (nolock)"', orderitem: '"f_hand_date desc"'}),
45
+ show: false,
46
+ row: Object
47
+ }
48
+ },
49
+ props: {
50
+ user: {
51
+ type: Object
52
+ },
53
+ clearflg:0
54
+ },
55
+ methods: {
56
+ getmodel () {
57
+ let gen = getmodelGen(this)
58
+ co(gen)
59
+ }
60
+ },
61
+ watch: {
62
+ 'user' (val) {
63
+ // this.model.search(`card_id = ${this.user.card_id}`)
64
+ if(this.user){
65
+ if (!(this.user.isNuN)) {
66
+ this.model.rows = []
67
+ this.getmodel()
68
+ }
69
+ }
70
+ },
71
+ 'clearflg'(){
72
+ this.model.rows = []
73
+ }
74
+ },
75
+ ready () {
76
+ if (this.user && this.user.f_userinfo_id) {
77
+ // this.model.search(`card_id = ${this.user.card_id}`)
78
+ this.getmodel()
79
+ }
80
+ }
81
+ }
82
+ </script>
@@ -229,6 +229,7 @@ import * as Util from '../../../components/Util'
229
229
  serviceacitivity: [{
230
230
  f_service_acitivity_type: '派单'
231
231
  }],
232
+ failure_str:'',
232
233
  f_finish_date:'',
233
234
  f_source:'用户来电',
234
235
  f_service_id: '',
@@ -442,6 +443,7 @@ import * as Util from '../../../components/Util'
442
443
  },
443
444
  assignObj() {
444
445
  if (this.data) {
446
+ this.model.failure_str = ''
445
447
  this.model.f_address = this.data.f_address
446
448
  this.model.f_user_name = this.data.f_user_name
447
449
  this.model.f_user_type = this.data.f_user_type
@@ -493,6 +495,7 @@ import * as Util from '../../../components/Util'
493
495
  f_card_id: '',
494
496
  f_remarks: '',
495
497
  f_user_type: '',
498
+ failure_str:'',
496
499
  f_area: '',
497
500
  f_street: '',
498
501
  f_residential_area: '',
@@ -545,6 +548,18 @@ import * as Util from '../../../components/Util'
545
548
  this.model.f_outlets = this.$login.f.deps
546
549
  this.model.f_filiale_id = this.$login.f.orgid
547
550
  }
551
+ let failureStr = ''
552
+ if(this.model.failure.startsWith("[")){
553
+ const failureData = JSON.parse(this.model.failure)
554
+ failureData.forEach(item=>{
555
+ if (item.failurecase.length>0){
556
+ failureStr+=item.f_failure_type+":"+item.failurecase.toString()+";"
557
+ }else {
558
+ failureStr+=item.f_failure_type+";"
559
+ }
560
+ })
561
+ this.model.failure_str = failureStr
562
+ }
548
563
  let data = {
549
564
  model: this.model, loginUser: {
550
565
  name: this.loginUser.name,
@@ -4,38 +4,81 @@
4
4
  <criteria partial='criteria' v-ref:criteria @condition-changed='$parent.search'>
5
5
  <div novalidate class="form-horizontal select-overspread container-fluid auto" partial>
6
6
  <div class="row" style="margin:10px 10px 0 10px">
7
- <div class="form-group col-sm-4" >
8
- <label class="font_normal_body" style="width:55%">用户编号:</label>
9
- <input type="text" class="input_search" v-model="model.f_userinfo_code" placeholder='用户编号'
10
- condition="ti.f_userinfo_code like '%{}%'"
11
- :size="model.f_userinfo_code ? model.f_userinfo_code.length : 8" style="height: 95%;width: 90%"></input>
12
- </div>
13
-
14
- <div class="form-group col-sm-4" >
15
- <label class="font_normal_body" style="width:55%">表号:</label>
16
- <input type="text" class="input_search" v-model="model.f_meternumber" placeholder='表号'
17
- condition="tu.f_meternumber like '%{}%'"
18
- :size="model.f_meternumber ? model.f_meternumber.length : 8" style="height: 95%;width: 90%"></input>
19
- </div>
20
- <div class="form-group col-sm-4" >
21
- <label class="font_normal_body" style="width:55%">用户名称:</label>
22
- <input type="text" class="input_search" v-model="model.f_user_name" placeholder='姓名'
23
- condition="ti.f_user_name like '%{}%'"
24
- :size="model.f_user_name ? model.f_user_name.length * 2 : 4" style="height: 95%;width: 90%"></input>
25
- </div>
26
- <div class="form-group col-sm-4" >
27
- <label class="font_normal_body" style="width:55%">用户地址:</label>
28
- <input type="text" class="input_search" v-model="model.f_address" placeholder='地址'
29
- condition="ta.f_address like '%{}%'"
30
- :size="model.f_address ? model.f_address.length * 2 : 4" style="height: 95%;width: 90%" ></input>
31
- </div>
7
+ <div class="form-group col-sm-4" >
8
+ <label class="font_normal_body" style="width:55%">电话号码:</label>
9
+ <input type="text" class="input_search" v-model="model.f_user_phone" placeholder='电话号码'
10
+ condition="ti.f_user_phone like '%{}%'"
11
+ :size="model.f_user_phone ? model.f_user_phone.length : 8" style="height: 95%;width: 90%"></input>
12
+ </div>
13
+ <div class="form-group col-sm-4" >
14
+ <label class="font_normal_body" style="width:55%">用户编号:</label>
15
+ <input type="text" class="input_search" v-model="model.f_userinfo_code" placeholder='用户编号'
16
+ condition="ti.f_userinfo_code = '{}'"
17
+ :size="model.f_userinfo_code ? model.f_userinfo_code.length : 8" style="height: 95%;width: 90%"></input>
18
+ </div>
32
19
  <div class="form-group col-sm-4">
33
- <button class="button_spacing button_search" style="margin: 0 auto;" @click="search()">查询</button>
20
+ <button type="button" name="button" class="button_spacing button_search" style="float: right" @click="search()">查询</button>
21
+ <button type="button" name="button" style="background-color: #5ac0d9;border-radius: 4px;" class="button_spacing button_search" @click="$parent.$parent.clear()">清空</button>
22
+ </div>
23
+ <div class="form-group col-sm-4">
24
+ <label class="font_normal_body" style="width:55%">表号:</label>
25
+ <input type="text" class="input_search" v-model="model.f_meternumber" placeholder='表号'
26
+ condition="tu.f_meternumber = '{}'"
27
+ :size="model.f_meternumber ? model.f_meternumber.length : 8" style="height: 95%;width: 90%"></input>
28
+ </div>
29
+ <div class="form-group col-sm-4" >
30
+ <label class="font_normal_body" style="width:55%">用户名称:</label>
31
+ <input type="text" class="input_search" v-model="model.f_user_name" placeholder='姓名'
32
+ condition="ti.f_user_name like '%{}%'"
33
+ :size="model.f_user_name ? model.f_user_name.length * 2 : 4" style="height: 95%;width: 90%"></input>
34
+ </div>
35
+ <div class="form-group col-sm-4" >
36
+ <label class="font_normal_body" style="width:55%">用户地址:</label>
37
+ <input type="text" class="input_search" v-model="model.f_address" placeholder='地址'
38
+ condition="ta.f_address like '%{}%'"
39
+ :size="model.f_address ? model.f_address.length * 2 : 4" style="height: 95%;width: 90%" ></input>
40
+ </div>
41
+ <!-- <div class="form-group col-sm-4" v-if="$parent.$parent.enter_number_show">-->
42
+ <!-- <label class="font_normal_body" style="width:55%">入户证号:</label>-->
43
+ <!-- <input type="text" class="input_search" v-model="model.f_enter_number" placeholder='入户证号'-->
44
+ <!-- condition="ta.f_enter_number like '%{}%'"-->
45
+ <!-- style="height: 95%;width: 90%"></input>-->
46
+ <!-- </div>-->
47
+ <div class="form-group col-sm-4" v-if="$parent.$parent.residential_area_show">
48
+ <label class="font_normal_body" style="width:55%">小区:</label>
49
+ <input type="text" class="input_search" v-model="model.f_residential_area" placeholder='小区'
50
+ condition="ta.f_residential_area like '%{}%'"
51
+ style="height: 95%;width: 90%"></input>
52
+ </div>
53
+ <!-- <div class="form-group col-sm-4" v-if="$parent.$parent.building_show">-->
54
+ <!-- <label class="font_normal_body" style="width:55%">楼栋:</label>-->
55
+ <!-- <input type="text" class="input_search" v-model="model.f_building" placeholder='楼栋'-->
56
+ <!-- condition="ta.f_building = '{}'"-->
57
+ <!-- style="height: 95%;width: 90%"></input>-->
58
+ <!-- </div>-->
59
+ <!-- <div class="form-group col-sm-4" v-if="$parent.$parent.unit_show">-->
60
+ <!-- <label class="font_normal_body" style="width:55%">单元:</label>-->
61
+ <!-- <input type="text" class="input_search" v-model="model.f_unit" placeholder='单元'-->
62
+ <!-- condition="ta.f_unit = '{}'"-->
63
+ <!-- style="height: 95%;width: 90%"></input>-->
64
+ <!-- </div>-->
65
+ <!-- <div class="form-group col-sm-4" v-if="$parent.$parent.floor_show">-->
66
+ <!-- <label class="font_normal_body" style="width:55%">楼层:</label>-->
67
+ <!-- <input type="text" class="input_search" v-model="model.f_floor" placeholder='楼层'-->
68
+ <!-- condition="ta.f_floor = '{}'"-->
69
+ <!-- style="height: 95%;width: 90%"></input>-->
70
+ <!-- </div>-->
71
+ <!-- <div class="form-group col-sm-4" v-if="$parent.$parent.room_show">-->
72
+ <!-- <label class="font_normal_body" style="width:55%">房间号:</label>-->
73
+ <!-- <input type="text" class="input_search" v-model="model.f_room" placeholder='房间号'-->
74
+ <!-- condition="ta.f_room = '{}'"-->
75
+ <!-- style="height: 95%;width: 90%"></input>-->
76
+ <!-- </div>-->
77
+ <div class="form-group col-sm-4" >
78
+ <label class="font_normal_body" style="width:55%">是否预备:</label>
79
+ <v-select :value.sync="model.is_prepare" :options='$parent.$parent.is_prepares' placeholder='是否预备' close-on-select width="60%"
80
+ class="select select_list form-group" v-model='model.is_prepare' :search='true'></v-select>
34
81
  </div>
35
- <!-- <div class="form-group col-sm-2" >-->
36
- <!-- <v-select :value.sync="model.f_residential_area" :options='$parent.$parent.areaselected' placeholder='小区' close-on-select width="90%"-->
37
- <!-- :size="model.f_residential_area?model.f_residential_area.length * 2 : 4" class="select select_list form-group" v-model='model.f_residential_area' condition="ta.f_residential_area like '%{}%'" :search='true'></v-select>-->
38
- <!-- </div>-->
39
82
 
40
83
  </div>
41
84
  </div>
@@ -67,6 +110,9 @@
67
110
  </div>
68
111
  </div>
69
112
  <div class="row">
113
+ <!-- <div class="col-sm-6" v-if="$parent.$parent.$parent.enter_number_show">-->
114
+ <!-- <label style="color: #666666">入户证号: </label>{{row.f_enter_number}}-->
115
+ <!-- </div>-->
70
116
  <div class="col-sm-6">
71
117
  <label style="color: #666666">详细地址: </label>{{row.f_address}}
72
118
  </div>
@@ -88,106 +134,157 @@
88
134
  </template>
89
135
 
90
136
  <script>
91
- import {HttpResetClass, PagedList} from 'vue-client'
92
- export default {
93
- title: '查询用户',
94
- data () {
95
- return {
96
- model: new PagedList('rs/sql/tel_getUserInfoAdress', 10),
97
- show: false,
98
- row: Object,
99
- tempnumber: '',
100
- rows:[]
101
- }
102
- },
103
- props: {
104
- isText: {
105
- type: Boolean,
106
- default: false
107
- },
108
- user: {},
109
- callObj:{
110
- type: Object
137
+ import {HttpResetClass, PagedList} from 'vue-client'
138
+ export default {
139
+ title: '查询用户',
140
+ data () {
141
+ return {
142
+ model: new PagedList('rs/sql/tel_getUserInfoAdress', 10),
143
+ show: false,
144
+ is_prepares:[{label: '全部', value: ''},{label: '是', value: '是'},{label: '否', value: '否'}],
145
+ row: Object,
146
+ tempnumber: '',
147
+ rows:[],
148
+ enter_number_show:true,
149
+ residential_area_show:true,
150
+ building_show:true,
151
+ unit_show:true,
152
+ room_show:true,
153
+ floor_show:true
154
+ }
111
155
  },
112
- },
113
- methods: {
114
- search (args) {
115
- args.condition += ` and ti.f_filialeid = '${this.$login.f.orgid}'`
116
- this.model.search(args.condition, args.model)
156
+ props: {
157
+ isText: {
158
+ type: Boolean,
159
+ default: false
160
+ },
161
+ user: {},
162
+ callObj:{
163
+ type: Object
164
+ },
117
165
  },
118
- bind (row) {
119
- //tag
166
+ methods: {
167
+ clear(){
168
+ //清空查询条件
169
+ this.$refs.paged.$refs.criteria.model={}
170
+ },
171
+ // 获取该组件配置文件
172
+ getTelFindUserConfig(){
173
+ let http = new HttpResetClass()
174
+ http.load('GET', `/phone/rs/vue`, {}, {resolveMsg: null, rejectMsg: null}).then(res=>{
175
+ if(res.data.telephone){
176
+ if (res.data.telephone.TelFindUser){
177
+ let telconfig = res.data.telephone.TelFindUser.data
178
+ if(telconfig.criteria){
179
+ telconfig.criteria.forEach((item)=>{
180
+ if(item.name =='入户证号'){
181
+ this.enter_number_show = item.ifshow
182
+ }
183
+ if(item.name =='小区'){
184
+ this.residential_area_show = item.ifshow
185
+ }
186
+ if(item.name =='楼栋'){
187
+ this.building_show = item.ifshow
188
+ }
189
+ if(item.name =='单元'){
190
+ this.unit_show = item.ifshow
191
+ }
192
+ if(item.name =='房间号'){
193
+ this.room_show = item.ifshow
194
+ }
195
+ if(item.name =='楼层'){
196
+ this.floor_show = item.ifshow
197
+ }
198
+
199
+ })
200
+ }
201
+ }
202
+ }
203
+ })
204
+ },
205
+ search (args) {
206
+ if(args.model.is_prepare && args.model.is_prepare.length>0 && args.model.is_prepare[0]=='是'){
207
+ args.condition += ` and ti.f_filialeid = '${this.$login.f.orgid}' and ti.f_user_state = '预备' and tu.f_table_state = '待开通'`
208
+ }else if(args.model.is_prepare && args.model.is_prepare.length>0 && args.model.is_prepare[0]=='否'){
209
+ args.condition += ` and ti.f_filialeid = '${this.$login.f.orgid}' and ti.f_user_state != '预备' and tu.f_table_state != '待开通'`
210
+ }else {
211
+ args.condition += ` and ti.f_filialeid = '${this.$login.f.orgid}'`
212
+ }
213
+ this.model.search(args.condition, args.model)
214
+ },
215
+ bind (row) {
216
+ //tag
217
+ },
218
+ teleNoQuery (teleNo) {
219
+ this.$refs.paged.$refs.criteria.model.f_user_phone = teleNo
220
+ this.$refs.paged.$refs.criteria.search()
221
+ }
120
222
  },
121
- teleNoQuery (teleNo) {
122
- this.$refs.paged.$refs.criteria.model.f_user_phone = teleNo
223
+ ready(){
224
+ this.getTelFindUserConfig()
123
225
  this.$refs.paged.$refs.criteria.search()
124
- }
125
- },
126
- ready(){
127
- this.$refs.paged.$refs.criteria.search()
128
- //this.model.search(`ti.f_filialeid = '${this.$login.f.orgid}'`)
129
226
 
130
- },
131
- watch: {
132
- 'callObj.callNum' () {
133
- // 查找用户的 业务逻辑
134
- let http = new HttpResetClass()
135
- http.load('POST', 'rs/sql/tel_getUserInfoAdress', {data: {
136
- condition: `(f_user_phone = '${this.callObj.callNum}' or f_rent_phone = '${this.callObj.callNum}') and ti.f_user_state = '正常' `,
137
- }},{resolveMsg: null, rejectMsg: null}).then((req) => {
138
- this.model.rows = req.data
139
- this.model.state = '正确'
140
- })
141
227
  },
142
- 'user' (val) {
143
- // this.$resetpost('rs/sql/singleTable', {data: { tablename: 't_userinfo', condition: "f_user_name='" + this.user.name + "' and f_userinfo_id=" + this.user.userId }}).then((req) => {
144
- // this.row = req.data
145
- // })
146
- if (val.name === '' && val.userId === '') { // 用户未绑定
147
- // 清空查询条件
148
- Object.keys(this.$refs.paged.$refs.criteria.model).forEach((key) => {
149
- this.$refs.paged.$refs.criteria.model[key] = ''
228
+ watch: {
229
+ 'callObj.callNum' () {
230
+ // 查找用户的 业务逻辑
231
+ let http = new HttpResetClass()
232
+ http.load('POST', 'rs/sql/tel_getUserInfoAdress', {data: {
233
+ condition: `(f_user_phone = '${this.callObj.callNum}' or f_zuhu_phone = '${this.callObj.callNum}' or f_rent_phone = '${this.callObj.callNum}') and ti.f_user_state = '正常' `,
234
+ }},{resolveMsg: null, rejectMsg: null}).then((req) => {
235
+ this.model.rows = req.data
236
+ this.model.state = '正确'
150
237
  })
151
- this.model.rows = []
152
- this.model.state = '错误'
153
- this.model.error = '未找到用户或用户未绑定'
154
- this.$emit('find-error', '未找到用户或用户未绑定')
155
- return
238
+ },
239
+ 'user' (val) {
240
+ // this.$resetpost('rs/sql/singleTable', {data: { tablename: 't_userinfo', condition: "f_user_name='" + this.user.name + "' and f_userinfo_id=" + this.user.userId }}).then((req) => {
241
+ // this.row = req.data
242
+ // })
243
+ if (val.name === '' && val.userId === '') { // 用户未绑定
244
+ // 清空查询条件
245
+ Object.keys(this.$refs.paged.$refs.criteria.model).forEach((key) => {
246
+ this.$refs.paged.$refs.criteria.model[key] = ''
247
+ })
248
+ this.model.rows = []
249
+ this.model.state = '错误'
250
+ this.model.error = '未找到用户或用户未绑定'
251
+ this.$emit('find-error', '未找到用户或用户未绑定')
252
+ return
253
+ }
254
+ this.$refs.paged.$refs.criteria.model.f_user_name = this.user.name
255
+ this.$refs.paged.$refs.criteria.model.f_userinfo_id = this.user.userId
256
+ this.$refs.paged.$refs.criteria.search()
257
+ // this.model.search(`f_user_name = '${this.user.name}' and f_userinfo_id = ${this.user.userId}`, this.model)
258
+ },
259
+ 'model.state' (val) {
260
+ if (val === '正确' && this.model.rows.length === 1) {
261
+ this.$emit('find-one', this.model.rows[0])
262
+ }
156
263
  }
157
- this.$refs.paged.$refs.criteria.model.f_user_name = this.user.name
158
- this.$refs.paged.$refs.criteria.model.f_userinfo_id = this.user.userId
159
- this.$refs.paged.$refs.criteria.search()
160
- // this.model.search(`f_user_name = '${this.user.name}' and f_userinfo_id = ${this.user.userId}`, this.model)
161
264
  },
162
- 'model.state' (val) {
163
- if (val === '正确' && this.model.rows.length === 1) {
164
- this.$emit('find-one', this.model.rows[0])
265
+ events: {
266
+ //点击用户信息后变色
267
+ 'select-changed' :function (val) {
268
+ this.tempnumber = val.val.f_userinfo_code
165
269
  }
166
270
  }
167
- },
168
- events: {
169
- //点击用户信息后变色
170
- 'select-changed' :function (val) {
171
- this.tempnumber = val.val.f_userinfo_code
172
- }
173
271
  }
174
- }
175
272
  </script>
176
273
  <style scoped>
177
- label {
178
- width: 80px;
179
- }
180
- #pc-finduser-page .form-input-group {
181
- margin: 5px 0px;
182
- height: auto;
183
- }
184
- .themeOne .span{
185
- overflow-y: scroll;
186
- }
187
- .pager{
188
- margin: 5px 0px !important;
189
- background-color: #f8f8f8;
190
- }
274
+ label {
275
+ width: 80px;
276
+ }
277
+ #pc-finduser-page .form-input-group {
278
+ margin: 5px 0px;
279
+ height: auto;
280
+ }
281
+ .themeOne .span{
282
+ overflow-y: scroll;
283
+ }
284
+ .pager{
285
+ margin: 5px 0px !important;
286
+ background-color: #f8f8f8;
287
+ }
191
288
  .inbg{
192
289
  font-family: PingFang-SC-Medium;
193
290
  font-size: 14px;
@@ -3,13 +3,11 @@ import Vue from "vue";
3
3
 
4
4
  //pc和手机分别注册到两个文件中
5
5
  let specialComp = {
6
- // 工单详情子组件
7
- 'voice-server':(resolve) => { require(['./pc/VoiceServer'], resolve) },
8
- 'distribute-work': (resolve) => { require(['./pc/DistributeWork'], resolve) },
9
- 'repairs-work':(resolve) => { require(['./pc/RepairsWork'], resolve) },
6
+ // 'work-listall':(resolve) => { require(['./pc/WorkListAll'], resolve) },
10
7
  'tel-find-user':(resolve) => { require(['./pc/TelFindUser'], resolve) },
11
- 'failure-edit':(resolve) => { require(['./pc/FailureEdit'], resolve) },
12
- 'work-listall':(resolve) => { require(['./pc/WorkListAll'], resolve) },
8
+ 'gas-work':(resolve) => { require(['./pc/GasWork'], resolve) },
9
+ 'distribute-work':(resolve) => { require(['./pc/DistributeWork'], resolve) },
10
+ 'tel-meteread-info':(resolve) => { require(['./pc/MetereadInfo'], resolve) },
13
11
  }
14
12
  exports.specialComp = specialComp
15
13
 
@@ -7,7 +7,10 @@ let specialComp = {
7
7
  //
8
8
  'repair-first': (resolve) => { require(['./android/RepairFirstV'], resolve) },
9
9
  'repair-orderV': (resolve) => { require(['./android/RepairOrderV'], resolve) },
10
- // 'repair-user-info': (resolve) => { require(['./android/RepairUserInfo'], resolve) },
10
+ 'zhihuan-first': (resolve) => { require(['./android/ZHihuanFirst'], resolve) },
11
+ 'PhoneUpUserinfoTel': (resolve) => { require(['./android/PhoneUpUserinfo'], resolve) },
12
+ 'repair-info': (resolve) => { require(['./android/RepairInfo'], resolve) },
13
+ 'repair-user-info': (resolve) => { require(['./android/RepairUserInfo.vue'], resolve) },
11
14
  }
12
15
  exports.specialComp = specialComp
13
16