apply-clients 5.0.35-21 → 5.0.35-25
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 +1 -1
- package/src/apply.js +2 -1
- package/src/components/app_apply/ServiceControl.vue +3 -1
- package/src/components/app_apply/ezhou/ServiceView.vue +4 -0
- package/src/components/product/Function/Service/FunctionServiceControl.vue +37 -1
- package/src/components/product/Function/functions/ApplyUpload.vue +556 -0
package/package.json
CHANGED
package/src/apply.js
CHANGED
|
@@ -145,7 +145,8 @@ export default function () {
|
|
|
145
145
|
Vue.component('apply-accept-bill', (resolve) => { require(['./components/product/Process/Processes/Service/ApplyAcceptBill'], resolve) })
|
|
146
146
|
// 售气发票打印
|
|
147
147
|
Vue.component('bjpaper-ticket-bill', (resolve) => { require(['./components/product/Process/Processes/Service/PaperTicketBill'], resolve) })
|
|
148
|
-
|
|
148
|
+
// APP图片显示
|
|
149
|
+
Vue.component('apply-upload', (resolve) => { require(['./components/product/Function/functions/ApplyUpload'], resolve) })
|
|
149
150
|
|
|
150
151
|
Vue.component('apply-stop', (resolve) => { require(['./components/product/stopInfo/ApplyStopInfo'], resolve) })
|
|
151
152
|
|
|
@@ -157,7 +157,9 @@ export default {
|
|
|
157
157
|
console.log('$appdata中的缓存参数与单值=>' + JSON.stringify(this.$appdata))
|
|
158
158
|
var param = this.$appdata.getParam(this.data.fields[i].label)
|
|
159
159
|
console.log(param)
|
|
160
|
-
|
|
160
|
+
if (param){
|
|
161
|
+
this.data.fields[i].options = param
|
|
162
|
+
}
|
|
161
163
|
|
|
162
164
|
}
|
|
163
165
|
}
|
|
@@ -20,6 +20,8 @@
|
|
|
20
20
|
<stop-install :stopapply="selectdata" v-if="showstop"></stop-install>
|
|
21
21
|
<!-- 领料记录 -->
|
|
22
22
|
<material_recording :infee="selectdata" v-if="show_material"></material_recording>
|
|
23
|
+
<!-- APP附件 -->
|
|
24
|
+
<apply-upload :appupload="selectdata" v-if="show_upload"></apply-upload>
|
|
23
25
|
</div>
|
|
24
26
|
</template>
|
|
25
27
|
<script>
|
|
@@ -42,7 +44,8 @@
|
|
|
42
44
|
showstop: false, // 终止报建
|
|
43
45
|
showbill: false, // 打印票据
|
|
44
46
|
showpreparation: false, // 预付款
|
|
45
|
-
show_material:false
|
|
47
|
+
show_material:false,//报建材料
|
|
48
|
+
show_upload: false //APP附件
|
|
46
49
|
}
|
|
47
50
|
},
|
|
48
51
|
methods: {
|
|
@@ -65,6 +68,7 @@
|
|
|
65
68
|
this.showcontract = false
|
|
66
69
|
this.showbill = false
|
|
67
70
|
this.showpreparation = false
|
|
71
|
+
this.show_upload = false
|
|
68
72
|
},
|
|
69
73
|
// 派工单
|
|
70
74
|
receiveBatch(){
|
|
@@ -85,6 +89,7 @@
|
|
|
85
89
|
this.showcontract = false
|
|
86
90
|
this.showbill = false
|
|
87
91
|
this.showpreparation = false
|
|
92
|
+
this.show_upload = false
|
|
88
93
|
},
|
|
89
94
|
// 领料记录
|
|
90
95
|
materialRecord(){
|
|
@@ -105,6 +110,7 @@
|
|
|
105
110
|
this.showcontract = false
|
|
106
111
|
this.showbill = false
|
|
107
112
|
this.showpreparation = false
|
|
113
|
+
this.show_upload = false
|
|
108
114
|
},
|
|
109
115
|
// 预付款
|
|
110
116
|
preparation(){
|
|
@@ -125,6 +131,7 @@
|
|
|
125
131
|
this.showcontract = false
|
|
126
132
|
this.showbill = false
|
|
127
133
|
this.showpreparation = true
|
|
134
|
+
this.show_upload = false
|
|
128
135
|
},
|
|
129
136
|
// 票据打印
|
|
130
137
|
bill(){
|
|
@@ -145,6 +152,7 @@
|
|
|
145
152
|
this.showpreparation = false
|
|
146
153
|
this.showbill = true
|
|
147
154
|
this.show_material = false
|
|
155
|
+
this.show_upload = false
|
|
148
156
|
},
|
|
149
157
|
// 补充合同
|
|
150
158
|
contract() {
|
|
@@ -165,6 +173,7 @@
|
|
|
165
173
|
this.showpreparation = false
|
|
166
174
|
this.showcontract = true
|
|
167
175
|
this.show_material = false
|
|
176
|
+
this.show_upload = false
|
|
168
177
|
},
|
|
169
178
|
// 收费
|
|
170
179
|
instalfee(str) {
|
|
@@ -185,6 +194,7 @@
|
|
|
185
194
|
this.showprestorefee = false
|
|
186
195
|
this.showinfee = false
|
|
187
196
|
this.show_material = false
|
|
197
|
+
this.show_upload = false
|
|
188
198
|
// 采用开发商预付款方式收费
|
|
189
199
|
if(str==='预付扣款'){
|
|
190
200
|
this.showprestorefee = true
|
|
@@ -211,6 +221,28 @@
|
|
|
211
221
|
this.showpreparation = false
|
|
212
222
|
this.showstop = true
|
|
213
223
|
this.show_material = false
|
|
224
|
+
this.show_upload = false
|
|
225
|
+
},
|
|
226
|
+
// APP附件
|
|
227
|
+
appUpload() {
|
|
228
|
+
this.$parent.$refs.installselect.clifun(this.selectdata)
|
|
229
|
+
// this.selectdata = row
|
|
230
|
+
this.$parent.clishow= true
|
|
231
|
+
this.$parent.show = false
|
|
232
|
+
|
|
233
|
+
this.showreceivebatch = false
|
|
234
|
+
this.showbuyer = false
|
|
235
|
+
this.showview = false
|
|
236
|
+
this.showbill = false
|
|
237
|
+
this.showinfee = false
|
|
238
|
+
this.showprestorefee = false
|
|
239
|
+
this.showupfee = false
|
|
240
|
+
this.showreducefee = false
|
|
241
|
+
this.showcontract = false
|
|
242
|
+
this.showpreparation = false
|
|
243
|
+
this.showstop = false
|
|
244
|
+
this.show_material = false
|
|
245
|
+
this.show_upload = true
|
|
214
246
|
},
|
|
215
247
|
|
|
216
248
|
|
|
@@ -250,6 +282,7 @@
|
|
|
250
282
|
this.showreceivebatch = false
|
|
251
283
|
this.showbuyer = false
|
|
252
284
|
this.show_material = false
|
|
285
|
+
this.show_upload = false
|
|
253
286
|
}else{
|
|
254
287
|
if(this.funcdata.title==='终止报建'){
|
|
255
288
|
this.stopInstall()
|
|
@@ -278,6 +311,9 @@
|
|
|
278
311
|
if(this.funcdata.title==='派工单'){
|
|
279
312
|
this.receiveBatch()
|
|
280
313
|
}
|
|
314
|
+
if(this.funcdata.title==='APP附件'){
|
|
315
|
+
this.appUpload()
|
|
316
|
+
}
|
|
281
317
|
}
|
|
282
318
|
}
|
|
283
319
|
},
|
|
@@ -0,0 +1,556 @@
|
|
|
1
|
+
<template>
|
|
2
|
+
<div style="background-color: #FFFFFF;">
|
|
3
|
+
<div class=" col-sm-12"
|
|
4
|
+
style="background-color: #FFFFFF;height: auto;border-radius: 8px">
|
|
5
|
+
<div style="position: relative;margin-left: 5%; margin-top: 5%">
|
|
6
|
+
<button type="button" name="button" class="button_search btn-gn" @click="load(this)">
|
|
7
|
+
刷新
|
|
8
|
+
</button>
|
|
9
|
+
<!-- <div class="inpGroup" v-if="isremark" style="position:absolute;left: 0px;">-->
|
|
10
|
+
<!-- <input v-model="headers.fremarks" style="width:70%" class="input_search" placeholder="文件说明"/>-->
|
|
11
|
+
<!-- </div>-->
|
|
12
|
+
<!-- <div style="position:absolute;right:10%;">-->
|
|
13
|
+
<!--<!– <button class="button_search btn-gn" @click="upload()" v-show="!takeimg" >拍照</button>–>-->
|
|
14
|
+
<!--<!– <button class="button_search btn-gn" @click="fileUpload()" v-show="!isupload" >本地上传</button>–>-->
|
|
15
|
+
<!-- </div>-->
|
|
16
|
+
<!-- <high-meter :show.sync="showhighmeter" @photo-finish="newPhoto" v-if="showhighmeter"></high-meter>-->
|
|
17
|
+
<!-- <div v-if="isusetype">-->
|
|
18
|
+
<!-- <v-select class="inp_button2" type="button" placeholder="使用类型" :options="foptions"-->
|
|
19
|
+
<!-- :value.sync="useType" v-model="useType"></v-select>-->
|
|
20
|
+
<!-- </div>-->
|
|
21
|
+
</div>
|
|
22
|
+
<hr style="width: 90%;margin: 0px auto;border: #999999 1px solid;margin-top: 20px"/>
|
|
23
|
+
<div class="showList col-sm-12" style="padding: 10px;margin-top: 20px">
|
|
24
|
+
<div :class="cols ? cols : 'col-sm-6'" style="padding:10px 10px 0px 10px;height: auto;box-sizing: border-box"
|
|
25
|
+
v-for="row in fileInfoData">
|
|
26
|
+
<div class="showData">
|
|
27
|
+
<div class="left">
|
|
28
|
+
<a href="#" class="thumbnail" style="width:100%;height:100%" >
|
|
29
|
+
<img-self :src="`rs/image/file/${row.f_overall_path}`" alt="现场照片" :width="220" :height="200"></img-self>
|
|
30
|
+
<!-- <img-self :src="'rs/image/file/b6dfe712eba1cf71a2a2a63658e646fc-f_overall_path.jpg'" alt="现场照片" :width="220" :height="200"></img-self>-->
|
|
31
|
+
</a>
|
|
32
|
+
</div>
|
|
33
|
+
<div class="right">
|
|
34
|
+
<!-- <p :title="row.f_uploaddate" class="top clears"><strong>上传时间</strong>: <span>{{row.f_uploaddate}}</span></p>-->
|
|
35
|
+
<!-- <p :title="row.f_username" class="top clears"><strong>操作员</strong>: <span>{{row.f_username}}</span></p>-->
|
|
36
|
+
<!-- <p :title="row.f_overall_path" class="top clears"><strong>文件名</strong>: {{row.f_overall_path}}</p>-->
|
|
37
|
+
<!-- <p :title="row.f_overall_name" class="top clears"><strong>流程节点</strong>: {{row.f_overall_name}}</p>-->
|
|
38
|
+
<p>
|
|
39
|
+
<!-- <a v-show="isDelete == '1'" @click="delet($index,row)" href="#" class="btn btn-default" role="button">删除</a>-->
|
|
40
|
+
</p>
|
|
41
|
+
</div>
|
|
42
|
+
</div>
|
|
43
|
+
</div>
|
|
44
|
+
</div>
|
|
45
|
+
</div>
|
|
46
|
+
<modal :show.sync="showUpload" v-ref:modal backdrop="false" :width="500" >
|
|
47
|
+
<header slot="modal-header" class="modal-header">
|
|
48
|
+
<button type="button" class="close" @click="close"><span class="glyphicon glyphicon-remove"></span></button>
|
|
49
|
+
<h4 class="modal-title" style="text-align: center">文件上传</h4>
|
|
50
|
+
</header>
|
|
51
|
+
<article slot="modal-body" class="modal-body">
|
|
52
|
+
<div class="form-group">
|
|
53
|
+
<file-upload class="my-file-uploader" :name="'myFile' + blodid"
|
|
54
|
+
action="rs/file/uploadFile" tagname="文件上传" :headers="headers" multiple v-ref:file></file-upload>
|
|
55
|
+
</div>
|
|
56
|
+
</article>
|
|
57
|
+
<footer slot="modal-footer" class="modal-footer">
|
|
58
|
+
</footer>
|
|
59
|
+
</modal>
|
|
60
|
+
</div>
|
|
61
|
+
</template>
|
|
62
|
+
<script>
|
|
63
|
+
//import { HttpResetClass } from 'vue-client'
|
|
64
|
+
import {HttpResetClass} from 'vue-client'
|
|
65
|
+
|
|
66
|
+
export default {
|
|
67
|
+
title: "APP附件",
|
|
68
|
+
props: ['blodid','businessid','isremark', 'isusetype','takeimg','defname','isupload','fusetype','cols','appupload'],
|
|
69
|
+
data() {
|
|
70
|
+
return {
|
|
71
|
+
isDelete: '1', // 删除按钮,可以进行控制(权限等)
|
|
72
|
+
fileInfoData: [], // 数据库存储的文件记录对象数组
|
|
73
|
+
headers: {'username': this.$login.f.name, 'blodid': '','businessid':'', 'fremarks': '','defname':'','fusetype':this.fusetype?this.fusetype:''}, // 调用rs/file/uploadFile 的参数
|
|
74
|
+
showUpload: false, // 上传模态框控制
|
|
75
|
+
showhighmeter: false, // 高拍仪组件控制
|
|
76
|
+
useType: '', // 使用类型
|
|
77
|
+
fileRemark: '' // 文件说明
|
|
78
|
+
}
|
|
79
|
+
},
|
|
80
|
+
methods: {
|
|
81
|
+
// 查询按钮事件
|
|
82
|
+
delet(index, row) {
|
|
83
|
+
this.$resetdelete('rs/entity/t_files', {id: row.id}, {resolveMsg: '删除成功', rejectMsg: '删除失败'}).then((res) => {
|
|
84
|
+
this.$dispatch("delResid",row.id)
|
|
85
|
+
this.fileInfoData.splice(index, 1)
|
|
86
|
+
})
|
|
87
|
+
},
|
|
88
|
+
downloadfile(filepath){
|
|
89
|
+
|
|
90
|
+
var link = document.createElement('a');
|
|
91
|
+
// let pathName = "http://" + location.host + filepath;
|
|
92
|
+
link.href = filepath;
|
|
93
|
+
link.target='_blank'
|
|
94
|
+
link.dispatchEvent(new MouseEvent('click'));
|
|
95
|
+
},
|
|
96
|
+
GetRequest() {
|
|
97
|
+
var url = location.search;
|
|
98
|
+
var theRequest = new Object();
|
|
99
|
+
if (url.indexOf("?") != -1) {
|
|
100
|
+
var str = url.substr(1);
|
|
101
|
+
let strs = str.split("&");
|
|
102
|
+
for (var i = 0; i < strs.length; i++) {
|
|
103
|
+
theRequest[strs[i].split("=")[0]] = decodeURIComponent(strs[i].split("=")[1]);
|
|
104
|
+
}
|
|
105
|
+
}
|
|
106
|
+
return theRequest;
|
|
107
|
+
},
|
|
108
|
+
upload() {
|
|
109
|
+
|
|
110
|
+
if(this.showhighmeter){
|
|
111
|
+
console.log(this,'测试')
|
|
112
|
+
this.$refs.ltgao.closeVideo()
|
|
113
|
+
}
|
|
114
|
+
console.log('测试1')
|
|
115
|
+
this.showhighmeter = !this.showhighmeter
|
|
116
|
+
},
|
|
117
|
+
async load(self) {
|
|
118
|
+
|
|
119
|
+
var http = new HttpResetClass()
|
|
120
|
+
let data = {
|
|
121
|
+
tablename: 't_apply_overall_imgs',
|
|
122
|
+
condition: "f_apply_id = '" + this.appupload.id + "'"
|
|
123
|
+
}
|
|
124
|
+
let getFile = await http.load('POST', 'rs/sql/singleTable', {data: data}, {
|
|
125
|
+
warnMsg: null,
|
|
126
|
+
resolveMsg: null
|
|
127
|
+
})
|
|
128
|
+
|
|
129
|
+
self.fileInfoData = []
|
|
130
|
+
self.fileInfoData = getFile.data
|
|
131
|
+
},
|
|
132
|
+
// 数据库时间格式化
|
|
133
|
+
formatdate(val) {
|
|
134
|
+
//20180914151603 : 2018-09-14 15:16:03
|
|
135
|
+
if (val.length != 14)
|
|
136
|
+
return
|
|
137
|
+
let year = val.substr(0, 4)
|
|
138
|
+
let month = val.substr(4, 2)
|
|
139
|
+
let day = val.substr(6, 2)
|
|
140
|
+
let hour = val.substr(8, 2)
|
|
141
|
+
let min = val.substr(10, 2)
|
|
142
|
+
let second = val.substr(12, 2)
|
|
143
|
+
return year + '-' + month + '-' + day + ' ' + hour + ':' + min + ':' + second
|
|
144
|
+
},
|
|
145
|
+
// 打开文件上传对话框
|
|
146
|
+
fileUpload() {
|
|
147
|
+
this.showUpload = true
|
|
148
|
+
},
|
|
149
|
+
// 关闭文件上传对话框
|
|
150
|
+
close() {
|
|
151
|
+
this.showUpload = false
|
|
152
|
+
// 将选的文件清空
|
|
153
|
+
this.$refs.file.$el.querySelector('input').value = ''
|
|
154
|
+
this.load(this)
|
|
155
|
+
},
|
|
156
|
+
convertBase64ToBlob(base64String) {
|
|
157
|
+
// 将base64解码
|
|
158
|
+
var bytes = atob(base64String);
|
|
159
|
+
//var bytes = base64;
|
|
160
|
+
var bytesCode = new ArrayBuffer(bytes.length);
|
|
161
|
+
// 转换为类型化数组
|
|
162
|
+
var byteArray = new Uint8Array(bytesCode);
|
|
163
|
+
|
|
164
|
+
// 将base64转换为ascii码
|
|
165
|
+
for (var i = 0; i < bytes.length; i++) {
|
|
166
|
+
byteArray[i] = bytes.charCodeAt(i);
|
|
167
|
+
}
|
|
168
|
+
// 生成Blob对象(文件对象)
|
|
169
|
+
return new Blob([bytesCode], {type: 'image/jpeg'});
|
|
170
|
+
},
|
|
171
|
+
newPhoto(Imgbase64) {
|
|
172
|
+
let form = new FormData()
|
|
173
|
+
let xhr = new XMLHttpRequest()
|
|
174
|
+
let formDataBoundary = "----WebkitFormBoundary" + "GaoPaiYi";
|
|
175
|
+
form.append('Content-Type', 'multipart/form-data;boundary=' + formDataBoundary)
|
|
176
|
+
form.append('file', this.convertBase64ToBlob(Imgbase64), "GaoPaiYi.jpg")
|
|
177
|
+
xhr.open("POST", "rs/file/uploadFile")
|
|
178
|
+
|
|
179
|
+
if (this.headers) {
|
|
180
|
+
for (var header in this.headers) {
|
|
181
|
+
xhr.setRequestHeader(header, encodeURIComponent(this.headers[header]))
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
xhr.send(form)
|
|
185
|
+
setTimeout(() => {
|
|
186
|
+
this.load(this)
|
|
187
|
+
}, 5000)
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
ready() {
|
|
191
|
+
console.log("测试一=============")
|
|
192
|
+
this.headers.blodid = this.blodid
|
|
193
|
+
this.headers.businessid = this.businessid
|
|
194
|
+
console.log('123222', this.businessid)
|
|
195
|
+
// if (this.blodid||this.businessid) {
|
|
196
|
+
this.load(this)
|
|
197
|
+
console.log("测试二=============")
|
|
198
|
+
// }
|
|
199
|
+
},
|
|
200
|
+
watch: {
|
|
201
|
+
'blodid'(val) {
|
|
202
|
+
if (val) {
|
|
203
|
+
console.log('观察blodid', val)
|
|
204
|
+
this.headers.blodid = this.blodid
|
|
205
|
+
this.load(this)
|
|
206
|
+
}
|
|
207
|
+
},
|
|
208
|
+
'businessid'(val) {
|
|
209
|
+
console.log('观察businessid')
|
|
210
|
+
if (val) {
|
|
211
|
+
console.log('观察businessid', val)
|
|
212
|
+
this.headers.businessid = this.businessid
|
|
213
|
+
this.load(this)
|
|
214
|
+
}
|
|
215
|
+
},
|
|
216
|
+
'useType'() {
|
|
217
|
+
this.headers.fusetype = this.useType[0] ? this.useType[0] : ''
|
|
218
|
+
},
|
|
219
|
+
'defname'() {
|
|
220
|
+
this.headers.defname=this.defname
|
|
221
|
+
}
|
|
222
|
+
},
|
|
223
|
+
computed: {
|
|
224
|
+
foptions() {
|
|
225
|
+
return this.$appdata.getParam('使用类型')
|
|
226
|
+
},
|
|
227
|
+
},
|
|
228
|
+
events: {
|
|
229
|
+
onFileUpload: function (file, res) {
|
|
230
|
+
console.log("上传完毕",res)
|
|
231
|
+
this.$dispatch("resid",res.id)
|
|
232
|
+
this.headers.fremarks=''
|
|
233
|
+
this.close()
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
</script>
|
|
238
|
+
<style scoped>
|
|
239
|
+
|
|
240
|
+
* {
|
|
241
|
+
padding: 0px;
|
|
242
|
+
margin: 0px;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.inpGroup {
|
|
246
|
+
position: absolute;
|
|
247
|
+
left: 0px;
|
|
248
|
+
right: 220px;
|
|
249
|
+
font-family: "微软雅黑";
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
.navWin {
|
|
253
|
+
position: relative;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
.navWin .navShow {
|
|
257
|
+
margin-top: 5px;
|
|
258
|
+
height: 34px;
|
|
259
|
+
font-size: 20px;
|
|
260
|
+
line-height: 34px;
|
|
261
|
+
color: rgb(180, 180, 180);
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
.navWin .navShow span {
|
|
265
|
+
display: inline-block;
|
|
266
|
+
height: 34px;
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
.navWin .navShow .icon {
|
|
270
|
+
height: 34px;
|
|
271
|
+
margin-right: 10px;
|
|
272
|
+
color: rgb(200, 200, 200);
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
.navWin .navList {
|
|
276
|
+
position: absolute;
|
|
277
|
+
width: 100%;
|
|
278
|
+
z-index: 99;
|
|
279
|
+
list-style: none;
|
|
280
|
+
background-color: rgba(241, 241, 241, 0.9);
|
|
281
|
+
line-height: 34px;
|
|
282
|
+
color: #8d8d8d;
|
|
283
|
+
visibility: hidden;
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
.navWin:hover .navList {
|
|
287
|
+
visibility: visible;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
.navWin .navList li {
|
|
291
|
+
font-size: 18px;
|
|
292
|
+
padding-left: 30px;
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
.navWin .navList li:hover {
|
|
296
|
+
background-color: rgba(220, 220, 220, 0.9);
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
.inp {
|
|
300
|
+
box-sizing: border-box;
|
|
301
|
+
width: 79%;
|
|
302
|
+
padding: 0px 10px;
|
|
303
|
+
height: 34px;
|
|
304
|
+
font-size: 14px;
|
|
305
|
+
line-height: 36px;
|
|
306
|
+
color: #999999;
|
|
307
|
+
border: solid 1px #c1c1c1;
|
|
308
|
+
border-radius: 2px;
|
|
309
|
+
background: none;
|
|
310
|
+
outline: none;
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
.inp::-webkit-input-placeholder {
|
|
314
|
+
color: #999999;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
.inp_button {
|
|
318
|
+
float: right;
|
|
319
|
+
margin-left: 10px;
|
|
320
|
+
/* position: absolute;
|
|
321
|
+
right: 35px;
|
|
322
|
+
height: 40px;*/
|
|
323
|
+
width: 100px;
|
|
324
|
+
font-size: 14px;
|
|
325
|
+
line-height: 34px;
|
|
326
|
+
color: #ffffff;
|
|
327
|
+
text-align: center;
|
|
328
|
+
background-color: rgb(90, 180, 90);
|
|
329
|
+
border-radius: 4px;
|
|
330
|
+
cursor: pointer;
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
.btn-group {
|
|
334
|
+
height: 34px;
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
.inp_button2 {
|
|
338
|
+
float: right;
|
|
339
|
+
margin-left: 10px;
|
|
340
|
+
/* position: absolute;
|
|
341
|
+
right: 35px;
|
|
342
|
+
height: 40px;*/
|
|
343
|
+
width: auto;
|
|
344
|
+
font-size: 16px;
|
|
345
|
+
line-height: 34px;
|
|
346
|
+
color: #ffffff;
|
|
347
|
+
text-align: center;
|
|
348
|
+
border-radius: 4px;
|
|
349
|
+
cursor: pointer;
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
.inp_button:hover {
|
|
353
|
+
/*background-color: rgb(80, 150, 80);*/
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
.inp_button:active {
|
|
357
|
+
font-size: 20px;
|
|
358
|
+
/*background-color: rgb(150, 200, 150);*/
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
.showData {
|
|
362
|
+
height: auto;
|
|
363
|
+
position: relative;
|
|
364
|
+
padding-bottom: 7px;
|
|
365
|
+
border-bottom: solid 1px #c1c1c1;
|
|
366
|
+
font-family: "微软雅黑";
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
.showData .left {
|
|
370
|
+
height: 180px;
|
|
371
|
+
width: 210px;
|
|
372
|
+
background-color: rgb(240, 240, 240);
|
|
373
|
+
overflow: hidden;
|
|
374
|
+
line-height: 180px;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
.showData .left img {
|
|
378
|
+
width: 100%;
|
|
379
|
+
height: auto;
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
.showData .right {
|
|
383
|
+
position: absolute;
|
|
384
|
+
top: 0px;
|
|
385
|
+
left: 220px;
|
|
386
|
+
right: 0px;
|
|
387
|
+
height: 180px;
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
.showData .right .top {
|
|
391
|
+
height: 30px;
|
|
392
|
+
line-height: 30px;
|
|
393
|
+
color: rgb(98, 98, 98);
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
.showData .right .top .topleft {
|
|
397
|
+
float: left;
|
|
398
|
+
font-size: 16px;
|
|
399
|
+
margin-right: 20px;
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
.showData .right .top .topright {
|
|
403
|
+
float: right;
|
|
404
|
+
margin-left: 20px;
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
.showData .right .text {
|
|
408
|
+
word-wrap: break-word;
|
|
409
|
+
overflow: hidden;
|
|
410
|
+
/*height: 100px;*/
|
|
411
|
+
color: #999999;
|
|
412
|
+
/*padding: 8px 0px;*/
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
.showData .right ul {
|
|
416
|
+
height: 20px;
|
|
417
|
+
padding: 0px;
|
|
418
|
+
margin: 0px;
|
|
419
|
+
font-size: 0px;
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
.showData .right ul li {
|
|
423
|
+
display: inline-block;
|
|
424
|
+
height: 20px;
|
|
425
|
+
list-style: none;
|
|
426
|
+
font-size: 16px;
|
|
427
|
+
line-height: 20px;
|
|
428
|
+
padding: 0px 7px;
|
|
429
|
+
margin-right: 10px;
|
|
430
|
+
cursor: pointer;
|
|
431
|
+
background-color: none;
|
|
432
|
+
font-weight: bold;
|
|
433
|
+
color: #006fa3;
|
|
434
|
+
}
|
|
435
|
+
|
|
436
|
+
.showData .right ul li:hover {
|
|
437
|
+
color: #006fb3;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
.showData .right ul li:active {
|
|
441
|
+
color: #006fb3;
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
.showData .right ul li a {
|
|
445
|
+
width: 100%;
|
|
446
|
+
height: 100%;
|
|
447
|
+
text-decoration: none;
|
|
448
|
+
color: #FFFFFF;
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
body {
|
|
452
|
+
color: black;
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
.search {
|
|
456
|
+
width: 75%;
|
|
457
|
+
margin: 10px auto 30px auto;
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
.search .searchAll {
|
|
461
|
+
height: 34px;
|
|
462
|
+
font-size: 18px;
|
|
463
|
+
color: #999999;
|
|
464
|
+
line-height: 34px;
|
|
465
|
+
}
|
|
466
|
+
|
|
467
|
+
.search .searchAll span {
|
|
468
|
+
display: inline-block;
|
|
469
|
+
width: 15px;
|
|
470
|
+
height: 15px;
|
|
471
|
+
border: #999999 1px solid;
|
|
472
|
+
position: relative;
|
|
473
|
+
top: 2px;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
.search .searchAll .spanAll {
|
|
477
|
+
background-color: rgb(90, 180, 90);
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
.search .itemList {
|
|
481
|
+
font-size: 16px;
|
|
482
|
+
color: #999999;
|
|
483
|
+
line-height: 34px;
|
|
484
|
+
}
|
|
485
|
+
|
|
486
|
+
.search .itemList .item {
|
|
487
|
+
height: 34px;
|
|
488
|
+
position: relative;
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
.search .itemList .item .descript {
|
|
492
|
+
display: inline-block;
|
|
493
|
+
width: 80px;
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
.search .itemList .item .inputBox {
|
|
497
|
+
height: 30px;
|
|
498
|
+
position: absolute;
|
|
499
|
+
top: 0px;
|
|
500
|
+
left: 80px;
|
|
501
|
+
right: 20px;
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
.search .itemList .item .inputBox input {
|
|
505
|
+
width: 100%;
|
|
506
|
+
height: 100%;
|
|
507
|
+
outline: none;
|
|
508
|
+
padding: 0px 5px;
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
.search .itemList .item .inputBox input::-webkit-input-placeholder {
|
|
512
|
+
color: #999999;
|
|
513
|
+
}
|
|
514
|
+
|
|
515
|
+
.searchItem {
|
|
516
|
+
height: 30px;
|
|
517
|
+
position: absolute;
|
|
518
|
+
top: 0px;
|
|
519
|
+
left: 80px;
|
|
520
|
+
right: 20px;
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
.searchItem .show {
|
|
524
|
+
padding-left: 10px;
|
|
525
|
+
}
|
|
526
|
+
|
|
527
|
+
.searchItem ul {
|
|
528
|
+
position: relative;
|
|
529
|
+
list-style: none;
|
|
530
|
+
background-color: none;
|
|
531
|
+
font-weight: bold;
|
|
532
|
+
color: #006fa3;
|
|
533
|
+
|
|
534
|
+
z-index: 99;
|
|
535
|
+
visibility: hidden;
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
.searchItem ul li {
|
|
539
|
+
padding-left: 10px;
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
.searchItem:hover ul {
|
|
543
|
+
visibility: visible;
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
.searchItem ul li:hover {
|
|
547
|
+
color: #006fb1;
|
|
548
|
+
}
|
|
549
|
+
.clears{
|
|
550
|
+
overflow:hidden;
|
|
551
|
+
|
|
552
|
+
text-overflow:ellipsis;
|
|
553
|
+
|
|
554
|
+
white-space:nowrap;
|
|
555
|
+
}
|
|
556
|
+
</style>
|