telephone-clients 3.0.103 → 3.0.104-11
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 -56
- 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/guoxin/Console.vue +9 -0
- package/src/components/guoxin/VisitInfo.vue +0 -11
- package/src/components/pc/NewRepairPaper.vue +370 -370
- package/src/components/pc/RepairsWork.vue +23 -2
- 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/VisitInfo.vue +44 -17
- package/src/components/pc/WorkCenter.vue +1 -1
- package/src/components/pc/WorkCenterList.vue +1 -1
- package/src/components/pc/WorkHistory.vue +20 -2
- package/src/components/pc/WorkListAll.vue +1 -1
- package/src/components/pc/WorkListAllNew.vue +10 -3
- package/src/components/pc/WorkListNew.vue +9 -3
- package/src/components/pc/olddata/OldWorkList.vue +193 -0
- 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/telreport/TrafficClassificationReport.vue +134 -0
- package/src/components/temp/ChangemeterInfo.vue +75 -87
- package/src/components/temp/DeviceInfo.vue +80 -82
- package/src/components/temp/HandplanInfo.vue +14 -3
- package/src/components/temp/InfoTable.vue +5 -2
- package/src/components/temp/MetereadInfo.vue +1 -4
- package/src/components/temp/OldRepairList.vue +100 -0
- package/src/components/temp/RepairList.vue +2 -2
- package/src/components/weinan/Console.vue +1 -1
- 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 +826 -826
- package/src/components/workorder/PhoneStandWork.vue +354 -354
- 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/components/workorder/RepairOrderV.vue +1446 -1446
- package/src/filiale/furuike/pc/ComplainWork.vue +348 -348
- package/src/filiale/furuike/pc/Seekwork.vue +352 -352
- package/src/filiale/gongyi/android/RepairOrderV.vue +1415 -1415
- package/src/filiale/hanzhong/telephone.js +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/liaoyuan/android/RepairOrderV.vue +831 -831
- package/src/filiale/qianneng/android/FaultAll.vue +883 -883
- package/src/filiale/qianneng/android/MaterIialOne.vue +123 -123
- package/src/filiale/qianneng/android/RepairOrderV.vue +874 -874
- package/src/filiale/qianneng/android/TemporarySingle.vue +25 -0
- package/src/filiale/qianneng/android/chargesList.vue +161 -161
- package/src/filiale/qianneng/pc/MaterialDetailed.vue +15 -3
- package/src/filiale/qianneng/pc/MaterialStatistics.vue +144 -0
- package/src/filiale/qianneng/pc/NewRepairPaper.vue +467 -467
- package/src/filiale/qianneng/pc/RepairsWork.vue +992 -982
- 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/rizhao/telephone.js +1 -1
- 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/pc/WorkList.vue +1 -1
- package/src/filiale/shanxian/telephone.js +13 -12
- 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 +847 -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/QueryVisitHistory.vue +237 -0
- package/src/filiale/shexian/pc/TelAgentVoiceReport.vue +271 -0
- package/src/filiale/shexian/pc/TelByOrderManCount.vue +10 -2
- package/src/filiale/shexian/pc/WorkList.vue +782 -740
- package/src/filiale/shexian/pc/WorkListAllNew.vue +75 -67
- package/src/filiale/shexian/telephone.js +21 -18
- package/src/filiale/shexian/telephoneAndroid.js +32 -26
- package/src/filiale/tongchuan/android/RepairDetails.vue +623 -0
- package/src/filiale/tongchuan/android/TicketDetails.vue +3 -0
- package/src/filiale/tongchuan/pc/UserWork.vue +805 -805
- package/src/filiale/tongchuan/pc/WorkOrderStatistics.vue +2 -2
- package/src/filiale/tongchuan/telephone.js +52 -52
- package/src/filiale/tongchuan/telephoneAndroid.js +23 -22
- package/src/filiale/wenxi/android/FailureShow.vue +61 -0
- package/src/filiale/wenxi/android/PhoneUpUserinfo.vue +1053 -0
- package/src/filiale/wenxi/android/RepairInfo.vue +158 -74
- package/src/filiale/wenxi/android/RepairOrderV.vue +805 -1419
- 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 +348 -297
- package/src/filiale/wenxi/telephone.js +4 -5
- package/src/filiale/wenxi/telephoneAndroid.js +4 -1
- package/src/filiale/wuan/android/RepairOrderV.vue +1384 -1384
- package/src/filiale/wuhai/telephone.js +1 -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/RepairOrderV.vue +1430 -1430
- package/src/filiale/zhongsheng/android/RepairUserInfo.vue +241 -214
- package/src/filiale/zhongsheng/pc/RepairsWork.vue +775 -775
- package/src/filiale/zhongsheng/telephone.js +23 -23
- package/src/filiale/zhongsheng/telephoneAndroid.js +2 -1
- package/src/main.js +1 -1
- package/src/telephone.js +17 -1
- package/src/weinan.js +6 -0
|
@@ -1,123 +1,123 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="y-form" style="border-bottom: 1px dashed grey;">
|
|
3
|
-
<div class="y-form-head">
|
|
4
|
-
<span style="text-align: center;font-weight: bolder;">材料{{ index + 1 }}信息</span>
|
|
5
|
-
<button
|
|
6
|
-
style="float: right"
|
|
7
|
-
class="button_delete button_spacing"
|
|
8
|
-
@click.prevent="deleteUserFile(index)"
|
|
9
|
-
>删除
|
|
10
|
-
</button>
|
|
11
|
-
</div>
|
|
12
|
-
<div class="y-form-item">
|
|
13
|
-
<label>材料名称</label>
|
|
14
|
-
<v-select
|
|
15
|
-
:width="'70%'"
|
|
16
|
-
:value.sync="item.f_material_name"
|
|
17
|
-
v-model="item.f_material_name"
|
|
18
|
-
:options='newmaterialnameandcode'
|
|
19
|
-
placeholder='请选择'
|
|
20
|
-
close-on-select
|
|
21
|
-
:value-single="true"
|
|
22
|
-
@change="changeMaterialName"
|
|
23
|
-
></v-select>
|
|
24
|
-
</div>
|
|
25
|
-
<div class="y-form-item">
|
|
26
|
-
<label>型号</label>
|
|
27
|
-
<input class="form-control y-form-item-input"
|
|
28
|
-
v-model="item.f_typenumber"
|
|
29
|
-
readonly
|
|
30
|
-
>
|
|
31
|
-
<!-- <input type="text" class="form-control y-form-item-input" v-model="item.f_typenumber"
|
|
32
|
-
:value.sync="item.f_typenumber" readonly>-->
|
|
33
|
-
</div>
|
|
34
|
-
<div class="y-form-item">
|
|
35
|
-
<label>单价(元/{{ item.unit }})</label>
|
|
36
|
-
<input type="number" class="form-control y-form-item-input"
|
|
37
|
-
v-model="item.f_material_price"
|
|
38
|
-
@change="material_number_chenge"
|
|
39
|
-
>
|
|
40
|
-
</div>
|
|
41
|
-
<div class="y-form-item">
|
|
42
|
-
<label>数量</label>
|
|
43
|
-
<input type="number" class="form-control y-form-item-input" v-model="item.f_material_number" @change="material_number_chenge"
|
|
44
|
-
:readOnly="item.f_process_id && item.f_state != '未收费' ? true : false">
|
|
45
|
-
</div>
|
|
46
|
-
</div>
|
|
47
|
-
|
|
48
|
-
</template>
|
|
49
|
-
<script>
|
|
50
|
-
export default {
|
|
51
|
-
props:["index",'item','materialnameandcode','typenumbers','newmaterialnameandcode'],
|
|
52
|
-
data(){
|
|
53
|
-
return {
|
|
54
|
-
materialtypenumber:[]
|
|
55
|
-
}
|
|
56
|
-
},
|
|
57
|
-
methods:{
|
|
58
|
-
changeMaterialName(val){
|
|
59
|
-
console.log(val)
|
|
60
|
-
if(val){
|
|
61
|
-
const res = this.materialnameandcode.filter((item)=>item.label === val)[0]
|
|
62
|
-
console.log(res)
|
|
63
|
-
if(res){
|
|
64
|
-
this.item.f_typenumber = res['value']['materialNumber'].name
|
|
65
|
-
this.item.unit = res['value']['materialNumber'].unit
|
|
66
|
-
this.item.f_material_price = res['value']['materialNumber'].price
|
|
67
|
-
this.item.f_typename = res['value']['typeName'].name
|
|
68
|
-
this.item.material_type = res['value']['materialNumber'].material_type?res['value']['materialNumber'].material_type:'材料费'
|
|
69
|
-
}
|
|
70
|
-
}
|
|
71
|
-
},
|
|
72
|
-
material_number_chenge(){
|
|
73
|
-
this.$emit('number_chenge')
|
|
74
|
-
},
|
|
75
|
-
deleteUserFile(i){
|
|
76
|
-
this.$emit('delete_material',i)
|
|
77
|
-
}
|
|
78
|
-
},
|
|
79
|
-
ready(){
|
|
80
|
-
console.log(this.item)
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
</script>
|
|
84
|
-
<style lang="less">
|
|
85
|
-
.y-form {
|
|
86
|
-
display: flex;
|
|
87
|
-
flex-flow: column;
|
|
88
|
-
gap: 10px;
|
|
89
|
-
padding: 10px 5px;
|
|
90
|
-
.y-form-head {
|
|
91
|
-
background-color: #e8f4ff;
|
|
92
|
-
display: flex;
|
|
93
|
-
padding: 10px 20px;
|
|
94
|
-
align-items: center;
|
|
95
|
-
justify-content: space-between;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.y-form-item {
|
|
99
|
-
display: flex;
|
|
100
|
-
gap: 10px;
|
|
101
|
-
margin-top: 3px;
|
|
102
|
-
label {
|
|
103
|
-
width: 30%;
|
|
104
|
-
margin-bottom: 0;
|
|
105
|
-
display: flex;
|
|
106
|
-
flex-direction: row-reverse;
|
|
107
|
-
align-items: center;
|
|
108
|
-
}
|
|
109
|
-
.lab_sty{
|
|
110
|
-
margin-bottom: 0;
|
|
111
|
-
display: flex;
|
|
112
|
-
flex-direction: row-reverse;
|
|
113
|
-
align-items: center;
|
|
114
|
-
}
|
|
115
|
-
|
|
116
|
-
.y-form-item-input {
|
|
117
|
-
width: 70%;
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
</style>
|
|
1
|
+
<template>
|
|
2
|
+
<div class="y-form" style="border-bottom: 1px dashed grey;">
|
|
3
|
+
<div class="y-form-head">
|
|
4
|
+
<span style="text-align: center;font-weight: bolder;">材料{{ index + 1 }}信息</span>
|
|
5
|
+
<button
|
|
6
|
+
style="float: right"
|
|
7
|
+
class="button_delete button_spacing"
|
|
8
|
+
@click.prevent="deleteUserFile(index)"
|
|
9
|
+
>删除
|
|
10
|
+
</button>
|
|
11
|
+
</div>
|
|
12
|
+
<div class="y-form-item">
|
|
13
|
+
<label>材料名称</label>
|
|
14
|
+
<v-select
|
|
15
|
+
:width="'70%'"
|
|
16
|
+
:value.sync="item.f_material_name"
|
|
17
|
+
v-model="item.f_material_name"
|
|
18
|
+
:options='newmaterialnameandcode'
|
|
19
|
+
placeholder='请选择'
|
|
20
|
+
close-on-select
|
|
21
|
+
:value-single="true"
|
|
22
|
+
@change="changeMaterialName"
|
|
23
|
+
></v-select>
|
|
24
|
+
</div>
|
|
25
|
+
<div class="y-form-item">
|
|
26
|
+
<label>型号</label>
|
|
27
|
+
<input class="form-control y-form-item-input"
|
|
28
|
+
v-model="item.f_typenumber"
|
|
29
|
+
readonly
|
|
30
|
+
>
|
|
31
|
+
<!-- <input type="text" class="form-control y-form-item-input" v-model="item.f_typenumber"
|
|
32
|
+
:value.sync="item.f_typenumber" readonly>-->
|
|
33
|
+
</div>
|
|
34
|
+
<div class="y-form-item">
|
|
35
|
+
<label>单价(元/{{ item.unit }})</label>
|
|
36
|
+
<input type="number" class="form-control y-form-item-input"
|
|
37
|
+
v-model="item.f_material_price"
|
|
38
|
+
@change="material_number_chenge"
|
|
39
|
+
>
|
|
40
|
+
</div>
|
|
41
|
+
<div class="y-form-item">
|
|
42
|
+
<label>数量</label>
|
|
43
|
+
<input type="number" class="form-control y-form-item-input" v-model="item.f_material_number" @change="material_number_chenge"
|
|
44
|
+
:readOnly="item.f_process_id && item.f_state != '未收费' ? true : false">
|
|
45
|
+
</div>
|
|
46
|
+
</div>
|
|
47
|
+
|
|
48
|
+
</template>
|
|
49
|
+
<script>
|
|
50
|
+
export default {
|
|
51
|
+
props:["index",'item','materialnameandcode','typenumbers','newmaterialnameandcode'],
|
|
52
|
+
data(){
|
|
53
|
+
return {
|
|
54
|
+
materialtypenumber:[]
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
methods:{
|
|
58
|
+
changeMaterialName(val){
|
|
59
|
+
console.log(val)
|
|
60
|
+
if(val){
|
|
61
|
+
const res = this.materialnameandcode.filter((item)=>item.label === val)[0]
|
|
62
|
+
console.log(res)
|
|
63
|
+
if(res){
|
|
64
|
+
this.item.f_typenumber = res['value']['materialNumber'].name
|
|
65
|
+
this.item.unit = res['value']['materialNumber'].unit
|
|
66
|
+
this.item.f_material_price = res['value']['materialNumber'].price
|
|
67
|
+
this.item.f_typename = res['value']['typeName'].name
|
|
68
|
+
this.item.material_type = res['value']['materialNumber'].material_type?res['value']['materialNumber'].material_type:'材料费'
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
},
|
|
72
|
+
material_number_chenge(){
|
|
73
|
+
this.$emit('number_chenge')
|
|
74
|
+
},
|
|
75
|
+
deleteUserFile(i){
|
|
76
|
+
this.$emit('delete_material',i)
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
ready(){
|
|
80
|
+
console.log(this.item)
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
</script>
|
|
84
|
+
<style lang="less">
|
|
85
|
+
.y-form {
|
|
86
|
+
display: flex;
|
|
87
|
+
flex-flow: column;
|
|
88
|
+
gap: 10px;
|
|
89
|
+
padding: 10px 5px;
|
|
90
|
+
.y-form-head {
|
|
91
|
+
background-color: #e8f4ff;
|
|
92
|
+
display: flex;
|
|
93
|
+
padding: 10px 20px;
|
|
94
|
+
align-items: center;
|
|
95
|
+
justify-content: space-between;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.y-form-item {
|
|
99
|
+
display: flex;
|
|
100
|
+
gap: 10px;
|
|
101
|
+
margin-top: 3px;
|
|
102
|
+
label {
|
|
103
|
+
width: 30%;
|
|
104
|
+
margin-bottom: 0;
|
|
105
|
+
display: flex;
|
|
106
|
+
flex-direction: row-reverse;
|
|
107
|
+
align-items: center;
|
|
108
|
+
}
|
|
109
|
+
.lab_sty{
|
|
110
|
+
margin-bottom: 0;
|
|
111
|
+
display: flex;
|
|
112
|
+
flex-direction: row-reverse;
|
|
113
|
+
align-items: center;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
.y-form-item-input {
|
|
117
|
+
width: 70%;
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
</style>
|