|
@@ -441,7 +441,7 @@ function renderpushByHasDisease(name, i,e) {
|
|
isShow = true
|
|
isShow = true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- if (symptomPush.length == 0 && vitalPush.length == 0 && lisPush.length == 0 && pacsPush.length == 0 && scalePush.length == 0 && disPush.length == 0 && treatPush.length == 0 && medicinesPush.length == 0 && operationsPush.length == 0 && nursePush.length == 0) {
|
|
|
|
|
|
+ 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) {
|
|
$.toast('toast1', '', 3000, '.hasdiagnose', i);
|
|
$.toast('toast1', '', 3000, '.hasdiagnose', i);
|
|
$(e.target).parents('.box').find(".box-img").attr('src', down2)
|
|
$(e.target).parents('.box').find(".box-img").attr('src', down2)
|
|
$(e.target).parents('.box').find(".box-img").addClass('noData')
|
|
$(e.target).parents('.box').find(".box-img").addClass('noData')
|