|
@@ -1424,7 +1424,7 @@ export default {
|
1424
|
1424
|
|
1425
|
1425
|
//针对 濉溪杏康血液透析中心
|
1426
|
1426
|
if(this.$store.getters.user.template_info.org_id == 10721){
|
1427
|
|
- if(his_doctor_advices[i].execution_frequency.indexOf("上机前") == -1 && his_doctor_advices[i].delivery_way.indexOf("口服")==-1){
|
|
1427
|
+ if(his_doctor_advices[i].execution_frequency.indexOf("上机前") == -1 && his_doctor_advices[i].delivery_way.indexOf("口服")==-1 && his_doctor_advices[i].advice_name.indexOf("胰岛素")==-1){
|
1428
|
1428
|
doctor_advices.push(his_doctor_advices[i])
|
1429
|
1429
|
}
|
1430
|
1430
|
}else{
|
|
@@ -1436,7 +1436,7 @@ export default {
|
1436
|
1436
|
doctor_advices = []
|
1437
|
1437
|
//针对 濉溪杏康血液透析中心
|
1438
|
1438
|
if(this.$store.getters.user.template_info.org_id == 10721){
|
1439
|
|
- if(his_doctor_advices[i].execution_frequency.indexOf("上机前") == -1 && his_doctor_advices[i].delivery_way.indexOf("口服")==-1){
|
|
1439
|
+ if(his_doctor_advices[i].execution_frequency.indexOf("上机前") == -1 && his_doctor_advices[i].delivery_way.indexOf("口服")==-1 && his_doctor_advices[i].advice_name.indexOf("胰岛素")==-1){
|
1440
|
1440
|
doctor_advices.push(his_doctor_advices[i])
|
1441
|
1441
|
}
|
1442
|
1442
|
}else{
|