车间排产

This commit is contained in:
Vergil
2020-03-31 10:38:17 +08:00
parent ba7cf068ad
commit 0c0608bb99

View File

@@ -226,7 +226,7 @@ export default {
if (row.工序状态 !== 4 && row.工序间是否外协 !== 2) { if (row.工序状态 !== 4 && row.工序间是否外协 !== 2) {
XuanRu(this.PersonValue, row.工序流水号).then(response => { XuanRu(this.PersonValue, row.工序流水号).then(response => {
if (response.data[0].result === '1') { if (response.data[0].result === '1') {
this.tableData1[this.index].状态 = '1' this.tableData1[this.index].状态 = 1
this.loading3 = true this.loading3 = true
this.tableData3 = [] this.tableData3 = []
getGongxu(this.工艺计划流水号).then(response => { getGongxu(this.工艺计划流水号).then(response => {