From a8d45c9b0ba616f37cedd9bd278893c5849b83e5 Mon Sep 17 00:00:00 2001 From: liyuetong Date: Mon, 24 May 2021 16:40:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=BA=E6=9E=84=E5=90=8D=E7=A7=B0=E5=88=86?= =?UTF-8?q?=E4=B8=BA=E5=86=85=E5=8B=A404=E3=80=8105=EF=BC=8C=E5=A4=96?= =?UTF-8?q?=E5=8B=A406,07,08=EF=BC=8C=E5=88=A4=E6=96=AD=E4=BA=94=E7=A7=8D?= =?UTF-8?q?=E6=83=85=E5=86=B5=E5=8F=96=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/ebiz/branchOffice/branchOffice.js | 10 ++ .../ebiz/billingDetail/billingDetail.vue | 157 +++++++++--------- 2 files changed, 87 insertions(+), 80 deletions(-) diff --git a/src/api/ebiz/branchOffice/branchOffice.js b/src/api/ebiz/branchOffice/branchOffice.js index 966aeaf55..5ae8801ed 100644 --- a/src/api/ebiz/branchOffice/branchOffice.js +++ b/src/api/ebiz/branchOffice/branchOffice.js @@ -36,3 +36,13 @@ export function getOrgList(data) { data }) } + +// 获取MIS全部机构 (分级)接口--因内勤多加一级,所以用这个接口 +export function getMisBranchComList(data) { + return request({ + url: getUrl('/data/performance/getMisBranchComList', 1), + method: 'post', + data + }) +} + diff --git a/src/views/ebiz/billingDetail/billingDetail.vue b/src/views/ebiz/billingDetail/billingDetail.vue index 1f351de94..39ea7c088 100644 --- a/src/views/ebiz/billingDetail/billingDetail.vue +++ b/src/views/ebiz/billingDetail/billingDetail.vue @@ -2,17 +2,30 @@
机构名称: - + + {{ OrgLv2Name }} + + + {{ OrgLv2Name }} + @@ -70,7 +83,7 @@