加工进度查询

This commit is contained in:
zhangdingyu
2018-12-26 14:13:41 +08:00
parent 86afdead2f
commit 7e182b8cf4

View File

@@ -565,7 +565,6 @@ export default {
if (this.零件图号.length !== 0) {
for (let i = 0; i < this.零件图号.length; i++) {
getTable2(this.checkbox_project, this.project, this.checkbox_Machine, this.Machine, this.checkbox_Group, this.Group, this.零件图号[i]).then(response => {
console.log(response.data)
this.liushuihao = response.data[0].工艺计划流水号
for (let k = 0; k < response.data.length; k++) {
if (response.data[k].工艺计划流水号 === this.liushuihao) {