telephone-clients 4.0.0-1-28 → 4.0.0-1-29
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/CHANGELOG.md +37 -37
- package/README.md +38 -38
- package/package.json +1 -1
- package/release.bat +5 -5
- package/src/components/pc/TelFindUser.vue +343 -343
- package/src/components/temp/OtherChargeList.vue +87 -87
- package/src/components/workorder/ServiceOnlineQuery.vue +454 -455
- package/src/filiale/meihekou/android/CirculationRecord.vue +99 -0
- package/src/filiale/meihekou/android/RepairOrderV.vue +893 -868
- package/src/filiale/meihekou/android/WorkHistoryAndroid.vue +590 -0
|
@@ -0,0 +1,99 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div class="repair-bg" id="work-history">
|
|
3
|
+
<div class="bq-parent">
|
|
4
|
+
<blockquote class="blockquote">
|
|
5
|
+
</blockquote>
|
|
6
|
+
<div class="panel panel-default auto repair-info-content">
|
|
7
|
+
<work-history-android :row-one="service" ></work-history-android>
|
|
8
|
+
</div>
|
|
9
|
+
</div>
|
|
10
|
+
</div>
|
|
11
|
+
</template>
|
|
12
|
+
|
|
13
|
+
<script>
|
|
14
|
+
import Vue from 'vue'
|
|
15
|
+
import WorkHistory from './WorkHistoryAndroid.vue'
|
|
16
|
+
import {HttpResetClass} from "vue-client";
|
|
17
|
+
|
|
18
|
+
export default {
|
|
19
|
+
title: '流转记录',
|
|
20
|
+
props: {
|
|
21
|
+
model: {
|
|
22
|
+
type: Object
|
|
23
|
+
},
|
|
24
|
+
service: {
|
|
25
|
+
type: Object
|
|
26
|
+
},
|
|
27
|
+
show: {
|
|
28
|
+
type: Boolean,
|
|
29
|
+
default: false
|
|
30
|
+
},
|
|
31
|
+
f_single_man: {
|
|
32
|
+
type: Object
|
|
33
|
+
},
|
|
34
|
+
system: '',
|
|
35
|
+
shutype: 'heng',
|
|
36
|
+
issee: ''
|
|
37
|
+
},
|
|
38
|
+
data() {
|
|
39
|
+
return {
|
|
40
|
+
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
methods: {
|
|
44
|
+
|
|
45
|
+
},
|
|
46
|
+
components: {
|
|
47
|
+
'work-history-android': WorkHistory
|
|
48
|
+
|
|
49
|
+
},
|
|
50
|
+
ready () {
|
|
51
|
+
|
|
52
|
+
},
|
|
53
|
+
watch: {
|
|
54
|
+
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
}
|
|
58
|
+
</script>
|
|
59
|
+
|
|
60
|
+
<style scoped>
|
|
61
|
+
.css_btn_class {
|
|
62
|
+
font-size: 14px;
|
|
63
|
+
font-family: Arial;
|
|
64
|
+
font-weight: normal;
|
|
65
|
+
-moz-border-radius: 8px;
|
|
66
|
+
-webkit-border-radius: 8px;
|
|
67
|
+
border-radius: 8px;
|
|
68
|
+
border: 0px solid #84bbf3;
|
|
69
|
+
padding: 12px 5px;
|
|
70
|
+
text-decoration: none;
|
|
71
|
+
background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #4797e6), color-stop(60%, #3c91e6));
|
|
72
|
+
background: -moz-linear-gradient(center top, #4797e6 45%, #3c91e6 60%);
|
|
73
|
+
background: -ms-linear-gradient(top, #4797e6 45%, #3c91e6 60%);
|
|
74
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4797e6', endColorstr='#3c91e6');
|
|
75
|
+
background-color: #4797e6;
|
|
76
|
+
color: #ffffff;
|
|
77
|
+
display: inline-block;
|
|
78
|
+
text-shadow: 1px 3px 0px #528ecc;
|
|
79
|
+
-webkit-box-shadow: inset 0px 0px 1px -13px #bbdaf7;
|
|
80
|
+
-moz-box-shadow: inset 0px 0px 1px -13px #bbdaf7;
|
|
81
|
+
box-shadow: inset 0px 0px 1px -13px #bbdaf7;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
.css_btn_class:hover {
|
|
85
|
+
background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #3c91e6), color-stop(60%, #4797e6));
|
|
86
|
+
background: -moz-linear-gradient(center top, #3c91e6 45%, #4797e6 60%);
|
|
87
|
+
background: -ms-linear-gradient(top, #3c91e6 45%, #4797e6 60%);
|
|
88
|
+
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c91e6', endColorstr='#4797e6');
|
|
89
|
+
background-color: #3c91e6;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
.css_btn_class:active {
|
|
93
|
+
position: relative;
|
|
94
|
+
top: 1px;
|
|
95
|
+
}
|
|
96
|
+
.css_div {
|
|
97
|
+
margin-bottom: 10px;
|
|
98
|
+
}
|
|
99
|
+
</style>
|