From 4e686dbd1bc9492d73bf1239955265ac0ae0086b Mon Sep 17 00:00:00 2001 From: Vergil <974548713@qq.com> Date: Thu, 16 Apr 2020 17:21:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=96=E5=8D=8F=E6=89=A7=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Outsourcing/OutsourcingTaskExecution/index.vue | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/views/Outsourcing/OutsourcingTaskExecution/index.vue b/src/views/Outsourcing/OutsourcingTaskExecution/index.vue index b1312375..6b784a9d 100644 --- a/src/views/Outsourcing/OutsourcingTaskExecution/index.vue +++ b/src/views/Outsourcing/OutsourcingTaskExecution/index.vue @@ -116,7 +116,7 @@ @@ -378,12 +378,14 @@ export default { this.Number = row.外协加工任务单流水号 this.ManufactorNumber = row.外协厂家流水号 getParts(row.外协加工任务单流水号).then(response => { + console.log(response.data) if (response.data.length !== 0) { for (let i = 0; i < response.data.length; i++) { this.List3.push({ 外协加工任务单明细流水号: response.data[i].外协加工任务单明细流水号, 加工价格_成交: response.data[i].加工价格_成交.toFixed(2), 到货日期: response.data[i].到货日期, + 单据状态: response.data[i].单据状态, 零件图号: response.data[i].零件图号, 零件名称: response.data[i].零件名称, 批次数量: response.data[i].批次数量, @@ -554,6 +556,8 @@ export default { 外协加工任务单明细流水号: response.data[i].外协加工任务单明细流水号, 加工价格_成交: response.data[i].加工价格_成交.toFixed(2), 机加工开始时间: response.data[i].机加工开始时间 ? response.data[i].机加工开始时间.split(' ')[0] : '', + 到货日期: response.data[i].到货日期, + 单据状态: response.data[i].单据状态, 零件图号: response.data[i].零件图号, 零件名称: response.data[i].零件名称, 批次数量: response.data[i].批次数量, @@ -591,6 +595,8 @@ export default { 外协加工任务单明细流水号: response.data[i].外协加工任务单明细流水号, 加工价格_成交: response.data[i].加工价格_成交.toFixed(2), 机加工开始时间: response.data[i].机加工开始时间 ? response.data[i].机加工开始时间.split(' ')[0] : '', + 到货日期: response.data[i].到货日期, + 单据状态: response.data[i].单据状态, 零件图号: response.data[i].零件图号, 零件名称: response.data[i].零件名称, 批次数量: response.data[i].批次数量, @@ -670,6 +676,8 @@ export default { 外协加工任务单明细流水号: response.data[i].外协加工任务单明细流水号, 加工价格_成交: response.data[i].加工价格_成交.toFixed(2), 机加工开始时间: response.data[i].机加工开始时间 ? response.data[i].机加工开始时间.split(' ')[0] : '', + 到货日期: response.data[i].到货日期, + 单据状态: response.data[i].单据状态, 零件图号: response.data[i].零件图号, 零件名称: response.data[i].零件名称, 批次数量: response.data[i].批次数量,