telephone-clients 3.0.104-1 → 3.0.104-100
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 +3 -3
- package/src/App.vue +54 -54
- package/src/components/android/ImgArea.vue +80 -0
- package/src/components/guoxin/Console.vue +42 -5
- package/src/components/guoxin/call.state.api.js +3 -1
- package/src/components/pc/ComplainWork.vue +3 -0
- package/src/components/pc/NewRepairPaper.vue +370 -370
- package/src/components/pc/RecordListLeft.vue +80 -10
- package/src/components/pc/RepairsWork.vue +33 -3
- package/src/components/pc/RoleSelector.vue +7 -1
- package/src/components/pc/Seekwork.vue +3 -0
- package/src/components/pc/SiteSend.vue +38 -1
- package/src/components/pc/TelLossList.vue +20 -3
- package/src/components/pc/VisitInfo.vue +44 -7
- package/src/components/pc/WorkHistory.vue +1 -1
- package/src/components/pc/WorkList.vue +4 -3
- package/src/components/pc/WorkListAllNew.vue +16 -8
- package/src/components/pc/WorkListNew.vue +722 -712
- package/src/components/sendsingle/onlinequeryuser.vue +1 -1
- package/src/components/telcount/TelByOrderMan.vue +22 -4
- package/src/components/telreport/RepairsDetailsReport.vue +2 -2
- package/src/components/telreport/TrafficClassificationReport.vue +13 -13
- package/src/components/telreport/Trafficassess.vue +2 -2
- package/src/components/temp/HandplanInfo.vue +16 -1
- package/src/components/temp/InstructInfo.vue +1 -1
- package/src/components/temp/SecuritycheckInfo.vue +14 -0
- package/src/components/workorder/RepairDetails.vue +8 -2
- package/src/components/workorder/RepairInfo.vue +3 -3
- package/src/components/workorder/RepairPaperAndroid.vue +351 -0
- package/src/components/workorder/ServiceOnlineQuery.vue +306 -0
- package/src/components/workorder/TemporarySingle.vue +346 -302
- package/src/filiale/furuike/pc/QueryVisitHistory.vue +14 -1
- package/src/filiale/furuike/pc/WorkHistory.vue +576 -576
- package/src/filiale/hanzhong/telephone.js +1 -1
- package/src/filiale/jiaocheng/android/createQRcode.vue +204 -0
- package/src/filiale/jiaocheng/android/onlineBuyGas.vue +637 -0
- package/src/filiale/jiaocheng/telephone.js +8 -0
- package/src/filiale/jiaocheng/telephoneAndroid.js +15 -0
- package/src/filiale/lixian/onlineChangeMeter.vue +481 -0
- package/src/filiale/lixian/onlineoperation.vue +606 -0
- package/src/filiale/lixian/onlinequeryuser.vue +509 -0
- package/src/filiale/lixian/telephoneAndroid.js +23 -0
- package/src/filiale/qianneng/android/AppInstallationMaterial.vue +880 -845
- package/src/filiale/qianneng/android/TemporarySingle.vue +537 -537
- package/src/filiale/qianneng/pc/MaterialDetailed.vue +260 -260
- package/src/filiale/qianneng/pc/NewRepairPaper.vue +467 -467
- package/src/filiale/qianneng/pc/RepairsWork.vue +992 -992
- package/src/filiale/qianneng/pc/WorkListAllNew.vue +11 -3
- package/src/filiale/qianneng/pc/changetable.vue +273 -273
- package/src/filiale/qianneng/telephone.js +22 -22
- package/src/filiale/rizhao/pc/IgnitionVentilation.vue +0 -1
- package/src/filiale/rizhao/pc/RepairsWork.vue +0 -1
- package/src/filiale/rizhao/pc/WorkListAllNew.vue +11 -5
- package/src/filiale/rizhao/telephone.js +1 -1
- package/src/filiale/shanxian/android/RepairFirstV.vue +3 -0
- package/src/filiale/shanxian/pc/TelFindUser.vue +310 -0
- package/src/filiale/shanxian/pc/WorkList.vue +2 -2
- package/src/filiale/shanxian/telephone.js +1 -0
- package/src/filiale/shexian/android/AddMyTask.vue +7 -0
- package/src/filiale/shexian/android/RepairFirstV.vue +5 -0
- package/src/filiale/shexian/android/RepairInfo.vue +1 -0
- package/src/filiale/shexian/pc/TelAgentVoiceReport.vue +9 -9
- package/src/filiale/shexian/pc/TelByRepairType.vue +3 -3
- package/src/filiale/shexian/pc/WorkList.vue +4 -1
- package/src/filiale/shexian/pc/WorkListAllNew.vue +14 -1
- package/src/filiale/tongchuan/android/RepairDetails.vue +623 -0
- package/src/filiale/tongchuan/pc/AnalysisMain.vue +7 -7
- package/src/filiale/tongchuan/pc/RepairsWork.vue +8 -0
- package/src/filiale/tongchuan/pc/UserWork.vue +8 -0
- package/src/filiale/tongchuan/telephoneAndroid.js +1 -0
- package/src/filiale/wenxi/android/FaultAll.vue +710 -0
- package/src/filiale/wenxi/android/PhoneUpUserinfo.vue +73 -162
- package/src/filiale/wenxi/android/RepairOrderV.vue +1 -1
- package/src/filiale/wenxi/android/ZHihuanFirst.vue +149 -129
- package/src/filiale/wenxi/pc/DistributeWork.vue +1 -1
- package/src/filiale/wenxi/pc/RecordListLeft.vue +272 -0
- package/src/filiale/wenxi/pc/RepairsWork.vue +143 -64
- package/src/filiale/wenxi/pc/TelAgentVoiceReport.vue +290 -0
- package/src/filiale/wenxi/pc/TelLossList.vue +272 -0
- package/src/filiale/wenxi/pc/WorkListAll.vue +698 -0
- package/src/filiale/wenxi/telephone.js +5 -0
- package/src/filiale/wenxi/telephoneAndroid.js +2 -1
- package/src/filiale/wuhai/telephone.js +1 -1
- package/src/filiale/yuncheng/android/LdapHelper.js +75 -0
- package/src/filiale/yuncheng/android/Outlay.vue +201 -0
- package/src/filiale/yuncheng/android/RepairInfo.vue +163 -0
- package/src/filiale/yuncheng/android/RepairOrderV.vue +1483 -0
- package/src/filiale/yuncheng/android/RepairUserInfo.vue +390 -0
- package/src/filiale/yuncheng/android/RightTree.vue +218 -0
- package/src/filiale/yuncheng/android/TemporarySingle.vue +522 -0
- package/src/filiale/yuncheng/android/ZHihuanFirst.vue +541 -0
- package/src/filiale/yuncheng/pc/DistributeWork.vue +199 -0
- package/src/filiale/yuncheng/pc/GasWork.vue +773 -0
- package/src/filiale/yuncheng/pc/TelFindUser.vue +31 -11
- package/src/filiale/yuncheng/pc/WorkList.vue +823 -0
- package/src/filiale/yuncheng/pc/WorkListAllNew.vue +781 -0
- package/src/filiale/yuncheng/telephone.js +5 -1
- package/src/filiale/yuncheng/telephoneAndroid.js +19 -0
- package/src/filiale/zhongyi/pc/WorkListAllNew.vue +2 -1
- package/src/main.js +1 -1
- package/src/telephone-android.js +7 -0
- package/src/telephone.js +1 -1
|
@@ -92,31 +92,38 @@
|
|
|
92
92
|
<label style="color: #666666">用户姓名:</label> {{row.f_user_name}}
|
|
93
93
|
</div>
|
|
94
94
|
<div class="col-sm-4">
|
|
95
|
-
<label style="color: #666666"
|
|
95
|
+
<label style="color: #666666">用户电话:</label> {{row.f_user_phone}}
|
|
96
96
|
</div>
|
|
97
|
-
|
|
98
97
|
</div>
|
|
99
98
|
<div class="row">
|
|
100
|
-
<div class="col-sm-
|
|
101
|
-
<label style="color: #666666"
|
|
99
|
+
<div class="col-sm-8">
|
|
100
|
+
<label style="color: #666666">详细地址: </label>{{row.f_address}}
|
|
102
101
|
</div>
|
|
103
102
|
<div class="col-sm-4">
|
|
104
103
|
<label style="color: #666666">用户类别: </label>{{row.f_user_type}}
|
|
105
104
|
</div>
|
|
105
|
+
</div>
|
|
106
|
+
<div class="row">
|
|
106
107
|
<div class="col-sm-4">
|
|
107
108
|
<label style="color: #666666">账户结余: </label>{{row.f_balance}}
|
|
108
109
|
</div>
|
|
110
|
+
<div class="col-sm-4">
|
|
111
|
+
<label style="color: #666666">欠费金额: </label>{{row.f_oughtfee}}
|
|
112
|
+
</div>
|
|
113
|
+
<div class="col-sm-4">
|
|
114
|
+
<label style="color: #666666">结余欠费: </label>{{row.f_oughtfee > row.f_balance ? row.f_oughtfee - row.f_balance : 0}}
|
|
115
|
+
</div>
|
|
109
116
|
</div>
|
|
110
117
|
<div class="row">
|
|
111
|
-
<div class="col-sm-
|
|
112
|
-
<label style="color: #666666"
|
|
113
|
-
</div>
|
|
114
|
-
<div class="col-sm-6">
|
|
115
|
-
<label style="color: #666666">详细地址: </label>{{row.f_address}}
|
|
118
|
+
<div class="col-sm-4">
|
|
119
|
+
<label style="color: #666666">用户状态: </label>{{row.f_user_state}}
|
|
116
120
|
</div>
|
|
117
|
-
<div class="col-sm-
|
|
121
|
+
<div class="col-sm-4">
|
|
118
122
|
<label style="color: #666666">区域信息: </label>{{row.f_slice_area}}
|
|
119
123
|
</div>
|
|
124
|
+
<div class="col-sm-4" v-if="$parent.$parent.$parent.enter_number_show">
|
|
125
|
+
<label style="color: #666666">入户证号: </label>{{row.f_enter_number}}
|
|
126
|
+
</div>
|
|
120
127
|
</div>
|
|
121
128
|
<div class="row">
|
|
122
129
|
<div class="col-sm-6" v-if="$parent.$parent.$parent.isText">
|
|
@@ -163,8 +170,21 @@ export default {
|
|
|
163
170
|
methods: {
|
|
164
171
|
clear(){
|
|
165
172
|
//清空查询条件
|
|
166
|
-
this.$refs.paged.$refs.criteria.model={
|
|
173
|
+
this.$refs.paged.$refs.criteria.model={
|
|
174
|
+
f_room:'',
|
|
175
|
+
f_floor:'',
|
|
176
|
+
f_unit:'',
|
|
177
|
+
f_building:'',
|
|
178
|
+
f_residential_area:'',
|
|
179
|
+
f_enter_number:'',
|
|
180
|
+
f_address:'',
|
|
181
|
+
f_meternumber:'',
|
|
182
|
+
f_user_name:'',
|
|
183
|
+
f_userinfo_code:'',
|
|
184
|
+
f_user_phone:''
|
|
185
|
+
}
|
|
167
186
|
},
|
|
187
|
+
|
|
168
188
|
// 获取该组件配置文件
|
|
169
189
|
getTelFindUserConfig(){
|
|
170
190
|
let http = new HttpResetClass()
|