'打回零件'

This commit is contained in:
liushuai
2018-12-24 15:29:38 +08:00
parent 53262caac4
commit 50d5e90356
4 changed files with 150 additions and 65 deletions

View File

@@ -68,3 +68,14 @@ export function searchTable1(check, entryNameValue, check1, machine, check2, gro
}
})
}
export function processingStatus(num) {
return request({
url: '',
method: 'post',
data: {
type: '1',
name: '车间生产管理_成组配套加工进度_查询数据',
param: '工艺计划流水号=' + num
}
})
}