3f535f30
杨鑫
'初始'
|
1
2
|
<template>
<div style="background-color:#f7f7f7;padding:10px 10px;">
|
41c84754
杨鑫
'最新'
|
3
|
<div class="zhuti" v-if="ggXin==false">
|
3f535f30
杨鑫
'初始'
|
4
5
6
7
8
9
|
<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 class="formSearch">
<div class="demo-input-suffix">
|
98d43fa2
杨鑫
'最新'
|
10
|
<div style="width: 68px;height:36px;line-height:32px;">渠道分类</div>
|
a67407bc
杨鑫
最新
|
11
|
<el-input placeholder="请输入" v-model="pageindex.channelCategory" style="width:168px;">
|
3f535f30
杨鑫
'初始'
|
12
|
</el-input>
|
a67407bc
杨鑫
最新
|
13
14
15
16
17
18
19
20
21
22
|
<div style="width: 68px;height:36px;line-height:36px;margin-left: 10px;">内容分类</div>
<el-select v-model="pageindex.contentCategory" placeholder="请选择"
style="width:168px">
<el-option v-for="(item,index) in contentClassificationList" :key="index" :label="item.label" :value="item.value"></el-option>
</el-select>
<div style="width: 68px;height:36px;line-height:36px;margin-left: 10px;">渠道类型</div>
<el-select v-model="pageindex.channelType" placeholder="请选择"
style="width:168px">
<el-option v-for="(item,index) in channelTypeList" :key="index" :label="item.label" :value="item.value"></el-option>
</el-select>
|
3f535f30
杨鑫
'初始'
|
23
24
25
26
27
28
29
30
31
32
33
34
|
</div>
</el-form-item>
</el-form>
<div style="">
<el-button @click="onSubmit" style="background-color: #3F9B6A;color: #fff">查询
</el-button>
<el-button @click="chong"
class="buttonHover"
style="color: #606266;border: 1px solid #dddfe5;background-color: #fff;">重置
</el-button>
</div>
</div>
|
41c84754
杨鑫
'最新'
|
35
|
<div style="margin:0 0 20px 0; display: flex;">
|
3f535f30
杨鑫
'初始'
|
36
37
|
<el-button icon="el-icon-circle-plus-outline" @click="addbuss(1)"
style="background-color: #3F9B6A;color: #fff;">新增</el-button>
|
41c84754
杨鑫
'最新'
|
38
39
40
41
|
<el-button @click="caogao"
style="background-color: #3F9B6A;color: #fff;">草稿箱</el-button>
<el-button style="background-color: #fff;color: #000;border: 1px solid #B1B1B1;"
icon="el-icon-folder-add" class="buttonHover" @click="xinFenlei">资料分类管理</el-button>
|
3f535f30
杨鑫
'初始'
|
42
|
</div>
|
41c84754
杨鑫
'最新'
|
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
<div class="fenlan">
<div class="souLei">
<div style="line-height:42px;height:42px;background-color:#f2f3f5;border-bottom:1px solid #d7d7d7;padding-left:12px;color:#0009">
标签分类
</div>
<div calss="souList">
<div class="souTabs">
<div style="padding: 5px 0 0 10px;color:#000000e6;line-height:40px;cursor: pointer;" >
<span @click="getFenAll">全部分类</span>
<span style="font-size: 15px !important;color:#606266">
<i class="el-icon-circle-plus" @click="xinFenlei()" style="padding: 5px;"></i>
</span>
</div>
<el-tree :data="xianFenlei" :props="defaultProps" @node-click="handleNodeClick" :expand-on-click-node="false">
<div class="custom-tree-node" slot-scope="{ node, data }">
<span>{{ node.label }}</span>
<span style="font-size: 15px !important;">
|
98d43fa2
杨鑫
'最新'
|
60
61
|
<i class="el-icon-circle-plus" @click="xinFenlei(node,data)" v-if="node.level!=2" style="padding-right: 7px;"></i>
<i class="el-icon-edit" @click="editFenlei(node, data)"
|
5d752fd3
杨鑫
'最新'
|
62
|
style="padding-right: 7px;"></i>
|
41c84754
杨鑫
'最新'
|
63
64
65
66
67
68
69
70
71
72
|
<i class="el-icon-delete-solid" @click="() => fenDelete(node, data)"></i>
</span>
</div>
</el-tree>
</div>
</div>
</div>
<div class="tableList">
<div>
<!-- 表格 -->
|
5d752fd3
杨鑫
'最新'
|
73
|
<el-table :data="tableData.slice((currentPage - 1) * pageSize, currentPage * pageSize)"
|
41c84754
杨鑫
'最新'
|
74
75
|
:header-cell-style="{fontSize: '14px',color:'#0009',fontWeight: 'normal',backgroundColor:'#F2F3F5'}"
align="left">
|
a67407bc
杨鑫
最新
|
76
|
<!-- <el-table-column label="序号" min-width="100" prop="id" >
|
41c84754
杨鑫
'最新'
|
77
78
79
|
<template slot-scope="scope">
{{scope.$index +1 }}
</template>
|
a67407bc
杨鑫
最新
|
80
|
</el-table-column> -->
|
41c84754
杨鑫
'最新'
|
81
82
83
84
85
86
87
88
89
90
91
92
93
94
|
<el-table-column label="渠道分类" prop="channelCategory" show-overflow-tooltip min-width="150">
</el-table-column>
<el-table-column label="内容分类" prop="contentCategory" min-width="120">
</el-table-column>
<el-table-column label="渠道类型" prop="channelType" min-width="200">
</el-table-column>
<el-table-column label="备注" prop="remarks" show-overflow-tooltip min-width="150" >
</el-table-column>
<el-table-column prop="createDate" label="创建时间" min-width="200" >
</el-table-column>
|
a67407bc
杨鑫
最新
|
95
|
<el-table-column label="操作" min-width="150" fixed="right">
|
41c84754
杨鑫
'最新'
|
96
97
|
<template slot-scope="scope">
<div @click="addbuss(2,scope.row)" class="tableBtn greens">查看</div>
|
8d287597
wesley88
1
|
98
|
<div @click="addbuss(3,scope.row)" class="tableBtn greens">修改</div>
|
41c84754
杨鑫
'最新'
|
99
100
101
102
103
|
<div @click="handleDelete(scope.row)" class="tableBtn greens">删除</div>
</template>
</el-table-column>
</el-table>
<div class="fenye">
|
a67407bc
杨鑫
最新
|
104
105
|
<div style="line-height: 200%;">共{{total}}条</div>
<el-pagination class="pagination" :hide-on-single-page="flag" background :current-page="currentPage" :page-size="pageSize" layout="prev, pager,next" :total="total"
|
41c84754
杨鑫
'最新'
|
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
|
@size-change="handleSizeChange" @current-change="handleCurrentChange" />
</div>
</div>
</div>
</div>
</div>
<el-dialog title="草稿箱" :visible.sync="caogaoshow" custom-class="dialog_css_Xq"
style="padding: 0;" width="70%" center :close-on-click-modal="false" :show-close="false">
<div>
<div style="margin-bottom: 20px;">
<el-table :data="caoList"
:header-cell-style="{fontSize: '14px',color:'#0009',fontWeight: 'normal',backgroundColor:'#F2F3F5'}"
align="left">
<el-table-column label="序号" min-width="100" prop="id" >
<template slot-scope="scope">
{{scope.$index +1 }}
</template>
</el-table-column>
<el-table-column label="渠道分类" prop="channelCategory" min-width="150">
</el-table-column>
<el-table-column label="内容分类" prop="contentCategory" min-width="120">
</el-table-column>
<el-table-column label="渠道类型" prop="channelType" min-width="200">
</el-table-column>
<el-table-column label="备注" prop="remarks" min-width="150" >
</el-table-column>
<el-table-column prop="createDate" label="创建时间" min-width="200" >
</el-table-column>
|
a67407bc
杨鑫
最新
|
139
|
<el-table-column label="操作" min-width="180" fixed="right">
|
41c84754
杨鑫
'最新'
|
140
141
142
143
144
|
<template slot-scope="scope">
<div @click="shiyong(1,scope.row)" class="tableBtn greens">使用</div>
<div @click="addbuss(2,scope.row)" class="tableBtn greens">查看</div>
<div @click="addbuss(3,scope.row)" class="tableBtn greens">编辑</div>
<div @click="handleDelete(scope.row)" class="tableBtn greens">删除</div>
|
3f535f30
杨鑫
'初始'
|
145
|
</template>
|
41c84754
杨鑫
'最新'
|
146
147
148
149
150
151
152
|
</el-table-column>
</el-table>
</div>
<div style="display: flex;justify-content: flex-end;">
<el-button @click="caogaoshow=false"
class="buttonHover"
style="background-color: #fff;color: #000;border: 1px solid #dcdfe6;">返回</el-button>
|
3f535f30
杨鑫
'初始'
|
153
154
|
</div>
</div>
|
3f535f30
杨鑫
'初始'
|
155
|
|
41c84754
杨鑫
'最新'
|
156
157
158
159
|
</el-dialog>
<el-dialog :visible.sync="xinlei" custom-class='xiaoguo_css' style="padding: 0;" width="50%"
center :close-on-click-modal="false" :close-on-press-escape="false" :show-close="false">
<div style="padding:15px;background-color:#F9F9F9;font-size:14px;border:1px solid #ECECEC;margin-bottom:20px;display: flex;justify-content: space-between;">
|
5d752fd3
杨鑫
'最新'
|
160
|
<div>{{editFen == 0 ?'新增':'编辑'}}</div>
|
41c84754
杨鑫
'最新'
|
161
162
|
</div>
<div style="padding:0 36px;">
|
5d752fd3
杨鑫
'最新'
|
163
|
<el-form label-position="right" ref="fenFrom" :model="xinADD" :rules="fenRules" label-width="120px"
|
41c84754
杨鑫
'最新'
|
164
|
style="position: relative">
|
5d752fd3
杨鑫
'最新'
|
165
|
<el-form-item label="上级分类" class="grid-content bg-purple device-from" prop="parentId">
|
41c84754
杨鑫
'最新'
|
166
167
168
169
170
171
172
173
174
175
|
<el-cascader
v-model="xinADD.parentId"
:options="cascaderList"
@change="fenleiChange"
:props="{ checkStrictly: true }"
:show-all-levels="false"
clearable
style="width: 100%;"
></el-cascader>
</el-form-item>
|
5d752fd3
杨鑫
'最新'
|
176
|
<el-form-item label="分类名称" class="grid-content bg-purple device-from" prop="classificationName">
|
41c84754
杨鑫
'最新'
|
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
|
<el-input v-model="xinADD.classificationName" placeholder="请输入" />
</el-form-item>
</el-form>
</div>
<div style="display: flex;justify-content: flex-end;padding: 10px 20px 10px 0">
<el-button class="buttonHover"
style="color: #606266;border: 1px solid #dddfe5;background-color: #fff;"
@click="fenqing" >返回</el-button>
<el-button plain @click="sevLei" style="background-color: #3F9B6A;color: #fff;" >保存
</el-button>
</div>
</el-dialog>
<!-- 新建 -->
<div v-if="ggXin" >
|
98d43fa2
杨鑫
'最新'
|
192
|
<div style="height:58px;line-height:58px;background-color:#fff;padding:0 20px;">
|
d5f60c72
杨鑫
'最新'
|
193
|
<div style="color:#0006"> <span>媒体推广</span> <span style="padding:0 5px;">></span> <span style="color:#000000e6">{{index == 1?'内容新增':index == 2?'内容详情':'内容编辑'}}</span></div>
|
41c84754
杨鑫
'最新'
|
194
195
|
</div>
<div style="background-color:#fff;padding-left:20px;">
|
3f535f30
杨鑫
'初始'
|
196
|
<div style="margin-bottom: 20px;">
|
41c84754
杨鑫
'最新'
|
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
|
<el-form ref="jibenFrom" :model="formInline" :rules="rules" label-width="120px">
<el-form-item label="资料分类" prop="channelClassification">
<div v-if="index == 2">
{{formInline.channelClassification}}
</div>
<el-cascader
v-else
v-model="formInline.channelClassification"
:options="cascaderList"
@change="ADDChange"
:props="{ checkStrictly: true }"
:show-all-levels="false"
clearable
:disabled="index == 1?false:index == 2?true:false"
style="width: 100%;"
></el-cascader>
</el-form-item>
|
3f535f30
杨鑫
'初始'
|
215
|
<el-form-item label="渠道分类" prop="channelCategory">
|
41c84754
杨鑫
'最新'
|
216
217
218
|
<div v-if="index == 2">
{{formInline.channelCategory}}
</div>
|
3f535f30
杨鑫
'初始'
|
219
|
<el-select v-model="formInline.channelCategory" placeholder="请选择"
|
41c84754
杨鑫
'最新'
|
220
|
v-else style="width:100%">
|
3f535f30
杨鑫
'初始'
|
221
222
223
224
225
|
<el-option :label="item.channelName" :value="item.channelName
" v-for="(item,index) in qudaoData" :key="item.id"/>
</el-select>
</el-form-item>
<el-form-item label="内容分类" prop="contentCategory">
|
41c84754
杨鑫
'最新'
|
226
227
228
|
<div v-if="index == 2">
{{formInline.contentCategory}}
</div>
|
3f535f30
杨鑫
'初始'
|
229
|
<el-select v-model="formInline.contentCategory" placeholder="请选择"
|
41c84754
杨鑫
'最新'
|
230
|
v-else style="width:100%">
|
04473319
wesley88
1
|
231
|
<!-- <el-option label="宣传资料" value="宣传资料" />
|
3f535f30
杨鑫
'初始'
|
232
|
<el-option label="宣传文案" value="宣传文案" />
|
04473319
wesley88
1
|
233
234
|
<el-option label="宣传软文" value="宣传软文" /> -->
<el-option v-for="(item,index) in contentClassificationList" :key="index" :label="item.label" :value="item.value"></el-option>
|
3f535f30
杨鑫
'初始'
|
235
236
237
|
</el-select>
</el-form-item>
<el-form-item label="内容编制" prop="contentCompilation">
|
41c84754
杨鑫
'最新'
|
238
239
240
241
242
|
<div v-if="index == 2" v-html="formInline.contentCompilation">
</div>
<wang-editor v-model="formInline.contentCompilation" ref="editor" :height="200" v-else></wang-editor>
|
3f535f30
杨鑫
'初始'
|
243
|
</el-form-item>
|
8d287597
wesley88
1
|
244
|
<el-form-item label="宣传资料上传" prop="accountNumber">
|
f0e7afbf
杨鑫
'最新'
|
245
|
<!-- <el-upload class="upload-demo" ref="upload" :on-remove="handleRemove"
|
3f535f30
杨鑫
'初始'
|
246
247
248
|
:action="uploadFileUrl" :on-success="handleUploadSuccess" :file-list="fileData"
:auto-upload="true" v-if="index ==3 || index ==1">
<el-button style="background-color: #fff;color: #3F9B6A;border: 1px solid #dcdfe6;" class="buttonHover" v-if="fileData.length==0">+点击上传</el-button>
|
f0e7afbf
杨鑫
'最新'
|
249
|
</el-upload> -->
|
98d43fa2
杨鑫
'最新'
|
250
251
|
<div style="" v-if="index == 2">
<a :href="$baseURL+formInline.attachmentUpload" style="color: #3F9B6A;" >{{formInline.attachmentUpload}}</a>
|
41c84754
杨鑫
'最新'
|
252
|
</div>
|
98d43fa2
杨鑫
'最新'
|
253
|
<upfile filePath="tuiguang" inputtype="attachmentUpload" :limit="1" :accept="'.docx'" :value="formInline.attachmentUpload" @changimg="e=>changimg(e,'attachmentUpload')" v-else></upfile>
|
41c84754
杨鑫
'最新'
|
254
|
|
3f535f30
杨鑫
'初始'
|
255
256
|
</el-form-item>
<el-form-item label="渠道类型" prop="channelType">
|
41c84754
杨鑫
'最新'
|
257
258
259
|
<div v-if="index == 2">
{{formInline.channelType}}
</div>
|
3f535f30
杨鑫
'初始'
|
260
|
<el-select v-model="formInline.channelType" placeholder="请选择"
|
41c84754
杨鑫
'最新'
|
261
|
v-else style="width:100%">
|
04473319
wesley88
1
|
262
|
<!-- <el-option label="APP" value="APP" />
|
3f535f30
杨鑫
'初始'
|
263
264
|
<el-option label="电视" value="电视" />
<el-option label="广播" value="广播" />
|
04473319
wesley88
1
|
265
266
|
<el-option label="网站" value="网站" /> -->
<el-option v-for="(item,index) in channelTypeList" :key="index" :label="item.label" :value="item.value"></el-option>
|
3f535f30
杨鑫
'初始'
|
267
268
|
</el-select>
</el-form-item>
|
41c84754
杨鑫
'最新'
|
269
|
|
98d43fa2
杨鑫
'最新'
|
270
|
<!-- <el-form-item label="APPKEY" v-if="index==1?true:false" prop="appKey">
|
41c84754
杨鑫
'最新'
|
271
|
|
3f535f30
杨鑫
'初始'
|
272
|
<el-input v-model="formInline.appKey" placeholder="请输入"></el-input>
|
98d43fa2
杨鑫
'最新'
|
273
274
|
</el-form-item> -->
<!-- <el-form-item label="APP图片" v-if="index==1?true:false" prop="appImage" style="margin-bottom:20px;">
|
f0e7afbf
杨鑫
'最新'
|
275
|
<upimg filePath="tuiguang" :value="formInline.appImage" inputtype="appImage" :limit="1" @changimg="e=>changimg(e,'appImage')"></upimg>
|
98d43fa2
杨鑫
'最新'
|
276
|
</el-form-item> -->
|
41c84754
杨鑫
'最新'
|
277
278
279
280
|
<el-form-item label="备注" prop="remarks" >
<div v-if="index ==2">
{{formInline.remarks}}
</div>
|
3f535f30
杨鑫
'初始'
|
281
|
<el-input type="textarea" v-model="formInline.remarks" :rows="4"
|
41c84754
杨鑫
'最新'
|
282
|
v-else></el-input>
|
3f535f30
杨鑫
'初始'
|
283
284
285
286
287
|
</el-form-item>
</el-form>
</div>
|
41c84754
杨鑫
'最新'
|
288
|
<div style="display: flex;justify-content: flex-end;padding-bottom: 20px;">
|
3f535f30
杨鑫
'初始'
|
289
290
291
|
<el-button plain @click="closeFn(1)"
class="buttonHover"
style="background-color: #fff;color: #000;border: 1px solid #dcdfe6;">返回</el-button>
|
5d752fd3
杨鑫
'最新'
|
292
293
294
|
<el-button plain @click="addCheck(index,0)" v-if="index== 1"
style="background-color: #3F9B6A;color: #fff;border-color: #3F9B6A;">暂存</el-button>
<el-button plain @click="addCheck(index,1)" v-if="index!= 2"
|
3f535f30
杨鑫
'初始'
|
295
296
297
298
|
style="background-color: #3F9B6A;color: #fff;border-color: #3F9B6A;">确定</el-button>
</div>
</div>
|
41c84754
杨鑫
'最新'
|
299
|
</div>
|
3f535f30
杨鑫
'初始'
|
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
|
</div>
</template>
<script>
import {
quGetAll,
quGetOne,
quAdd,
quEdit,
quDel,
} from '@/api/account.js'
import {
contentAll,
contentAdd,
contentEdit,
contentDel,
} from '@/api/contentMant.js'
|
41c84754
杨鑫
'最新'
|
320
321
322
323
324
325
|
import {
cereGet,
cereAdd,
cereEdit,
cereDel
} from '../../api/activityBz'
|
3f535f30
杨鑫
'初始'
|
326
327
|
import upimg from "@/components/ImageUpload/index"
import wangEditor from "@/components/editor/index"
|
f0e7afbf
杨鑫
'最新'
|
328
|
import upfile from "@/components/fujianUpload/fujianList"
|
3f535f30
杨鑫
'初始'
|
329
330
331
332
|
import {
uploadUrl
} from '@/utils/request'
export default {
|
f0e7afbf
杨鑫
'最新'
|
333
|
components: { upimg,wangEditor,upfile},
|
3f535f30
杨鑫
'初始'
|
334
335
336
337
|
data() {
return {
uploadFileUrl: uploadUrl, // 请求地址
currentPage: 1,
|
a67407bc
杨鑫
最新
|
338
|
total: 0,
|
3f535f30
杨鑫
'初始'
|
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
|
flag: false,
pageSize: 10,
ggXin: false,
index: 1,
pageNum: 1, // 当前页
fenlei: [],
fenleiInex:0,
formInline: {
channelCategory:'',
contentCategory:'',
contentCompilation:'',
channelType:'',
appKey:'',
appImage:'',
remarks:'',
|
5d752fd3
杨鑫
'最新'
|
354
|
draftStatus:'1'
|
3f535f30
杨鑫
'初始'
|
355
356
357
|
},
planName: '',
chaName: '', //查询
|
41c84754
杨鑫
'最新'
|
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
|
rules:{
channelClassification:[{ required: true, message: '请选择资料分类', trigger: 'change' }],
channelCategory:[{ required: true, message: '请选择渠道分类', trigger: 'change' }],
contentCategory: [{
required: true,
message: '请选择内容分类',
trigger: 'change'
}],
channelType: [{
required: true,
message: '请选择渠道类型',
trigger: 'change'
}],
remarks:[{
required: true,
message: '请输入备注',
trigger: 'blur'
}],
},
|
3f535f30
杨鑫
'初始'
|
377
378
|
tableData: [],
pageindex: {
|
a67407bc
杨鑫
最新
|
379
380
381
|
channelCategory:'',
contentCategory:'',
channelType:'',
|
3f535f30
杨鑫
'初始'
|
382
|
pageNumber: 1,
|
41c84754
杨鑫
'最新'
|
383
384
|
pageSize: 10,
draftStatus:1,
|
3f535f30
杨鑫
'初始'
|
385
386
387
388
389
|
},
xinADD:{
classificationName:'',
classificationCode:'',
parentId:'',
|
5d752fd3
杨鑫
'最新'
|
390
|
classificationType:'4'
|
3f535f30
杨鑫
'初始'
|
391
|
},
|
41c84754
杨鑫
'最新'
|
392
393
394
395
396
397
398
399
|
xinlei:false,//分类管理框
fentcont:true,//分类管理控制
cascaderList:[],
xianFenlei:[],
defaultProps:{
children: 'children',
label: 'classificationName'
},
|
3f535f30
杨鑫
'初始'
|
400
|
qudaoData:[],
|
41c84754
杨鑫
'最新'
|
401
402
|
fileData:[],
caogaoshow:false,
|
5d752fd3
杨鑫
'最新'
|
403
404
405
406
407
408
409
410
411
412
413
|
caoList:[],
fenRules:{
classificationName: [{
required: true,
message: '请输入分类名称',
trigger: 'blur'
},
],
},
editFen:0,
|
3f535f30
杨鑫
'初始'
|
414
415
416
417
418
419
|
}
},
computed: {},
mounted() {
this.getAll()
},
|
04473319
wesley88
1
|
420
421
422
423
424
425
426
427
|
computed: {
contentClassificationList() {
return this.$store.state.cent.contentClassificationList;
},
channelTypeList() {
return this.$store.state.cent.channelTypeList;
}
},
|
3f535f30
杨鑫
'初始'
|
428
|
methods: {
|
f0e7afbf
杨鑫
'最新'
|
429
430
|
changimg(e,type) {
this.formInline[type] = e
|
98d43fa2
杨鑫
'最新'
|
431
432
433
434
435
436
437
438
439
|
// if(type=='attachmentUpload'){
// const parts = e.split('/');
// const filename = parts[parts.length - 1];
// let file ={
// url:e,
// name:filename
// }
// this.formInline.attachmentUpload = JSON.stringify(this.file)
// }
|
f0e7afbf
杨鑫
'最新'
|
440
|
},
|
3f535f30
杨鑫
'初始'
|
441
442
443
444
445
446
|
async getAll() {
const res = await quGetAll(this.pageindex)
this.qudaoData = res.data.content
const tad= await contentAll(this.pageindex)
this.tableData = tad.data.content
this.total = tad.data.content.length
|
41c84754
杨鑫
'最新'
|
447
448
449
450
451
452
453
454
455
|
let page = {
pageNumber: 1,
pageSize: 10,
classificationType:'4'
}
const fenleis = await cereGet(page)
this.fenlei = fenleis.data
this.cascaderList =this.transformData(fenleis.data)
this.xianFenlei = this.trsData(fenleis.data)
|
5d752fd3
杨鑫
'最新'
|
456
|
console.log('cascaderList',this.cascaderList)
|
3f535f30
杨鑫
'初始'
|
457
|
},
|
41c84754
杨鑫
'最新'
|
458
459
460
|
async getFenAll(){
this.pageindex={
pageNumber: 1,
|
5d752fd3
杨鑫
'最新'
|
461
462
|
pageSize: 10,
draftStatus:1,
|
41c84754
杨鑫
'最新'
|
463
464
465
466
467
468
469
470
471
472
473
|
}
const tad= await contentAll(this.pageindex)
this.tableData = tad.data.content
this.total = tad.data.content.length
},
caogao(){
let pageindex = {
draftStatus:0,
pageNumber: 1,
pageSize: 10
|
5d752fd3
杨鑫
'最新'
|
474
|
|
41c84754
杨鑫
'最新'
|
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
|
}
contentAll(pageindex).then(res=>{
this.caoList = res.data.content
})
this.caogaoshow =true
},
async getcaogao() {
let pageindex = {
pageNumber: 1,
pageSize: 10,
draftStatus:0,
}
const tad= await contentAll(pageindex)
this.caoList = tad.data.content
},
transformData(data) {
return data.map(item => ({
value: item.cereClassification.id,
label: item.cereClassification.classificationName,
children: item.childClassifications.map(child => ({
value: child.id,
label: child.classificationName,
})),
}));
},
trsData(data){
return data.map(item => ({
...item.cereClassification,
children: item.childClassifications || []
}));
},
|
3f535f30
杨鑫
'初始'
|
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
|
//获取当前时间
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}`;
},
addbuss(val, item) {
if (val == 1) {
this.formInline = {
channelCategory:'',
contentCategory:'',
contentCompilation:'',
channelType:'',
appKey:'',
appImage:'',
remarks:'',
}
} else if (val === 2 || val === 3) {
this.formInline.id = item.id
this.formInline = item
|
98d43fa2
杨鑫
'最新'
|
533
534
535
536
|
this.fileData = this.formInline.attachmentUpload
// if(typeof item.attachmentUpload == 'string' && item.attachmentUpload !=''){
// this.formInline.attachmentUpload = JSON.parse(this.formInline.attachmentUpload)
// this.fileData = this.formInline.attachmentUpload
|
41c84754
杨鑫
'最新'
|
537
|
|
98d43fa2
杨鑫
'最新'
|
538
|
// }
|
41c84754
杨鑫
'最新'
|
539
|
this.formInline.channelClassification = Number(item.channelClassification)
|
3f535f30
杨鑫
'初始'
|
540
541
|
}
this.index = val
|
98d43fa2
杨鑫
'最新'
|
542
|
this.caogaoshow = false
|
3f535f30
杨鑫
'初始'
|
543
544
545
546
547
548
|
this.ggXin = true
},
bianji() {
this.index = 3
},
// 确定
|
5d752fd3
杨鑫
'最新'
|
549
|
addCheck(index,val) {
|
3f535f30
杨鑫
'初始'
|
550
551
552
|
this.$refs.jibenFrom.validate((valid) => {
if (valid) {
if(index == 1){
|
f0e7afbf
杨鑫
'最新'
|
553
554
555
|
// if(this.fileData.length !='0'){
// this.formInline.attachmentUpload = JSON.stringify(this.fileData)
// }
|
3f535f30
杨鑫
'初始'
|
556
|
this.formInline.createDate = this.updateCurrentTime()
|
5d752fd3
杨鑫
'最新'
|
557
|
this.formInline.draftStatus = val
|
3f535f30
杨鑫
'初始'
|
558
|
contentAdd(this.formInline).then(res => {
|
5d752fd3
杨鑫
'最新'
|
559
|
this.getFenAll()
|
3f535f30
杨鑫
'初始'
|
560
561
562
|
this.ggXin = false
})
}else{
|
f0e7afbf
杨鑫
'最新'
|
563
564
|
// if(this.fileData.length !='0'){
// this.formInline.attachmentUpload = JSON.stringify(this.fileData)
|
3f535f30
杨鑫
'初始'
|
565
|
|
f0e7afbf
杨鑫
'最新'
|
566
|
// }
|
98d43fa2
杨鑫
'最新'
|
567
|
console.log(this.formInline,'this.formInline')
|
3f535f30
杨鑫
'初始'
|
568
|
contentEdit(this.formInline).then(res => {
|
5d752fd3
杨鑫
'最新'
|
569
|
this.getFenAll()
|
3f535f30
杨鑫
'初始'
|
570
571
572
573
574
575
|
this.ggXin = false
})
}
}else{
this.$message({
message: '请填写数据',
|
41c84754
杨鑫
'最新'
|
576
|
type: 'error',
|
3f535f30
杨鑫
'初始'
|
577
578
579
580
581
582
583
584
585
|
offset: 100
})
return false;
}
}
)
},
|
a67407bc
杨鑫
最新
|
586
587
588
|
onSubmit() {
this.currentPage = 1
this.getAll(this.pageindex)
|
3f535f30
杨鑫
'初始'
|
589
|
},
|
5d752fd3
杨鑫
'最新'
|
590
|
handleSizeChange(val) {
|
3f535f30
杨鑫
'初始'
|
591
|
|
5d752fd3
杨鑫
'最新'
|
592
|
this.pageSize =val
|
3f535f30
杨鑫
'初始'
|
593
|
},
|
5d752fd3
杨鑫
'最新'
|
594
595
|
handleCurrentChange(val) {
this.currentPage =val
|
3f535f30
杨鑫
'初始'
|
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
|
},
closeFn() {
this.ggXin = false
this.index = 1
},
handleDelete(item) {
const h = this.$createElement;
this.$msgbox({
title: '消息',
message: h('p', null, [
h('span', null, '是否删除 '),
]),
showCancelButton: true,
showClose: false,
confirmButtonText: '确定',
cancelButtonText: '取消',
customClass: 'oe-dialog-btn',
beforeClose: (action, instance, done) => {
if (action === 'confirm') {
contentDel({
id: item.id
}).then(res => {
|
41c84754
杨鑫
'最新'
|
618
619
620
621
|
this.$message({
message: '删除成功',
type: 'success'
})
|
3f535f30
杨鑫
'初始'
|
622
|
this.getAll()
|
41c84754
杨鑫
'最新'
|
623
|
this.getcaogao()
|
3f535f30
杨鑫
'初始'
|
624
625
626
627
628
629
630
631
632
633
|
done();
})
} else {
done();
}
}
})
},
chong() {
this.pageindex = {
|
a67407bc
杨鑫
最新
|
634
635
636
|
channelCategory:'',
contentCategory:'',
channelType:'',
|
3f535f30
杨鑫
'初始'
|
637
|
pageNumber: 1,
|
5d752fd3
杨鑫
'最新'
|
638
639
|
pageSize: 10,
draftStatus:1,
|
3f535f30
杨鑫
'初始'
|
640
|
}
|
a67407bc
杨鑫
最新
|
641
|
this.currentPage = 1
|
3f535f30
杨鑫
'初始'
|
642
643
644
645
646
647
|
this.getAll()
},
handleClick(tab, event){
this.fenleiInex = Number(tab.index)
this.pageindex = {
pageNumber: 1,
|
5d752fd3
杨鑫
'最新'
|
648
649
|
pageSize: 10,
draftStatus:1,
|
3f535f30
杨鑫
'初始'
|
650
651
652
653
654
655
656
657
658
|
}
if(tab.index == '0'){
this.getAll()
}else{
let num = Number(tab.index)
this.pageindex.channelClassification = this.fenlei[num - 1]
this.getAll()
}
},
|
5d752fd3
杨鑫
'最新'
|
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
|
sevLei(){
this.$refs.fenFrom.validate((valid) => {
if (valid) {
if (this.editFen == 0) {
this.xinADD.classificationCode = this.xinADD.classificationName
cereAdd(this.xinADD).then(res=>{
this.xinlei = false
this.xinADD = {
classificationName: '',
classificationCode: '',
parentId: '',
classificationType: '4'
}
this.getAll()
})
} else {
cereEdit({
id: this.xinADD.parentId,
classificationName: this.xinADD.classificationName
}).then(res=>{
this.xinlei = false
this.xinADD = {
classificationName: '',
classificationCode: '',
parentId: '',
classificationType: '4'
}
this.getAll()
})
}
}else{
this.$message({
message: '请填写数据',
type: 'error',
offset: 100
})
return false;
}
})
},
|
3f535f30
杨鑫
'初始'
|
704
|
fenleiChange(value){
|
5d752fd3
杨鑫
'最新'
|
705
|
this.xinADD.parentId = value[0]
|
3f535f30
杨鑫
'初始'
|
706
707
|
},
ADDChange(value){
|
5d752fd3
杨鑫
'最新'
|
708
|
this.formInline.channelClassification = value[0]
|
3f535f30
杨鑫
'初始'
|
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
|
},
fenleiMenu(item){
if(item.cereClassification){
this.pageindex.channelClassification = item.cereClassification.classificationName
}else{
this.pageindex.channelClassification = item.classificationName
}
this.getAll()
},
handleUploadSuccess(response, file, fileList) {
const fileMsg = {
name:file.name,
url: file.response.data.url,
}
// 将文件地址存储在 uploadedFiles 数组中
this.fileData.push(fileMsg);
},
handleRemove(file, fileList) {
this.fileData = []
},
|
41c84754
杨鑫
'最新'
|
729
730
|
async handleNodeClick(data){
this.pageindex.channelClassification = data.id
|
5d752fd3
杨鑫
'最新'
|
731
|
const res = await contentAll(this.pageindex)
|
41c84754
杨鑫
'最新'
|
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
|
this.tableData = res.data.content
this.total = res.data.content.length
},
fenqing(){
this.xinADD={
classificationName:'',
classificationCode:'',
parentId:'',
classificationType:'4'
}
this.xinlei = false
},
xinFenlei(node,data){
if(data){
this.xinADD.parentId = data.id
}
this.xinlei = true
},
|
5d752fd3
杨鑫
'最新'
|
750
751
752
753
754
755
756
757
|
editFenlei(node, data) {
this.editFen = 1
if (data) {
this.xinADD.parentId = data.id
this.xinADD.classificationName = data.classificationName
}
this.xinlei = true
},
|
41c84754
杨鑫
'最新'
|
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
|
fenDelete(node,data){
const h = this.$createElement;
this.$msgbox({
title: '消息',
message: h('p', null, [
h('span', null, '是否当前分类和子分类删除 '),
]),
showCancelButton: true,
showClose:false,
confirmButtonText: '确定',
cancelButtonText: '取消',
customClass:'oe-dialog-btn',
beforeClose: (action, instance, done) => {
if (action === 'confirm') {
cereDel({id:data.id}).then(res=>{
this.xinlei = false
this.getAll()
done();
})
} else {
done();
}
}
})
},
|
cdf6c4c9
杨鑫
最新
|
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
|
shiyong(val,item) {
const h = this.$createElement;
this.$msgbox({
title: '消息',
message: h('p', null, [
h('span', null, '是否使用 '),
]),
showCancelButton: true,
showClose: false,
confirmButtonText: '确定',
cancelButtonText: '取消',
customClass: 'oe-dialog-btn',
beforeClose: (action, instance, done) => {
if (action === 'confirm') {
contentEdit({
id: item.id,
draftStatus: 1,
}).then(res => {
this.getAll()
this.caogaoshow =false
done();
})
} else {
done();
}
}
})
},
|
3f535f30
杨鑫
'初始'
|
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
|
}
}
</script>
<style scoped>
.custom-tree-node {
flex: 1;
display: flex;
align-items: center;
justify-content: space-between;
font-size: 14px;
padding-right: 8px;
}
.zhuti {
padding: 0 20px 20px 20px;
min-height: calc(100vh - 50px - 20px);
background-color: #Fff;
}
|
41c84754
杨鑫
'最新'
|
833
|
|
f0e7afbf
杨鑫
'最新'
|
834
|
|
3f535f30
杨鑫
'初始'
|
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
|
.formSearch {
display: flex;
width: 100%;
font-size: 14px;
justify-content: space-between;
padding-bottom: 10px;
align-items: center;
}
.greens {
color: #3F9B6A;
}
/deep/ .el-table__row {
font-size: 14px;
color:#000000e6;
}
.fenye {
|
a67407bc
杨鑫
最新
|
855
856
857
858
859
|
margin-top: 20px;
position: relative;
display: flex;
justify-content: space-between;
}
|
3f535f30
杨鑫
'初始'
|
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
|
/deep/ .el-pagination.is-background .el-pager li:not(.disabled).active {
background-color: #3F9B6A;
}
.el-row {
margin-bottom: 20px;
}
:last-child {
margin-bottom: 0;
}
.el-col {
border-radius: 4px;
}
.grid-content {
border-radius: 4px;
min-height: 36px;
}
.row-bg {
padding: 10px 0;
background-color: #f9fafc;
}
/deep/ .el-form--label-top .el-form-item__label {
padding: 0;
}
.pagination {
text-align: right;
line-height: 20px;
}
/deep/ .el-pagination__total {
float:left;
}
/deep/ .bg-purple{
background: #fff;
height: 50px;
}
/deep/ .el-tabs__active-bar {
background-color: #389865;
}
::v-deep .el-input__inner{
height:32px;
line-height:32px;
}
::v-deep .el-select .el-input.is-focus .el-input__inner {
border-color: #3F9B6A
}
::v-deep .dialog_css_Xq {
margin-top: 8vh !important;
margin-left: 25% !important;
.el-dialog__title {
font-size: 14px;
color: #000000e6;
}
.el-dialog__header {
background-color: #fff;
padding:10px 20px;
}
}
.fenlan {
display: flex;
}
::v-deep .el-form-item{
margin-bottom:16px;
}
.souLei {
border: 1px solid #d7d7d7;
background-color: #fff;
|
5d752fd3
杨鑫
'最新'
|
938
|
width:18%;
|
3f535f30
杨鑫
'初始'
|
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
|
margin-right:20px;
}
::v-deep .el-menu{
border-right:0px;
}
::v-deep .el-menu-item{
height:36px;
line-height: 36px;
}
::v-deep .el-submenu__title{
height:36px;
line-height: 36px;
font-weight:600;
border-radius:4px;
margin:4px 0;
}
::v-deep .el-menu-item-group__title{
padding:0px
}
::v-deep .fudan{
font-weight:600;
border-radius:4px;
margin:4px 0;
}
::v-deep .chinddan{
margin:5px 0;
}
::v-deep .el-tabs__item.is-active {
color: #3F9B6A;
opacity: 1;
}
</style>
<style lang="scss" scoped>
::v-deep .souTabs {
padding:0 15px 0 12px;
.el-submenu{
padding:0px;
}
.el-menu-item:focus, .el-menu-item:hover{
background-color: #3F9B6A !important;
}
.el-menu-item:hover{
background-color:#3f9b6a1a !important;
color:#000 !important;
}
.el-tabs--left .el-tabs__header.is-left {
width: 100%;
margin-right: 0px;
}
.el-tabs--left .el-tabs__item.is-left {
text-align: center;
}
.el-tabs__item.is-active {
background-color: #DEEBE2;
}
}
::v-deep .tableList {
|
5d752fd3
杨鑫
'最新'
|
1001
|
width: 81%;
|
3f535f30
杨鑫
'初始'
|
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
|
.el-button:hover {
border: none
}
}
::v-deep .demo-input-suffix {
display: flex;
margin-right: 20px;
width: 75%;
.el-input__inner{
height:32px;
}
}
::v-deep .buttonHover:hover{
color:#3f9b6a !important;
border-color: #c5e1d2 !important;
background-color: #ecf5f0 !important;
outline: none;
}
::v-deep label{
font-weight:100
}
::v-deep .xiaoguo_css{
.el-dialog__body{
padding:0px !important;
}
}
</style>
|