telephone-clients 4.0.0-1-55 → 4.0.0-1-57
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/.history/src/components/newRepair/ORM2SelfBuildCreated_20250807114751.vue +423 -0
- package/.history/src/components/workorder/RepairFirstV_20250808160330.vue +828 -0
- package/.history/src/filiale/meihekou/android/AddMyTask_20250808152413.vue +448 -0
- package/package.json +1 -1
- package/src/filiale/meihekou/android/AddMyTask.vue +480 -378
- package/src/filiale/meihekou/android/CompletedRepair.vue +350 -0
- package/src/filiale/meihekou/android/RepairFirstV.vue +851 -0
- package/src/filiale/meihekou/pc/DistributeWork.vue +181 -181
- package/src/filiale/meihekou/telephoneAndroid.js +26 -24
- package/src/main.js +24 -24
|
@@ -1,181 +1,181 @@
|
|
|
1
|
-
<template >
|
|
2
|
-
<!-- <case-container path="rs/file/vue/工单派发.vue" :data="data" :special="type"></case-container> -->
|
|
3
|
-
|
|
4
|
-
<div id="pc-diswork-page" class="flex" v-show="!saveing">
|
|
5
|
-
<work-busy :is-busy="saveing" v-show="saveing"></work-busy>
|
|
6
|
-
<!--<label class="control-label text-justify p-left-10" style="line-height: 27px; font-weight: bold;width: 80px">工单类型</label>-->
|
|
7
|
-
<!--<ul class="nav nav-tabs" style="display: inline-block;">
|
|
8
|
-
<li :class="{active: worktype === '咨询单'}" v-if="meading == '转站点'"><a class="f_size" href="javascript:void(0)" @click="handWork('咨询单')">咨询单</a></li>
|
|
9
|
-
<li :class="{active: worktype === '投诉单' }" v-if="meading == '转站点'"><a class="f_size" href="javascript:void(0)" @click="handWork('投诉单')">投诉单</a></li>
|
|
10
|
-
<li :class="{active: worktype === '报修单' }"><a class="f_size" href="javascript:void(0)" @click="handWork('报修单')">报修单</a></li>
|
|
11
|
-
<li :class="{active: worktype === '置换通气' }"><a class="f_size" href="javascript:void(0)" @click="handWork('置换通气')">置换通气</a></li>
|
|
12
|
-
<li :class="{active: worktype === '工单处理' }"><a class="f_size" href="javascript:void(0)" @click="handWork('工单处理')">工单处理</a></li>
|
|
13
|
-
<!–<li :class="{active: worktype === '安装单' }"><a href="javascript:void(0)" @click="handWork('安装单')">安装单</a></li>–>
|
|
14
|
-
</ul>-->
|
|
15
|
-
<ul class="nav nav-pills span" style="height:auto;margin:8px 0px;padding:4px 0;border-bottom: 1px solid #e7e7e7;" class="nav nav-tabs" >
|
|
16
|
-
<li v-if="meading == '转站点'"><a :style="selectFiled == '咨询单'?'color:#333333!important;':'color:#666666!important;'" :class="{'tel_voiceActive':selectFiled == '咨询单','tel_f_size':selectFiled != '咨询单'}" href="javascript:void(0)" @click="setField('咨询单')">咨询单</a></li>
|
|
17
|
-
<li v-if="meading == '转站点'"><a :style="selectFiled == '投诉单'?'color:#333333!important;':'color:#666666!important;'" :class="{'tel_voiceActive':selectFiled == '投诉单','tel_f_size':selectFiled != '投诉单'}" href="javascript:void(0)" @click="setField('投诉单')">投诉单</a></li>
|
|
18
|
-
<li ><a :style="selectFiled == '报修单'?'color:#333333!important;':'color:#666666!important;'" :class="{'tel_voiceActive':selectFiled == '报修单','tel_f_size':selectFiled != '报修单'}" href="javascript:void(0)" @click="setField('报修单')">报修单</a></li>
|
|
19
|
-
<li v-if="asp == 'true'" ><a :style="selectFiled == '置换通气'?'color:#333333!important;':'color:#666666!important;'" :class="{'tel_voiceActive':selectFiled == '置换通气','tel_f_size':selectFiled != '置换通气'}" href="javascript:void(0)" @click="setField('置换通气')">置换通气</a></li>
|
|
20
|
-
<li ><a :style="selectFiled == '工单处理'?'color:#333333!important;':'color:#666666!important;'" :class="{'tel_voiceActive':selectFiled == '工单处理','tel_f_size':selectFiled != '工单处理'}" href="javascript:void(0)" @click="setField('工单处理')">工单处理</a></li>
|
|
21
|
-
</ul>
|
|
22
|
-
<div class="tab-content span" style="overflow-y: auto">
|
|
23
|
-
<seek-work v-show="worktype === '咨询单'" v-if="meading == '转站点'" :data='user' :cleantf="cleanstart" :call-obj="callObj" :login-user="loginUser" v-on:commitsus="commit"></seek-work>
|
|
24
|
-
<complain-work v-show="worktype === '投诉单'" v-if="meading == '转站点'" :data='user' :cleantf="cleanstart" :call-obj="callObj" :login-user="loginUser" v-on:commitsus="commit"></complain-work>
|
|
25
|
-
<repairs-work v-show="worktype === '报修单'" :data='user' :cleantf="cleanstart" :type="type" :call-obj="callObj" :login-user="loginUser" :meading="'转维修员'" :telsource="meading"v-on:commitsus="commit"></repairs-work>
|
|
26
|
-
<gas-work v-show="worktype === '置换通气'" :cleantf="cleanstart" :type="type" :call-obj="callObj" :login-user="loginUser" :meading="'转维修员'" v-on:saveend="saveend" v-on:saveing="savestart" v-on:commitsus="commit"></gas-work>
|
|
27
|
-
<!--<install-work v-show="worktype === '安装单'" :cleantf="cleanstart" :type="type" :call-obj="callObj" :login-user="loginUser" :meading="meading" v-on:saveend="saveend" v-on:saveing="savestart" v-on:commitsus="commit"></install-work>-->
|
|
28
|
-
<work-center v-show="worktype === '工单处理'" :data='user' :call-obj="callObj" :meading="meading"></work-center>
|
|
29
|
-
</div>
|
|
30
|
-
<!--<button type="button" name="button" class="btn btn-primary btn-sm fr btn-img-cl" @click="handWork('工单处理')" >
|
|
31
|
-
工 单 处 理
|
|
32
|
-
<span class="badge" >{{works}}</span>
|
|
33
|
-
</button>-->
|
|
34
|
-
<!--<div>
|
|
35
|
-
<seek-work v-show="worktype === '咨询单'" :data='user' :cleantf="cleanstart" :call-obj="callObj" :login-user="loginUser" v-on:commitsus="commit"></seek-work>
|
|
36
|
-
<complain-work v-show="worktype === '投诉单'" :data='user' :cleantf="cleanstart" :call-obj="callObj" :login-user="loginUser" v-on:commitsus="commit"></complain-work>
|
|
37
|
-
<repairs-work v-show="worktype === '报修单'" :data='user' :cleantf="cleanstart" :type="type" :call-obj="callObj" :login-user="loginUser" :meading="'转维修员'" v-on:commitsus="commit"></repairs-work>
|
|
38
|
-
<gas-work v-show="worktype === '置换通气'" :cleantf="cleanstart" :type="type" :call-obj="callObj" :login-user="loginUser" :meading="'转维修员'" v-on:saveend="saveend" v-on:saveing="savestart" v-on:commitsus="commit"></gas-work>
|
|
39
|
-
<!–<install-work v-show="worktype === '安装单'" :cleantf="cleanstart" :type="type" :call-obj="callObj" :login-user="loginUser" :meading="meading" v-on:saveend="saveend" v-on:saveing="savestart" v-on:commitsus="commit"></install-work>–>
|
|
40
|
-
<work-center v-show="worktype === '工单处理'" :data='user' :call-obj="callObj" :meading="meading"></work-center>
|
|
41
|
-
</div>-->
|
|
42
|
-
</div>
|
|
43
|
-
</template>
|
|
44
|
-
|
|
45
|
-
<script>
|
|
46
|
-
export default {
|
|
47
|
-
title: '工单派发',
|
|
48
|
-
data () {
|
|
49
|
-
return {
|
|
50
|
-
worktype: '工单处理',
|
|
51
|
-
row: '',
|
|
52
|
-
cleanstart:0,
|
|
53
|
-
saveing:false,
|
|
54
|
-
selectFiled:'工单处理',
|
|
55
|
-
asp:'false'
|
|
56
|
-
}
|
|
57
|
-
},
|
|
58
|
-
props: {
|
|
59
|
-
meading:{
|
|
60
|
-
type: String,
|
|
61
|
-
default: '转站点'
|
|
62
|
-
},
|
|
63
|
-
user: {},
|
|
64
|
-
type: {},
|
|
65
|
-
works: {},
|
|
66
|
-
callObj: {
|
|
67
|
-
type: Object
|
|
68
|
-
},
|
|
69
|
-
loginUser: {
|
|
70
|
-
type: Object
|
|
71
|
-
},
|
|
72
|
-
findid:{
|
|
73
|
-
type:Number
|
|
74
|
-
}
|
|
75
|
-
},
|
|
76
|
-
ready(){
|
|
77
|
-
this.asp=this.$appdata.getSingleValue('置换通气')
|
|
78
|
-
if(this.meading == '转维修员'){
|
|
79
|
-
this.worktype = '报修单'
|
|
80
|
-
}
|
|
81
|
-
},
|
|
82
|
-
methods: {
|
|
83
|
-
setField(type){
|
|
84
|
-
this.selectFiled=type
|
|
85
|
-
this.worktype = type
|
|
86
|
-
},
|
|
87
|
-
saveend(){
|
|
88
|
-
this.saveing = false
|
|
89
|
-
},
|
|
90
|
-
savestart(){
|
|
91
|
-
this.saveing = true
|
|
92
|
-
},
|
|
93
|
-
handWork (type) {
|
|
94
|
-
this.worktype = type
|
|
95
|
-
},
|
|
96
|
-
commit(val){
|
|
97
|
-
this.cleanstart += 1
|
|
98
|
-
this.$emit('commit',val)
|
|
99
|
-
}
|
|
100
|
-
},
|
|
101
|
-
events:{
|
|
102
|
-
distribute(val){
|
|
103
|
-
//tag
|
|
104
|
-
this.$dispatch('useroperate',val)
|
|
105
|
-
|
|
106
|
-
}
|
|
107
|
-
},
|
|
108
|
-
watch: {
|
|
109
|
-
'worktype' () {
|
|
110
|
-
var ev = new Event("resize", {"bubbles":true, "cancelable":false});
|
|
111
|
-
window.dispatchEvent(ev);
|
|
112
|
-
},
|
|
113
|
-
'callObj.callNum'() {
|
|
114
|
-
this.worktype = '工单处理'
|
|
115
|
-
this.selectFiled='工单处理'
|
|
116
|
-
},
|
|
117
|
-
}
|
|
118
|
-
}
|
|
119
|
-
</script>
|
|
120
|
-
<style lang="less">
|
|
121
|
-
#pc-diswork-page .row, #pc-diswork-page .form-input-group {
|
|
122
|
-
margin: 5px 0px;
|
|
123
|
-
height: auto;
|
|
124
|
-
}
|
|
125
|
-
/* 禁止textarea横向拉伸 */
|
|
126
|
-
.ver-textarea {
|
|
127
|
-
resize: vertical;
|
|
128
|
-
}
|
|
129
|
-
.btn-img (@url) {
|
|
130
|
-
width: 100px;
|
|
131
|
-
background-image: url("@{url}");
|
|
132
|
-
background-size: 20px;
|
|
133
|
-
background-position: 5px;
|
|
134
|
-
text-align: right;
|
|
135
|
-
background-repeat: no-repeat;
|
|
136
|
-
border-radius:0px;
|
|
137
|
-
font-size:12px;
|
|
138
|
-
height: 28px;
|
|
139
|
-
}
|
|
140
|
-
#pc-diswork-page .btn-img-cl {
|
|
141
|
-
.btn-img('../../../assets/gongdantixing.png');
|
|
142
|
-
}
|
|
143
|
-
#pc-diswork-page .btn-img-re {
|
|
144
|
-
.btn-img('../../../assets/chongxinpaifa.png');
|
|
145
|
-
margin-right: 10px;
|
|
146
|
-
}
|
|
147
|
-
.tel_voiceActive{
|
|
148
|
-
font-family: PingFang-SC-Bold;
|
|
149
|
-
font-size: 16px;
|
|
150
|
-
font-weight: normal!important;
|
|
151
|
-
font-stretch: normal!important;
|
|
152
|
-
line-height: 18px;
|
|
153
|
-
letter-spacing: 0px;
|
|
154
|
-
color: #333333!important;
|
|
155
|
-
border-bottom: 3px solid #599fe5;
|
|
156
|
-
padding:10px 10px!important;
|
|
157
|
-
}
|
|
158
|
-
.tel_f_size{
|
|
159
|
-
font-family: PingFang-SC-Medium;
|
|
160
|
-
font-size: 16px;
|
|
161
|
-
font-weight: normal;
|
|
162
|
-
font-stretch: normal;
|
|
163
|
-
line-height: 18px;
|
|
164
|
-
letter-spacing: 0px;
|
|
165
|
-
color: #666666!important;
|
|
166
|
-
padding:10px 10px!important;
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
/*#pc-diswork-page {
|
|
170
|
-
position: relative;
|
|
171
|
-
margin-top: -5px;
|
|
172
|
-
}
|
|
173
|
-
#pc-diswork-page button {
|
|
174
|
-
position: absolute;
|
|
175
|
-
right: 15px;
|
|
176
|
-
bottom: 5px;
|
|
177
|
-
}
|
|
178
|
-
.form-input-group .form-control {
|
|
179
|
-
}*/
|
|
180
|
-
</style>
|
|
181
|
-
|
|
1
|
+
<template >
|
|
2
|
+
<!-- <case-container path="rs/file/vue/工单派发.vue" :data="data" :special="type"></case-container> -->
|
|
3
|
+
|
|
4
|
+
<div id="pc-diswork-page" class="flex" v-show="!saveing">
|
|
5
|
+
<work-busy :is-busy="saveing" v-show="saveing"></work-busy>
|
|
6
|
+
<!--<label class="control-label text-justify p-left-10" style="line-height: 27px; font-weight: bold;width: 80px">工单类型</label>-->
|
|
7
|
+
<!--<ul class="nav nav-tabs" style="display: inline-block;">
|
|
8
|
+
<li :class="{active: worktype === '咨询单'}" v-if="meading == '转站点'"><a class="f_size" href="javascript:void(0)" @click="handWork('咨询单')">咨询单</a></li>
|
|
9
|
+
<li :class="{active: worktype === '投诉单' }" v-if="meading == '转站点'"><a class="f_size" href="javascript:void(0)" @click="handWork('投诉单')">投诉单</a></li>
|
|
10
|
+
<li :class="{active: worktype === '报修单' }"><a class="f_size" href="javascript:void(0)" @click="handWork('报修单')">报修单</a></li>
|
|
11
|
+
<li :class="{active: worktype === '置换通气' }"><a class="f_size" href="javascript:void(0)" @click="handWork('置换通气')">置换通气</a></li>
|
|
12
|
+
<li :class="{active: worktype === '工单处理' }"><a class="f_size" href="javascript:void(0)" @click="handWork('工单处理')">工单处理</a></li>
|
|
13
|
+
<!–<li :class="{active: worktype === '安装单' }"><a href="javascript:void(0)" @click="handWork('安装单')">安装单</a></li>–>
|
|
14
|
+
</ul>-->
|
|
15
|
+
<ul class="nav nav-pills span" style="height:auto;margin:8px 0px;padding:4px 0;border-bottom: 1px solid #e7e7e7;" class="nav nav-tabs" >
|
|
16
|
+
<li v-if="meading == '转站点'"><a :style="selectFiled == '咨询单'?'color:#333333!important;':'color:#666666!important;'" :class="{'tel_voiceActive':selectFiled == '咨询单','tel_f_size':selectFiled != '咨询单'}" href="javascript:void(0)" @click="setField('咨询单')">咨询单</a></li>
|
|
17
|
+
<li v-if="meading == '转站点'"><a :style="selectFiled == '投诉单'?'color:#333333!important;':'color:#666666!important;'" :class="{'tel_voiceActive':selectFiled == '投诉单','tel_f_size':selectFiled != '投诉单'}" href="javascript:void(0)" @click="setField('投诉单')">投诉单</a></li>
|
|
18
|
+
<li ><a :style="selectFiled == '报修单'?'color:#333333!important;':'color:#666666!important;'" :class="{'tel_voiceActive':selectFiled == '报修单','tel_f_size':selectFiled != '报修单'}" href="javascript:void(0)" @click="setField('报修单')">报修单</a></li>
|
|
19
|
+
<li v-if="asp == 'true'" ><a :style="selectFiled == '置换通气'?'color:#333333!important;':'color:#666666!important;'" :class="{'tel_voiceActive':selectFiled == '置换通气','tel_f_size':selectFiled != '置换通气'}" href="javascript:void(0)" @click="setField('置换通气')">置换通气</a></li>
|
|
20
|
+
<li ><a :style="selectFiled == '工单处理'?'color:#333333!important;':'color:#666666!important;'" :class="{'tel_voiceActive':selectFiled == '工单处理','tel_f_size':selectFiled != '工单处理'}" href="javascript:void(0)" @click="setField('工单处理')">工单处理</a></li>
|
|
21
|
+
</ul>
|
|
22
|
+
<div class="tab-content span" style="overflow-y: auto">
|
|
23
|
+
<seek-work v-show="worktype === '咨询单'" v-if="meading == '转站点'" :data='user' :cleantf="cleanstart" :call-obj="callObj" :login-user="loginUser" v-on:commitsus="commit"></seek-work>
|
|
24
|
+
<complain-work v-show="worktype === '投诉单'" v-if="meading == '转站点'" :data='user' :cleantf="cleanstart" :call-obj="callObj" :login-user="loginUser" v-on:commitsus="commit"></complain-work>
|
|
25
|
+
<repairs-work v-show="worktype === '报修单'" :data='user' :cleantf="cleanstart" :type="type" :call-obj="callObj" :login-user="loginUser" :meading="'转维修员'" :telsource="meading"v-on:commitsus="commit"></repairs-work>
|
|
26
|
+
<gas-work v-show="worktype === '置换通气'" :cleantf="cleanstart" :type="type" :call-obj="callObj" :login-user="loginUser" :meading="'转维修员'" v-on:saveend="saveend" v-on:saveing="savestart" v-on:commitsus="commit"></gas-work>
|
|
27
|
+
<!--<install-work v-show="worktype === '安装单'" :cleantf="cleanstart" :type="type" :call-obj="callObj" :login-user="loginUser" :meading="meading" v-on:saveend="saveend" v-on:saveing="savestart" v-on:commitsus="commit"></install-work>-->
|
|
28
|
+
<work-center v-show="worktype === '工单处理'" :data='user' :call-obj="callObj" :meading="meading"></work-center>
|
|
29
|
+
</div>
|
|
30
|
+
<!--<button type="button" name="button" class="btn btn-primary btn-sm fr btn-img-cl" @click="handWork('工单处理')" >
|
|
31
|
+
工 单 处 理
|
|
32
|
+
<span class="badge" >{{works}}</span>
|
|
33
|
+
</button>-->
|
|
34
|
+
<!--<div>
|
|
35
|
+
<seek-work v-show="worktype === '咨询单'" :data='user' :cleantf="cleanstart" :call-obj="callObj" :login-user="loginUser" v-on:commitsus="commit"></seek-work>
|
|
36
|
+
<complain-work v-show="worktype === '投诉单'" :data='user' :cleantf="cleanstart" :call-obj="callObj" :login-user="loginUser" v-on:commitsus="commit"></complain-work>
|
|
37
|
+
<repairs-work v-show="worktype === '报修单'" :data='user' :cleantf="cleanstart" :type="type" :call-obj="callObj" :login-user="loginUser" :meading="'转维修员'" v-on:commitsus="commit"></repairs-work>
|
|
38
|
+
<gas-work v-show="worktype === '置换通气'" :cleantf="cleanstart" :type="type" :call-obj="callObj" :login-user="loginUser" :meading="'转维修员'" v-on:saveend="saveend" v-on:saveing="savestart" v-on:commitsus="commit"></gas-work>
|
|
39
|
+
<!–<install-work v-show="worktype === '安装单'" :cleantf="cleanstart" :type="type" :call-obj="callObj" :login-user="loginUser" :meading="meading" v-on:saveend="saveend" v-on:saveing="savestart" v-on:commitsus="commit"></install-work>–>
|
|
40
|
+
<work-center v-show="worktype === '工单处理'" :data='user' :call-obj="callObj" :meading="meading"></work-center>
|
|
41
|
+
</div>-->
|
|
42
|
+
</div>
|
|
43
|
+
</template>
|
|
44
|
+
|
|
45
|
+
<script>
|
|
46
|
+
export default {
|
|
47
|
+
title: '工单派发',
|
|
48
|
+
data () {
|
|
49
|
+
return {
|
|
50
|
+
worktype: '工单处理',
|
|
51
|
+
row: '',
|
|
52
|
+
cleanstart:0,
|
|
53
|
+
saveing:false,
|
|
54
|
+
selectFiled:'工单处理',
|
|
55
|
+
asp:'false'
|
|
56
|
+
}
|
|
57
|
+
},
|
|
58
|
+
props: {
|
|
59
|
+
meading:{
|
|
60
|
+
type: String,
|
|
61
|
+
default: '转站点'
|
|
62
|
+
},
|
|
63
|
+
user: {},
|
|
64
|
+
type: {},
|
|
65
|
+
works: {},
|
|
66
|
+
callObj: {
|
|
67
|
+
type: Object
|
|
68
|
+
},
|
|
69
|
+
loginUser: {
|
|
70
|
+
type: Object
|
|
71
|
+
},
|
|
72
|
+
findid:{
|
|
73
|
+
type:Number
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
ready(){
|
|
77
|
+
this.asp=this.$appdata.getSingleValue('置换通气')
|
|
78
|
+
if(this.meading == '转维修员'){
|
|
79
|
+
this.worktype = '报修单'
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
methods: {
|
|
83
|
+
setField(type){
|
|
84
|
+
this.selectFiled=type
|
|
85
|
+
this.worktype = type
|
|
86
|
+
},
|
|
87
|
+
saveend(){
|
|
88
|
+
this.saveing = false
|
|
89
|
+
},
|
|
90
|
+
savestart(){
|
|
91
|
+
this.saveing = true
|
|
92
|
+
},
|
|
93
|
+
handWork (type) {
|
|
94
|
+
this.worktype = type
|
|
95
|
+
},
|
|
96
|
+
commit(val){
|
|
97
|
+
this.cleanstart += 1
|
|
98
|
+
this.$emit('commit',val)
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
events:{
|
|
102
|
+
distribute(val){
|
|
103
|
+
//tag
|
|
104
|
+
this.$dispatch('useroperate',val)
|
|
105
|
+
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
watch: {
|
|
109
|
+
'worktype' () {
|
|
110
|
+
var ev = new Event("resize", {"bubbles":true, "cancelable":false});
|
|
111
|
+
window.dispatchEvent(ev);
|
|
112
|
+
},
|
|
113
|
+
'callObj.callNum'() {
|
|
114
|
+
this.worktype = '工单处理'
|
|
115
|
+
this.selectFiled='工单处理'
|
|
116
|
+
},
|
|
117
|
+
}
|
|
118
|
+
}
|
|
119
|
+
</script>
|
|
120
|
+
<style lang="less">
|
|
121
|
+
#pc-diswork-page .row, #pc-diswork-page .form-input-group {
|
|
122
|
+
margin: 5px 0px;
|
|
123
|
+
height: auto;
|
|
124
|
+
}
|
|
125
|
+
/* 禁止textarea横向拉伸 */
|
|
126
|
+
.ver-textarea {
|
|
127
|
+
resize: vertical;
|
|
128
|
+
}
|
|
129
|
+
.btn-img (@url) {
|
|
130
|
+
width: 100px;
|
|
131
|
+
background-image: url("@{url}");
|
|
132
|
+
background-size: 20px;
|
|
133
|
+
background-position: 5px;
|
|
134
|
+
text-align: right;
|
|
135
|
+
background-repeat: no-repeat;
|
|
136
|
+
border-radius:0px;
|
|
137
|
+
font-size:12px;
|
|
138
|
+
height: 28px;
|
|
139
|
+
}
|
|
140
|
+
#pc-diswork-page .btn-img-cl {
|
|
141
|
+
.btn-img('../../../assets/gongdantixing.png');
|
|
142
|
+
}
|
|
143
|
+
#pc-diswork-page .btn-img-re {
|
|
144
|
+
.btn-img('../../../assets/chongxinpaifa.png');
|
|
145
|
+
margin-right: 10px;
|
|
146
|
+
}
|
|
147
|
+
.tel_voiceActive{
|
|
148
|
+
font-family: PingFang-SC-Bold;
|
|
149
|
+
font-size: 16px;
|
|
150
|
+
font-weight: normal!important;
|
|
151
|
+
font-stretch: normal!important;
|
|
152
|
+
line-height: 18px;
|
|
153
|
+
letter-spacing: 0px;
|
|
154
|
+
color: #333333!important;
|
|
155
|
+
border-bottom: 3px solid #599fe5;
|
|
156
|
+
padding:10px 10px!important;
|
|
157
|
+
}
|
|
158
|
+
.tel_f_size{
|
|
159
|
+
font-family: PingFang-SC-Medium;
|
|
160
|
+
font-size: 16px;
|
|
161
|
+
font-weight: normal;
|
|
162
|
+
font-stretch: normal;
|
|
163
|
+
line-height: 18px;
|
|
164
|
+
letter-spacing: 0px;
|
|
165
|
+
color: #666666!important;
|
|
166
|
+
padding:10px 10px!important;
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
/*#pc-diswork-page {
|
|
170
|
+
position: relative;
|
|
171
|
+
margin-top: -5px;
|
|
172
|
+
}
|
|
173
|
+
#pc-diswork-page button {
|
|
174
|
+
position: absolute;
|
|
175
|
+
right: 15px;
|
|
176
|
+
bottom: 5px;
|
|
177
|
+
}
|
|
178
|
+
.form-input-group .form-control {
|
|
179
|
+
}*/
|
|
180
|
+
</style>
|
|
181
|
+
|
|
@@ -1,24 +1,26 @@
|
|
|
1
|
-
// 分公司特殊组件页面注册
|
|
2
|
-
import Vue from "vue";
|
|
3
|
-
|
|
4
|
-
//pc和手机端重写组件较多的话 建议将cp和android分到两个文件中
|
|
5
|
-
let specialComp = {
|
|
6
|
-
// 其他收费
|
|
7
|
-
'other_charge': (resolve) => { require(['./android/Othercharge'], resolve) },
|
|
8
|
-
|
|
9
|
-
'
|
|
10
|
-
//
|
|
11
|
-
'
|
|
12
|
-
|
|
13
|
-
'
|
|
14
|
-
'
|
|
15
|
-
'
|
|
16
|
-
'
|
|
17
|
-
'
|
|
18
|
-
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
1
|
+
// 分公司特殊组件页面注册
|
|
2
|
+
import Vue from "vue";
|
|
3
|
+
|
|
4
|
+
//pc和手机端重写组件较多的话 建议将cp和android分到两个文件中
|
|
5
|
+
let specialComp = {
|
|
6
|
+
// 其他收费
|
|
7
|
+
'other_charge': (resolve) => { require(['./android/Othercharge'], resolve) },
|
|
8
|
+
'completed-repair': (resolve) => { require(['./android/CompletedRepair'], resolve) },
|
|
9
|
+
'repair-first': (resolve) => { require(['./android/RepairFirstV'], resolve) },
|
|
10
|
+
// 支付二维码
|
|
11
|
+
'create_qrcode': (resolve) => { require(['./android/createQRcode'], resolve) },
|
|
12
|
+
// 在线缴费
|
|
13
|
+
'online_buy_gas': (resolve) => { require(['./android/onlineBuyGas'], resolve) },
|
|
14
|
+
'add-my-task': (resolve) => { require(['./android/AddMyTask'], resolve) },
|
|
15
|
+
'phone-stand-work': (resolve) => { require(['./android/PhoneStandWork'], resolve) },
|
|
16
|
+
'repair-orderV': (resolve) => { require(['./android/RepairOrderV'], resolve) },
|
|
17
|
+
'fault-all': (resolve) => { require(['./android/FaultAll'], resolve) },
|
|
18
|
+
'service-online-query': (resolve) => { require(['./android/ServiceOnlineQuery'], resolve) },
|
|
19
|
+
'app-work-history': (resolve) => { require(['./android/AppWorkHistory'], resolve) }
|
|
20
|
+
|
|
21
|
+
}
|
|
22
|
+
exports.specialComp = specialComp
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
package/src/main.js
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import Vue from 'vue'
|
|
2
|
-
import App from './App'
|
|
3
|
-
import all from 'vue-client/src/all'
|
|
4
|
-
import system from 'system-clients/src/system'
|
|
5
|
-
import telephone from './telephone'
|
|
6
|
-
// import safecheck from 'safecheck-client/src/safecheck'
|
|
7
|
-
import echarts from 'echarts'
|
|
8
|
-
Vue.prototype.$echarts = echarts
|
|
9
|
-
|
|
10
|
-
/** **************************通用组件******************************/
|
|
11
|
-
all()
|
|
12
|
-
system(false)
|
|
13
|
-
telephone('
|
|
14
|
-
// safecheck('bayan')
|
|
15
|
-
require('./expandcss.less')
|
|
16
|
-
require('system-clients/src/styles/less/bootstrap.less')
|
|
17
|
-
require('./telephoneanaly.less')
|
|
18
|
-
// 测试
|
|
19
|
-
|
|
20
|
-
Vue.component('test', (resolve) => { require(['./components/Test'], resolve) })
|
|
21
|
-
new Vue({
|
|
22
|
-
el: 'body',
|
|
23
|
-
components: { App }
|
|
24
|
-
})
|
|
1
|
+
import Vue from 'vue'
|
|
2
|
+
import App from './App'
|
|
3
|
+
import all from 'vue-client/src/all'
|
|
4
|
+
import system from 'system-clients/src/system'
|
|
5
|
+
import telephone from './telephone'
|
|
6
|
+
// import safecheck from 'safecheck-client/src/safecheck'
|
|
7
|
+
import echarts from 'echarts'
|
|
8
|
+
Vue.prototype.$echarts = echarts
|
|
9
|
+
|
|
10
|
+
/** **************************通用组件******************************/
|
|
11
|
+
all()
|
|
12
|
+
system(false)
|
|
13
|
+
telephone('xinkang')
|
|
14
|
+
// safecheck('bayan')
|
|
15
|
+
require('./expandcss.less')
|
|
16
|
+
require('system-clients/src/styles/less/bootstrap.less')
|
|
17
|
+
require('./telephoneanaly.less')
|
|
18
|
+
// 测试
|
|
19
|
+
|
|
20
|
+
Vue.component('test', (resolve) => { require(['./components/Test'], resolve) })
|
|
21
|
+
new Vue({
|
|
22
|
+
el: 'body',
|
|
23
|
+
components: { App }
|
|
24
|
+
})
|