工艺定额查询

This commit is contained in:
zhangdingyu
2018-11-28 14:35:17 +08:00
parent a15382020f
commit 8a2ca5a181
2 changed files with 3 additions and 4 deletions

View File

@@ -1224,7 +1224,6 @@ export default {
}
}).then(() => {
this.tableData1.push(this.result[i])
console.log(this.tableData1)
selection2(this.工艺计划流水号[this.indexAdjust]).then(response => { // 刷新对话框显示和颜色
for (let i = 0; i < response.data.length; i++) {
this.partType = response.data[i].零件类型
@@ -1473,7 +1472,6 @@ export default {
}).then(() => {
plan(this.tableData1[i].工艺计划流水号).then(response => {
if (this.tableData1[i].平衡次数 !== 0 || this.tableData1[i].是否焊接 !== 1) {
console.log(this.tableData1[i].平衡次数, 111)
this.result1 += parseInt(response.data[0].result)
if (this.result1 === this.length) {
this.$message.success('零件计划制定成功')