|
|
@@ -4,11 +4,11 @@ let app = new Vue({
|
|
|
return {
|
|
|
rightAdd: {},// 左边新增筛选参数
|
|
|
projectNum: '', // 项目列表弹窗顶部类目筛选条件
|
|
|
- centerType: false, // 中间3D饼图
|
|
|
+ centerType: true, // 中间3D饼图
|
|
|
boardType: '', // 哪边的项目看板
|
|
|
pullShow: false, // 选择年份弹窗
|
|
|
pollList: [],
|
|
|
- mockData: false,// 是否使用修改的数据
|
|
|
+ mockData: true,// 是否使用修改的数据
|
|
|
year: '', // 选择的年份
|
|
|
boardUrl: '', // 跳转路径
|
|
|
boardTipShow: false, // 项目看板弹窗专用
|
|
|
@@ -125,7 +125,7 @@ let app = new Vue({
|
|
|
},
|
|
|
// 计算展示的年份
|
|
|
countYear () {
|
|
|
- this.year = 2024
|
|
|
+ this.year = 2023
|
|
|
// this.year = new Date().getFullYear()
|
|
|
// for (i = 2022; true; i++) {
|
|
|
// if (i == this.year) {
|
|
|
@@ -756,7 +756,7 @@ let app = new Vue({
|
|
|
isInsert: this.mockData ? '1' : '0',
|
|
|
modelName: this.rightAdd.modelName,
|
|
|
projectStepCode: this.rightAdd.projectStepCode,
|
|
|
- substraction:this.rightAdd.substraction,
|
|
|
+ substraction: this.rightAdd.substraction,
|
|
|
orgName
|
|
|
},
|
|
|
pageSize: 1000
|
|
|
@@ -1163,15 +1163,100 @@ let app = new Vue({
|
|
|
get('/ierp/kapi/v2/mdnb/mdnb_xmkb/presetdata/MainPageMonthReportProject', value).then(res => {
|
|
|
that.config6.data = []
|
|
|
that.originalConfig6 = res.data
|
|
|
- res.data.forEach((item, index) => {
|
|
|
- that.config6.data[index] = []
|
|
|
- that.config6.data[index][0] = item.projectname
|
|
|
- that.config6.data[index][1] = item.orgName
|
|
|
- that.config6.data[index][2] = item.tzzt
|
|
|
- that.config6.data[index][3] = item.cylb
|
|
|
- that.config6.data[index][4] = item.cylb2
|
|
|
- that.config6.data[index][5] = item.amount
|
|
|
- })
|
|
|
+ if (this.projectNum == 111) {
|
|
|
+ that.config6.header = ["所属集团", "项目名称", "投资主体", "项目类型", "项目性质", "投资完成额(万元)"]
|
|
|
+ res.data.forEach((item, index) => {
|
|
|
+ that.config6.data[index] = []
|
|
|
+ that.config6.data[index][0] = item.orgName
|
|
|
+ that.config6.data[index][1] = item.projectname
|
|
|
+ that.config6.data[index][2] = item.tzzt
|
|
|
+ that.config6.data[index][3] = item.projectkind
|
|
|
+ that.config6.data[index][4] = item.projectkinddetail
|
|
|
+ that.config6.data[index][5] = item.amount / 10000
|
|
|
+ })
|
|
|
+ } else if (this.projectNum == 112) {
|
|
|
+ that.config6.header = ["所属集团", "项目名称", "投资主体", "产业类别I级", "产业类别II级", "投资完成额(万元)"]
|
|
|
+ res.data.forEach((item, index) => {
|
|
|
+ that.config6.data[index] = []
|
|
|
+ that.config6.data[index][0] = item.orgName
|
|
|
+ that.config6.data[index][1] = item.projectname
|
|
|
+ that.config6.data[index][2] = item.tzzt
|
|
|
+ that.config6.data[index][3] = item.cylb
|
|
|
+ that.config6.data[index][4] = item.cylb2
|
|
|
+ that.config6.data[index][5] = item.amount / 10000
|
|
|
+ })
|
|
|
+ } else if (this.projectNum == 1131) {
|
|
|
+ that.config6.header = ["所属集团", "项目名称", "投资主体", "项目类型", "项目性质", "本年度计划投资额(万元)"]
|
|
|
+ res.data.forEach((item, index) => {
|
|
|
+ that.config6.data[index] = []
|
|
|
+ that.config6.data[index][0] = item.orgName
|
|
|
+ that.config6.data[index][1] = item.projectname
|
|
|
+ that.config6.data[index][2] = item.tzzt
|
|
|
+ that.config6.data[index][3] = item.projectkind
|
|
|
+ that.config6.data[index][4] = item.projectkinddetail
|
|
|
+ that.config6.data[index][5] = item.amount / 10000
|
|
|
+ })
|
|
|
+ } else if (this.projectNum == 1132) {
|
|
|
+ that.config6.header = ["所属集团", "项目名称", "投资主体", "项目类型", "项目性质", "投资完成额 (万元)"]
|
|
|
+ res.data.forEach((item, index) => {
|
|
|
+ that.config6.data[index] = []
|
|
|
+ that.config6.data[index][0] = item.orgName
|
|
|
+ that.config6.data[index][1] = item.projectname
|
|
|
+ that.config6.data[index][2] = item.tzzt
|
|
|
+ that.config6.data[index][3] = item.projectkind
|
|
|
+ that.config6.data[index][4] = item.projectkinddetail
|
|
|
+ that.config6.data[index][5] = item.amount / 10000
|
|
|
+ })
|
|
|
+ } else if (this.projectNum == 114) {
|
|
|
+ that.config6.header = ["所属集团", "项目名称", "投资主体", "项目类型", "项目性质", "是否“两个转型”", "本年度计划投资额 (万元)"]
|
|
|
+ res.data.forEach((item, index) => {
|
|
|
+ that.config6.data[index] = []
|
|
|
+ that.config6.data[index][0] = item.orgName
|
|
|
+ that.config6.data[index][1] = item.projectname
|
|
|
+ that.config6.data[index][2] = item.tzzt
|
|
|
+ that.config6.data[index][3] = item.projectkind
|
|
|
+ that.config6.data[index][4] = item.projectkinddetail
|
|
|
+ that.config6.data[index][5] = item.lgz
|
|
|
+ that.config6.data[index][6] = item.amount / 10000
|
|
|
+ })
|
|
|
+ } else if (this.projectNum == 115) {
|
|
|
+ that.config6.header = ["所属集团", "项目名称", "投资主体", "项目类型", "项目性质", "是否“五个一体化”", "本年度计划投资额 (万元)"]
|
|
|
+ res.data.forEach((item, index) => {
|
|
|
+ that.config6.data[index] = []
|
|
|
+ that.config6.data[index][0] = item.orgName
|
|
|
+ that.config6.data[index][1] = item.projectname
|
|
|
+ that.config6.data[index][2] = item.tzzt
|
|
|
+ that.config6.data[index][3] = item.projectkind
|
|
|
+ that.config6.data[index][4] = item.projectkinddetail
|
|
|
+ that.config6.data[index][5] = item.wgy
|
|
|
+ that.config6.data[index][6] = item.amount / 10000
|
|
|
+ })
|
|
|
+ } else if (this.projectNum == 116) {
|
|
|
+ that.config6.header = ["所属集团", "项目名称", "投资主体", "项目类型", "项目性质", "建设阶段", "投资完成额 (万元)"]
|
|
|
+ res.data.forEach((item, index) => {
|
|
|
+ that.config6.data[index] = []
|
|
|
+ that.config6.data[index][0] = item.orgName
|
|
|
+ that.config6.data[index][1] = item.projectname
|
|
|
+ that.config6.data[index][2] = item.tzzt
|
|
|
+ that.config6.data[index][3] = item.projectkind
|
|
|
+ that.config6.data[index][4] = item.projectkinddetail
|
|
|
+ that.config6.data[index][5] = item.mdnb_quality
|
|
|
+ that.config6.data[index][6] = item.amount / 10000
|
|
|
+ })
|
|
|
+ } else if (this.projectNum == 118) {
|
|
|
+ console.log('走了这里了',11181)
|
|
|
+ that.config6.header = ["所属集团", "项目名称", "投资主体", "项目类型", "项目性质", "建设地点", "投资完成额 (万元)"]
|
|
|
+ res.data.forEach((item, index) => {
|
|
|
+ that.config6.data[index] = []
|
|
|
+ that.config6.data[index][0] = item.orgName
|
|
|
+ that.config6.data[index][1] = item.projectname
|
|
|
+ that.config6.data[index][2] = item.tzzt
|
|
|
+ that.config6.data[index][3] = item.projectkind
|
|
|
+ that.config6.data[index][4] = item.projectkinddetail
|
|
|
+ that.config6.data[index][5] = item.buildaddr
|
|
|
+ that.config6.data[index][6] = item.amount / 10000
|
|
|
+ })
|
|
|
+ }
|
|
|
that.config6 = { ...that.config6 }
|
|
|
that.projectListTipShow = true
|
|
|
resolve(1);
|
|
|
@@ -1180,15 +1265,99 @@ let app = new Vue({
|
|
|
get('/ierp/kapi/v2/mdnb/mdnb_xmkb/presetdata/MainPagePlanProject', value).then(res => {
|
|
|
that.config6.data = []
|
|
|
that.originalConfig6 = res.data
|
|
|
- res.data.forEach((item, index) => {
|
|
|
- that.config6.data[index] = []
|
|
|
- that.config6.data[index][0] = item.projectname
|
|
|
- that.config6.data[index][1] = item.orgName
|
|
|
- that.config6.data[index][2] = item.tzzt
|
|
|
- that.config6.data[index][3] = item.cylb
|
|
|
- that.config6.data[index][4] = item.cylb2
|
|
|
- that.config6.data[index][5] = item.amount
|
|
|
- })
|
|
|
+ if (this.projectNum == 111) {
|
|
|
+ that.config6.header = ["所属集团", "项目名称", "投资主体", "项目类型", "项目性质", "投资完成额(万元)"]
|
|
|
+ res.data.forEach((item, index) => {
|
|
|
+ that.config6.data[index] = []
|
|
|
+ that.config6.data[index][0] = item.orgName
|
|
|
+ that.config6.data[index][1] = item.projectname
|
|
|
+ that.config6.data[index][2] = item.tzzt
|
|
|
+ that.config6.data[index][3] = item.projectkind
|
|
|
+ that.config6.data[index][4] = item.projectkinddetail
|
|
|
+ that.config6.data[index][5] = item.amount / 10000
|
|
|
+ })
|
|
|
+ } else if (this.projectNum == 112) {
|
|
|
+ that.config6.header = ["所属集团", "项目名称", "投资主体", "产业类别I级", "产业类别II级", "投资完成额(万元)"]
|
|
|
+ res.data.forEach((item, index) => {
|
|
|
+ that.config6.data[index] = []
|
|
|
+ that.config6.data[index][0] = item.orgName
|
|
|
+ that.config6.data[index][1] = item.projectname
|
|
|
+ that.config6.data[index][2] = item.tzzt
|
|
|
+ that.config6.data[index][3] = item.cylb
|
|
|
+ that.config6.data[index][4] = item.cylb2
|
|
|
+ that.config6.data[index][5] = item.amount / 10000
|
|
|
+ })
|
|
|
+ } else if (this.projectNum == 1131) {
|
|
|
+ that.config6.header = ["所属集团", "项目名称", "投资主体", "项目类型", "项目性质", "本年度计划投资额(万元)"]
|
|
|
+ res.data.forEach((item, index) => {
|
|
|
+ that.config6.data[index] = []
|
|
|
+ that.config6.data[index][0] = item.orgName
|
|
|
+ that.config6.data[index][1] = item.projectname
|
|
|
+ that.config6.data[index][2] = item.tzzt
|
|
|
+ that.config6.data[index][3] = item.projectkind
|
|
|
+ that.config6.data[index][4] = item.projectkinddetail
|
|
|
+ that.config6.data[index][5] = item.amount / 10000
|
|
|
+ })
|
|
|
+ } else if (this.projectNum == 1132) {
|
|
|
+ that.config6.header = ["所属集团", "项目名称", "投资主体", "项目类型", "项目性质", "投资完成额 (万元)"]
|
|
|
+ res.data.forEach((item, index) => {
|
|
|
+ that.config6.data[index] = []
|
|
|
+ that.config6.data[index][0] = item.orgName
|
|
|
+ that.config6.data[index][1] = item.projectname
|
|
|
+ that.config6.data[index][2] = item.tzzt
|
|
|
+ that.config6.data[index][3] = item.projectkind
|
|
|
+ that.config6.data[index][4] = item.projectkinddetail
|
|
|
+ that.config6.data[index][5] = item.amount / 10000
|
|
|
+ })
|
|
|
+ } else if (this.projectNum == 114) {
|
|
|
+ that.config6.header = ["所属集团", "项目名称", "投资主体", "项目类型", "项目性质", "是否“两个转型”", "本年度计划投资额 (万元)"]
|
|
|
+ res.data.forEach((item, index) => {
|
|
|
+ that.config6.data[index] = []
|
|
|
+ that.config6.data[index][0] = item.orgName
|
|
|
+ that.config6.data[index][1] = item.projectname
|
|
|
+ that.config6.data[index][2] = item.tzzt
|
|
|
+ that.config6.data[index][3] = item.projectkind
|
|
|
+ that.config6.data[index][4] = item.projectkinddetail
|
|
|
+ that.config6.data[index][5] = item.lgz
|
|
|
+ that.config6.data[index][6] = item.amount / 10000
|
|
|
+ })
|
|
|
+ } else if (this.projectNum == 115) {
|
|
|
+ that.config6.header = ["所属集团", "项目名称", "投资主体", "项目类型", "项目性质", "是否“五个一体化”", "本年度计划投资额 (万元)"]
|
|
|
+ res.data.forEach((item, index) => {
|
|
|
+ that.config6.data[index] = []
|
|
|
+ that.config6.data[index][0] = item.orgName
|
|
|
+ that.config6.data[index][1] = item.projectname
|
|
|
+ that.config6.data[index][2] = item.tzzt
|
|
|
+ that.config6.data[index][3] = item.projectkind
|
|
|
+ that.config6.data[index][4] = item.projectkinddetail
|
|
|
+ that.config6.data[index][5] = item.wgy
|
|
|
+ that.config6.data[index][6] = item.amount / 10000
|
|
|
+ })
|
|
|
+ } else if (this.projectNum == 116) {
|
|
|
+ that.config6.header = ["所属集团", "项目名称", "投资主体", "项目类型", "项目性质", "建设阶段", "投资完成额 (万元)"]
|
|
|
+ res.data.forEach((item, index) => {
|
|
|
+ that.config6.data[index] = []
|
|
|
+ that.config6.data[index][0] = item.orgName
|
|
|
+ that.config6.data[index][1] = item.projectname
|
|
|
+ that.config6.data[index][2] = item.tzzt
|
|
|
+ that.config6.data[index][3] = item.projectkind
|
|
|
+ that.config6.data[index][4] = item.projectkinddetail
|
|
|
+ that.config6.data[index][5] = item.mdnb_quality
|
|
|
+ that.config6.data[index][6] = item.amount / 10000
|
|
|
+ })
|
|
|
+ } else if (this.projectNum == 118) {
|
|
|
+ that.config6.header = ["所属集团", "项目名称", "投资主体", "项目类型", "项目性质", "建设地点", "投资完成额 (万元)"]
|
|
|
+ res.data.forEach((item, index) => {
|
|
|
+ that.config6.data[index] = []
|
|
|
+ that.config6.data[index][0] = item.orgName
|
|
|
+ that.config6.data[index][1] = item.projectname
|
|
|
+ that.config6.data[index][2] = item.tzzt
|
|
|
+ that.config6.data[index][3] = item.projectkind
|
|
|
+ that.config6.data[index][4] = item.projectkinddetail
|
|
|
+ that.config6.data[index][5] = item.buildaddr
|
|
|
+ that.config6.data[index][6] = item.amount / 10000
|
|
|
+ })
|
|
|
+ }
|
|
|
that.config6 = { ...that.config6 }
|
|
|
that.projectListTipShow = true
|
|
|
resolve(1);
|
|
|
@@ -1205,12 +1374,19 @@ let app = new Vue({
|
|
|
get('/ierp/kapi/v2/mdnb/mdnb_xmkb/presetdata/MainPageMonthReportProject', value).then(res => {
|
|
|
that.config6.data = []
|
|
|
that.originalConfig6 = res.data
|
|
|
- res.data.forEach((item, index) => {
|
|
|
- that.config6.data[index] = []
|
|
|
- that.config6.data[index][0] = item.projectname
|
|
|
- that.config6.data[index][2] = item.orgName
|
|
|
- that.config6.data[index][5] = item.amount
|
|
|
- })
|
|
|
+ if (this.projectNum == 118) {
|
|
|
+ that.config6.header = ["所属集团", "项目名称", "投资主体", "项目类型", "项目性质", "建设地点", "投资完成额 (万元)"]
|
|
|
+ res.data.forEach((item, index) => {
|
|
|
+ that.config6.data[index] = []
|
|
|
+ that.config6.data[index][0] = item.orgName
|
|
|
+ that.config6.data[index][1] = item.projectname
|
|
|
+ that.config6.data[index][2] = item.tzzt
|
|
|
+ that.config6.data[index][3] = item.projectkind
|
|
|
+ that.config6.data[index][4] = item.projectkinddetail
|
|
|
+ that.config6.data[index][5] = item.buildaddr
|
|
|
+ that.config6.data[index][6] = item.amount / 10000
|
|
|
+ })
|
|
|
+ }
|
|
|
that.config6 = { ...that.config6 }
|
|
|
that.projectListTipShow = true
|
|
|
resolve(1);
|
|
|
@@ -1300,7 +1476,7 @@ let app = new Vue({
|
|
|
return myArr
|
|
|
},
|
|
|
// 两个柱状图的弹窗
|
|
|
- showChartLTipDouble (e, location, mdnb_textfield11, mdnb_textfield13, mdnb_textfield16, mdnb_textfield23, type, param, typeCTwo, paramCTwo, portType, num, modelName, projectStepCode,substraction) {
|
|
|
+ showChartLTipDouble (e, location, mdnb_textfield11, mdnb_textfield13, mdnb_textfield16, mdnb_textfield23, type, param, typeCTwo, paramCTwo, portType, num, modelName, projectStepCode, substraction) {
|
|
|
modelName ? this.rightAdd.modelName = modelName : this.rightAdd.modelName = ''
|
|
|
projectStepCode ? this.rightAdd.projectStepCode = projectStepCode : this.rightAdd.projectStepCode = ''
|
|
|
substraction ? this.rightAdd.substraction = substraction : this.rightAdd.substraction = ''
|
|
|
@@ -4155,7 +4331,7 @@ let app = new Vue({
|
|
|
point: {
|
|
|
events: {
|
|
|
click: function (e) {
|
|
|
- that.showChartLTipDouble(e.point.name, 'center', '', '', '', '', 'distribution', e.point.options.typeno, 'industry', e.point.options.typeno, 1)
|
|
|
+ that.showChartLTipDouble(e.point.name, 'center', '', '', '', '', 'distribution', e.point.options.typeno, 'industry', e.point.options.typeno, 1, 112)
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
@@ -4239,7 +4415,7 @@ let app = new Vue({
|
|
|
point: {
|
|
|
events: {
|
|
|
click: function (e) { //点击事件
|
|
|
- that.showChartLTipDouble(e.point.name, 'center', '', '', '', '', 'distribution', e.point.options.typeno, 'industry', e.point.options.typeno, 1)
|
|
|
+ that.showChartLTipDouble(e.point.name, 'center', '', '', '', '', 'distribution', e.point.options.typeno, 'industry', e.point.options.typeno, 1, 112)
|
|
|
},
|
|
|
mouseOver: function (e) { //鼠标移入停止轮播并且找到移入的当前数据设为选中
|
|
|
//console.log(e)
|
|
|
@@ -4256,7 +4432,7 @@ let app = new Vue({
|
|
|
point: {
|
|
|
events: {
|
|
|
click: function (e) {
|
|
|
- that.showChartLTipDouble(e.point.name, 'center', '', '', '', '', 'distribution', e.point.options.typeno, 'industry', e.point.options.typeno, 1)
|
|
|
+ that.showChartLTipDouble(e.point.name, 'center', '', '', '', '', 'distribution', e.point.options.typeno, 'industry', e.point.options.typeno, 1, 112)
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
@@ -4287,7 +4463,7 @@ let app = new Vue({
|
|
|
point: {
|
|
|
events: {
|
|
|
click: function (e) {
|
|
|
- that.showChartLTipDouble(e.point.name, 'center', '', '', '', '', 'distribution', e.point.options.typeno, 'industry', e.point.options.typeno, 1)
|
|
|
+ that.showChartLTipDouble(e.point.name, 'center', '', '', '', '', 'distribution', e.point.options.typeno, 'industry', e.point.options.typeno, 1, 112)
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
@@ -4747,6 +4923,7 @@ let app = new Vue({
|
|
|
}
|
|
|
that.center2Chart.on('click', function (param) {
|
|
|
that.projectListTipShow = true
|
|
|
+ param.seriesName == '计划投资' ? that.projectNum = 1131 : that.projectNum = 1132
|
|
|
that.centerPenetrateTwo('', '', that.findCode(param.name), param.seriesName == '计划投资' ? 2 : 1)
|
|
|
})
|
|
|
that.center2Chart.setOption(option)
|
|
|
@@ -4945,7 +5122,7 @@ let app = new Vue({
|
|
|
let that = this
|
|
|
this.mapChart.on('click', function (params) {
|
|
|
if (params.name == '太原市') {
|
|
|
- that.showChartLTipDouble(params.name, 'center', '', '', '', '', 'investmentMap', '太原市', '山西省')
|
|
|
+ that.showChartLTipDouble(params.name, 'center', '', '', '', '', 'investmentMap', '太原市', '山西省','','',118)
|
|
|
}
|
|
|
})
|
|
|
tools.loopShowTooltip(this.mapChart, option, {
|
|
|
@@ -5237,15 +5414,15 @@ let app = new Vue({
|
|
|
let that = this
|
|
|
that.center3Chart.on('click', function (param) {
|
|
|
if (param.name == '煤炭和煤电') {
|
|
|
- that.showChartLTipSingle(param.name, 'center', 'keyIndicators', 'ceiamount', '', '', '', '', 'five', '1', 2)
|
|
|
+ that.showChartLTipSingle(param.name, 'center', 'keyIndicators', 'ceiamount', '', '', '', '', 'five', '1', 2,115)
|
|
|
} else if (param.name == '煤电和新能源') {
|
|
|
- that.showChartLTipSingle(param.name, 'center', 'keyIndicators', 'cpneiamount', '', '', '', '', 'five', '2', 2)
|
|
|
+ that.showChartLTipSingle(param.name, 'center', 'keyIndicators', 'cpneiamount', '', '', '', '', 'five', '2', 2,115)
|
|
|
} else if (param.name == '煤炭和化工') {
|
|
|
- that.showChartLTipSingle(param.name, 'center', 'keyIndicators', 'ccheiamount', '', '', '', '', 'five', '3', 2)
|
|
|
+ that.showChartLTipSingle(param.name, 'center', 'keyIndicators', 'ccheiamount', '', '', '', '', 'five', '3', 2,115)
|
|
|
} else if (param.name == '煤炭和数字') {
|
|
|
- that.showChartLTipSingle(param.name, 'center', 'keyIndicators', 'cdiamount', '', '', '', '', 'five', '4', 2)
|
|
|
+ that.showChartLTipSingle(param.name, 'center', 'keyIndicators', 'cdiamount', '', '', '', '', 'five', '4', 2,115)
|
|
|
} else if (param.name == '煤炭和降炭') {
|
|
|
- that.showChartLTipSingle(param.name, 'center', 'keyIndicators', 'cciamount', '', '', '', '', 'five', '5', 2)
|
|
|
+ that.showChartLTipSingle(param.name, 'center', 'keyIndicators', 'cciamount', '', '', '', '', 'five', '5', 2,115)
|
|
|
}
|
|
|
})
|
|
|
that.center3Chart.setOption(option)
|
|
|
@@ -5310,7 +5487,7 @@ let app = new Vue({
|
|
|
point: {
|
|
|
events: {
|
|
|
click: function (e) {
|
|
|
- that.showChartLTipDouble(e.point.name, 'center', '', '', '', '', 'keyIndicators', e.point.options.typeno, 'state', e.point.name == '新建' ? 'new' : 'renew', 1)
|
|
|
+ that.showChartLTipDouble(e.point.name, 'center', '', '', '', '', 'keyIndicators', e.point.options.typeno, 'state', e.point.name == '新建' ? 'new' : 'renew', 1,116)
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
@@ -5331,7 +5508,7 @@ let app = new Vue({
|
|
|
point: {
|
|
|
events: {
|
|
|
click: function (e) {
|
|
|
- that.showChartLTipDouble(e.point.name, 'center', '', '', '', '', 'keyIndicators', e.point.options.typeno, 'state', e.point.name == '新建' ? 'new' : 'renew', 1)
|
|
|
+ that.showChartLTipDouble(e.point.name, 'center', '', '', '', '', 'keyIndicators', e.point.options.typeno, 'state', e.point.name == '新建' ? 'new' : 'renew', 1,116)
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
@@ -5409,7 +5586,7 @@ let app = new Vue({
|
|
|
point: {
|
|
|
events: {
|
|
|
click: function (e) { //点击事件
|
|
|
- that.showChartLTipDouble(e.point.name, 'center', '', '', '', '', 'keyIndicators', e.point.options.typeno, 'state', e.point.name == '新建' ? 'new' : 'renew', 1)
|
|
|
+ that.showChartLTipDouble(e.point.name, 'center', '', '', '', '', 'keyIndicators', e.point.options.typeno, 'state', e.point.name == '新建' ? 'new' : 'renew', 1,116)
|
|
|
},
|
|
|
mouseOver: function (e) { //鼠标移入停止轮播并且找到移入的当前数据设为选中
|
|
|
//console.log(e)
|
|
|
@@ -5426,7 +5603,7 @@ let app = new Vue({
|
|
|
point: {
|
|
|
events: {
|
|
|
click: function (e) {
|
|
|
- that.showChartLTipDouble(e.point.name, 'center', '', '', '', '', 'keyIndicators', e.point.options.typeno, 'state', e.point.name == '新建' ? 'new' : 'renew', 1)
|
|
|
+ that.showChartLTipDouble(e.point.name, 'center', '', '', '', '', 'keyIndicators', e.point.options.typeno, 'state', e.point.name == '新建' ? 'new' : 'renew', 1,116)
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
@@ -5457,7 +5634,7 @@ let app = new Vue({
|
|
|
point: {
|
|
|
events: {
|
|
|
click: function (e) {
|
|
|
- that.showChartLTipDouble(e.point.name, 'center', '', '', '', '', 'keyIndicators', e.point.options.typeno, 'state', e.point.name == '新建' ? 'new' : 'renew', 1)
|
|
|
+ that.showChartLTipDouble(e.point.name, 'center', '', '', '', '', 'keyIndicators', e.point.options.typeno, 'state', e.point.name == '新建' ? 'new' : 'renew', 1,116)
|
|
|
}
|
|
|
}
|
|
|
},
|
|
|
@@ -5478,7 +5655,7 @@ let app = new Vue({
|
|
|
point: {
|
|
|
events: {
|
|
|
click: function (e) {
|
|
|
- that.showChartLTipDouble(e.point.name, 'center', '', '', '', '', 'keyIndicators', e.point.options.typeno, 'state', e.point.name == '新建' ? 'new' : 'renew', 1)
|
|
|
+ that.showChartLTipDouble(e.point.name, 'center', '', '', '', '', 'keyIndicators', e.point.options.typeno, 'state', e.point.name == '新建' ? 'new' : 'renew', 1,116)
|
|
|
}
|
|
|
}
|
|
|
},
|