diff --git a/src/api/WorkshopProcurement/ReceiptConnectionSheet.js b/src/api/WorkshopProcurement/ReceiptConnectionSheet.js index dfb3b616..0af7fba4 100644 --- a/src/api/WorkshopProcurement/ReceiptConnectionSheet.js +++ b/src/api/WorkshopProcurement/ReceiptConnectionSheet.js @@ -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({ diff --git a/src/views/WorkshopProcurement/ReceiptConnectionSheet/index.vue b/src/views/WorkshopProcurement/ReceiptConnectionSheet/index.vue index ab70f990..4292a685 100644 --- a/src/views/WorkshopProcurement/ReceiptConnectionSheet/index.vue +++ b/src/views/WorkshopProcurement/ReceiptConnectionSheet/index.vue @@ -19,7 +19,7 @@ 传送人: @@ -160,7 +160,7 @@ @@ -189,7 +189,7 @@