From 8397f51731da7e326b6e8ea8a8e5999dc853f0f5 Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Mon, 29 Dec 2025 18:44:07 +0800 Subject: [PATCH 1/4] seo --- .../customerOrg/customerOrgEdit.vue | 22 +++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/src/components/customerOrg/customerOrgEdit.vue b/src/components/customerOrg/customerOrgEdit.vue index b45a142..b96636d 100644 --- a/src/components/customerOrg/customerOrgEdit.vue +++ b/src/components/customerOrg/customerOrgEdit.vue @@ -145,11 +145,22 @@ + + + + + + + + + - + @@ -234,7 +245,6 @@ export default { routeUrlorPageName: 'customerOrg', //当前页面归属路由或归属页面权限名称 privs: [] // 页面权限 }, - customerOrgEditStyle: "height:400px;", data: { organizationdata: [], //体检中心数据 @@ -269,6 +279,7 @@ export default { medicalTypeId: '', personnelTypeId: '', isRecommend: 'N', + reportFormatTemplateId:'', }, //初始化 单位 记录 目前新增与更新是一致 formInit: {}, rules: { @@ -355,6 +366,13 @@ export default { this.data.organizationdata = res.data; }); + postapi('/api/app/Report/GetReportFormatTemplateByReportId',{id:'0005'}).then(res => { + if(res.code > -1){ + this.dict.reportFormatTemplate = res.data + } + }) + + //获取单位类别列表 getapi("/api/app/customer-org-type/get-all").then((res) => { this.data.customerOrgType = res.data; From 9753942eca6c2bff7c1060c0108ae2f9792c50c1 Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Mon, 29 Dec 2025 18:44:26 +0800 Subject: [PATCH 2/4] seo --- public/sysConfig.json | 2 +- src/views/fee-settings/cardRegister.vue | 102 ++++++++++++++++++------ 2 files changed, 78 insertions(+), 26 deletions(-) diff --git a/public/sysConfig.json b/public/sysConfig.json index 5964923..0864a2d 100644 --- a/public/sysConfig.json +++ b/public/sysConfig.json @@ -1,5 +1,5 @@ { - "apiurl": "http://192.168.0.188:9530", + "apiurl": "http://192.168.0.188:9527", "softName": "神豚体检管理系统", "pacsApi": "http://192.168.0.188:9530", "dcmViewers": "https://app.mzaktj.com:4436", diff --git a/src/views/fee-settings/cardRegister.vue b/src/views/fee-settings/cardRegister.vue index ed0152d..359c308 100644 --- a/src/views/fee-settings/cardRegister.vue +++ b/src/views/fee-settings/cardRegister.vue @@ -217,7 +217,7 @@ 退费
- + 下载建卡模板
@@ -483,12 +483,41 @@ + + + + + + + +
+ + + + + + + + + + + + + + + + + + +