This commit is contained in:
liushuai
2018-12-30 11:14:46 +08:00
parent fddd89b988
commit 77ebe95beb
2 changed files with 26 additions and 5 deletions

View File

@@ -49,7 +49,7 @@ export function deleteInvoice(num1, num2) {
}
})
}
// 传送人接收人初始化
// 接收人初始化
export function initPerson() {
return request({
url: '',
@@ -61,6 +61,18 @@ export function initPerson() {
}
})
}
// 传送人初始化
export function initPerson1() {
return request({
url: '',
method: 'post',
data: {
type: '1',
name: '人事档案管理_人员_部门与人员_查询数据_根据部门编号',
param: '考核部门编号=5'
}
})
}
// 初始化合同号
export function initContract() {
return request({