This commit is contained in:
2023-08-30 15:39:23 +08:00
parent e2f6825c13
commit b06ef474e6
2 changed files with 55 additions and 2 deletions

View File

@@ -92,6 +92,59 @@ export const productionStatistics = () => {
'completed': '6137kg',
'customer': '厂家4',
'status': '暂停'
},
{
'planStartTime': '2023-08-18 14:02:48',
'workOrderCode': 'DD005',
'equipment': '混料机5',
'materialCode': 'WL05',
'startTime': '2023-08-18 14:02:48',
'planned': '1000kg',
'completed': '894kg',
'customer': '厂家5',
'status': '已下发'
},
{
'planStartTime': '2023-08-18 14:02:48',
'workOrderCode': 'DD006',
'equipment': '压机6',
'materialCode': 'WL06',
'planned': '3000kg',
'completed': '627kg',
'customer': '厂家6',
'status': '未生产'
},
{
'planStartTime': '2023-08-18 14:02:48',
'workOrderCode': 'DD007',
'equipment': '混料机7',
'materialCode': 'WL07',
'startTime': '2023-08-18 14:02:48',
'planned': '8000kg',
'completed': '6137kg',
'customer': '厂家7',
'status': '暂停'
},
{
'planStartTime': '2023-08-18 14:02:48',
'workOrderCode': 'DD008',
'equipment': '混料机8',
'materialCode': 'WL08',
'startTime': '2023-08-18 14:02:48',
'planned': '1000kg',
'completed': '894kg',
'customer': '厂家8',
'status': '已下发'
},
{
'planStartTime': '2023-08-18 14:02:48',
'workOrderCode': 'DD009',
'equipment': '压机9',
'materialCode': 'WL09',
'planned': '3000kg',
'completed': '627kg',
'customer': '厂家9',
'status': '未生产'
}
],
'total': {

View File

@@ -123,8 +123,8 @@ export default {
// limitMoveNum: 6
// }
return {
step: 0.2, // 数值越大速度滚动越快
limitMoveNum: 3, // 开始无缝滚动的数据量 this.dataList.length
step: 0.4, // 数值越大速度滚动越快
limitMoveNum: 8, // 开始无缝滚动的数据量 this.dataList.length
hoverStop: true, // 是否开启鼠标悬停stop
direction: 1, // 0向下 1向上 2向左 3向右
openWatch: true, // 开启数据实时监控刷新dom