|
|
@@ -0,0 +1,539 @@
|
|
|
1
|
+<template>
|
|
|
2
|
+ <view>
|
|
|
3
|
+ <u-popup :show="showFilter" mode="bottom" closeable @close="handleClose" @open="handleOpen">
|
|
|
4
|
+ <scroll-view scroll-y :style="{ height: mapHeight }" @touchmove.stop="() => {}">
|
|
|
5
|
+ <view class="filterQuery" :style="{ height : mapHeight }">
|
|
|
6
|
+ <view class="query_wrap">
|
|
|
7
|
+ <view class="title">
|
|
|
8
|
+ 发单日期
|
|
|
9
|
+ </view>
|
|
|
10
|
+ <view class="dept_wrap form_input_pointer_events" @click="handleShowJtimePickerPopup">
|
|
|
11
|
+ <u--input v-model="createTimeTxt" disabled style='pointer-events: none !important'
|
|
|
12
|
+ disabledColor="#ffffff" placeholder="点击选择" border="none">
|
|
|
13
|
+ </u--input>
|
|
|
14
|
+ <u-icon slot="right" name="arrow-right"></u-icon>
|
|
|
15
|
+ </view>
|
|
|
16
|
+
|
|
|
17
|
+ <view class="title">
|
|
|
18
|
+ 机构部门
|
|
|
19
|
+ </view>
|
|
|
20
|
+ <view class="dept_wrap form_input_pointer_events" @click="handleShowDept">
|
|
|
21
|
+ <u--input v-model="value.deptName" disabled style='pointer-events: none !important'
|
|
|
22
|
+ disabledColor="#ffffff" placeholder="点击选择" border="none">
|
|
|
23
|
+ </u--input>
|
|
|
24
|
+ <u-icon slot="right" name="arrow-right"></u-icon>
|
|
|
25
|
+ </view>
|
|
|
26
|
+
|
|
|
27
|
+ <view class="title">
|
|
|
28
|
+ 接单人
|
|
|
29
|
+ </view>
|
|
|
30
|
+ <view class="person_wrap">
|
|
|
31
|
+ <view class="person_item" v-for="(item,index) in identificationUserInfos" :key="item.userId">
|
|
|
32
|
+ <view class="person_top">
|
|
|
33
|
+ <u-avatar :src="$avatar(item.avatar)" size="40px"></u-avatar>
|
|
|
34
|
+ </view>
|
|
|
35
|
+ <view class="person_bottom">
|
|
|
36
|
+ {{item.nickName}}
|
|
|
37
|
+ </view>
|
|
|
38
|
+ </view>
|
|
|
39
|
+ <view class="person_item more_item" @click="handleShowIdentificationUser">
|
|
|
40
|
+ <view class="person_top">
|
|
|
41
|
+ <image src="/static/case/icon-more.png" mode="" class="more"></image>
|
|
|
42
|
+ </view>
|
|
|
43
|
+ <view class="person_bottom">
|
|
|
44
|
+ 更多
|
|
|
45
|
+ </view>
|
|
|
46
|
+ </view>
|
|
|
47
|
+ </view>
|
|
|
48
|
+
|
|
|
49
|
+ <view class="title">
|
|
|
50
|
+ 发单人
|
|
|
51
|
+ </view>
|
|
|
52
|
+ <view class="person_wrap">
|
|
|
53
|
+ <view class="person_item" v-for="(item,index) in createByUserInfos" :key="item.userId">
|
|
|
54
|
+ <view class="person_top">
|
|
|
55
|
+ <u-avatar :src="$avatar(item.avatar)" size="40px"></u-avatar>
|
|
|
56
|
+ </view>
|
|
|
57
|
+ <view class="person_bottom">
|
|
|
58
|
+ {{item.nickName}}
|
|
|
59
|
+ </view>
|
|
|
60
|
+ </view>
|
|
|
61
|
+ <view class="person_item more_item" @click="handleShowCreateByUser">
|
|
|
62
|
+ <view class="person_top">
|
|
|
63
|
+ <image src="/static/case/icon-more.png" mode="" class="more"></image>
|
|
|
64
|
+ </view>
|
|
|
65
|
+ <view class="person_bottom">
|
|
|
66
|
+ 更多
|
|
|
67
|
+ </view>
|
|
|
68
|
+ </view>
|
|
|
69
|
+ </view>
|
|
|
70
|
+
|
|
|
71
|
+ <view class="title">
|
|
|
72
|
+ 物品
|
|
|
73
|
+ </view>
|
|
|
74
|
+ <view class="search_input">
|
|
|
75
|
+ <u--input clearable prefixIcon="search" v-model="value.item"
|
|
|
76
|
+ placeholder="请输入物品名字"></u--input>
|
|
|
77
|
+ </view>
|
|
|
78
|
+
|
|
|
79
|
+ <view class="title">
|
|
|
80
|
+ 品牌
|
|
|
81
|
+ </view>
|
|
|
82
|
+ <view class="search_input">
|
|
|
83
|
+ <u--input clearable prefixIcon="search" v-model="value.brand" placeholder="请输入品牌名字"></u--input>
|
|
|
84
|
+ </view>
|
|
|
85
|
+
|
|
|
86
|
+ <view class="title">
|
|
|
87
|
+ 电话
|
|
|
88
|
+ </view>
|
|
|
89
|
+ <view class="search_input">
|
|
|
90
|
+ <u--input clearable prefixIcon="search" v-model="value.phone"
|
|
|
91
|
+ placeholder="请输入电话"></u--input>
|
|
|
92
|
+ </view>
|
|
|
93
|
+
|
|
|
94
|
+ <view class="title">
|
|
|
95
|
+ 标签
|
|
|
96
|
+ </view>
|
|
|
97
|
+ <view class="option_list">
|
|
|
98
|
+ <ld-select :list="clueTagGroupVoList" label-key="name" value-key="id" placeholder="请选择标签"
|
|
|
99
|
+ v-model="value.allTagList" multiple clearable></ld-select>
|
|
|
100
|
+ </view>
|
|
|
101
|
+
|
|
|
102
|
+ </view>
|
|
|
103
|
+ <u-tabbar :fixed="true" inactiveColor="#ffffff" class="case_tabbar" :placeholder="true"
|
|
|
104
|
+ :safeAreaInsetBottom="true">
|
|
|
105
|
+ <u-tabbar-item text="重置" :customStyle="{backgroundColor : '#fff'}" class="uTabbarItem close_btn"
|
|
|
106
|
+ @click="handleReset"></u-tabbar-item>
|
|
|
107
|
+ <u-tabbar-item text="确定" :customStyle="{backgroundColor : '#4c8afe'}" class="uTabbarItem"
|
|
|
108
|
+ @click="handleEnter"></u-tabbar-item>
|
|
|
109
|
+ </u-tabbar>
|
|
|
110
|
+
|
|
|
111
|
+ <ba-tree-picker :selectParent="false" v-if="identificationUserListData.length > 0" ref="identificationUser" :multiple="false"
|
|
|
112
|
+ border title="接单人" :localdata="identificationUserListData" valueKey="id" textKey="label" childrenKey="children"
|
|
|
113
|
+ :selectedValues="value.identification" @select-change="identificationUserSeletchang" />
|
|
|
114
|
+
|
|
|
115
|
+ <ba-tree-picker :selectParent="false" v-if="createByUserListData.length > 0" ref="createByUser" :multiple="false"
|
|
|
116
|
+ border title="发单人" :localdata="createByUserListData" valueKey="id" textKey="label" childrenKey="children"
|
|
|
117
|
+ :selectedValues="value.createBy" @select-change="createByUserSeletchang" />
|
|
|
118
|
+
|
|
|
119
|
+ <ba-tree-picker :selectParent="true" v-if="deptList.length > 0" ref="dept" :multiple='false'
|
|
|
120
|
+ @select-change="deptSeletchang" border title="机构部门" :localdata="deptList" valueKey="deptId"
|
|
|
121
|
+ textKey="deptName" childrenKey="children" :selectedValues="value.deptId"
|
|
|
122
|
+ :personNames="value.deptName" />
|
|
|
123
|
+
|
|
|
124
|
+ <jtimePickerPopup :isShowShortTimeList="true" shortTimeTitle="快捷时间" :shortTimeList="shortTimeList"
|
|
|
125
|
+ :isShowSeletTimeTitle="true" seletTimeTitle="时间选择" cancelText="取消" confirmText="确认"
|
|
|
126
|
+ :endSelectMonth="-1" :endSelectDay="-1" beginTimePlaceHolder='开始时间' endTimePlaceHolder="结束时间"
|
|
|
127
|
+ :isDateTypeRange="true" :isShowSelectedTimeEcho="true" @confirm="getSelectTime"
|
|
|
128
|
+ ref="jtimePickerPopup">
|
|
|
129
|
+ </jtimePickerPopup>
|
|
|
130
|
+
|
|
|
131
|
+ </view>
|
|
|
132
|
+ </scroll-view>
|
|
|
133
|
+ </u-popup>
|
|
|
134
|
+ </view>
|
|
|
135
|
+</template>
|
|
|
136
|
+
|
|
|
137
|
+<script>
|
|
|
138
|
+ import {
|
|
|
139
|
+ filterCustomerManager,
|
|
|
140
|
+ handleTree
|
|
|
141
|
+ } from '@/utils/util';
|
|
|
142
|
+ import jtimePickerPopup from '@/uni_modules/jtime-picker-popup/components/JTimePicker/JTimePicker.vue';
|
|
|
143
|
+ export default {
|
|
|
144
|
+ components: {
|
|
|
145
|
+ jtimePickerPopup
|
|
|
146
|
+ },
|
|
|
147
|
+ props: {
|
|
|
148
|
+ value: {
|
|
|
149
|
+ type: Object,
|
|
|
150
|
+ },
|
|
|
151
|
+ mapHeight: {
|
|
|
152
|
+ type: String,
|
|
|
153
|
+ },
|
|
|
154
|
+ },
|
|
|
155
|
+ emits: ["getList"],
|
|
|
156
|
+ data() {
|
|
|
157
|
+ return {
|
|
|
158
|
+
|
|
|
159
|
+ statusDict: [{
|
|
|
160
|
+ dictLabel: '待处理',
|
|
|
161
|
+ dictValue: '1'
|
|
|
162
|
+ },
|
|
|
163
|
+ {
|
|
|
164
|
+ dictLabel: '进行中',
|
|
|
165
|
+ dictValue: '2'
|
|
|
166
|
+ },
|
|
|
167
|
+ {
|
|
|
168
|
+ dictLabel: '已完成',
|
|
|
169
|
+ dictValue: '3'
|
|
|
170
|
+ },
|
|
|
171
|
+ {
|
|
|
172
|
+ dictLabel: '已取消',
|
|
|
173
|
+ dictValue: '4'
|
|
|
174
|
+ },
|
|
|
175
|
+ ],
|
|
|
176
|
+
|
|
|
177
|
+ stateDict: [{
|
|
|
178
|
+ dictLabel: '初始阶段',
|
|
|
179
|
+ dictValue: '1'
|
|
|
180
|
+ },
|
|
|
181
|
+ {
|
|
|
182
|
+ dictLabel: '处理阶段',
|
|
|
183
|
+ dictValue: '2'
|
|
|
184
|
+ },
|
|
|
185
|
+ {
|
|
|
186
|
+ dictLabel: '完成阶段',
|
|
|
187
|
+ dictValue: '3'
|
|
|
188
|
+ },
|
|
|
189
|
+ ],
|
|
|
190
|
+
|
|
|
191
|
+
|
|
|
192
|
+ showFilter: false,
|
|
|
193
|
+
|
|
|
194
|
+ dictCascadeData: [],
|
|
|
195
|
+
|
|
|
196
|
+ identificationUserListData: [], // 接单人列表
|
|
|
197
|
+ createByUserListData: [], // 发单人列表
|
|
|
198
|
+
|
|
|
199
|
+ deptList: [],
|
|
|
200
|
+
|
|
|
201
|
+ dateRange: [], // 日期范围
|
|
|
202
|
+
|
|
|
203
|
+ shortTimeList: [{
|
|
|
204
|
+ unit: 'day',
|
|
|
205
|
+ key: '全部',
|
|
|
206
|
+ value: 0
|
|
|
207
|
+ },
|
|
|
208
|
+ {
|
|
|
209
|
+ unit: 'day',
|
|
|
210
|
+ key: '今天',
|
|
|
211
|
+ value: 1
|
|
|
212
|
+ },
|
|
|
213
|
+ {
|
|
|
214
|
+ unit: 'day',
|
|
|
215
|
+ key: '昨天',
|
|
|
216
|
+ value: -1
|
|
|
217
|
+ },
|
|
|
218
|
+ {
|
|
|
219
|
+ unit: 'day',
|
|
|
220
|
+ key: '近3天',
|
|
|
221
|
+ value: 3
|
|
|
222
|
+ },
|
|
|
223
|
+ {
|
|
|
224
|
+ unit: 'day',
|
|
|
225
|
+ key: '近7天',
|
|
|
226
|
+ value: 7
|
|
|
227
|
+ },
|
|
|
228
|
+ {
|
|
|
229
|
+ unit: 'day',
|
|
|
230
|
+ key: '近15天',
|
|
|
231
|
+ value: 15
|
|
|
232
|
+ },
|
|
|
233
|
+ {
|
|
|
234
|
+ unit: 'month',
|
|
|
235
|
+ key: '本月',
|
|
|
236
|
+ value: 1
|
|
|
237
|
+ },
|
|
|
238
|
+ {
|
|
|
239
|
+ unit: 'month',
|
|
|
240
|
+ key: '上月',
|
|
|
241
|
+ value: -1
|
|
|
242
|
+ },
|
|
|
243
|
+ ],
|
|
|
244
|
+
|
|
|
245
|
+ createTimeTxt: null,
|
|
|
246
|
+
|
|
|
247
|
+ identificationUserInfos: [], // 接单人用户信息
|
|
|
248
|
+ createByUserInfos: [], // 发单人用户信息
|
|
|
249
|
+
|
|
|
250
|
+ clueTagGroupVoList: [],
|
|
|
251
|
+
|
|
|
252
|
+ defaultRegion: ['广东省', '广州市', '番禺区'],
|
|
|
253
|
+
|
|
|
254
|
+ sortParams: [{
|
|
|
255
|
+ value: 1,
|
|
|
256
|
+ text: '企业名称'
|
|
|
257
|
+ }, {
|
|
|
258
|
+ value: 2,
|
|
|
259
|
+ text: '项目名称'
|
|
|
260
|
+ }, {
|
|
|
261
|
+ value: 3,
|
|
|
262
|
+ text: '项目状态'
|
|
|
263
|
+ }, {
|
|
|
264
|
+ value: 4,
|
|
|
265
|
+ text: '项目等级'
|
|
|
266
|
+ }, {
|
|
|
267
|
+ value: 5,
|
|
|
268
|
+ text: '省市区'
|
|
|
269
|
+ }, {
|
|
|
270
|
+ value: 6,
|
|
|
271
|
+ text: '委托日期'
|
|
|
272
|
+ }, {
|
|
|
273
|
+ value: 7,
|
|
|
274
|
+ text: '创建日期'
|
|
|
275
|
+ }, {
|
|
|
276
|
+ value: 8,
|
|
|
277
|
+ text: '跟进时间'
|
|
|
278
|
+ }]
|
|
|
279
|
+ }
|
|
|
280
|
+ },
|
|
|
281
|
+ mounted() {
|
|
|
282
|
+ this.handleInitTag();
|
|
|
283
|
+ },
|
|
|
284
|
+ methods: {
|
|
|
285
|
+ handleOpen(){
|
|
|
286
|
+ if(this.createTimeTxt === null){
|
|
|
287
|
+ this.$refs.jtimePickerPopup.handleInit();
|
|
|
288
|
+ }
|
|
|
289
|
+ },
|
|
|
290
|
+
|
|
|
291
|
+ getSelectTime(timeValue) {
|
|
|
292
|
+ this.value.sendDateStart = timeValue.beginTime;
|
|
|
293
|
+ this.value.sendDateEnd = timeValue.endTime;
|
|
|
294
|
+ if (this.value.sendDateStart && this.value.sendDateEnd) {
|
|
|
295
|
+ this.createTimeTxt = this.value.sendDateStart + "至" + this.value.sendDateEnd;
|
|
|
296
|
+ } else {
|
|
|
297
|
+ this.createTimeTxt = "";
|
|
|
298
|
+ }
|
|
|
299
|
+ },
|
|
|
300
|
+ deptSeletchang(ids, names) {
|
|
|
301
|
+ this.value.deptId = ids[0];
|
|
|
302
|
+ this.value.deptName = names[0];
|
|
|
303
|
+ },
|
|
|
304
|
+ handleShowJtimePickerPopup() {
|
|
|
305
|
+ this.$refs.jtimePickerPopup.pickerShow();
|
|
|
306
|
+ },
|
|
|
307
|
+ handleShowDept() {
|
|
|
308
|
+ this.$refs.dept._show();
|
|
|
309
|
+ },
|
|
|
310
|
+
|
|
|
311
|
+
|
|
|
312
|
+ identificationUserSeletchang(ids, names) {
|
|
|
313
|
+ this.value.identification = ids[0];
|
|
|
314
|
+ if (ids.length > 0) {
|
|
|
315
|
+ // 暂时只做单向
|
|
|
316
|
+ uni.$u.api.getUserByUserIds({
|
|
|
317
|
+ userIds: ids.join(",")
|
|
|
318
|
+ }).then(res => {
|
|
|
319
|
+ const {
|
|
|
320
|
+ data
|
|
|
321
|
+ } = res;
|
|
|
322
|
+ this.identificationUserInfos = data;
|
|
|
323
|
+ })
|
|
|
324
|
+ } else {
|
|
|
325
|
+ this.identificationUserInfos = [];
|
|
|
326
|
+ }
|
|
|
327
|
+ },
|
|
|
328
|
+ createByUserSeletchang(ids, names) {
|
|
|
329
|
+ this.value.createBy = ids[0];
|
|
|
330
|
+ if (ids.length > 0) {
|
|
|
331
|
+ // 暂时只做单向
|
|
|
332
|
+ uni.$u.api.getUserByUserIds({
|
|
|
333
|
+ userIds: ids.join(",")
|
|
|
334
|
+ }).then(res => {
|
|
|
335
|
+ const {
|
|
|
336
|
+ data
|
|
|
337
|
+ } = res;
|
|
|
338
|
+ this.createByUserInfos = data;
|
|
|
339
|
+ })
|
|
|
340
|
+ } else {
|
|
|
341
|
+ this.createByUserInfos = [];
|
|
|
342
|
+ }
|
|
|
343
|
+ },
|
|
|
344
|
+ handleShowIdentificationUser() {
|
|
|
345
|
+ this.$refs.identificationUser._show();
|
|
|
346
|
+ },
|
|
|
347
|
+ handleShowCreateByUser() {
|
|
|
348
|
+ this.$refs.createByUser._show();
|
|
|
349
|
+ },
|
|
|
350
|
+ handleInitTag() {
|
|
|
351
|
+ uni.$u.api.selectAllDeptList({
|
|
|
352
|
+ isDept: 2
|
|
|
353
|
+ }).then(({
|
|
|
354
|
+ data
|
|
|
355
|
+ }) => {
|
|
|
356
|
+ this.deptList = handleTree(data, 'deptId');
|
|
|
357
|
+ });
|
|
|
358
|
+
|
|
|
359
|
+ // 获取接单人
|
|
|
360
|
+ uni.$u.api.getDeptOwner({ excludeDeptIds : [100,369,378,356] }).then(res => {
|
|
|
361
|
+ this.identificationUserListData = filterCustomerManager(res.data);
|
|
|
362
|
+ });
|
|
|
363
|
+
|
|
|
364
|
+ // 获取发单人
|
|
|
365
|
+ uni.$u.api.getDeptCustomerByOrg({ deptId : 369 }).then(res => {
|
|
|
366
|
+ this.createByUserListData = filterCustomerManager(res.data);
|
|
|
367
|
+ });
|
|
|
368
|
+
|
|
|
369
|
+ // 获取所有标签
|
|
|
370
|
+ uni.$u.api.getClueTagGroupVoList({ tagGroupApplication : '2' }).then(({
|
|
|
371
|
+ data
|
|
|
372
|
+ }) => {
|
|
|
373
|
+ this.clueTagGroupVoList = data.reduce((acc, cur) => {
|
|
|
374
|
+ return acc.concat(cur.clueTagDataList);
|
|
|
375
|
+ }, []);
|
|
|
376
|
+ });
|
|
|
377
|
+ },
|
|
|
378
|
+ handleClose() {
|
|
|
379
|
+ this.showFilter = false;
|
|
|
380
|
+ },
|
|
|
381
|
+ handleClickTag(item, attr) {
|
|
|
382
|
+ if (item.isCheck) {
|
|
|
383
|
+ const index = this.value[attr].findIndex(v => v == item.dictValue);
|
|
|
384
|
+ this.value[attr].splice(index, 1);
|
|
|
385
|
+ } else {
|
|
|
386
|
+ this.value[attr].push(item.dictValue);
|
|
|
387
|
+ }
|
|
|
388
|
+ },
|
|
|
389
|
+ handleReset() {
|
|
|
390
|
+ this.value.sendDateStart = undefined;
|
|
|
391
|
+ this.value.sendDateEnd = undefined;
|
|
|
392
|
+ this.value.deptId = undefined;
|
|
|
393
|
+ this.value.deptName = undefined;
|
|
|
394
|
+ this.value.status = '';
|
|
|
395
|
+ this.value.state = '';
|
|
|
396
|
+ this.value.identification = undefined;
|
|
|
397
|
+ this.value.createBy = undefined;
|
|
|
398
|
+ this.value.item = '';
|
|
|
399
|
+ this.value.phone = '';
|
|
|
400
|
+ this.value.allTagList = [];
|
|
|
401
|
+ this.createTimeTxt = null;
|
|
|
402
|
+ this.identificationUserInfos = [];
|
|
|
403
|
+ this.createByUserInfos = [];
|
|
|
404
|
+ },
|
|
|
405
|
+ handleEnter() {
|
|
|
406
|
+ this.$emit("getList");
|
|
|
407
|
+ this.showFilter = false;
|
|
|
408
|
+ },
|
|
|
409
|
+ handleChangeSort(sort) {
|
|
|
410
|
+ this.value.sort = sort;
|
|
|
411
|
+ },
|
|
|
412
|
+ handleChangeSortField(value) {
|
|
|
413
|
+ this.value.sortField = value;
|
|
|
414
|
+ },
|
|
|
415
|
+ show() {
|
|
|
416
|
+ this.showFilter = true;
|
|
|
417
|
+ }
|
|
|
418
|
+ },
|
|
|
419
|
+ }
|
|
|
420
|
+</script>
|
|
|
421
|
+
|
|
|
422
|
+<style lang="scss" scoped>
|
|
|
423
|
+ .filterQuery {
|
|
|
424
|
+ padding: 20px;
|
|
|
425
|
+ box-sizing: border-box;
|
|
|
426
|
+ overflow: scroll;
|
|
|
427
|
+
|
|
|
428
|
+ .dept_wrap {
|
|
|
429
|
+ border: 2px solid #ddd;
|
|
|
430
|
+ display: flex;
|
|
|
431
|
+ padding: 10rpx 20rpx;
|
|
|
432
|
+ border-radius: 6rpx;
|
|
|
433
|
+ margin-bottom: 20rpx;
|
|
|
434
|
+ }
|
|
|
435
|
+
|
|
|
436
|
+ .pick_regions_wrap {}
|
|
|
437
|
+
|
|
|
438
|
+ .person_wrap {
|
|
|
439
|
+ display: flex;
|
|
|
440
|
+ flex-wrap: wrap;
|
|
|
441
|
+ align-items: center;
|
|
|
442
|
+ margin-bottom: 15px;
|
|
|
443
|
+
|
|
|
444
|
+ .person_item {
|
|
|
445
|
+ width: 10%;
|
|
|
446
|
+ display: flex;
|
|
|
447
|
+ flex-direction: column;
|
|
|
448
|
+ align-items: center;
|
|
|
449
|
+ margin-bottom: 10px;
|
|
|
450
|
+
|
|
|
451
|
+ .person_top {
|
|
|
452
|
+ width: 40px;
|
|
|
453
|
+ height: 40px;
|
|
|
454
|
+ display: flex;
|
|
|
455
|
+ align-items: center;
|
|
|
456
|
+ justify-content: center;
|
|
|
457
|
+ }
|
|
|
458
|
+
|
|
|
459
|
+ .person_bottom {
|
|
|
460
|
+ margin-top: 5px;
|
|
|
461
|
+ font-size: 12px;
|
|
|
462
|
+ color: #202020;
|
|
|
463
|
+ }
|
|
|
464
|
+ }
|
|
|
465
|
+
|
|
|
466
|
+ .more_item {
|
|
|
467
|
+ .more {
|
|
|
468
|
+ width: 28px;
|
|
|
469
|
+ height: 28px;
|
|
|
470
|
+ }
|
|
|
471
|
+
|
|
|
472
|
+ .person_bottom {
|
|
|
473
|
+ color: #4c8afe;
|
|
|
474
|
+ font-size: 12px;
|
|
|
475
|
+ margin-top: 0px;
|
|
|
476
|
+ }
|
|
|
477
|
+ }
|
|
|
478
|
+ }
|
|
|
479
|
+
|
|
|
480
|
+ .search_input {
|
|
|
481
|
+ border: 1px solid #ddd;
|
|
|
482
|
+ border-radius: 4px;
|
|
|
483
|
+ overflow: hidden;
|
|
|
484
|
+ margin-bottom: 15px;
|
|
|
485
|
+ }
|
|
|
486
|
+
|
|
|
487
|
+ .query_wrap {
|
|
|
488
|
+ .title {
|
|
|
489
|
+ font-size: 18px;
|
|
|
490
|
+ color: #202020;
|
|
|
491
|
+ margin-bottom: 10px;
|
|
|
492
|
+ }
|
|
|
493
|
+
|
|
|
494
|
+ .option_list {
|
|
|
495
|
+ display: flex;
|
|
|
496
|
+ flex-wrap: wrap;
|
|
|
497
|
+ margin-bottom: 15px;
|
|
|
498
|
+
|
|
|
499
|
+ .option_item {
|
|
|
500
|
+ width: calc(33.33% - 10px);
|
|
|
501
|
+ margin-right: 10px;
|
|
|
502
|
+ margin-bottom: 10px;
|
|
|
503
|
+
|
|
|
504
|
+ ::v-deep .u-tag__text {
|
|
|
505
|
+ margin: auto;
|
|
|
506
|
+ font-size: 14px;
|
|
|
507
|
+ }
|
|
|
508
|
+
|
|
|
509
|
+ &:nth-child(6n) {
|
|
|
510
|
+ margin-right: 0px;
|
|
|
511
|
+ }
|
|
|
512
|
+ }
|
|
|
513
|
+ }
|
|
|
514
|
+
|
|
|
515
|
+ .follow_option_list {
|
|
|
516
|
+ .option_item {
|
|
|
517
|
+ ::v-deep .u-tag__text {
|
|
|
518
|
+ font-size: 12px;
|
|
|
519
|
+ }
|
|
|
520
|
+ }
|
|
|
521
|
+ }
|
|
|
522
|
+ }
|
|
|
523
|
+ }
|
|
|
524
|
+
|
|
|
525
|
+ .case_tabbar {
|
|
|
526
|
+ .uTabbarItem {
|
|
|
527
|
+ ::v-deep .u-tabbar-item__text {
|
|
|
528
|
+ font-size: 18px;
|
|
|
529
|
+ }
|
|
|
530
|
+ }
|
|
|
531
|
+
|
|
|
532
|
+ .close_btn {
|
|
|
533
|
+ ::v-deep .u-tabbar-item__text {
|
|
|
534
|
+ font-size: 18px;
|
|
|
535
|
+ color: #606060 !important;
|
|
|
536
|
+ }
|
|
|
537
|
+ }
|
|
|
538
|
+ }
|
|
|
539
|
+</style>
|