零件分配
This commit is contained in:
@@ -395,3 +395,15 @@ export function OutPart(num) {
|
||||
}
|
||||
})
|
||||
}
|
||||
export function searchBillNumber(num) {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
UserID: state.state.user.id,
|
||||
ModularID: router.currentRoute.path,
|
||||
type: '1',
|
||||
name: '车间管理_基本件采购_请购单_查询请购单号_查询数据'
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user