零件工艺制定

This commit is contained in:
zhangdingyu
2019-03-20 16:34:55 +08:00
parent b059cf30ad
commit 78e979277c

View File

@@ -44,9 +44,9 @@
{{ scope.row.材料 }}
</template>
</el-table-column>
<el-table-column label="规格" align="center" width="100px">
<el-table-column label="重量" align="center" width="100px">
<template slot-scope="scope">
{{ scope.row.原材料规格 }}
{{ scope.row.重量 }}
</template>
</el-table-column>
<el-table-column label="备料" align="center">
@@ -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].批次数量
})
})