零件工艺制定
This commit is contained in:
@@ -44,9 +44,9 @@
|
|||||||
{{ scope.row.材料 }}
|
{{ scope.row.材料 }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="规格" align="center" width="100px">
|
<el-table-column label="重量" align="center" width="100px">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
{{ scope.row.原材料规格 }}
|
{{ scope.row.重量 }}
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="备料" align="center">
|
<el-table-column label="备料" align="center">
|
||||||
@@ -155,6 +155,9 @@ export default {
|
|||||||
if (response.data.total === 0) {
|
if (response.data.total === 0) {
|
||||||
this.loading = false
|
this.loading = false
|
||||||
} else {
|
} else {
|
||||||
|
// this.tableData.push({
|
||||||
|
// 重量: response.data.rows[0].重量
|
||||||
|
// })
|
||||||
this.Data = response.data.rows
|
this.Data = response.data.rows
|
||||||
this.total = response.data.total
|
this.total = response.data.total
|
||||||
}
|
}
|
||||||
@@ -168,7 +171,7 @@ export default {
|
|||||||
备料打印: this.Data[i].备料打印,
|
备料打印: this.Data[i].备料打印,
|
||||||
工艺要求: response.data[0].工艺要求,
|
工艺要求: response.data[0].工艺要求,
|
||||||
材料: this.Data[i].材料,
|
材料: this.Data[i].材料,
|
||||||
原材料规格: this.Data[i].原材料规格,
|
重量: this.Data[i].重量,
|
||||||
批次数量: this.Data[i].批次数量
|
批次数量: this.Data[i].批次数量
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user