-
-
+
+
+
+
+
- | GAOJING |
- 备料单 |
+ GAOJING |
+ 备料单 |
| 零件名称 |
零件图号 |
+ 材料 |
+ 原材料规格 |
+ 批次数量 |
备料 |
| {{ list.零件名称 }} |
{{ list.零件图号 }} |
+ {{ list.材料 }} |
+ {{ list.原材料规格 }} |
+ {{ list.批次数量 }} |
{{ list.工艺要求 }} |
@@ -141,7 +165,10 @@ export default {
零件名称: this.Data[i].零件名称,
零件图号: this.Data[i].零件图号,
备料打印: this.Data[i].备料打印,
- 工艺要求: response.data[0].工艺要求
+ 工艺要求: response.data[0].工艺要求,
+ 材料: this.Data[i].材料,
+ 原材料规格: this.Data[i].原材料规格,
+ 批次数量: this.Data[i].批次数量
})
})
this.loading = false