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].批次数量 }) })