创建备料单备料到货

This commit is contained in:
zhangdingyu
2019-03-16 14:36:10 +08:00
parent 71192d6d9d
commit 43d6ebc8a0
4 changed files with 74 additions and 5 deletions

View File

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