pengjun 2 weeks ago
parent
commit
21dab02b09
  1. 64
      src/views/customerOrg/patientRegisterRefuse.vue
  2. 65
      src/views/customerOrg/patientRegisterSign.vue

64
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( 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;

65
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) => { 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) => { postapi("/api/app/asbitem/GetBasicList", { isFilterActive: 'Y' }).then((res) => {
if (res.code == 1) { if (res.code == 1) {

Loading…
Cancel
Save