From 78e979277cf9f21a2d645a4b3eab054ee81a0cad Mon Sep 17 00:00:00 2001 From: zhangdingyu <974548713@qq.com> Date: Wed, 20 Mar 2019 16:34:55 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9B=B6=E4=BB=B6=E5=B7=A5=E8=89=BA=E5=88=B6?= =?UTF-8?q?=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ManufacturingCenter/CreatePreparationBill/index.vue | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/views/ManufacturingCenter/CreatePreparationBill/index.vue b/src/views/ManufacturingCenter/CreatePreparationBill/index.vue index b02d2c11..8ff301b9 100644 --- a/src/views/ManufacturingCenter/CreatePreparationBill/index.vue +++ b/src/views/ManufacturingCenter/CreatePreparationBill/index.vue @@ -44,9 +44,9 @@ {{ scope.row.材料 }} - + @@ -155,6 +155,9 @@ export default { if (response.data.total === 0) { this.loading = false } else { + // this.tableData.push({ + // 重量: response.data.rows[0].重量 + // }) this.Data = response.data.rows this.total = response.data.total } @@ -168,7 +171,7 @@ export default { 备料打印: this.Data[i].备料打印, 工艺要求: response.data[0].工艺要求, 材料: this.Data[i].材料, - 原材料规格: this.Data[i].原材料规格, + 重量: this.Data[i].重量, 批次数量: this.Data[i].批次数量 }) })