|
|
@ -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( |
|
|
getapi("/api/app/organization-units/organization-unit-by-is-peis").then( |
|
|
(res) => { |
|
|
(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) => { |
|
|
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) => { |
|
|
postapi("/api/app/asbitem/GetBasicList",{isFilterActive:'Y'}).then((res) => { |
|
|
if (res.code == 1) { |
|
|
if (res.code == 1) { |
|
|
this.dict.asbItemAll = res.data; |
|
|
this.dict.asbItemAll = res.data; |
|
|
|