零件分配

This commit is contained in:
Vergil
2020-04-09 10:54:30 +08:00
parent 639935bae1
commit 41a7c8732a
3 changed files with 34 additions and 79 deletions

View File

@@ -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: '车间管理_基本件采购_请购单_查询请购单号_查询数据'
}
})
}