看板订单

This commit is contained in:
2023-12-12 10:35:35 +08:00
parent 58d774859b
commit e1fe6f0a1a

View File

@@ -89,15 +89,16 @@ export default {
materData: [], materData: [],
deviceData: [], deviceData: [],
PersonnelMonthlyProduction: [], PersonnelMonthlyProduction: [],
MonthlyWorkOrder: [ MonthlyWorkOrder: [],
{guada_num: 1200, name: 'XC-0', order_num: 1655, residue_num: 455}, // MonthlyWorkOrder: [
{guada_num: 1200, name: 'XC-1', order_num: 1655, residue_num: 455}, // {guada_num: 1200, name: 'XC-0', order_num: 1655, residue_num: 455},
{guada_num: 1200, name: 'XC-2', order_num: 1655, residue_num: 455}, // {guada_num: 1200, name: 'XC-1', order_num: 1655, residue_num: 455},
{guada_num: 1200, name: 'XC-3', order_num: 1655, residue_num: 455}, // {guada_num: 1200, name: 'XC-2', order_num: 1655, residue_num: 455},
{guada_num: 1200, name: 'XC-4', order_num: 1655, residue_num: 455}, // {guada_num: 1200, name: 'XC-3', order_num: 1655, residue_num: 455},
{guada_num: 1200, name: 'XC-5', order_num: 1655, residue_num: 455}, // {guada_num: 1200, name: 'XC-4', order_num: 1655, residue_num: 455},
{guada_num: 1200, name: 'XC-6', order_num: 1655, residue_num: 455} // {guada_num: 1200, name: 'XC-5', order_num: 1655, residue_num: 455},
], // {guada_num: 1200, name: 'XC-6', order_num: 1655, residue_num: 455}
// ],
// MonthlyWorkOrder: [ // MonthlyWorkOrder: [
// { // {
// name: 'A1', // name: 'A1',
@@ -175,7 +176,7 @@ export default {
this.showNum2 = (res.DayShiftList[0].real_qty + '').split('') this.showNum2 = (res.DayShiftList[0].real_qty + '').split('')
this.showNum3 = (res.DayShiftList[0].unqualified_qty + '').split('') this.showNum3 = (res.DayShiftList[0].unqualified_qty + '').split('')
// this.PersonnelMonthlyProduction = res.PersonnelMonthlyProduction // this.PersonnelMonthlyProduction = res.PersonnelMonthlyProduction
// this.MonthlyWorkOrder = res.MonthlyWorkOrder this.MonthlyWorkOrder = res.MonthlyWorkOrder
this.ProductionTask = res.ProductionTask this.ProductionTask = res.ProductionTask
this.ShiftProductionList = res.ShiftProductionList this.ShiftProductionList = res.ShiftProductionList
this.setEchart01() this.setEchart01()
@@ -441,7 +442,7 @@ export default {
}, },
series: [ series: [
{ {
name: '房产', name: '订单1',
type: 'bar', type: 'bar',
stack: '总量', stack: '总量',
barWidth: 30, barWidth: 30,
@@ -471,7 +472,7 @@ export default {
data: this.MonthlyWorkOrder.map((it) => it.guada_num) data: this.MonthlyWorkOrder.map((it) => it.guada_num)
}, },
{ {
name: '土地', name: '订单2',
type: 'bar', type: 'bar',
stack: '总量', stack: '总量',
itemStyle: { itemStyle: {