From e756b39e6c69a1aecaad76fa5a6db294a4c22329 Mon Sep 17 00:00:00 2001 From: lb Date: Thu, 24 Nov 2022 15:33:08 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E7=94=9F=E4=BA=A7=E7=9B=91=E6=8E=A7?= =?UTF-8?q?=E5=AE=9E=E6=97=B6=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../FactoryManage/RealtimeDataOfOrder.vue | 31 ++++++++++--------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/src/views/FactoryManage/RealtimeDataOfOrder.vue b/src/views/FactoryManage/RealtimeDataOfOrder.vue index 6ac26d6..95bc4a3 100644 --- a/src/views/FactoryManage/RealtimeDataOfOrder.vue +++ b/src/views/FactoryManage/RealtimeDataOfOrder.vue @@ -147,21 +147,22 @@ export default { fetchList('order').then(response => { if (response.data) { this.dataList = response.data - this.dataList.push({ - orderName: '22订单', - productName: 'xxx光伏玻璃2.0B', - productSize: '2*1128*2272', - productionLine: 'C线 D线 A线', - det: Array(3).fill({ - inputNum: '-259730', - outputNum: '-772443', - passRate: 100, - recordTime: '2022-09-06T14:00:00', - scrapNum: '0', - sumInputNum: '259730', - sumOutputNum: '772443' - }) - }) + // 11-mes: + // this.dataList.push({ + // orderName: '22订单', + // productName: 'xxx光伏玻璃2.0B', + // productSize: '2*1128*2272', + // productionLine: 'C线 D线 A线', + // det: Array(3).fill({ + // inputNum: '-259730', + // outputNum: '-772443', + // passRate: 100, + // recordTime: '2022-09-06T14:00:00', + // scrapNum: '0', + // sumInputNum: '259730', + // sumOutputNum: '772443' + // }) + // }) this.transformData() } else { this.dataList.splice(0)