diff --git a/src/api/invoice.js b/src/api/invoice.js index cc0f7df..853df43 100644 --- a/src/api/invoice.js +++ b/src/api/invoice.js @@ -133,7 +133,9 @@ export default { getSsoParam() { return fetch(url.getSsoParam, {}) }, - + getUserInfoModelApi() { + return fetch(url.getUserInfoModelApi, {}) + }, // 发票列表导出 exportInvoiceList(dimParam, invoiceTypeCode, invoiceTime) { return fetch(url.exportInvoiceList, { diff --git a/src/api/rules.js b/src/api/rules.js index 588a718..f94c3f2 100644 --- a/src/api/rules.js +++ b/src/api/rules.js @@ -157,4 +157,12 @@ export default { ruleupdateSsjcApi(param, headers){ return fetch(url.ruleupdateSsjcApi, param, headers) }, + + getUserInfoModelApi(param, headers){ + return fetch(url.getUserInfoModelApi, param, headers) + }, + + importUserInfoExcelApi(param, headers){ + return fetch(url.importUserInfoExcelApi, param, headers) + }, } diff --git a/src/api/url.js b/src/api/url.js index 21d4609..ddd78e2 100644 --- a/src/api/url.js +++ b/src/api/url.js @@ -291,4 +291,9 @@ export default { deleteInvoiceFiles: '/app/common/invoice/deleteInvoiceFiles', ruleupdateSsjcApi: '/web/common/rule/updateSsjc', + + getUserInfoModelApi: '/web/common/orgUser/getUserInfoModel', + + importUserInfoExcelApi: '/web/orgUser/importUserInfoExcel', } + diff --git a/src/components/ruleSetting/enterpriseInfo.vue b/src/components/ruleSetting/enterpriseInfo.vue index f55277e..bb8e9bf 100644 --- a/src/components/ruleSetting/enterpriseInfo.vue +++ b/src/components/ruleSetting/enterpriseInfo.vue @@ -57,6 +57,13 @@