备料到货“

This commit is contained in:
zhangdingyu
2018-12-29 22:21:52 +08:00
parent ba40c3396f
commit 6f77a6601a
2 changed files with 20 additions and 9 deletions

View File

@@ -49,3 +49,14 @@ export function handlechange(Number, code) {
}
})
}
export function change(Number, code, num) {
return request({
url: '',
method: 'post',
data: {
type: '2',
name: '车间生产管理工艺_备料到货更改',
param: '工序流水号组=' + Number + '&工作者考勤编号=' + code + '&工艺计划流水号组=' + num
}
})
}