From e8acccd4acc348be03bef9d1cfa08358e4368d79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A3=E5=9C=A3=E5=8D=8E?= <752718920@qq.com> Date: Mon, 13 Sep 2021 00:59:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=B9=B3=E5=8F=B0=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jshERP-web/src/api/api.js | 3 + .../src/views/bill/dialog/BillDetail.vue | 46 ++++++++++----- .../src/views/bill/dialog/BillPrintIframe.vue | 57 +++++++++++++++++++ .../src/views/system/modules/PluginModal.vue | 4 +- 4 files changed, 94 insertions(+), 16 deletions(-) create mode 100644 jshERP-web/src/views/bill/dialog/BillPrintIframe.vue diff --git a/jshERP-web/src/api/api.js b/jshERP-web/src/api/api.js index 5807b76c..f5a96d96 100644 --- a/jshERP-web/src/api/api.js +++ b/jshERP-web/src/api/api.js @@ -76,6 +76,8 @@ const editSystemConfig = (params)=>putAction("/systemConfig/update",params); const checkSystemConfig = (params)=>getAction("/systemConfig/checkIsNameExist",params); const getCurrentSystemConfig = (params)=>getAction("/systemConfig/getCurrentInfo",params); const fileSizeLimit = (params)=>getAction("/systemConfig/fileSizeLimit",params); +//平台参数 +const getPlatformConfigByKey = (params)=>getAction("/platformConfig/getPlatformConfigByKey",params); //用户|角色|模块关系 const addUserBusiness = (params)=>postAction("/userBusiness/add",params); const editUserBusiness = (params)=>putAction("/userBusiness/update",params); @@ -158,6 +160,7 @@ export { checkSystemConfig, getCurrentSystemConfig, fileSizeLimit, + getPlatformConfigByKey, addUserBusiness, editUserBusiness, checkUserBusiness, diff --git a/jshERP-web/src/views/bill/dialog/BillDetail.vue b/jshERP-web/src/views/bill/dialog/BillDetail.vue index 214e72d7..37c1617d 100644 --- a/jshERP-web/src/views/bill/dialog/BillDetail.vue +++ b/jshERP-web/src/views/bill/dialog/BillDetail.vue @@ -11,20 +11,21 @@ wrapClassName="ant-modal-cust-warp" style="top:5%;height: 100%;overflow-y: hidden"> @@ -833,19 +834,22 @@ + + + \ No newline at end of file diff --git a/jshERP-web/src/views/system/modules/PluginModal.vue b/jshERP-web/src/views/system/modules/PluginModal.vue index 02892fa1..48d6f20e 100644 --- a/jshERP-web/src/views/system/modules/PluginModal.vue +++ b/jshERP-web/src/views/system/modules/PluginModal.vue @@ -23,7 +23,7 @@