-
@@ -934,21 +937,22 @@
label-width="120px" style="position: relative">
-
+
-
+
-
+
@@ -957,19 +961,19 @@
-
+
-
+
-
+
@@ -978,7 +982,7 @@
-
+
@@ -998,7 +1002,7 @@
-
@@ -1021,7 +1025,7 @@
-
+
@@ -1029,7 +1033,7 @@
-
+
@@ -1059,7 +1063,7 @@
-
+
@@ -1067,7 +1071,8 @@
编辑
- 保存
+ 保存
下载
@@ -1075,8 +1080,8 @@
保存
-
-
+
+
@@ -1134,7 +1139,7 @@
planFen: '',
eventTheme: '',
currentPage: 1,
- caogaoPage:1,
+ caogaoPage: 1,
total: 0,
flag: false,
pageSize: 10,
@@ -1149,7 +1154,7 @@
message: '请输入分类名称',
trigger: 'blur'
},
-
+
],
},
copyRules: {
@@ -1158,7 +1163,7 @@
message: '请输入新方案名称',
trigger: 'blur'
},
-
+
],
},
fenlei: [],
@@ -1208,19 +1213,19 @@
externalLaborCostEstimation: '',
tableData3: [{
id: 0,
- name: '商品成本预估',
+ name: '商品成本预估(/元)',
planName: '',
- text: '设备成本预估',
+ text: '设备成本预估(/元)',
eventTheme: ''
}, {
id: 0,
- name: '宣传费用预估',
+ name: '宣传费用预估(/元)',
planName: '',
- text: '其他必要成本预估',
+ text: '其他必要成本预估(/元)',
eventTheme: ''
}, {
id: 0,
- name: '总成本预估',
+ name: '总成本预估(/元)',
planName: '',
text: '备注',
eventTheme: ''
@@ -1229,9 +1234,9 @@
expectedParticipation: '',
tableData4: [{
id: 0,
- name: '预计直接收益',
+ name: '预计直接收益(/元)',
planName: '',
- text: '预计间接收益',
+ text: '预计间接收益(/元)',
eventTheme: '-'
}],
createDate: '',
@@ -1332,7 +1337,7 @@
peiShow: false,
peiId: '',
zhixingqingk: '',
- editFen:0
+ editFen: 0
}
},
@@ -1418,32 +1423,32 @@
},
//删除记录按钮
handleDelete(val) {
- 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') {
- deleteById({
- id: val
- }).then(res => {
- this.getAll()
- done();
- })
- } else {
+ 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') {
+ deleteById({
+ id: val
+ }).then(res => {
+ this.getAll()
done();
- }
+ })
+ } else {
+ done();
}
- })
-
-
+ }
+ })
+
+
// if (this.multipleSelection.length == 1) {} else {
// this.$message({
// message: '请选择一个文件删除',
@@ -1612,7 +1617,7 @@
}).then(res => {
this.secondData = res.data.content[0]
//基本信息
- // that.id=res.data.content[0].id
+ that.id = res.data.content[0].id
that.text = res.data.content[0].planName
that.tableData1[0].eventTheme = res.data.content[0].planType
that.tableData1[0].planName = res.data.content[0].eventAddrs
@@ -1641,7 +1646,7 @@
//系统信息
that.createUser = res.data.content[0].createUser
that.createDate = res.data.content[0].createDate
- that.tableData5[0].planName = '-'
+ that.tableData5[0].planName = res.data.content[0].updateDate
that.tableData5[0].eventTheme = res.data.content[0].updateUser
@@ -1852,7 +1857,7 @@
this.fenxiData = res.data
this.xiaoguoBox = true
this.$nextTick(() => {
- this.jiaoLiu(this.$refs.jiaoL,this.fenxiData);
+ this.jiaoLiu(this.$refs.jiaoL, this.fenxiData);
// this.shopLiu(this.$refs.shopL);
this.resizeChart = () => {
try {
@@ -1865,7 +1870,7 @@
window.addEventListener('resize', this.resizeChart, false); // false代表事件句柄在冒泡阶段执行
})
})
-
+
},
shopLiu(Dom) {
this.chart = echarts.init(Dom)
@@ -1931,7 +1936,7 @@
}
this.chart.setOption(option)
},
- jiaoLiu(Dom,list) {
+ jiaoLiu(Dom, list) {
this.chart1 = echarts.init(Dom)
let option = {
tooltip: {
@@ -1971,7 +1976,7 @@
}
},
color: ['#50B5FF', '#5AD8A6', '#5D7092', '#F6BD16', '#f2d2f6'],
- data: [{
+ data: [{
value: list.expectedAttractTrafficAnalyse,
name: '吸引游客流量'
},
@@ -2010,60 +2015,60 @@
}
this.xinlei = true
},
- sevLei() {
+ 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: '1'
- }
- this.$message({
- message: '保存成功',
- type: 'success',
- offset: 100
- })
- this.getAll()
- })
- } else {
- cereEdit({
- id: this.xinADD.parentId,
- classificationName: this.xinADD.classificationName
- }).then(res=>{
- this.xinlei = false
- this.xinADD = {
- classificationName: '',
- classificationCode: '',
- parentId: '',
- classificationType: '1'
- }
- this.$message({
- message: '保存成功',
- type: 'success',
- offset: 100
- })
- this.getAll()
- })
- }
-
- }else{
+ 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: '1'
+ }
+ this.$message({
+ message: '保存成功',
+ type: 'success',
+ offset: 100
+ })
+ this.getAll()
+ })
+ } else {
+ cereEdit({
+ id: this.xinADD.parentId,
+ classificationName: this.xinADD.classificationName
+ }).then(res => {
+ this.xinlei = false
+ this.xinADD = {
+ classificationName: '',
+ classificationCode: '',
+ parentId: '',
+ classificationType: '1'
+ }
+ this.$message({
+ message: '保存成功',
+ type: 'success',
+ offset: 100
+ })
+ this.getAll()
+ })
+ }
+
+ } else {
this.$message({
- message: '请填写数据',
- type: 'error',
- offset: 100
+ message: '请填写数据',
+ type: 'error',
+ offset: 100
})
- return false;
- }
-
+ return false;
+ }
+
})
-
+
},
fenDelete(node, data) {
const h = this.$createElement;
@@ -2160,21 +2165,21 @@
this.copy.planName = ''
},
copysev() {
- this.$refs.copyfrom.validate((valid) => {
- if (valid) {
- copy(this.copy).then(res => {
- this.copyShow = false
- this.getAll()
- })
- }else{
- this.$message({
- message: '请填写数据',
- type: 'error',
- offset: 100
- })
- return false;
- }
- })
+ this.$refs.copyfrom.validate((valid) => {
+ if (valid) {
+ copy(this.copy).then(res => {
+ this.copyShow = false
+ this.getAll()
+ })
+ } else {
+ this.$message({
+ message: '请填写数据',
+ type: 'error',
+ offset: 100
+ })
+ return false;
+ }
+ })
},
customFormat(percentage) {
let zong
diff --git a/admin-web-master/src/views/atmosphere/atmosphereHis.vue b/admin-web-master/src/views/atmosphere/atmosphereHis.vue
index ab60c3b..b3bcb68 100644
--- a/admin-web-master/src/views/atmosphere/atmosphereHis.vue
+++ b/admin-web-master/src/views/atmosphere/atmosphereHis.vue
@@ -155,7 +155,7 @@
-
+
@@ -387,7 +387,7 @@
-
+
@@ -415,21 +415,21 @@
label-width="120px" style="position: relative">
-
-
+
-
+
@@ -438,19 +438,19 @@
-
+
-
+
-
+
@@ -459,7 +459,7 @@
-
+
@@ -502,7 +502,7 @@
-
+
@@ -510,7 +510,7 @@
-
+
@@ -668,7 +668,7 @@
-
+
@@ -682,7 +682,7 @@
:labelStyle="labelStyle">
- 内部人力成本预估
+ 内部人力成本预估(/元)
- 外部人力成本预估
+ 外部人力成本预估(/元)
- 商品成本预估
+ 商品成本预估(/元)
- 设备成本预估
+ 设备成本预估(/元)
- 宣传费用预估
+ 宣传费用预估(/元)
- 其他必要成本预估
+ 其他必要成本预估(/元)
- 总成本预估
+ 总成本预估(/元)
- 预计直接收益
+ 预计直接收益(/元)
- 预计间接收益
+ 预计间接收益(/元)
-
+
@@ -923,14 +923,14 @@
-
-
@@ -1110,7 +1110,7 @@
-
+
@@ -1124,43 +1124,43 @@
- 内部人力成本预估
+ 内部人力成本预估(/元)
{{lixiang.internalLaborCostEstimation}}
- 外部人力成本预估
+ 外部人力成本预估(/元)
{{lixiang.externalLaborCostEstimation}}
- 商品成本预估
+ 商品成本预估(/元)
{{lixiang.costEstimationGoods}}
- 设备成本预估
+ 设备成本预估(/元)
{{lixiang.setCostEstimate}}
- 宣传费用预估
+ 宣传费用预估(/元)
{{lixiang.estimatedPromotionalExpenses}}
- 其他必要成本预估
+ 其他必要成本预估(/元)
{{lixiang.otherNecessaryEstimates}}
- 总成本预估
+ 总成本预估(/元)
{{lixiang.totalCostEstimation}}
@@ -1191,13 +1191,13 @@
- 预计直接收益
+ 预计直接收益(/元)
{{lixiang.expectedDirectBenefits}}
- 预计间接收益
+ 预计间接收益(/元)
{{lixiang.expectedIndirectBenefits}}
@@ -1273,7 +1273,7 @@
-
+
@@ -1600,19 +1600,19 @@
externalLaborCostEstimation: '',
tableData3: [{
id: 0,
- name: '商品成本预估',
+ name: '商品成本预估(/元)',
planName: '',
- text: '设备成本预估',
+ text: '设备成本预估(/元)',
eventTheme: ''
}, {
id: 0,
- name: '宣传费用预估',
+ name: '宣传费用预估(/元)',
planName: '',
- text: '其他必要成本预估',
+ text: '其他必要成本预估(/元)',
eventTheme: ''
}, {
id: 0,
- name: '总成本预估',
+ name: '总成本预估(/元)',
planName: '',
text: '备注',
eventTheme: ''
@@ -1621,9 +1621,9 @@
expectedParticipation: '',
tableData4: [{
id: 0,
- name: '预计直接收益',
+ name: '预计直接收益(/元)',
planName: '',
- text: '预计间接收益',
+ text: '预计间接收益(/元)',
eventTheme: '-'
}],
createUser: '',
@@ -1956,7 +1956,7 @@
}).then(res => {
this.secondData = res.data.content[0]
//基本信息
- // that.id=res.data.content[0].id
+ that.id=res.data.content[0].id
that.text = res.data.content[0].planName
that.tableData1[0].eventTheme = res.data.content[0].planType
that.tableData1[0].planName = res.data.content[0].eventAddrs
@@ -1985,8 +1985,7 @@
//系统信息
that.createUser = res.data.content[0].createUser
that.createDate = res.data.content[0].createDate
-
- that.tableData5[0].planName = '-'
+ that.tableData5[0].planName = res.data.content[0].updateDate
that.tableData5[0].eventTheme = res.data.content[0].updateUser
}).catch(err => {
@@ -2208,7 +2207,7 @@
console.log(item)
let that = this
actPage({
- detailsId: titem.id,
+ detailsId: item.id,
pageNumber: 1,
pageSize: 10,
}).then(res => {
diff --git a/admin-web-master/src/views/atmosphere/atmosphereSp.vue b/admin-web-master/src/views/atmosphere/atmosphereSp.vue
index 579365f..be60c9b 100644
--- a/admin-web-master/src/views/atmosphere/atmosphereSp.vue
+++ b/admin-web-master/src/views/atmosphere/atmosphereSp.vue
@@ -84,11 +84,11 @@
-
+
活动效果分析
-
成本分析
+
成本分析
吸引游客流量
@@ -121,7 +121,7 @@
-
效果分析
+
效果分析
吸引游客流量
@@ -162,22 +162,22 @@
活动主题
@@ -334,8 +334,8 @@
代办任务
-
发起人:
-
任务节点:部门领导审批
+
发起人:
+
任务节点:部门领导审批
关闭
@@ -366,7 +366,7 @@
append-to-body>
-
+
基本信息
@@ -438,7 +438,7 @@
-
-
-
+
@@ -600,7 +600,7 @@
- 部门领导审批
+ 部门领导审批
@@ -641,7 +641,7 @@
- 公司领导审批
+ 公司领导审批
@@ -682,7 +682,7 @@
- 其他审批
+ 其他审批
@@ -766,7 +766,7 @@
+ style="display: flex;flex-direction: column;justify-content: space-around;padding: 0 10px;font-size: 14px;">
{{text}}
活动时间:{{tableData1[1].eventTheme}}至{{tableData1[1].planName}}
活动地点:{{tableData1[0].planName}}
@@ -782,10 +782,10 @@
-
基本信息
+
基本信息
@@ -804,10 +804,10 @@
-
活动明细信息
+
活动明细信息
@@ -819,7 +819,7 @@
-
+
@@ -828,10 +828,10 @@
-
活动成本信息
+
活动成本信息
@@ -848,10 +848,10 @@
-
预估效果
+
预估效果
@@ -869,10 +869,10 @@
-
相关附件信息
+
相关附件信息
@@ -892,10 +892,10 @@
-
系统信息
+
系统信息
@@ -919,7 +919,7 @@
-
@@ -969,7 +969,7 @@
-
+
活动明细信息
@@ -977,7 +977,7 @@
@@ -990,7 +990,7 @@
-
+
@@ -1007,7 +1007,7 @@
-
@@ -1016,18 +1016,18 @@
style="position: relative">
-
+
-
+
-
+
@@ -1035,17 +1035,17 @@
-
+
-
+
-
+
@@ -1053,7 +1053,7 @@
-
+
@@ -1071,7 +1071,7 @@
-
@@ -1091,14 +1091,14 @@
-
+
-
+
@@ -1250,19 +1250,19 @@
externalLaborCostEstimation: '',
tableData3: [{
id: 0,
- name: '商品成本预估',
+ name: '商品成本预估(/元)',
planName: '',
- text: '设备成本预估',
+ text: '设备成本预估(/元)',
eventTheme: ''
}, {
id: 0,
- name: '宣传费用预估',
+ name: '宣传费用预估(/元)',
planName: '',
- text: '其他必要成本预估',
+ text: '其他必要成本预估(/元)',
eventTheme: ''
}, {
id: 0,
- name: '总成本预估',
+ name: '总成本预估(/元)',
planName: '',
text: '备注',
eventTheme: ''
@@ -1271,9 +1271,9 @@
expectedParticipation: '',
tableData4: [{
id: 0,
- name: '预计直接收益',
+ name: '预计直接收益(/元)',
planName: '',
- text: '预计间接收益',
+ text: '预计间接收益(/元)',
eventTheme: '-'
}],
createUser: '',
@@ -1626,7 +1626,7 @@
danqueryById({id:item.id,dataOwnership:'2', pageNumber: 1,pageSize: 10,}).then(res=>{
this.secondData = res.data.content[0]
//基本信息
- // that.id=res.data.content[0].id
+ that.id=res.data.content[0].id
that.text=res.data.content[0].planName
that.tableData1[0].eventTheme =res.data.content[0].planType
that.tableData1[0].planName = res.data.content[0].eventAddrs
@@ -1654,9 +1654,9 @@
that.tableData4[0].planName = res.data.content[0].expectedIndirectBenefits
//系统信息
that.createUser = res.data.content[0].createUser
- that.createDate = res.data.content[0].createDate
- that.tableData5[0].planName = '-'
- that.tableData5[0].eventTheme = res.data.content[0].updateUser
+ that.createDate = res.data.content[0].createDate
+ that.tableData5[0].planName = res.data.content[0].updateDate
+ that.tableData5[0].eventTheme = res.data.content[0].updateUser
}).catch(err=>{
@@ -1794,7 +1794,7 @@
padding:0;
}
.el-dialog__title{
- font-size: 12px;
+ font-size: 14px;
}
.el-dialog__body {
padding: 0px 0px;
@@ -2050,13 +2050,13 @@
margin-top:-24px;
position: relative;
border: 2px solid #FABB41;
- font-size: 12px;
+ font-size: 14px;
}
.el-step__icon .is-text{
padding: 10px;
border-radius:10px;
border: 2px solid #FABB41;
- font-size: 12px;
+ font-size: 14px;
}
}
.is-wait{
@@ -2068,13 +2068,13 @@
margin-top:-24px;
position: relative;
border: 2px solid #C0C4CC;
- font-size: 12px;
+ font-size: 14px;
}
.el-step__icon .is-text{
padding: 10px;
border-radius:10px;
border: 2px solid #C0C4CC;
- font-size: 12px;
+ font-size: 14px;
}
}
.is-finish{
@@ -2087,14 +2087,14 @@
position: relative;
border: 2px solid #3F9B6A;
background-color: #D3E6CC;
- font-size: 12px;
+ font-size: 14px;
color: #3F9B6A;
}
.el-step__icon .is-text{
padding: 10px;
border-radius:10px;
border: 2px solid #3F9B6A;
- font-size: 12px;
+ font-size: 14px;
}
.el-step__line{
background-color: #3F9B6A;
@@ -2190,7 +2190,7 @@
border: none;
margin-right: 10px;
background-color: #F2F2F2;
- font-size:12px;
+ font-size:14px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
padding:0 15px;
diff --git a/admin-web-master/src/views/comment/commentSys/index.vue b/admin-web-master/src/views/comment/commentSys/index.vue
index beb7da9..2e5b613 100644
--- a/admin-web-master/src/views/comment/commentSys/index.vue
+++ b/admin-web-master/src/views/comment/commentSys/index.vue
@@ -107,7 +107,7 @@
/>
-
+
-