生产计划查询打回

This commit is contained in:
Vergil
2020-04-17 14:23:00 +08:00
parent 4e686dbd1b
commit be33541753
2 changed files with 52 additions and 14 deletions

View File

@@ -30,3 +30,16 @@ export function searchtable() {
}
})
}
export function repulse(num) {
return request({
url: '',
method: 'post',
data: {
UserID: state.state.user.id,
ModularID: router.currentRoute.path,
type: '2',
name: '车间生产管理工艺_生产计划_打回零件',
param: `工艺计划流水号=${num}`
}
})
}