system-phone 3.1.0 → 3.1.2
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/.gradle/buildOutputCleanup/cache.properties +2 -2
- package/SystemPhone.iml +8 -8
- package/build/dev-server.js +141 -141
- package/build/webpack.base.conf.js +82 -82
- package/build.gradle +27 -27
- package/gradle/wrapper/gradle-wrapper.properties +5 -5
- package/gradlew +183 -183
- package/gradlew.bat +100 -100
- package/index.html +21 -21
- package/package.json +1 -1
- package/src/App.vue +25 -25
- package/src/Util.js +415 -415
- package/src/assets//346/215/242/350/241/250/347/273/264/344/277/256.png +0 -0
- package/src/assets//351/200/232/347/224/250/350/203/214/346/231/257/345/233/276.png +0 -0
- package/src/components/AloneLoadParams.vue +26 -26
- package/src/components/AlreadyService.vue +193 -193
- package/src/components/AttendManage.vue +534 -534
- package/src/components/LoadAppdata.vue +38 -38
- package/src/components/LoginApp.vue +732 -732
- package/src/components/LoginAppNew.vue +587 -587
- package/src/components/LoginAppV4.vue +716 -732
- package/src/components/ModifyPassWord.vue +216 -216
- package/src/components/NavBottom.vue +117 -117
- package/src/components/NavBottomV.vue +141 -141
- package/src/components/NavBottomVVV.vue +185 -185
- package/src/components/OnlineManage.vue +256 -256
- package/src/components/PhoneAllInfo.vue +68 -68
- package/src/components/PhoneChangemeterInfo.vue +116 -116
- package/src/components/PhoneImageInfo.vue +102 -102
- package/src/components/PhoneInfoTable.vue +39 -39
- package/src/components/PhoneMeterInfo.vue +132 -132
- package/src/components/PhoneRepairInfo.vue +146 -146
- package/src/components/PhoneSafeInfo.vue +101 -101
- package/src/components/PhoneSellInfo.vue +148 -148
- package/src/components/PhoneSellInfoLite.vue +112 -112
- package/src/components/PhoneUser.vue +202 -202
- package/src/components/PhoneUserDetil.vue +70 -70
- package/src/components/PhoneUserFind.vue +138 -138
- package/src/components/RightTree.vue +217 -217
- package/src/components/SystemSetUp.vue +332 -332
- package/src/components/TabBarPhone.vue +81 -81
- package/src/components/Test.vue +14 -14
- package/src/components/ToolsPage.vue +199 -199
- package/src/components/UploadManage.vue +194 -194
- package/src/components/gaomi/NavBottomV.vue +223 -223
- package/src/components/gaomi/NavBottomVVVV.vue +210 -210
- package/src/components/gaomi/Scroller.vue +63 -63
- package/src/components/gaomi/SystemSetUp.vue +186 -186
- package/src/components/gaomi/ToolsPage.vue +168 -168
- package/src/components/idea/feedBack.vue +150 -150
- package/src/components/idea/feedbackAdd.vue +366 -366
- package/src/components/info/ConfigInfo.vue +122 -122
- package/src/components/info/FindUserInfo.vue +157 -157
- package/src/components/info/InfoTable.vue +37 -37
- package/src/components/iot/InstructMessage.vue +313 -313
- package/src/components/iot/IotBaseInfo.vue +97 -97
- package/src/components/iot/IotMeterInfo.vue +77 -77
- package/src/components/iot/iotMonitoringMain.vue +501 -501
- package/src/components/online/ApplyOnline.vue +581 -581
- package/src/components/online/BJZhongRan/ApplyOnline.vue +600 -600
- package/src/components/screen/ChargeContentPage.vue +656 -656
- package/src/components/screen/ContentPage.vue +611 -611
- package/src/components/screen/GongdanContentPage.vue +149 -149
- package/src/components/screen/ListCountItem.vue +93 -93
- package/src/components/screen/ModuleTitle.vue +48 -48
- package/src/components/screen/SafeOrderContentPage.vue +440 -440
- package/src/components/screen/SecurityCheckItem.vue +50 -50
- package/src/components/screen/TotalItem.vue +76 -76
- package/src/components/screen/TotalUserNumber.vue +77 -77
- package/src/components/screen/WorkOrderItem.vue +51 -51
- package/src/components/screen/WorkOrderRightDownItem.vue +103 -103
- package/src/components/screen/WorkOrderRightItem.vue +115 -115
- package/src/components/userinfo/paymentQuery.vue +189 -189
- package/src/components/userinfo/queryFile.vue +190 -190
- package/src/components/wasm.vue +18 -18
- package/src/expandcssAndroid.less +521 -521
- package/src/filiale/yulinyuchuan/AlreadyService.vue +194 -194
- package/src/filiale/yulinyuchuan/AttendManage.vue +537 -537
- package/src/filiale/yulinyuchuan/LoginApp.vue +741 -741
- package/src/filiale/yulinyuchuan/OnlineManage.vue +256 -256
- package/src/filiale/yulinyuchuan/SystemSetUp.vue +332 -332
- package/src/filiale/yulinyuchuan/UploadManage.vue +195 -195
- package/src/filiale/yulinyuchuan/systemphonegrid.js +9 -9
- package/src/filiale/yulinyuchuanTY/AlreadyService.vue +194 -0
- package/src/filiale/yulinyuchuanTY/AttendManage.vue +537 -0
- package/src/filiale/yulinyuchuanTY/LoginApp.vue +741 -0
- package/src/filiale/yulinyuchuanTY/OnlineManage.vue +256 -0
- package/src/filiale/yulinyuchuanTY/SystemSetUp.vue +332 -0
- package/src/filiale/yulinyuchuanTY/UploadManage.vue +195 -0
- package/src/filiale/yulinyuchuanTY/systemphonegrid.js +9 -0
- package/src/index.js +9 -9
- package/src/main.js +38 -38
- package/src/plugins/const.js +404 -404
- package/src/plugins/vue-py.js +37 -37
- package/src/stores/AppData.js +79 -91
- package/src/systemphone-gaomi.js +105 -105
- package/src/systemphone.js +60 -60
- package/src/systemphonegrid.js +185 -185
- package/src/util/LdapHelper.js +75 -75
- package/static/const.js +404 -404
- package/static/layui/font/iconfont.svg +554 -554
- package/static/vue-py.js +37 -37
- package/static/wasm_exec.js +465 -465
|
@@ -1,366 +1,366 @@
|
|
|
1
|
-
<template>
|
|
2
|
-
<div class="auto select-overspread ">
|
|
3
|
-
<div class="row auto">
|
|
4
|
-
<div class="row app-row">
|
|
5
|
-
<div class="col-xs-4">
|
|
6
|
-
<label class="font text-left">反馈类型:</label>
|
|
7
|
-
</div>
|
|
8
|
-
<div class="col-xs-8" >
|
|
9
|
-
<v-select class="input-font"
|
|
10
|
-
placeholder="请选择反馈"
|
|
11
|
-
:value.sync="from.fk_Type"
|
|
12
|
-
:options='option'
|
|
13
|
-
close-on-select clear-button></v-select>
|
|
14
|
-
</div>
|
|
15
|
-
</div>
|
|
16
|
-
<div class="row app-row">
|
|
17
|
-
<div class="col-xs-4">
|
|
18
|
-
<!-- <img src="../../assets/用户ID.png" style="width: 20px;margin-bottom: 5px" alt="">-->
|
|
19
|
-
<label class="font text-left">反馈内容:</label>
|
|
20
|
-
</div>
|
|
21
|
-
<div class="col-xs-8" >
|
|
22
|
-
<textarea class="form-control" placeholder="请输入反馈内容"cols="30" rows="3" style="resize: vertical;" v-model="from.fk_Content"></textarea>
|
|
23
|
-
</div>
|
|
24
|
-
</div>
|
|
25
|
-
</div>
|
|
26
|
-
<div class="row app-row text-center">
|
|
27
|
-
<button type="button" class="btn btn-lg btn-font btn-color" style="width: 45%;" @click="save()">提交</button>
|
|
28
|
-
</div>
|
|
29
|
-
</div>
|
|
30
|
-
</template>
|
|
31
|
-
|
|
32
|
-
<script>
|
|
33
|
-
import {HttpResetClass} from "vue-client";
|
|
34
|
-
import Vue from "vue"
|
|
35
|
-
|
|
36
|
-
export default {
|
|
37
|
-
title: "意见反馈",
|
|
38
|
-
props: {},
|
|
39
|
-
data() {
|
|
40
|
-
return {
|
|
41
|
-
// option: this.$appdata.getParam('意见反馈类型'),
|
|
42
|
-
option:[{label:'意见反馈类型一',value:'意见反馈类型一'},{label:'意见反馈类型二',value:'意见反馈类型二'}],
|
|
43
|
-
from: {
|
|
44
|
-
// fk_Name: Vue.user.name,
|
|
45
|
-
// fk_Id: Vue.user.id,
|
|
46
|
-
fk_Id:'1',
|
|
47
|
-
fk_Name:'奥德',
|
|
48
|
-
fk_Type: '',
|
|
49
|
-
fk_Content: '',
|
|
50
|
-
fk_Firm:'测试'
|
|
51
|
-
// fkFirm:Vue.user.orgid,
|
|
52
|
-
},
|
|
53
|
-
margintop: document.documentElement.clientHeight * 0.1,
|
|
54
|
-
show: false
|
|
55
|
-
}
|
|
56
|
-
},
|
|
57
|
-
methods: {
|
|
58
|
-
save() {
|
|
59
|
-
/*console.log(this.from.fkType=option.value)*/
|
|
60
|
-
if(this.from.fk_Type && this.from.fk_Content){
|
|
61
|
-
this.$resetpost(`/rs/logic/add_feedback`, this.from).then((res) => {
|
|
62
|
-
alert("添加成功");
|
|
63
|
-
console.log(this.from);
|
|
64
|
-
})
|
|
65
|
-
}else{
|
|
66
|
-
alert("反馈类型和内容不能为空")
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
},
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
</script>
|
|
73
|
-
<style scoped="">
|
|
74
|
-
.app-row {
|
|
75
|
-
background-color: white;
|
|
76
|
-
padding: 10px 10px 0 10px;
|
|
77
|
-
border-bottom: 1px solid rgba(235, 235, 235, 0.5);
|
|
78
|
-
}
|
|
79
|
-
.devicetext {
|
|
80
|
-
font: 13px PingFang-SC-Medium;
|
|
81
|
-
position:fixed;
|
|
82
|
-
width:100%;
|
|
83
|
-
bottom:13px;
|
|
84
|
-
transform: translate(-50%, -50%);
|
|
85
|
-
}
|
|
86
|
-
/*输入框样式*/
|
|
87
|
-
/*@import url(http://fonts.useso.com/css?family=Source+Sans+Pro:200,300);*/
|
|
88
|
-
* {
|
|
89
|
-
box-sizing: border-box;
|
|
90
|
-
margin: 0;
|
|
91
|
-
padding: 0;
|
|
92
|
-
font-weight: 300;
|
|
93
|
-
}
|
|
94
|
-
.loginbg {
|
|
95
|
-
font-family: 'Source Sans Pro', sans-serif;
|
|
96
|
-
color: white;
|
|
97
|
-
font-weight: 300;
|
|
98
|
-
}
|
|
99
|
-
.loginbg ::-webkit-input-placeholder {
|
|
100
|
-
/* WebKit browsers */
|
|
101
|
-
font-family: 'Source Sans Pro', sans-serif;
|
|
102
|
-
color: white;
|
|
103
|
-
font-weight: 300;
|
|
104
|
-
}
|
|
105
|
-
.loginbg :-moz-placeholder {
|
|
106
|
-
/* Mozilla Firefox 4 to 18 */
|
|
107
|
-
font-family: 'Source Sans Pro', sans-serif;
|
|
108
|
-
color: white;
|
|
109
|
-
opacity: 1;
|
|
110
|
-
font-weight: 300;
|
|
111
|
-
}
|
|
112
|
-
.loginbg ::-moz-placeholder {
|
|
113
|
-
/* Mozilla Firefox 19+ */
|
|
114
|
-
font-family: 'Source Sans Pro', sans-serif;
|
|
115
|
-
color: white;
|
|
116
|
-
opacity: 1;
|
|
117
|
-
font-weight: 300;
|
|
118
|
-
}
|
|
119
|
-
.loginbg :-ms-input-placeholder {
|
|
120
|
-
/* Internet Explorer 10+ */
|
|
121
|
-
font-family: 'Source Sans Pro', sans-serif;
|
|
122
|
-
color: white;
|
|
123
|
-
font-weight: 300;
|
|
124
|
-
}
|
|
125
|
-
.wrapper {
|
|
126
|
-
/*background: #2D83BA;
|
|
127
|
-
background: -webkit-linear-gradient(top left, #2D83BA 0%, #2D83BA 100%);
|
|
128
|
-
background: linear-gradient(to bottom right, #2D83BA 0%, #2D83BA 100%);
|
|
129
|
-
opacity: 0.8;*/
|
|
130
|
-
/*position: absolute;*/
|
|
131
|
-
/*top: 50%;
|
|
132
|
-
right: 10%;
|
|
133
|
-
width: 40%;
|
|
134
|
-
height: 350px;
|
|
135
|
-
margin-top: -150px;*/
|
|
136
|
-
overflow: hidden;
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
.wrapper.form-success .container h3{
|
|
140
|
-
-webkit-transform: translateY(85px);
|
|
141
|
-
-ms-transform: translateY(85px);
|
|
142
|
-
transform: translateY(85px);
|
|
143
|
-
}
|
|
144
|
-
.container {
|
|
145
|
-
/*max-width: 350px;*/
|
|
146
|
-
margin: 0 auto;
|
|
147
|
-
/*padding: 30px 100px 50px 100px;
|
|
148
|
-
height: 350px;*/
|
|
149
|
-
text-align: center;
|
|
150
|
-
/*以下增加*/
|
|
151
|
-
/*background: #2D83BA;
|
|
152
|
-
background: -webkit-linear-gradient(top left, #2D83BA 0%, #2D83BA 100%);
|
|
153
|
-
background: linear-gradient(to bottom right, #2D83BA 0%, #2D83BA 100%);*/
|
|
154
|
-
opacity: 0.8;
|
|
155
|
-
}
|
|
156
|
-
.container h3{
|
|
157
|
-
font-size: 40px;
|
|
158
|
-
-webkit-transition-duration: 1s;
|
|
159
|
-
transition-duration: 1s;
|
|
160
|
-
-webkit-transition-timing-function: ease-in-put;
|
|
161
|
-
transition-timing-function: ease-in-put;
|
|
162
|
-
font-weight: 200;
|
|
163
|
-
}
|
|
164
|
-
.form {
|
|
165
|
-
padding: 20px 0;
|
|
166
|
-
/*margin-top: 15%;*/
|
|
167
|
-
position: relative;
|
|
168
|
-
z-index: 2;
|
|
169
|
-
}
|
|
170
|
-
.form input {
|
|
171
|
-
-webkit-appearance: none;
|
|
172
|
-
-moz-appearance: none;
|
|
173
|
-
appearance: none;
|
|
174
|
-
outline: 0;
|
|
175
|
-
border: 1px solid #50ABE6;
|
|
176
|
-
background-color: #50ABE6;
|
|
177
|
-
width: 250px;
|
|
178
|
-
border-radius: 3px;
|
|
179
|
-
padding: 10px 15px;
|
|
180
|
-
margin: 0 auto 10px auto;
|
|
181
|
-
display: block;
|
|
182
|
-
text-align: center;
|
|
183
|
-
font-size: 18px;
|
|
184
|
-
color: white;
|
|
185
|
-
-webkit-transition-duration: 0.25s;
|
|
186
|
-
transition-duration: 0.25s;
|
|
187
|
-
font-weight: 300;
|
|
188
|
-
}
|
|
189
|
-
.form input:hover {
|
|
190
|
-
background-color: rgba(255, 255, 255, 0.4);
|
|
191
|
-
}
|
|
192
|
-
.form input:focus {
|
|
193
|
-
background-color: white;
|
|
194
|
-
width: 300px;
|
|
195
|
-
color: #53e3a6;
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
.form button {
|
|
200
|
-
-webkit-appearance: none;
|
|
201
|
-
-moz-appearance: none;
|
|
202
|
-
appearance: none;
|
|
203
|
-
outline: 0;
|
|
204
|
-
background-color: white;
|
|
205
|
-
border: 0;
|
|
206
|
-
padding: 10px 15px;
|
|
207
|
-
color: #253830;
|
|
208
|
-
border-radius: 3px;
|
|
209
|
-
width: 250px;
|
|
210
|
-
cursor: pointer;
|
|
211
|
-
font-size: 18px;
|
|
212
|
-
-webkit-transition-duration: 0.25s;
|
|
213
|
-
transition-duration: 0.25s;
|
|
214
|
-
}
|
|
215
|
-
.form button:hover {
|
|
216
|
-
background-color: #f5f7f9;
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
/*注册字体样式*/
|
|
220
|
-
.form span {
|
|
221
|
-
color: #fff;
|
|
222
|
-
display: table-footer-group;
|
|
223
|
-
position: absolute;
|
|
224
|
-
right: 10px;
|
|
225
|
-
margin-top: 10px;
|
|
226
|
-
cursor: pointer;
|
|
227
|
-
}
|
|
228
|
-
.logotitle {
|
|
229
|
-
color: #fff;
|
|
230
|
-
position: absolute;
|
|
231
|
-
top: 50px;
|
|
232
|
-
left: 50px;
|
|
233
|
-
font-size: 50px;
|
|
234
|
-
}
|
|
235
|
-
/*注册模态框界面样式*/
|
|
236
|
-
.modifystyle {
|
|
237
|
-
background: #FCFEEE;
|
|
238
|
-
}
|
|
239
|
-
.modifystyle div{
|
|
240
|
-
height: auto;
|
|
241
|
-
margin-bottom: 15px;
|
|
242
|
-
/*text-align: center;*/
|
|
243
|
-
/*margin-left: 20%;*/
|
|
244
|
-
}
|
|
245
|
-
/*bootstrap字体图标要手动调整,所以使用字体图标的span必须紧跟在input后面,负责会错位*/
|
|
246
|
-
.modifystyle div input + span{
|
|
247
|
-
top: 0!important;
|
|
248
|
-
right: 32%;
|
|
249
|
-
}
|
|
250
|
-
.modifystyle span{
|
|
251
|
-
color: red;
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
/* 通告区内容 */
|
|
255
|
-
.notice-board {
|
|
256
|
-
height: auto;
|
|
257
|
-
position: absolute;
|
|
258
|
-
top: 50%;
|
|
259
|
-
margin-top: -150px;
|
|
260
|
-
margin-left: 100px;
|
|
261
|
-
color: #fff;
|
|
262
|
-
}
|
|
263
|
-
/*修改密码底部按钮部分样式*/
|
|
264
|
-
.footerbtn {
|
|
265
|
-
text-align: center;
|
|
266
|
-
padding: 15px;
|
|
267
|
-
}
|
|
268
|
-
.footerbtn button {
|
|
269
|
-
width: 100px;
|
|
270
|
-
margin-left: 20px;
|
|
271
|
-
}
|
|
272
|
-
.bg-bubbles {
|
|
273
|
-
position: absolute;
|
|
274
|
-
top: 0;
|
|
275
|
-
left: 0;
|
|
276
|
-
width: 100%;
|
|
277
|
-
height: 100%;
|
|
278
|
-
z-index: 1;
|
|
279
|
-
}
|
|
280
|
-
.bg-bubbles li {
|
|
281
|
-
position: absolute;
|
|
282
|
-
list-style: none;
|
|
283
|
-
display: block;
|
|
284
|
-
width: 40px;
|
|
285
|
-
height: 40px;
|
|
286
|
-
background-color: rgba(255, 255, 255, 0.15);
|
|
287
|
-
bottom: -160px;
|
|
288
|
-
-webkit-animation: square 25s infinite;
|
|
289
|
-
animation: square 25s infinite;
|
|
290
|
-
-webkit-transition-timing-function: linear;
|
|
291
|
-
transition-timing-function: linear;
|
|
292
|
-
}
|
|
293
|
-
.bg-bubbles li:nth-child(1) {
|
|
294
|
-
left: 10%;
|
|
295
|
-
}
|
|
296
|
-
.bg-bubbles li:nth-child(2) {
|
|
297
|
-
left: 20%;
|
|
298
|
-
width: 80px;
|
|
299
|
-
height: 80px;
|
|
300
|
-
-webkit-animation-delay: 2s;
|
|
301
|
-
animation-delay: 2s;
|
|
302
|
-
-webkit-animation-duration: 17s;
|
|
303
|
-
animation-duration: 17s;
|
|
304
|
-
}
|
|
305
|
-
.bg-bubbles li:nth-child(3) {
|
|
306
|
-
left: 25%;
|
|
307
|
-
-webkit-animation-delay: 4s;
|
|
308
|
-
animation-delay: 4s;
|
|
309
|
-
}
|
|
310
|
-
.bg-bubbles li:nth-child(4) {
|
|
311
|
-
left: 40%;
|
|
312
|
-
width: 60px;
|
|
313
|
-
height: 60px;
|
|
314
|
-
-webkit-animation-duration: 22s;
|
|
315
|
-
animation-duration: 22s;
|
|
316
|
-
background-color: rgba(255, 255, 255, 0.25);
|
|
317
|
-
}
|
|
318
|
-
.bg-bubbles li:nth-child(5) {
|
|
319
|
-
left: 70%;
|
|
320
|
-
}
|
|
321
|
-
.bg-bubbles li:nth-child(6) {
|
|
322
|
-
left: 80%;
|
|
323
|
-
width: 120px;
|
|
324
|
-
height: 120px;
|
|
325
|
-
-webkit-animation-delay: 3s;
|
|
326
|
-
animation-delay: 3s;
|
|
327
|
-
background-color: rgba(255, 255, 255, 0.2);
|
|
328
|
-
}
|
|
329
|
-
.bg-bubbles li:nth-child(7) {
|
|
330
|
-
left: 32%;
|
|
331
|
-
width: 160px;
|
|
332
|
-
height: 160px;
|
|
333
|
-
-webkit-animation-delay: 7s;
|
|
334
|
-
animation-delay: 7s;
|
|
335
|
-
}
|
|
336
|
-
.bg-bubbles li:nth-child(8) {
|
|
337
|
-
left: 55%;
|
|
338
|
-
width: 20px;
|
|
339
|
-
height: 20px;
|
|
340
|
-
-webkit-animation-delay: 15s;
|
|
341
|
-
animation-delay: 15s;
|
|
342
|
-
-webkit-animation-duration: 40s;
|
|
343
|
-
animation-duration: 40s;
|
|
344
|
-
}
|
|
345
|
-
.bg-bubbles li:nth-child(9) {
|
|
346
|
-
left: 25%;
|
|
347
|
-
width: 10px;
|
|
348
|
-
height: 10px;
|
|
349
|
-
-webkit-animation-delay: 2s;
|
|
350
|
-
animation-delay: 2s;
|
|
351
|
-
-webkit-animation-duration: 40s;
|
|
352
|
-
animation-duration: 40s;
|
|
353
|
-
background-color: rgba(255, 255, 255, 0.3);
|
|
354
|
-
}
|
|
355
|
-
.bg-bubbles li:nth-child(10) {
|
|
356
|
-
left: 90%;
|
|
357
|
-
width: 160px;
|
|
358
|
-
height: 160px;
|
|
359
|
-
-webkit-animation-delay: 11s;
|
|
360
|
-
animation-delay: 11s;
|
|
361
|
-
}
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
</style>
|
|
365
|
-
|
|
366
|
-
|
|
1
|
+
<template>
|
|
2
|
+
<div class="auto select-overspread ">
|
|
3
|
+
<div class="row auto">
|
|
4
|
+
<div class="row app-row">
|
|
5
|
+
<div class="col-xs-4">
|
|
6
|
+
<label class="font text-left">反馈类型:</label>
|
|
7
|
+
</div>
|
|
8
|
+
<div class="col-xs-8" >
|
|
9
|
+
<v-select class="input-font"
|
|
10
|
+
placeholder="请选择反馈"
|
|
11
|
+
:value.sync="from.fk_Type"
|
|
12
|
+
:options='option'
|
|
13
|
+
close-on-select clear-button></v-select>
|
|
14
|
+
</div>
|
|
15
|
+
</div>
|
|
16
|
+
<div class="row app-row">
|
|
17
|
+
<div class="col-xs-4">
|
|
18
|
+
<!-- <img src="../../assets/用户ID.png" style="width: 20px;margin-bottom: 5px" alt="">-->
|
|
19
|
+
<label class="font text-left">反馈内容:</label>
|
|
20
|
+
</div>
|
|
21
|
+
<div class="col-xs-8" >
|
|
22
|
+
<textarea class="form-control" placeholder="请输入反馈内容"cols="30" rows="3" style="resize: vertical;" v-model="from.fk_Content"></textarea>
|
|
23
|
+
</div>
|
|
24
|
+
</div>
|
|
25
|
+
</div>
|
|
26
|
+
<div class="row app-row text-center">
|
|
27
|
+
<button type="button" class="btn btn-lg btn-font btn-color" style="width: 45%;" @click="save()">提交</button>
|
|
28
|
+
</div>
|
|
29
|
+
</div>
|
|
30
|
+
</template>
|
|
31
|
+
|
|
32
|
+
<script>
|
|
33
|
+
import {HttpResetClass} from "vue-client";
|
|
34
|
+
import Vue from "vue"
|
|
35
|
+
|
|
36
|
+
export default {
|
|
37
|
+
title: "意见反馈",
|
|
38
|
+
props: {},
|
|
39
|
+
data() {
|
|
40
|
+
return {
|
|
41
|
+
// option: this.$appdata.getParam('意见反馈类型'),
|
|
42
|
+
option:[{label:'意见反馈类型一',value:'意见反馈类型一'},{label:'意见反馈类型二',value:'意见反馈类型二'}],
|
|
43
|
+
from: {
|
|
44
|
+
// fk_Name: Vue.user.name,
|
|
45
|
+
// fk_Id: Vue.user.id,
|
|
46
|
+
fk_Id:'1',
|
|
47
|
+
fk_Name:'奥德',
|
|
48
|
+
fk_Type: '',
|
|
49
|
+
fk_Content: '',
|
|
50
|
+
fk_Firm:'测试'
|
|
51
|
+
// fkFirm:Vue.user.orgid,
|
|
52
|
+
},
|
|
53
|
+
margintop: document.documentElement.clientHeight * 0.1,
|
|
54
|
+
show: false
|
|
55
|
+
}
|
|
56
|
+
},
|
|
57
|
+
methods: {
|
|
58
|
+
save() {
|
|
59
|
+
/*console.log(this.from.fkType=option.value)*/
|
|
60
|
+
if(this.from.fk_Type && this.from.fk_Content){
|
|
61
|
+
this.$resetpost(`/rs/logic/add_feedback`, this.from).then((res) => {
|
|
62
|
+
alert("添加成功");
|
|
63
|
+
console.log(this.from);
|
|
64
|
+
})
|
|
65
|
+
}else{
|
|
66
|
+
alert("反馈类型和内容不能为空")
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
},
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
</script>
|
|
73
|
+
<style scoped="">
|
|
74
|
+
.app-row {
|
|
75
|
+
background-color: white;
|
|
76
|
+
padding: 10px 10px 0 10px;
|
|
77
|
+
border-bottom: 1px solid rgba(235, 235, 235, 0.5);
|
|
78
|
+
}
|
|
79
|
+
.devicetext {
|
|
80
|
+
font: 13px PingFang-SC-Medium;
|
|
81
|
+
position:fixed;
|
|
82
|
+
width:100%;
|
|
83
|
+
bottom:13px;
|
|
84
|
+
transform: translate(-50%, -50%);
|
|
85
|
+
}
|
|
86
|
+
/*输入框样式*/
|
|
87
|
+
/*@import url(http://fonts.useso.com/css?family=Source+Sans+Pro:200,300);*/
|
|
88
|
+
* {
|
|
89
|
+
box-sizing: border-box;
|
|
90
|
+
margin: 0;
|
|
91
|
+
padding: 0;
|
|
92
|
+
font-weight: 300;
|
|
93
|
+
}
|
|
94
|
+
.loginbg {
|
|
95
|
+
font-family: 'Source Sans Pro', sans-serif;
|
|
96
|
+
color: white;
|
|
97
|
+
font-weight: 300;
|
|
98
|
+
}
|
|
99
|
+
.loginbg ::-webkit-input-placeholder {
|
|
100
|
+
/* WebKit browsers */
|
|
101
|
+
font-family: 'Source Sans Pro', sans-serif;
|
|
102
|
+
color: white;
|
|
103
|
+
font-weight: 300;
|
|
104
|
+
}
|
|
105
|
+
.loginbg :-moz-placeholder {
|
|
106
|
+
/* Mozilla Firefox 4 to 18 */
|
|
107
|
+
font-family: 'Source Sans Pro', sans-serif;
|
|
108
|
+
color: white;
|
|
109
|
+
opacity: 1;
|
|
110
|
+
font-weight: 300;
|
|
111
|
+
}
|
|
112
|
+
.loginbg ::-moz-placeholder {
|
|
113
|
+
/* Mozilla Firefox 19+ */
|
|
114
|
+
font-family: 'Source Sans Pro', sans-serif;
|
|
115
|
+
color: white;
|
|
116
|
+
opacity: 1;
|
|
117
|
+
font-weight: 300;
|
|
118
|
+
}
|
|
119
|
+
.loginbg :-ms-input-placeholder {
|
|
120
|
+
/* Internet Explorer 10+ */
|
|
121
|
+
font-family: 'Source Sans Pro', sans-serif;
|
|
122
|
+
color: white;
|
|
123
|
+
font-weight: 300;
|
|
124
|
+
}
|
|
125
|
+
.wrapper {
|
|
126
|
+
/*background: #2D83BA;
|
|
127
|
+
background: -webkit-linear-gradient(top left, #2D83BA 0%, #2D83BA 100%);
|
|
128
|
+
background: linear-gradient(to bottom right, #2D83BA 0%, #2D83BA 100%);
|
|
129
|
+
opacity: 0.8;*/
|
|
130
|
+
/*position: absolute;*/
|
|
131
|
+
/*top: 50%;
|
|
132
|
+
right: 10%;
|
|
133
|
+
width: 40%;
|
|
134
|
+
height: 350px;
|
|
135
|
+
margin-top: -150px;*/
|
|
136
|
+
overflow: hidden;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.wrapper.form-success .container h3{
|
|
140
|
+
-webkit-transform: translateY(85px);
|
|
141
|
+
-ms-transform: translateY(85px);
|
|
142
|
+
transform: translateY(85px);
|
|
143
|
+
}
|
|
144
|
+
.container {
|
|
145
|
+
/*max-width: 350px;*/
|
|
146
|
+
margin: 0 auto;
|
|
147
|
+
/*padding: 30px 100px 50px 100px;
|
|
148
|
+
height: 350px;*/
|
|
149
|
+
text-align: center;
|
|
150
|
+
/*以下增加*/
|
|
151
|
+
/*background: #2D83BA;
|
|
152
|
+
background: -webkit-linear-gradient(top left, #2D83BA 0%, #2D83BA 100%);
|
|
153
|
+
background: linear-gradient(to bottom right, #2D83BA 0%, #2D83BA 100%);*/
|
|
154
|
+
opacity: 0.8;
|
|
155
|
+
}
|
|
156
|
+
.container h3{
|
|
157
|
+
font-size: 40px;
|
|
158
|
+
-webkit-transition-duration: 1s;
|
|
159
|
+
transition-duration: 1s;
|
|
160
|
+
-webkit-transition-timing-function: ease-in-put;
|
|
161
|
+
transition-timing-function: ease-in-put;
|
|
162
|
+
font-weight: 200;
|
|
163
|
+
}
|
|
164
|
+
.form {
|
|
165
|
+
padding: 20px 0;
|
|
166
|
+
/*margin-top: 15%;*/
|
|
167
|
+
position: relative;
|
|
168
|
+
z-index: 2;
|
|
169
|
+
}
|
|
170
|
+
.form input {
|
|
171
|
+
-webkit-appearance: none;
|
|
172
|
+
-moz-appearance: none;
|
|
173
|
+
appearance: none;
|
|
174
|
+
outline: 0;
|
|
175
|
+
border: 1px solid #50ABE6;
|
|
176
|
+
background-color: #50ABE6;
|
|
177
|
+
width: 250px;
|
|
178
|
+
border-radius: 3px;
|
|
179
|
+
padding: 10px 15px;
|
|
180
|
+
margin: 0 auto 10px auto;
|
|
181
|
+
display: block;
|
|
182
|
+
text-align: center;
|
|
183
|
+
font-size: 18px;
|
|
184
|
+
color: white;
|
|
185
|
+
-webkit-transition-duration: 0.25s;
|
|
186
|
+
transition-duration: 0.25s;
|
|
187
|
+
font-weight: 300;
|
|
188
|
+
}
|
|
189
|
+
.form input:hover {
|
|
190
|
+
background-color: rgba(255, 255, 255, 0.4);
|
|
191
|
+
}
|
|
192
|
+
.form input:focus {
|
|
193
|
+
background-color: white;
|
|
194
|
+
width: 300px;
|
|
195
|
+
color: #53e3a6;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
.form button {
|
|
200
|
+
-webkit-appearance: none;
|
|
201
|
+
-moz-appearance: none;
|
|
202
|
+
appearance: none;
|
|
203
|
+
outline: 0;
|
|
204
|
+
background-color: white;
|
|
205
|
+
border: 0;
|
|
206
|
+
padding: 10px 15px;
|
|
207
|
+
color: #253830;
|
|
208
|
+
border-radius: 3px;
|
|
209
|
+
width: 250px;
|
|
210
|
+
cursor: pointer;
|
|
211
|
+
font-size: 18px;
|
|
212
|
+
-webkit-transition-duration: 0.25s;
|
|
213
|
+
transition-duration: 0.25s;
|
|
214
|
+
}
|
|
215
|
+
.form button:hover {
|
|
216
|
+
background-color: #f5f7f9;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
/*注册字体样式*/
|
|
220
|
+
.form span {
|
|
221
|
+
color: #fff;
|
|
222
|
+
display: table-footer-group;
|
|
223
|
+
position: absolute;
|
|
224
|
+
right: 10px;
|
|
225
|
+
margin-top: 10px;
|
|
226
|
+
cursor: pointer;
|
|
227
|
+
}
|
|
228
|
+
.logotitle {
|
|
229
|
+
color: #fff;
|
|
230
|
+
position: absolute;
|
|
231
|
+
top: 50px;
|
|
232
|
+
left: 50px;
|
|
233
|
+
font-size: 50px;
|
|
234
|
+
}
|
|
235
|
+
/*注册模态框界面样式*/
|
|
236
|
+
.modifystyle {
|
|
237
|
+
background: #FCFEEE;
|
|
238
|
+
}
|
|
239
|
+
.modifystyle div{
|
|
240
|
+
height: auto;
|
|
241
|
+
margin-bottom: 15px;
|
|
242
|
+
/*text-align: center;*/
|
|
243
|
+
/*margin-left: 20%;*/
|
|
244
|
+
}
|
|
245
|
+
/*bootstrap字体图标要手动调整,所以使用字体图标的span必须紧跟在input后面,负责会错位*/
|
|
246
|
+
.modifystyle div input + span{
|
|
247
|
+
top: 0!important;
|
|
248
|
+
right: 32%;
|
|
249
|
+
}
|
|
250
|
+
.modifystyle span{
|
|
251
|
+
color: red;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
/* 通告区内容 */
|
|
255
|
+
.notice-board {
|
|
256
|
+
height: auto;
|
|
257
|
+
position: absolute;
|
|
258
|
+
top: 50%;
|
|
259
|
+
margin-top: -150px;
|
|
260
|
+
margin-left: 100px;
|
|
261
|
+
color: #fff;
|
|
262
|
+
}
|
|
263
|
+
/*修改密码底部按钮部分样式*/
|
|
264
|
+
.footerbtn {
|
|
265
|
+
text-align: center;
|
|
266
|
+
padding: 15px;
|
|
267
|
+
}
|
|
268
|
+
.footerbtn button {
|
|
269
|
+
width: 100px;
|
|
270
|
+
margin-left: 20px;
|
|
271
|
+
}
|
|
272
|
+
.bg-bubbles {
|
|
273
|
+
position: absolute;
|
|
274
|
+
top: 0;
|
|
275
|
+
left: 0;
|
|
276
|
+
width: 100%;
|
|
277
|
+
height: 100%;
|
|
278
|
+
z-index: 1;
|
|
279
|
+
}
|
|
280
|
+
.bg-bubbles li {
|
|
281
|
+
position: absolute;
|
|
282
|
+
list-style: none;
|
|
283
|
+
display: block;
|
|
284
|
+
width: 40px;
|
|
285
|
+
height: 40px;
|
|
286
|
+
background-color: rgba(255, 255, 255, 0.15);
|
|
287
|
+
bottom: -160px;
|
|
288
|
+
-webkit-animation: square 25s infinite;
|
|
289
|
+
animation: square 25s infinite;
|
|
290
|
+
-webkit-transition-timing-function: linear;
|
|
291
|
+
transition-timing-function: linear;
|
|
292
|
+
}
|
|
293
|
+
.bg-bubbles li:nth-child(1) {
|
|
294
|
+
left: 10%;
|
|
295
|
+
}
|
|
296
|
+
.bg-bubbles li:nth-child(2) {
|
|
297
|
+
left: 20%;
|
|
298
|
+
width: 80px;
|
|
299
|
+
height: 80px;
|
|
300
|
+
-webkit-animation-delay: 2s;
|
|
301
|
+
animation-delay: 2s;
|
|
302
|
+
-webkit-animation-duration: 17s;
|
|
303
|
+
animation-duration: 17s;
|
|
304
|
+
}
|
|
305
|
+
.bg-bubbles li:nth-child(3) {
|
|
306
|
+
left: 25%;
|
|
307
|
+
-webkit-animation-delay: 4s;
|
|
308
|
+
animation-delay: 4s;
|
|
309
|
+
}
|
|
310
|
+
.bg-bubbles li:nth-child(4) {
|
|
311
|
+
left: 40%;
|
|
312
|
+
width: 60px;
|
|
313
|
+
height: 60px;
|
|
314
|
+
-webkit-animation-duration: 22s;
|
|
315
|
+
animation-duration: 22s;
|
|
316
|
+
background-color: rgba(255, 255, 255, 0.25);
|
|
317
|
+
}
|
|
318
|
+
.bg-bubbles li:nth-child(5) {
|
|
319
|
+
left: 70%;
|
|
320
|
+
}
|
|
321
|
+
.bg-bubbles li:nth-child(6) {
|
|
322
|
+
left: 80%;
|
|
323
|
+
width: 120px;
|
|
324
|
+
height: 120px;
|
|
325
|
+
-webkit-animation-delay: 3s;
|
|
326
|
+
animation-delay: 3s;
|
|
327
|
+
background-color: rgba(255, 255, 255, 0.2);
|
|
328
|
+
}
|
|
329
|
+
.bg-bubbles li:nth-child(7) {
|
|
330
|
+
left: 32%;
|
|
331
|
+
width: 160px;
|
|
332
|
+
height: 160px;
|
|
333
|
+
-webkit-animation-delay: 7s;
|
|
334
|
+
animation-delay: 7s;
|
|
335
|
+
}
|
|
336
|
+
.bg-bubbles li:nth-child(8) {
|
|
337
|
+
left: 55%;
|
|
338
|
+
width: 20px;
|
|
339
|
+
height: 20px;
|
|
340
|
+
-webkit-animation-delay: 15s;
|
|
341
|
+
animation-delay: 15s;
|
|
342
|
+
-webkit-animation-duration: 40s;
|
|
343
|
+
animation-duration: 40s;
|
|
344
|
+
}
|
|
345
|
+
.bg-bubbles li:nth-child(9) {
|
|
346
|
+
left: 25%;
|
|
347
|
+
width: 10px;
|
|
348
|
+
height: 10px;
|
|
349
|
+
-webkit-animation-delay: 2s;
|
|
350
|
+
animation-delay: 2s;
|
|
351
|
+
-webkit-animation-duration: 40s;
|
|
352
|
+
animation-duration: 40s;
|
|
353
|
+
background-color: rgba(255, 255, 255, 0.3);
|
|
354
|
+
}
|
|
355
|
+
.bg-bubbles li:nth-child(10) {
|
|
356
|
+
left: 90%;
|
|
357
|
+
width: 160px;
|
|
358
|
+
height: 160px;
|
|
359
|
+
-webkit-animation-delay: 11s;
|
|
360
|
+
animation-delay: 11s;
|
|
361
|
+
}
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
</style>
|
|
365
|
+
|
|
366
|
+
|