From b86d3b1a999bc4f05b9724803d31767b8c99cac6 Mon Sep 17 00:00:00 2001 From: chenjianan Date: Mon, 26 Nov 2018 11:09:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E7=A5=A8=E4=BA=A4=E6=8E=A5=E5=8D=95?= =?UTF-8?q?=EF=BC=9A=E6=8E=A5=E6=94=B6=E4=BA=BA=E9=83=A8=E9=97=A8=E6=94=B9?= =?UTF-8?q?=E8=B4=A2=E5=8A=A1=E9=83=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ReceiptConnectionSheet.js | 16 ++++++++-- .../ReceiptConnectionSheet/index.vue | 31 ++++++++++++------- 2 files changed, 34 insertions(+), 13 deletions(-) diff --git a/src/api/PurchasingCenter/ReceiptConnectionSheet.js b/src/api/PurchasingCenter/ReceiptConnectionSheet.js index e916b988..24c00416 100644 --- a/src/api/PurchasingCenter/ReceiptConnectionSheet.js +++ b/src/api/PurchasingCenter/ReceiptConnectionSheet.js @@ -49,8 +49,8 @@ export function deleteInvoice(num1) { } }) } -// 传送人接收人初始化 采购科改16 -export function initPerson() { +// 传送人初始化 采购科改16 +export function initSender() { return request({ url: '', method: 'post', @@ -61,6 +61,18 @@ export function initPerson() { } }) } +// 接收人初始化 财务部7 +export function initReceiver() { + return request({ + url: '', + method: 'post', + data: { + type: '1', + name: '人事档案管理_人员_部门与人员_查询数据_根据部门编号', + param: '考核部门编号=7' + } + }) +} // 初始化合同号 export function initContract() { return request({ diff --git a/src/views/PurchasingCenter/ReceiptConnectionSheet/index.vue b/src/views/PurchasingCenter/ReceiptConnectionSheet/index.vue index f5480480..cc08073c 100644 --- a/src/views/PurchasingCenter/ReceiptConnectionSheet/index.vue +++ b/src/views/PurchasingCenter/ReceiptConnectionSheet/index.vue @@ -19,7 +19,7 @@ 传送人: @@ -27,7 +27,7 @@ 接收人: @@ -61,7 +61,7 @@ @@ -96,12 +96,12 @@ @@ -158,7 +158,7 @@ @@ -167,7 +167,7 @@ @@ -187,7 +187,7 @@