From 21dab02b096e730a38a2bc9e2b9070f03d840c28 Mon Sep 17 00:00:00 2001 From: pengjun <158915633@qq.com> Date: Fri, 5 Dec 2025 16:09:42 +0800 Subject: [PATCH] seo --- .../customerOrg/patientRegisterRefuse.vue | 64 +----------------- src/views/customerOrg/patientRegisterSign.vue | 65 +------------------ 2 files changed, 3 insertions(+), 126 deletions(-) diff --git a/src/views/customerOrg/patientRegisterRefuse.vue b/src/views/customerOrg/patientRegisterRefuse.vue index 4ee43bb..1aba5a2 100644 --- a/src/views/customerOrg/patientRegisterRefuse.vue +++ b/src/views/customerOrg/patientRegisterRefuse.vue @@ -75,12 +75,7 @@ export default { } }); - //体检单位 - getapi("/api/app/customerorg/getbycodeall").then((res) => { - this.patientRegister.customerOrgTreeAll = res.data; - tcdate(this.patientRegister.customerOrgTreeAll) - }); - + //体检中心 getapi("/api/app/organization-units/organization-unit-by-is-peis").then( (res) => { @@ -90,12 +85,7 @@ export default { } ); - //体检单位 - getapi("/api/app/customer-org/in-filter").then((res) => { - if (res.code == 1) { - this.dict.customerOrg = res.data; - } - }); + //体检类别 getapi("/api/app/medical-type/in-filter").then((res) => { @@ -118,56 +108,6 @@ export default { } }); - //性激素期 - getapi("/api/app/sex-hormone-term/in-filter").then((res) => { - if (res.code == 1) { - this.dict.sexHormoneTerm = res.data; - } - }); - - //民族 - getapi("/api/app/nation/in-filter").then((res) => { - if (res.code == 1) { - this.dict.nation = res.data; - } - }); - - //籍惯 ,出生地 - getapi("/api/app/birth-place/in-filter").then((res) => { - if (res.code == 1) { - this.dict.birthPlace = res.data; - } - }); - - //套餐 - postapi("/api/app/medicalpackage/GetBasicList",{}).then((res) => { - if (res.code == 1) { - this.dict.medicalPackage = res.data; - } - }); - - //分组,所有分组,不限单位,不限次数 - postapi("/api/app/CustomerOrgGroup/GetBasicList").then((res) => { - if (res.code > -1) { - this.dict.customerOrgGroupAll = res.data; - } - }); - - //支付方式 - getapi("/api/app/pay-mode").then((res) => { - if (res.code == 1) { - this.dict.payMode = res.data; - } - }); - - //体检类别 树结构 - getapi("/api/app/item-type/by-code-all").then((res) => { - if (res.code == 1) { - this.dict.itemTypeTree = res.data; - tcdate(this.dict.itemTypeTree); - } - }); - postapi("/api/app/asbitem/GetBasicList",{isFilterActive:'Y'}).then((res) => { if (res.code == 1) { this.dict.asbItemAll = res.data; diff --git a/src/views/customerOrg/patientRegisterSign.vue b/src/views/customerOrg/patientRegisterSign.vue index 3b32b19..5284538 100644 --- a/src/views/customerOrg/patientRegisterSign.vue +++ b/src/views/customerOrg/patientRegisterSign.vue @@ -88,21 +88,7 @@ export default { } }); - //体检中心 - getapi("/api/app/organization-units/organization-unit-by-is-peis").then( - (res) => { - if (res.code == 1) { - this.dict.organization = res.data; - } - } - ); - - //体检单位 - getapi("/api/app/customer-org/in-filter").then((res) => { - if (res.code == 1) { - this.dict.customerOrg = res.data; - } - }); + //体检类别 getapi("/api/app/medical-type/in-filter").then((res) => { @@ -125,55 +111,6 @@ export default { } }); - //性激素期 - getapi("/api/app/sex-hormone-term/in-filter").then((res) => { - if (res.code == 1) { - this.dict.sexHormoneTerm = res.data; - } - }); - - //民族 - getapi("/api/app/nation/in-filter").then((res) => { - if (res.code == 1) { - this.dict.nation = res.data; - } - }); - - //籍惯 ,出生地 - getapi("/api/app/birth-place/in-filter").then((res) => { - if (res.code == 1) { - this.dict.birthPlace = res.data; - } - }); - - //套餐 - postapi("/api/app/medicalpackage/GetBasicList", {}).then((res) => { - if (res.code == 1) { - this.dict.medicalPackage = res.data; - } - }); - - //分组,所有分组,不限单位,不限次数 - postapi("/api/app/CustomerOrgGroup/GetBasicList").then((res) => { - if (res.code > -1) { - this.dict.customerOrgGroupAll = res.data; - } - }); - - //支付方式 - getapi("/api/app/pay-mode").then((res) => { - if (res.code == 1) { - this.dict.payMode = res.data; - } - }); - - //体检类别 树结构 - getapi("/api/app/item-type/by-code-all").then((res) => { - if (res.code == 1) { - this.dict.itemTypeTree = res.data; - tcdate(this.dict.itemTypeTree); - } - }); postapi("/api/app/asbitem/GetBasicList", { isFilterActive: 'Y' }).then((res) => { if (res.code == 1) {