telephone-clients 3.0.103-9 → 3.0.103-90
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 +5 -3
- package/src/assets//345/210/240/351/231/244.png +0 -0
- package/src/components/Util/RightTreeSafe.vue +2 -2
- package/src/components/Util/RightTreeSafeDep.vue +350 -0
- package/src/components/android/AddMyTask.vue +7 -0
- package/src/components/pc/NewRepairPaper.vue +2 -2
- package/src/components/pc/RepairsWork.vue +19 -0
- package/src/components/pc/RoleSelectorDep.vue +158 -0
- package/src/components/pc/TelFindUser.vue +1 -1
- package/src/components/pc/TelListener.vue +47 -16
- package/src/components/pc/WorkCenter.vue +1 -1
- package/src/components/pc/WorkCenterList.vue +1 -1
- package/src/components/pc/WorkHistory.vue +14 -2
- package/src/components/pc/WorkListAllNew.vue +1 -1
- package/src/components/pc/WorkListNew.vue +9 -3
- package/src/components/telreport/RepairsDetailsReport.vue +98 -0
- package/src/components/telreport/TableFaultReport.vue +96 -0
- package/src/components/telreport/Traffic.vue +3 -3
- package/src/components/temp/ChangemeterInfo.vue +4 -16
- package/src/components/temp/DeviceInfo.vue +2 -4
- package/src/components/temp/InfoTable.vue +5 -2
- package/src/components/temp/OldRepairList.vue +100 -0
- package/src/components/temp/RepairList.vue +2 -2
- package/src/components/weinan/RecordList.vue +2 -2
- package/src/components/weinan/SiteSend.vue +2 -2
- package/src/components/weinan/SiteSendWeixiu.vue +7 -16
- package/src/components/weinan/StandWorkWeixiu.vue +1 -1
- package/src/components/weinan/WorkList.vue +73 -0
- package/src/components/weinan/WorkListAll.vue +90 -14
- package/src/components/weinan/WorkListWeixiu.vue +1 -1
- package/src/components/workorder/CompletedRepair.vue +269 -183
- package/src/components/workorder/FaultAll.vue +9 -9
- package/src/components/workorder/PhoneUpDetail.vue +3 -0
- package/src/components/workorder/RepairDetails.vue +12 -2
- package/src/components/workorder/RepairFirstV.vue +1 -1
- package/src/filiale/kelai/android/AppTakePic.vue +143 -0
- package/src/filiale/kelai/android/PhoneVentilationLeave.vue +176 -0
- package/src/filiale/kelai/pc/WorkCenterList.vue +20 -3
- package/src/filiale/kelai/pc/WorkListAllNew.vue +47 -9
- package/src/filiale/kelai/pc/serviceDeleteOrder.vue +55 -0
- package/src/filiale/kelai/telephone.js +9 -8
- package/src/filiale/kelai/telephoneAndroid.js +3 -1
- package/src/filiale/qianneng/android/FaultAll.vue +1 -1
- package/src/filiale/qianneng/android/TemporarySingle.vue +25 -0
- package/src/filiale/qianneng/pc/MaterialDetailed.vue +10 -0
- package/src/filiale/qianneng/pc/MaterialStatistics.vue +144 -0
- package/src/filiale/qianneng/pc/NewRepairPaper.vue +4 -4
- package/src/filiale/qianneng/pc/RepairsWork.vue +12 -2
- package/src/filiale/qianneng/pc/WorkHistory.vue +2 -2
- package/src/filiale/qianneng/pc/WorkListAllNew.vue +53 -5
- package/src/filiale/qianneng/pc/changetable.vue +273 -0
- package/src/filiale/qianneng/telephone.js +2 -0
- package/src/filiale/rizhao/pc/DispatchMan.vue +3 -3
- package/src/filiale/rizhao/pc/DispatchWork.vue +3 -3
- package/src/filiale/rizhao/pc/Traffic.vue +3 -3
- package/src/filiale/rizhao/pc/WorkListAllNew.vue +8 -3
- package/src/filiale/rongcheng/CliWorkListAll.vue +442 -407
- package/src/filiale/rongcheng/FaultAll.vue +3 -3
- package/src/filiale/rongcheng/RepairOrderV.vue +1445 -0
- package/src/filiale/rongcheng/telephoneAndroid.js +3 -1
- package/src/filiale/shanxian/android/RepairFirstV.vue +5 -1
- package/src/filiale/shanxian/pc/RepairsWork.vue +826 -0
- package/src/filiale/shanxian/telephone.js +2 -1
- package/src/filiale/shexian/android/AddMyTask.vue +7 -0
- package/src/filiale/shexian/android/CompletedRepair.vue +280 -0
- package/src/filiale/shexian/android/FaultAll.vue +16 -0
- package/src/filiale/shexian/android/Outlay.vue +182 -165
- package/src/filiale/shexian/android/RepairFirstV.vue +16 -2
- package/src/filiale/shexian/android/RepairInfo.vue +1 -0
- package/src/filiale/shexian/pc/TelByOrderManCount.vue +10 -2
- package/src/filiale/shexian/pc/WorkList.vue +25 -1
- package/src/filiale/shexian/pc/WorkListAllNew.vue +21 -15
- package/src/filiale/shexian/telephoneAndroid.js +3 -0
- package/src/filiale/tongchuan/android/TicketDetails.vue +3 -0
- package/src/filiale/tongchuan/pc/WorkOrderStatistics.vue +2 -2
- package/src/filiale/wenxi/android/FailureShow.vue +61 -0
- package/src/filiale/wenxi/android/PhoneUpUserinfo.vue +1047 -0
- package/src/filiale/wenxi/android/RepairInfo.vue +158 -74
- package/src/filiale/wenxi/android/RepairOrderV.vue +1 -9
- package/src/filiale/wenxi/android/RepairUserInfo.vue +532 -0
- package/src/filiale/wenxi/android/ZHihuanFirst.vue +502 -0
- package/src/filiale/wenxi/pc/DistributeWork.vue +107 -121
- package/src/filiale/wenxi/pc/FailureEdit.vue +1 -1
- package/src/filiale/wenxi/pc/GasWork.vue +747 -0
- package/src/filiale/wenxi/pc/MetereadInfo.vue +82 -0
- package/src/filiale/wenxi/pc/RepairsWork.vue +15 -0
- package/src/filiale/wenxi/pc/TelFindUser.vue +213 -116
- package/src/filiale/wenxi/pc/WorkListAll.vue +5 -2
- package/src/filiale/wenxi/telephone.js +4 -6
- package/src/filiale/wenxi/telephoneAndroid.js +4 -1
- package/src/filiale/yuncheng/pc/TelFindUser.vue +302 -0
- package/src/filiale/yuncheng/telephone.js +12 -0
- package/src/filiale/zhongsheng/android/FaultAll.vue +741 -0
- package/src/filiale/zhongsheng/android/RepairUserInfo.vue +241 -214
- package/src/filiale/zhongsheng/telephoneAndroid.js +2 -1
- package/src/telephone.js +10 -0
- package/src/weinan.js +6 -0
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
<input type="text" class="form-control" v-model="model.f_single_man"
|
|
28
28
|
placeholder='操作员'>
|
|
29
29
|
<button class="btn btn-default" @click="search()">查询</button>
|
|
30
|
-
<export-excel class="button_search button_spacing"
|
|
30
|
+
<export-excel-tel class="button_search button_spacing"
|
|
31
31
|
:data="{startDate: this.model.startDate,endDate: this.model.endDate}"
|
|
32
32
|
:field="{'f_filiale':'分公司','f_single_man':'派单员',
|
|
33
33
|
'baoxiudan':'报修单量','dianhuotongqi':'点火通气单量',
|
|
34
34
|
'baoxiuzongliang':'总单量'}"
|
|
35
35
|
style="margin-top: 20px"
|
|
36
|
-
sqlurl="rs/logic/
|
|
37
|
-
:choose-col="true"></export-excel>
|
|
36
|
+
sqlurl="rs/logic/telephoneExport" sql-name="getDispatch" template-name='派单员工作量导出'
|
|
37
|
+
:choose-col="true"></export-excel-tel>
|
|
38
38
|
</div>
|
|
39
39
|
</div>
|
|
40
40
|
</criteria>
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
<!-- <input type="text" class="form-control" v-model="model.f_single_man"-->
|
|
28
28
|
<!-- placeholder='操作员'>-->
|
|
29
29
|
<button class="btn btn-default" @click="search()">查询</button>
|
|
30
|
-
<export-excel class="button_search button_spacing"
|
|
30
|
+
<export-excel-tel class="button_search button_spacing"
|
|
31
31
|
:data="{startDate: this.model.startDate,endDate: this.model.endDate}"
|
|
32
32
|
:field="{'gongsi':'分公司',
|
|
33
33
|
'zixun':'咨询单','baoxiu':'报修单',
|
|
34
34
|
'dianhuo':'点火通气单'}"
|
|
35
35
|
style="margin-top: 20px"
|
|
36
|
-
sqlurl="rs/logic/
|
|
37
|
-
:choose-col="true"></export-excel>
|
|
36
|
+
sqlurl="rs/logic/telephoneExport" sql-name="getDispatchWork" template-name='派单员工作量导出'
|
|
37
|
+
:choose-col="true"></export-excel-tel>
|
|
38
38
|
</div>
|
|
39
39
|
</div>
|
|
40
40
|
</criteria>
|
|
@@ -25,14 +25,14 @@
|
|
|
25
25
|
<!-- <input type="text" class="form-control" v-model="model.f_single_man"-->
|
|
26
26
|
<!-- placeholder='操作员'>-->
|
|
27
27
|
<button class="btn btn-default" @click="search()">查询</button>
|
|
28
|
-
<export-excel class="button_search button_spacing"
|
|
28
|
+
<export-excel-tel class="button_search button_spacing"
|
|
29
29
|
:data="{startDate: this.model.startDate,endDate: this.model.endDate}"
|
|
30
30
|
:field="{'cetime':'时段','hwzl':'话务总量','weijie':'未接数',
|
|
31
31
|
'yijie':'已接数','jtl':'接听率(%)',
|
|
32
32
|
'zthsc':'总通话时长(分)'}"
|
|
33
33
|
style="margin-top: 20px"
|
|
34
|
-
sqlurl="rs/logic/
|
|
35
|
-
:choose-col="true"></export-excel>
|
|
34
|
+
sqlurl="rs/logic/telephoneExport" sql-name="getTraffic" template-name='话务量报表导出'
|
|
35
|
+
:choose-col="true"></export-excel-tel>
|
|
36
36
|
</div>
|
|
37
37
|
</div>
|
|
38
38
|
</criteria>
|
|
@@ -152,7 +152,6 @@
|
|
|
152
152
|
<v-select :value.sync="model.defname" v-model='model.defname'
|
|
153
153
|
:value-single="true"
|
|
154
154
|
:options='$parent.$parent.defnames' placeholder='工单状态'
|
|
155
|
-
condition="defname = '{}'"
|
|
156
155
|
close-on-select></v-select>
|
|
157
156
|
</div>
|
|
158
157
|
<div class="col-sm-3 form-group form-input-group" style="width: 20%">
|
|
@@ -453,7 +452,7 @@ export default {
|
|
|
453
452
|
// }else {
|
|
454
453
|
// this.backservice = '是'
|
|
455
454
|
// }
|
|
456
|
-
this.selfSearch()
|
|
455
|
+
// this.selfSearch()
|
|
457
456
|
},
|
|
458
457
|
watch: {
|
|
459
458
|
'all' (val) {
|
|
@@ -540,7 +539,13 @@ export default {
|
|
|
540
539
|
},
|
|
541
540
|
|
|
542
541
|
search (args) {
|
|
543
|
-
|
|
542
|
+
if(this.$refs.paged.$refs.criteria.model.defname){
|
|
543
|
+
if(this.$refs.paged.$refs.criteria.model.defname == '完成' || this.$refs.paged.$refs.criteria.model.defname == '撤销'){
|
|
544
|
+
args.condition += ` and f_state = '${this.$refs.paged.$refs.criteria.model.defname}'`
|
|
545
|
+
}else{
|
|
546
|
+
args.condition += ` and defname = '${this.$refs.paged.$refs.criteria.model.defname}'`
|
|
547
|
+
}
|
|
548
|
+
}
|
|
544
549
|
if (this.f_filialeids) {
|
|
545
550
|
args.condition += ` and f_filiale_id in ${this.f_filialeids}`
|
|
546
551
|
} else {
|