生产计划查询打回
This commit is contained in:
@@ -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}`
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user