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 @@