Merge pull request 'projects/mescc/zhp' (#75) from projects/mescc/zhp into projects/mescc/develop
Some checks are pending
continuous-integration/drone/push Build is pending
Some checks are pending
continuous-integration/drone/push Build is pending
Reviewed-on: #75
This commit is contained in:
commit
5ba0b62ae6
@ -92,7 +92,7 @@ const actions = {
|
|||||||
/** 初始化首页数据 */
|
/** 初始化首页数据 */
|
||||||
async initHome({ commit }) {
|
async initHome({ commit }) {
|
||||||
const dataArr = await getHomeInfo();
|
const dataArr = await getHomeInfo();
|
||||||
console.log('dataArr', dataArr);
|
// console.log('dataArr', dataArr);
|
||||||
let preData = dataArr.previousProdOutputOutDO
|
let preData = dataArr.previousProdOutputOutDO
|
||||||
let preFtoData = dataArr.previousProdOutputFtoDO
|
let preFtoData = dataArr.previousProdOutputFtoDO
|
||||||
// const targetArr = await getHomeInfo();
|
// const targetArr = await getHomeInfo();
|
||||||
@ -127,7 +127,7 @@ const actions = {
|
|||||||
// const payload = handler(factoryData)
|
// const payload = handler(factoryData)
|
||||||
// commit("SET_COPILOT_INFO", { type, payload });
|
// commit("SET_COPILOT_INFO", { type, payload });
|
||||||
// } else {
|
// } else {
|
||||||
console.log('factoryList',factoryList)
|
// console.log('factoryList',factoryList)
|
||||||
let factoryData = factoryList.prodOutputOutDO ? factoryList.prodOutputOutDO : factoryList.prodOutputRateDO
|
let factoryData = factoryList.prodOutputOutDO ? factoryList.prodOutputOutDO : factoryList.prodOutputRateDO
|
||||||
let preData = factoryList.previousProdOutputOutDO ? factoryList.previousProdOutputOutDO : factoryList.previousProdOutputRateDO
|
let preData = factoryList.previousProdOutputOutDO ? factoryList.previousProdOutputOutDO : factoryList.previousProdOutputRateDO
|
||||||
let preFtoData = factoryList.previousProdOutputFtoDO ? factoryList.previousProdOutputFtoDO : []
|
let preFtoData = factoryList.previousProdOutputFtoDO ? factoryList.previousProdOutputFtoDO : []
|
||||||
@ -289,7 +289,7 @@ function splitCurrentAndPreviousB(factoryListResponse) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function splitCurrentAndPreviousA(factoryListResponse, targetListResponse, prodOutputFtoListRes,preData,preFtoData) {
|
function splitCurrentAndPreviousA(factoryListResponse, targetListResponse, prodOutputFtoListRes,preData,preFtoData) {
|
||||||
console.log('工厂',preData);
|
// console.log('工厂',preData);
|
||||||
|
|
||||||
// 初始数据
|
// 初始数据
|
||||||
const { chipOeeRate, transformRate, chipRate, stdRate } = initA();
|
const { chipOeeRate, transformRate, chipRate, stdRate } = initA();
|
||||||
@ -346,7 +346,7 @@ function splitCurrentAndPreviousA(factoryListResponse, targetListResponse, prodO
|
|||||||
if (preData) {
|
if (preData) {
|
||||||
for (const factory of preData) {
|
for (const factory of preData) {
|
||||||
const fId = getPreFactoryId(factory)
|
const fId = getPreFactoryId(factory)
|
||||||
console.log('factory',factory.previousYearOee);
|
// console.log('factory',factory.previousYearOee);
|
||||||
// chipInvest.previous[fId] = factory.previousYearInputNumber;
|
// chipInvest.previous[fId] = factory.previousYearInputNumber;
|
||||||
// chipOeeRate.current[fId] = factory.oee;
|
// chipOeeRate.current[fId] = factory.oee;
|
||||||
if (factory.previousGlassType === 0) {
|
if (factory.previousGlassType === 0) {
|
||||||
@ -400,7 +400,7 @@ function splitCurrentAndPreviousA(factoryListResponse, targetListResponse, prodO
|
|||||||
_t.current[fId] = factory.yieldRate ;
|
_t.current[fId] = factory.yieldRate ;
|
||||||
// _t.previous[fId] = factory.previousYearYieldRate ;
|
// _t.previous[fId] = factory.previousYearYieldRate ;
|
||||||
}
|
}
|
||||||
console.log('chipOeeRate',stdRate);
|
// console.log('chipOeeRate',stdRate);
|
||||||
// console.log('chipOeeRate',chipOeeRate);
|
// console.log('chipOeeRate',chipOeeRate);
|
||||||
return {
|
return {
|
||||||
chipOeeRate,
|
chipOeeRate,
|
||||||
@ -412,12 +412,12 @@ function splitCurrentAndPreviousA(factoryListResponse, targetListResponse, prodO
|
|||||||
}
|
}
|
||||||
|
|
||||||
function splitCurrentAndPrevious(factoryListResponse, targetListResponse, prodOutputFtoListRes,preData,preFtoData) {
|
function splitCurrentAndPrevious(factoryListResponse, targetListResponse, prodOutputFtoListRes,preData,preFtoData) {
|
||||||
console.log('prodOutputFtoListRes',preFtoData);
|
// console.log('prodOutputFtoListRes',preFtoData);
|
||||||
// 初始数据
|
// 初始数据
|
||||||
const { chipInvest, ftoInvest, chipOutput, stdOutput, bipvOutput } = init()
|
const { chipInvest, ftoInvest, chipOutput, stdOutput, bipvOutput } = init()
|
||||||
if (prodOutputFtoListRes.length !== 0 ) {
|
if (prodOutputFtoListRes.length !== 0 ) {
|
||||||
for (const factory of prodOutputFtoListRes) {
|
for (const factory of prodOutputFtoListRes) {
|
||||||
console.log(factory);
|
// console.log(factory);
|
||||||
const fId = getFactoryId(factory);
|
const fId = getFactoryId(factory);
|
||||||
// const preFId = getPreFactoryId(factory);
|
// const preFId = getPreFactoryId(factory);
|
||||||
// if (fId) {
|
// if (fId) {
|
||||||
@ -430,7 +430,7 @@ function splitCurrentAndPrevious(factoryListResponse, targetListResponse, prodOu
|
|||||||
}
|
}
|
||||||
if (preFtoData) {
|
if (preFtoData) {
|
||||||
for (const factory of preFtoData) {
|
for (const factory of preFtoData) {
|
||||||
console.log(factory);
|
// console.log(factory);
|
||||||
const fId = getPreFactoryId(factory);
|
const fId = getPreFactoryId(factory);
|
||||||
// const preFId = getPreFactoryId(factory);
|
// const preFId = getPreFactoryId(factory);
|
||||||
// if (fId) {
|
// if (fId) {
|
||||||
@ -463,7 +463,7 @@ function splitCurrentAndPrevious(factoryListResponse, targetListResponse, prodOu
|
|||||||
if (factoryListResponse) {
|
if (factoryListResponse) {
|
||||||
for (const factory of factoryListResponse) {
|
for (const factory of factoryListResponse) {
|
||||||
const fId = getFactoryId(factory);
|
const fId = getFactoryId(factory);
|
||||||
console.log('factory.inputNumber', factory, fId);
|
// console.log('factory.inputNumber', factory, fId);
|
||||||
if (factory.glassType === 0) {
|
if (factory.glassType === 0) {
|
||||||
chipInvest.current[fId] = factory.inputNumber
|
chipInvest.current[fId] = factory.inputNumber
|
||||||
}
|
}
|
||||||
@ -484,7 +484,7 @@ function splitCurrentAndPrevious(factoryListResponse, targetListResponse, prodOu
|
|||||||
const _t = [chipOutput, stdOutput, bipvOutput][factory.glassType];
|
const _t = [chipOutput, stdOutput, bipvOutput][factory.glassType];
|
||||||
_t.current[fId] = factory.outputNumber;
|
_t.current[fId] = factory.outputNumber;
|
||||||
}
|
}
|
||||||
console.log('chipInvest',ftoInvest);
|
// console.log('chipInvest',ftoInvest);
|
||||||
return {
|
return {
|
||||||
chipInvest,
|
chipInvest,
|
||||||
// ftoInvest,
|
// ftoInvest,
|
||||||
|
@ -17,12 +17,12 @@ export default ({
|
|||||||
tooltip: {},
|
tooltip: {},
|
||||||
title: {
|
title: {
|
||||||
text: titleValue,
|
text: titleValue,
|
||||||
left: "48%",
|
left: "48.5%",
|
||||||
top: "37%",
|
top: "37%",
|
||||||
textAlign: "center",
|
textAlign: "center",
|
||||||
textStyle: {
|
textStyle: {
|
||||||
fontWeight: 600,
|
fontWeight: 600,
|
||||||
fontSize: 20,
|
fontSize: 26,
|
||||||
color: "#fffd",
|
color: "#fffd",
|
||||||
},
|
},
|
||||||
subtext: `\u2002${subtitle}\u2002`,
|
subtext: `\u2002${subtitle}\u2002`,
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!--
|
<!--
|
||||||
* @Author: zhp
|
* @Author: zhp
|
||||||
* @Date: 2024-06-20 16:13:36
|
* @Date: 2024-06-20 16:13:36
|
||||||
* @LastEditTime: 2024-06-27 09:51:43
|
* @LastEditTime: 2024-06-28 14:54:33
|
||||||
* @LastEditors: zhp
|
* @LastEditors: zhp
|
||||||
* @Description:
|
* @Description:
|
||||||
-->
|
-->
|
||||||
@ -36,7 +36,7 @@ export default {
|
|||||||
color: [],
|
color: [],
|
||||||
// color: ["#8EF0AB", "#63BDFF", "#288AFF"],
|
// color: ["#8EF0AB", "#63BDFF", "#288AFF"],
|
||||||
grid: {
|
grid: {
|
||||||
left: 20,
|
left: 50,
|
||||||
right: 0,
|
right: 0,
|
||||||
bottom: 31,
|
bottom: 31,
|
||||||
top: 30,
|
top: 30,
|
||||||
@ -51,7 +51,7 @@ export default {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
formatter: function (params) {
|
formatter: function (params) {
|
||||||
console.log('params', params.data)
|
// console.log('params', params.data)
|
||||||
var res = `<span style='color:rgba(0,0,0,0.8)'>${params[0].axisValueLabel}</span>`;
|
var res = `<span style='color:rgba(0,0,0,0.8)'>${params[0].axisValueLabel}</span>`;
|
||||||
for (var i = 0, l = params.length; i < l; i++) {
|
for (var i = 0, l = params.length; i < l; i++) {
|
||||||
res +=
|
res +=
|
||||||
@ -173,8 +173,12 @@ export default {
|
|||||||
|
|
||||||
},
|
},
|
||||||
// gridLeft(val) {
|
// gridLeft(val) {
|
||||||
// console.log(val)
|
// if (val === false) {
|
||||||
|
// this.option.grid.left = 100
|
||||||
|
// } else {
|
||||||
|
// this.option.grid.left = -80
|
||||||
|
// }
|
||||||
|
// this.canvasReset()
|
||||||
// },
|
// },
|
||||||
type() {
|
type() {
|
||||||
this.canvasReset();
|
this.canvasReset();
|
||||||
@ -200,11 +204,7 @@ export default {
|
|||||||
},
|
},
|
||||||
getMes() {
|
getMes() {
|
||||||
console.log(this.gridLeft)
|
console.log(this.gridLeft)
|
||||||
if (this.gridLeft === false) {
|
|
||||||
this.option.grid.left = 20
|
|
||||||
} else {
|
|
||||||
this.option.grid.left = -80
|
|
||||||
}
|
|
||||||
// console.log('222222', this.chartMsg);
|
// console.log('222222', this.chartMsg);
|
||||||
if (this.myChart) {
|
if (this.myChart) {
|
||||||
this.myChart.dispose();
|
this.myChart.dispose();
|
||||||
@ -213,12 +213,17 @@ export default {
|
|||||||
this.myChart = echarts.init(chartDom);
|
this.myChart = echarts.init(chartDom);
|
||||||
this.option.color = this.chartMsg.color;
|
this.option.color = this.chartMsg.color;
|
||||||
this.option.xAxis.data = this.chartMsg.xData
|
this.option.xAxis.data = this.chartMsg.xData
|
||||||
|
if (this.gridLeft === false) {
|
||||||
|
this.option.grid.left = 50
|
||||||
|
} else {
|
||||||
|
this.option.grid.left = -80
|
||||||
|
}
|
||||||
// this.option.yAxis.name = this.chartMsg.yName;
|
// this.option.yAxis.name = this.chartMsg.yName;
|
||||||
|
|
||||||
// this.option.yAxis.axisLabel = this.chartMsg.yAxisLabel;
|
// this.option.yAxis.axisLabel = this.chartMsg.yAxisLabel;
|
||||||
this.option.series = this.chartMsg.series;
|
this.option.series = this.chartMsg.series;
|
||||||
this.option.yAxis = this.chartMsg.yAxis;
|
this.option.yAxis = this.chartMsg.yAxis;
|
||||||
|
console.log(this.option.grid);
|
||||||
this.myChart.setOption(this.option);
|
this.myChart.setOption(this.option);
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!--
|
<!--
|
||||||
* @Author: zhp
|
* @Author: zhp
|
||||||
* @Date: 2024-06-20 16:13:52
|
* @Date: 2024-06-20 16:13:52
|
||||||
* @LastEditTime: 2024-06-28 10:57:16
|
* @LastEditTime: 2024-06-28 13:45:53
|
||||||
* @LastEditors: zhp
|
* @LastEditors: zhp
|
||||||
* @Description:
|
* @Description:
|
||||||
-->
|
-->
|
||||||
@ -51,7 +51,7 @@ export default {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
formatter: function (params) {
|
formatter: function (params) {
|
||||||
console.log('params', params);
|
// console.log('params', params);
|
||||||
var res = `<span style='color:rgba(0,0,0,0.8)'>${params[0].axisValueLabel}</span>`;
|
var res = `<span style='color:rgba(0,0,0,0.8)'>${params[0].axisValueLabel}</span>`;
|
||||||
for (var i = 0, l = params.length; i < l; i++) {
|
for (var i = 0, l = params.length; i < l; i++) {
|
||||||
res +=
|
res +=
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!--
|
<!--
|
||||||
* @Author: zhp
|
* @Author: zhp
|
||||||
* @Date: 2024-06-21 09:05:14
|
* @Date: 2024-06-21 09:05:14
|
||||||
* @LastEditTime: 2024-06-28 10:59:06
|
* @LastEditTime: 2024-06-28 15:53:14
|
||||||
* @LastEditors: zhp
|
* @LastEditors: zhp
|
||||||
* @Description:
|
* @Description:
|
||||||
-->
|
-->
|
||||||
@ -55,8 +55,8 @@ export default {
|
|||||||
let arr = []
|
let arr = []
|
||||||
var res = ``;
|
var res = ``;
|
||||||
// for (var i = 0, l = params.length; i < l; i++) {
|
// for (var i = 0, l = params.length; i < l; i++) {
|
||||||
console.log()
|
// console.log()
|
||||||
if (params[0].axisValue === 'FTO投入' || params[0].axisValue === '芯片产量' || params[0].axisValue === '标准组件产量') {
|
if (params[0].axisValue === 'FTO投入' || params[0].axisValue === '芯片产量' || params[0].axisValue === '标准组件产量' || params[0].axisValue === '芯片总功率' || params[0].axisValue === '标准组件总功率') {
|
||||||
res +=
|
res +=
|
||||||
`<span style='display:inline-block;margin-right:4px;width:10px;height:10px;background-color:${params[0].color}'></span>` +
|
`<span style='display:inline-block;margin-right:4px;width:10px;height:10px;background-color:${params[0].color}'></span>` +
|
||||||
`<span style='display:inline-block;width:150px;color:rgba(0,0,0,0.8);font-size:14px;'>${params[0].axisValueLabel}</span>` +
|
`<span style='display:inline-block;width:150px;color:rgba(0,0,0,0.8);font-size:14px;'>${params[0].axisValueLabel}</span>` +
|
||||||
@ -79,7 +79,7 @@ export default {
|
|||||||
: params[1].name === "转化效率"
|
: params[1].name === "转化效率"
|
||||||
? (params[1].value ? params[1].value.toFixed(2) : 0.0) + "%"
|
? (params[1].value ? params[1].value.toFixed(2) : 0.0) + "%"
|
||||||
: params[1].seriesName.search('总功率') != -1
|
: params[1].seriesName.search('总功率') != -1
|
||||||
? (params[i].value ? params[1].value : 0) + "MW"
|
? (params[1].value ? params[1].value : 0) + "MW"
|
||||||
: (params[1].value ? params[1].value : 0) + "片"
|
: (params[1].value ? params[1].value : 0) + "片"
|
||||||
}</span>`;
|
}</span>`;
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<!--
|
<!--
|
||||||
* @Author: zhp
|
* @Author: zhp
|
||||||
* @Date: 2024-04-15 10:49:13
|
* @Date: 2024-04-15 10:49:13
|
||||||
* @LastEditTime: 2024-06-28 12:13:24
|
* @LastEditTime: 2024-06-28 14:43:36
|
||||||
* @LastEditors: zhp
|
* @LastEditors: zhp
|
||||||
* @Description:
|
* @Description:
|
||||||
-->
|
-->
|
||||||
@ -473,11 +473,11 @@ export default {
|
|||||||
// dataArr[3].factory = item.factory === 1 ? '邯郸' : '瑞昌'
|
// dataArr[3].factory = item.factory === 1 ? '邯郸' : '瑞昌'
|
||||||
dataArr[1]['' + m + ''] = item.chipInput
|
dataArr[1]['' + m + ''] = item.chipInput
|
||||||
dataArr[2]['' + m + ''] = item.chipYield
|
dataArr[2]['' + m + ''] = item.chipYield
|
||||||
dataArr[3]['' + m + ''] = item.chipAveragePower
|
dataArr[3]['' + m + ''] = item.chipYieldRate
|
||||||
dataArr[4]['' + m + ''] = item.chipYieldRate
|
dataArr[4]['' + m + ''] = item.chipAveragePower
|
||||||
dataArr[5]['' + m + ''] = item.chipTotalPower
|
dataArr[5]['' + m + ''] = item.chipTotalPower
|
||||||
dataArr[6]['' + m + ''] = item.chipOee
|
dataArr[6]['' + m + ''] = item.chipCssMarriageRate
|
||||||
dataArr[7]['' + m + ''] = item.chipCssMarriageRate
|
dataArr[7]['' + m + ''] = item.chipOee
|
||||||
dataArr[8]['' + m + ''] = item.chipCapacityUtilizationRate
|
dataArr[8]['' + m + ''] = item.chipCapacityUtilizationRate
|
||||||
dataArr[9]['' + m + ''] = item.chipAnnualAverageProduction
|
dataArr[9]['' + m + ''] = item.chipAnnualAverageProduction
|
||||||
dataArr[10]['' + m + ''] = item.chipBom
|
dataArr[10]['' + m + ''] = item.chipBom
|
||||||
|
@ -674,6 +674,18 @@ export default {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
this.chartMsg.series[0].data.push({
|
||||||
|
name: '芯片总功率',
|
||||||
|
value: dataArr[0]['dayData'] === 0 ? null : dataArr[0]['dayData']
|
||||||
|
})
|
||||||
|
this.chartMsg.series[1].data.push({
|
||||||
|
name: '标准组件总功率',
|
||||||
|
value: dataArr[1]['dayData'] === 0 ? null : dataArr[1]['dayData']
|
||||||
|
})
|
||||||
|
this.chartMsg.series[2].data.push({
|
||||||
|
name: '转化效率',
|
||||||
|
value: dataArr[2]['dayData'] === 0 ? null : dataArr[2]['dayData']
|
||||||
|
})
|
||||||
} else {
|
} else {
|
||||||
this.chartMsgYearTarget.series[0].data = []
|
this.chartMsgYearTarget.series[0].data = []
|
||||||
this.chartMsgYearTarget.series[1].data = []
|
this.chartMsgYearTarget.series[1].data = []
|
||||||
|
@ -226,6 +226,7 @@ export default {
|
|||||||
show: true,
|
show: true,
|
||||||
type: "value",
|
type: "value",
|
||||||
name: "单位/MW",
|
name: "单位/MW",
|
||||||
|
position:'left',
|
||||||
// splitNumber: 4,
|
// splitNumber: 4,
|
||||||
nameTextStyle: {
|
nameTextStyle: {
|
||||||
fontSize: 12,
|
fontSize: 12,
|
||||||
@ -240,10 +241,11 @@ export default {
|
|||||||
chartMsg: {
|
chartMsg: {
|
||||||
color: ["#8EF0AB", "#288AFF"],
|
color: ["#8EF0AB", "#288AFF"],
|
||||||
xData: [],
|
xData: [],
|
||||||
yName: "单位/MW",
|
// yName: "单位/MW",
|
||||||
yAxis:{
|
yAxis:{
|
||||||
type: "value",
|
type: "value",
|
||||||
name: "单位/MW",
|
name: "单位/MW",
|
||||||
|
|
||||||
// splitNumber: 4,
|
// splitNumber: 4,
|
||||||
nameTextStyle: {
|
nameTextStyle: {
|
||||||
fontSize: 12,
|
fontSize: 12,
|
||||||
|
@ -448,7 +448,7 @@ export default {
|
|||||||
this.tableData = val
|
this.tableData = val
|
||||||
},
|
},
|
||||||
currentMenu(val) {
|
currentMenu(val) {
|
||||||
console.log(val)
|
// console.log(val)
|
||||||
if (val === '瑞昌') {
|
if (val === '瑞昌') {
|
||||||
this.legendList = [
|
this.legendList = [
|
||||||
{ id: 1, name: "FTO投入", type: 1, color: "#8EF0AB" },
|
{ id: 1, name: "FTO投入", type: 1, color: "#8EF0AB" },
|
||||||
@ -554,12 +554,12 @@ export default {
|
|||||||
onValueChange(picker, k) { // 选中近k周后触发的操作
|
onValueChange(picker, k) { // 选中近k周后触发的操作
|
||||||
// console.log(this.listQuery.reportTime[0], this.listQuery.reportTime[1])
|
// console.log(this.listQuery.reportTime[0], this.listQuery.reportTime[1])
|
||||||
if (this.listQuery.start && this.listQuery.end) {
|
if (this.listQuery.start && this.listQuery.end) {
|
||||||
console.log(this.listQuery.reportTime)
|
// console.log(this.listQuery.reportTime)
|
||||||
this.date1 = moment(this.listQuery.start.getTime() - 24 * 60 * 60 * 1000).format('YYYY-MM-DD HH:mm:ss')
|
this.date1 = moment(this.listQuery.start.getTime() - 24 * 60 * 60 * 1000).format('YYYY-MM-DD HH:mm:ss')
|
||||||
this.date2 = moment(this.listQuery.end.getTime() + 5 * 24 * 60 * 60 * 1000).format('YYYY-MM-DD HH:mm:ss')
|
this.date2 = moment(this.listQuery.end.getTime() + 5 * 24 * 60 * 60 * 1000).format('YYYY-MM-DD HH:mm:ss')
|
||||||
const numDays = (new Date(this.date2).getTime() - new Date(this.date1).getTime()) / (24 * 3600 * 1000);
|
const numDays = (new Date(this.date2).getTime() - new Date(this.date1).getTime()) / (24 * 3600 * 1000);
|
||||||
if (numDays > 168) {
|
if (numDays > 168) {
|
||||||
console.log(numDays)
|
// console.log(numDays)
|
||||||
this.$message({
|
this.$message({
|
||||||
message: '周范围不能超过24周',
|
message: '周范围不能超过24周',
|
||||||
type: 'warning'
|
type: 'warning'
|
||||||
@ -578,7 +578,7 @@ export default {
|
|||||||
if (this.listQuery.reportTime) {
|
if (this.listQuery.reportTime) {
|
||||||
// this.createStartDate = moment(new Date(this.listQuery.reportTime[0]), 'yyyy-MM-dd hh:mm:ss');
|
// this.createStartDate = moment(new Date(this.listQuery.reportTime[0]), 'yyyy-MM-dd hh:mm:ss');
|
||||||
// this.createEndDate = moment(new Date(this.listQuery.reportTime[1]), 'yyyy-MM-dd hh:mm:ss');
|
// this.createEndDate = moment(new Date(this.listQuery.reportTime[1]), 'yyyy-MM-dd hh:mm:ss');
|
||||||
console.log(this.listQuery.reportTime[1])
|
// console.log(this.listQuery.reportTime[1])
|
||||||
const numDays = (this.listQuery.reportTime[1] - this.listQuery.reportTime[0]) / (24 * 3600 * 1000);
|
const numDays = (this.listQuery.reportTime[1] - this.listQuery.reportTime[0]) / (24 * 3600 * 1000);
|
||||||
if (numDays > 30) {
|
if (numDays > 30) {
|
||||||
this.$message({
|
this.$message({
|
||||||
@ -631,7 +631,7 @@ export default {
|
|||||||
if (this.chartMsgYearTarget.series[3]) {
|
if (this.chartMsgYearTarget.series[3]) {
|
||||||
this.chartMsgYearTarget.series[3].data = []
|
this.chartMsgYearTarget.series[3].data = []
|
||||||
}
|
}
|
||||||
console.log(this.listQuery);
|
// console.log(this.listQuery);
|
||||||
if (!this.listQuery.startDate && !this.listQuery.endDate) {
|
if (!this.listQuery.startDate && !this.listQuery.endDate) {
|
||||||
return this.$message('请选择起止时间')
|
return this.$message('请选择起止时间')
|
||||||
}
|
}
|
||||||
@ -695,7 +695,7 @@ export default {
|
|||||||
} else {
|
} else {
|
||||||
this.gridLeft = true
|
this.gridLeft = true
|
||||||
}
|
}
|
||||||
console.log(res.data.list.length);
|
// console.log(res.data.list.length);
|
||||||
// res.data.list.forEach((ele) => {
|
// res.data.list.forEach((ele) => {
|
||||||
res.data.list.slice(0, res.data.list.length - 3).forEach((ele, index) => {
|
res.data.list.slice(0, res.data.list.length - 3).forEach((ele, index) => {
|
||||||
// let i = index + 1
|
// let i = index + 1
|
||||||
@ -749,7 +749,7 @@ export default {
|
|||||||
let targetObj = {}
|
let targetObj = {}
|
||||||
let obj = {}
|
let obj = {}
|
||||||
res.data.list.slice(res.data.list.length - 3, res.data.list.length - 1).forEach((ele, index) => {
|
res.data.list.slice(res.data.list.length - 3, res.data.list.length - 1).forEach((ele, index) => {
|
||||||
console.log("ele",ele.titleValue);
|
// console.log("ele",ele.titleValue);
|
||||||
// let i = index + 1
|
// let i = index + 1
|
||||||
// this.chartMsgTarget.xData.push(ele.titleValue)
|
// this.chartMsgTarget.xData.push(ele.titleValue)
|
||||||
if (ele.titleValue.search('完成') == -1) {
|
if (ele.titleValue.search('完成') == -1) {
|
||||||
@ -759,7 +759,7 @@ export default {
|
|||||||
targetObj.componentYield = item.componentYield
|
targetObj.componentYield = item.componentYield
|
||||||
targetObj.bipvProductOutput = this.currentMenu == '瑞昌' ? null : item.bipvProductOutput
|
targetObj.bipvProductOutput = this.currentMenu == '瑞昌' ? null : item.bipvProductOutput
|
||||||
})
|
})
|
||||||
console.log("fto",ele.titleValue,fto);
|
// console.log("fto",ele.titleValue,fto);
|
||||||
} else {
|
} else {
|
||||||
ele.productionSituationDataVOList.forEach((item) => {
|
ele.productionSituationDataVOList.forEach((item) => {
|
||||||
obj.ftoInput = item.ftoInput
|
obj.ftoInput = item.ftoInput
|
||||||
@ -939,7 +939,7 @@ export default {
|
|||||||
},)
|
},)
|
||||||
// }
|
// }
|
||||||
this.chartMsgTarget.series = [...fto, ...chip, ...std, ...bipv]
|
this.chartMsgTarget.series = [...fto, ...chip, ...std, ...bipv]
|
||||||
console.log('arr', this.chartMsgTarget.series)
|
// console.log('arr', this.chartMsgTarget.series)
|
||||||
// arr.forEach((ele) => {
|
// arr.forEach((ele) => {
|
||||||
|
|
||||||
// })
|
// })
|
||||||
@ -1001,7 +1001,7 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
console.log(this.chartMsg.series[0]);
|
// console.log(this.chartMsg.series[0]);
|
||||||
this.chartMsgTarget.xData.push(res.data.list[res.data.list.length - 1].titleValue.slice(0, res.data.list[res.data.list.length - 1].titleValue.length - 3))
|
this.chartMsgTarget.xData.push(res.data.list[res.data.list.length - 1].titleValue.slice(0, res.data.list[res.data.list.length - 1].titleValue.length - 3))
|
||||||
// this.chartMsgTarget.series = [{
|
// this.chartMsgTarget.series = [{
|
||||||
// name: "FTO投入",
|
// name: "FTO投入",
|
||||||
@ -1030,7 +1030,7 @@ export default {
|
|||||||
let targetObj = {}
|
let targetObj = {}
|
||||||
let obj = {}
|
let obj = {}
|
||||||
res.data.list.slice(res.data.list.length - 2, res.data.list.length).forEach((ele, index) => {
|
res.data.list.slice(res.data.list.length - 2, res.data.list.length).forEach((ele, index) => {
|
||||||
console.log("ele", ele.titleValue);
|
// console.log("ele", ele.titleValue);
|
||||||
// let i = index + 1
|
// let i = index + 1
|
||||||
// this.chartMsgTarget.xData.push(ele.titleValue)
|
// this.chartMsgTarget.xData.push(ele.titleValue)
|
||||||
ele.productionSituationDataVOList.forEach((item) => {
|
ele.productionSituationDataVOList.forEach((item) => {
|
||||||
@ -1039,7 +1039,7 @@ export default {
|
|||||||
targetObj.chipYield = item.chipYield
|
targetObj.chipYield = item.chipYield
|
||||||
targetObj.componentYield = item.componentYield
|
targetObj.componentYield = item.componentYield
|
||||||
targetObj.bipvProductOutput = this.currentMenu == '瑞昌' ? null : item.bipvProductOutput
|
targetObj.bipvProductOutput = this.currentMenu == '瑞昌' ? null : item.bipvProductOutput
|
||||||
console.log("fto", ele.titleValue, fto);
|
// console.log("fto", ele.titleValue, fto);
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
obj.ftoInput = item.ftoInput
|
obj.ftoInput = item.ftoInput
|
||||||
@ -1312,7 +1312,7 @@ export default {
|
|||||||
this.$message.success("导出成功");
|
this.$message.success("导出成功");
|
||||||
})
|
})
|
||||||
.catch(() => { });
|
.catch(() => { });
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
@ -107,6 +107,7 @@ export default {
|
|||||||
otherProps: [],
|
otherProps: [],
|
||||||
start: undefined,
|
start: undefined,
|
||||||
end: undefined,
|
end: undefined,
|
||||||
|
currentMenu:'邯郸',
|
||||||
title: '',
|
title: '',
|
||||||
showTable:false,
|
showTable:false,
|
||||||
listQuery: {
|
listQuery: {
|
||||||
|
Loading…
Reference in New Issue
Block a user