更新
This commit is contained in:
@@ -109,3 +109,37 @@ export function updateNumber(...params) {
|
||||
}
|
||||
})
|
||||
}
|
||||
export function getperson(num) {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '3',
|
||||
name: 'select * from dbo.人事档案管理_人员名单 inner join dbo.菜单系统模块_人员与角色 ' +
|
||||
'on 人事档案管理_人员名单.人员编号=菜单系统模块_人员与角色.人员编号 ' +
|
||||
'where 角色编号=3 or 角色编号=2'
|
||||
}
|
||||
})
|
||||
}
|
||||
export function tiaozheng(formNumber, PersonValue) {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '2',
|
||||
name: '采购管理_仓库采购_表单_采购分配',
|
||||
param: `表单流水号=${formNumber}&采购员编号=${PersonValue}`
|
||||
}
|
||||
})
|
||||
}
|
||||
export function deletematerial(id) {
|
||||
return request({
|
||||
url: '',
|
||||
method: 'post',
|
||||
data: {
|
||||
type: '2',
|
||||
name: '采购管理_仓库采购_表单明细_删除',
|
||||
param: `id=${id}`
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user