This commit is contained in:
liushuai
2020-02-04 09:39:34 +08:00
parent 311e014375
commit 5f41045ae7
22 changed files with 521 additions and 161 deletions

View File

@@ -47,6 +47,18 @@ export function getTable1(check, partNumber) {
}
})
}
// 打回
export function getBack(processPlan) {
return request({
url: '',
method: 'post',
data: {
type: '2',
name: '车间生产管理工艺_外协零件_打回',
param: '工艺计划流水号=' + processPlan
}
})
}
// 获取零件工序信息(零件号表中)
export function getprocedure(processPlan, single) {
return request({