3f535f30
杨鑫
'初始'
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
|
<template>
<div style="background-color:#f7f7f7;padding:10px 10px;">
<div class="zhuti">
<div style="height:58px;line-height:58px;">
<div style="color:#0006"> <span>客服服务管理</span> <span style="padding:0 5px;">></span> <span
style="color:#000000e6">公告通知发布</span></div>
</div>
<div>
<!-- 搜索 -->
<div style="margin-bottom:20px;">
<el-button
style="background-color: #3F9B6A;color: #fff;padding:8px 15px;" icon="el-icon-circle-plus-outline"
@click="addbuss"
>新增</el-button
>
</div>
<!-- 表格 -->
<el-table
:data="
tableData.slice(
(currentPage - 1) * pageSize,
currentPage * pageSize
)
"
:header-cell-style="{fontSize: '14px',color:'#0009',fontWeight: 'normal',backgroundColor:'#F2F3F5'}"
style="width: 100%"
>
<el-table-column
label="序号"
width="auto"
min-width="6%"
align="center"
>
<template slot-scope="scope">
{{scope.$index+1}}
</template>
</el-table-column>
<el-table-column
label="标题"
prop="announcementTitle"
width="auto"
min-width="12%"
/>
<el-table-column
label="创建时间"
prop="releaseTime"
width="auto"
min-width="12%"
/>
<el-table-column
label="创建人"
prop="publisher"
width="auto"
min-width="12%"
/>
<el-table-column label="操作" width="auto" min-width="17%">
<template slot-scope="scope">
<div class="tableBtn greens" @click="handleEditForm(scope.row)">
详情
</div>
<div class="tableBtn greens" @click="bianjilist(scope.row)">
编辑
</div>
<div class="tableBtn greens" @click="delGuan(scope.row)">
删除
</div>
</template>
</el-table-column>
</el-table>
<!-- 详情框 :visible.sync="detbox" -->
<!-- <div v-show="detbox" class="dialog_css_Xq " style="padding: 0;width:85%"> -->
<el-dialog
:visible.sync="detbox"
custom-class="dialog_css"
style="padding: 0"
width="55%"
center
:close-on-click-modal="false"
class="dialog_css_Xq"
:show-close="false"
>
<div
style="
background-color: #fafafa;
border: 1px solid #eaeaea;
height: 42px;
width: 100%;
margin-bottom: 20px;
padding: 0 20px;
line-height: 42px;
"
>
详情
</div>
<div style="padding: 0 20px">
<div
style="
display: flex;
justify-content: space-between;
font-size: 14px;
margin-bottom: 20px;
"
>
<div style="width: 100%">
<el-row style="height: 38px; margin-bottom: 15px">
<el-col :span="24">
<el-form
:inline="true"
label-width="100px"
>
<el-form-item prop="name" style="width: 100%">
<div
slot="label"
style="
text-align: left;
height: 38px;
line-height: 38px;
padding-left: 10px;
"
>
<span style="font-size: 14px; color: #000"
>公告标题</span
>
</div>
<div
v-if="edit"
style="
height: 38px;
line-height: 38px;
border: 1px solid #ebeef5;
padding: 0 20px;
font-size: 14px;
"
>
{{secondData.announcementTitle}}
</div>
<el-input
v-else
v-model="secondData.announcementTitle"
placeholder="请输入"
class="moren"
/>
</el-form-item>
</el-form>
</el-col>
</el-row>
<el-row style="height: 38px; margin-bottom: 15px">
<el-col :span="24">
<el-form
:inline="true"
label-width="100px"
>
<el-form-item prop="name" style="width: 100%">
<div
slot="label"
style="
text-align: left;
height: 38px;
line-height: 38px;
padding-left: 10px;
"
>
<span style="font-size: 14px; color: #000"
>公告内容</span
>
</div>
<div
style="
font-size: 14px;
"
>
<div style="border: 1px solid #ccc">
<div style="padding:20px;" v-if="edit" v-html="secondData.announcementContent"></div>
<wang-editor v-model="secondData.announcementContent" ref="editor" v-else></wang-editor>
</div>
</div>
</el-form-item>
</el-form>
</el-col>
</el-row>
</div>
</div>
<div
style="
margin-top: 50px;
width: 99%;
padding: 10px;
display: flex;
justify-content: flex-end;
"
>
<el-button
class="buttonHover"
style="color: #606266;border: 1px solid #dddfe5;background-color: #fff;"
@click="closeFn(1)"
>取消</el-button
>
<el-button
style="background-color: #3F9B6A;color: #fff;padding:8px 15px;"
@click="bianji"
>编辑</el-button
>
<el-button
style="background-color: #3F9B6A;color: #fff;padding:8px 15px;"
@click="msgeditS"
>确定</el-button
>
</div>
</div>
</el-dialog>
<!-- ******************************************************弹框开始****************************************************** -->
<!-- 新增弹框 -->
<el-dialog
:visible.sync="ggXin"
custom-class="dialog_css"
style="padding: 0"
width="55%"
center
:close-on-click-modal="false"
class="dialog_css_Xq"
:show-close="false"
>
<div
style="
background-color: #fafafa;
border: 1px solid #eaeaea;
height: 42px;
width: 100%;
margin-bottom: 20px;
padding: 0 20px;
line-height: 42px;
"
>
新增
</div>
<div style="padding: 0 20px 20px 20px">
<el-form ref="ruleForm" :model="ruleForm" label-width="100px">
<el-form-item label="公告标题">
<el-input
v-model="ruleForm.announcementTitle"
placeholder="请输入"
size="mini"
/>
</el-form-item>
<el-form-item label="公告内容">
<div style="border: 1px solid #ccc">
<wang-editor v-model="ruleForm.announcementContent" ref="editor"></wang-editor>
</div>
</el-form-item>
</el-form>
</div>
<span slot="footer" class="dialog-footer">
<el-button
class="buttonHover"
style="color: #606266;border: 1px solid #dddfe5;background-color: #fff;"
@click="closeFn(2)"
>取 消</el-button
>
<el-button
style="background-color: #3F9B6A;color: #fff;padding:8px 15px;"
@click="addCheck('ruleForm')"
>确 定</el-button
>
</span>
</el-dialog>
<div class="fenye">
<el-pagination
class="pagination"
:hide-on-single-page="flag"
background
small
:current-page="currentPage"
:page-sizes="[10, 20, 50, 100]"
layout="prev, pager, next,total"
:total="total"
@size-change="handleSizeChange"
@current-change="handleCurrentChange"
/>
</div>
</div>
</div>
</div>
</template>
<script>
import wangEditor from "@/components/editor/index";
import { uploadUrl,token } from '@/utils/request'
import {
queryByPage,
addId,
editId,
deleteById
} from '../../api/procedure';
export default {
components: {wangEditor},
data() {
return {
detbox: false, // 详情
edit: true, // 编辑
action: uploadUrl, // 上传图片
myHeaders: {
'Authorization-admin': token
},
ggXin: false, // 新增
formSel: {
belongingRegion:'',
shopName:'',
scheduledTime:''
},
secondData:{
},
ruleForm: {
announcementTitle:'',//公告标题
announcementContent:'',//公告内容
releaseTime:''//时间
},
currentPage: 1,
total: 100,
flag: false,
pageSize: 10,
tableData: [],
msgid: '',
pageindex: {
pageNumber: 1,
pageSize: 10,
},
}
},
created() {
this.getAll();
},
mounted() {},
methods: {
// 获取当前时间
updateCurrentTime() {
const now = new Date();
const year = now.getFullYear();
const month = (now.getMonth() + 1).toString().padStart(2, '0');
const day = now.getDate().toString().padStart(2, '0');
const hours = now.getHours().toString().padStart(2, '0');
const minutes = now.getMinutes().toString().padStart(2, '0');
const seconds = now.getSeconds().toString().padStart(2, '0');
return `${year}-${month}-${day} ${hours}:${minutes}:${seconds}`;
},
handleSelectionChange(val) {
this.multipleSelection = val;
},
// 查询全数据
async getAll() {
const res = await queryByPage(this.pageindex);
this.tableData = res.data.content
this.total = res.data.content.length
},
// 编辑
bianji() {
if (this.edit) {
this.edit = false;
}
},
bianjilist(item) {
this.detbox = true;
this.secondData = item;
this.msgid = item.id;
if (this.edit) {
this.edit = false;
}
},
// 查询
async onSubmit() {},
// 详情点击
async handleEditForm(item) {
this.secondData = item;
this.detbox = true;
this.msgid = item.id;
},
// 详情编辑确定
async msgeditS(){
await editId(this.secondData)
this.detbox = false;
this.edit = true
},
// 新增
addbuss() {
this.ruleForm={
announcementTitle:'',
announcementContent:'',
releaseTime:''
}
this.ggXin = true;
},
// 新增确定
async addCheck() {
this.ruleForm.releaseTime = this.updateCurrentTime();
const res = await addId(this.ruleForm)
this.getAll();
this.ggXin = false;
},
handleCurrentChange(val) {
this.currentPage = val;
},
handleSizeChange(val) {
this.pageSize = val;
},
// 取消
closeFn(val) {
if (val == 1) {
this.detbox = false;
this.edit = true;
} else {
this.ggXin = false;
}
},
//删除列表
async delGuan(item){
await deleteById({id:item.id})
this.getAll()
},
handleClick() {},
// 上传
handlePreview(file) {
console.log(file);
},
handleRemove(file, fileList) {
console.log(file, fileList);
},
// 重置按钮
resetting() {
this.formSel = {
affiliation: '',
createUser: '',
createDate: '',
contacts: '',
};
this.getAll();
}
},
};
</script>
<style src="@wangeditor/editor/dist/css/style.css"></style>
<style scoped>
/deep/ .first-column-bg {
background-color: #f4f4f5 !important;
}
.zhuti {
padding: 0 20px 20px 20px;
min-height: calc(100vh - 50px - 20px);
background-color: #fff;
}
/deep/ .el-form-item__content {
width: 80%;
}
|