|
@@ -416,11 +416,11 @@ function renderpushByMayDisease(name, i, inx) {
|
|
let lisPush = result.lis || []
|
|
let lisPush = result.lis || []
|
|
let pacsPush = result.pacs || []
|
|
let pacsPush = result.pacs || []
|
|
let scalePush = result.scale || []
|
|
let scalePush = result.scale || []
|
|
- let disPush = result.dis['大数据推送诊断'] || {}
|
|
|
|
- let treatPush = result.treat || {}
|
|
|
|
- let medicinesPush = result.medicines || {}
|
|
|
|
- let operationsPush = result.operations || {}
|
|
|
|
- let nursePush = result.nurse || {}
|
|
|
|
|
|
+ let disPush = result.dis['大数据推送诊断'] || []
|
|
|
|
+ let treatPush = result.treat || []
|
|
|
|
+ let medicinesPush = result.medicines || []
|
|
|
|
+ let operationsPush = result.operations || []
|
|
|
|
+ let nursePush = result.nurse || []
|
|
let isShow = false
|
|
let isShow = false
|
|
for (let i = 0; i < treatPush.length; i++) {
|
|
for (let i = 0; i < treatPush.length; i++) {
|
|
const it = treatPush[i];
|
|
const it = treatPush[i];
|
|
@@ -429,6 +429,7 @@ function renderpushByMayDisease(name, i, inx) {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
if (symptomPush.length == 0 && vitalPush.length == 0 && lisPush.length == 0 && pacsPush.length == 0 && scalePush.length == 0 && disPush.length == 0 && medicinesPush.length == 0 && operationsPush.length == 0 && nursePush.length == 0 && !isShow) {
|
|
if (symptomPush.length == 0 && vitalPush.length == 0 && lisPush.length == 0 && pacsPush.length == 0 && scalePush.length == 0 && disPush.length == 0 && medicinesPush.length == 0 && operationsPush.length == 0 && nursePush.length == 0 && !isShow) {
|
|
|
|
+ console.log(123);
|
|
$.toast('toast3', '', 3000, '.maydiagnose', i);
|
|
$.toast('toast3', '', 3000, '.maydiagnose', i);
|
|
$(".maydiagnose .item").css("display", "none")
|
|
$(".maydiagnose .item").css("display", "none")
|
|
} else if (maydiagnoseType) {
|
|
} else if (maydiagnoseType) {
|
|
@@ -473,7 +474,9 @@ function renderpushByHasDisease(name, i, inx) {
|
|
isShow = true
|
|
isShow = true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ console.log(isShow);
|
|
if (symptomPush.length == 0 && vitalPush.length == 0 && lisPush.length == 0 && pacsPush.length == 0 && scalePush.length == 0 && disPush.length == 0 && medicinesPush.length == 0 && operationsPush.length == 0 && nursePush.length == 0 && !isShow) {
|
|
if (symptomPush.length == 0 && vitalPush.length == 0 && lisPush.length == 0 && pacsPush.length == 0 && scalePush.length == 0 && disPush.length == 0 && medicinesPush.length == 0 && operationsPush.length == 0 && nursePush.length == 0 && !isShow) {
|
|
|
|
+ console.log(123);
|
|
$.toast('toast3', '', 3000, '.hasdiagnose', i);
|
|
$.toast('toast3', '', 3000, '.hasdiagnose', i);
|
|
$(".hasdiagnose .item").css("display", "none")
|
|
$(".hasdiagnose .item").css("display", "none")
|
|
} else if (hasdiagnoseType) {
|
|
} else if (hasdiagnoseType) {
|