|
@@ -421,8 +421,10 @@ function renderpushByMayDisease(name, i, inx) {
|
|
let nursePush = result.nurse || {}
|
|
let nursePush = result.nurse || {}
|
|
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 && treatPush.length == 0 && medicinesPush.length == 0 && operationsPush.length == 0 && nursePush.length == 0) {
|
|
$.toast('toast3', '', 3000, '.maydiagnose', i);
|
|
$.toast('toast3', '', 3000, '.maydiagnose', i);
|
|
|
|
+ $(".maydiagnose .item").css("display", "none")
|
|
} else if (maydiagnoseType) {
|
|
} else if (maydiagnoseType) {
|
|
$.toast('toast3', '', 3000, '.maydiagnose', i);
|
|
$.toast('toast3', '', 3000, '.maydiagnose', i);
|
|
|
|
+ $(".maydiagnose .item").css("display", "none")
|
|
} else {
|
|
} else {
|
|
renderMaySymptomPush(symptomPush, inx)
|
|
renderMaySymptomPush(symptomPush, inx)
|
|
renderMayVitalPush(vitalPush, inx)
|
|
renderMayVitalPush(vitalPush, inx)
|
|
@@ -457,8 +459,10 @@ function renderpushByHasDisease(name, i, inx) {
|
|
let nursePush = result.nurse || {}
|
|
let nursePush = result.nurse || {}
|
|
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 && treatPush.length == 0 && medicinesPush.length == 0 && operationsPush.length == 0 && nursePush.length == 0) {
|
|
$.toast('toast3', '', 3000, '.hasdiagnose', i);
|
|
$.toast('toast3', '', 3000, '.hasdiagnose', i);
|
|
|
|
+ $(".hasdiagnose .item").css("display", "none")
|
|
} else if (hasdiagnoseType) {
|
|
} else if (hasdiagnoseType) {
|
|
$.toast('toast3', '', 3000, '.hasdiagnose', i);
|
|
$.toast('toast3', '', 3000, '.hasdiagnose', i);
|
|
|
|
+ $(".hasdiagnose .item").css("display", "none")
|
|
} else {
|
|
} else {
|
|
renderHasSymptomPush(symptomPush, inx)
|
|
renderHasSymptomPush(symptomPush, inx)
|
|
renderHasVitalPush(vitalPush, inx)
|
|
renderHasVitalPush(vitalPush, inx)
|
|
@@ -839,7 +843,6 @@ function renderHasPush(treatPush, medicinesPush, operationsPush, nursePush, inx)
|
|
renderHasNursePush(nursePush, inx)
|
|
renderHasNursePush(nursePush, inx)
|
|
$(".hasdiagnose .item[data-index=" + inx + "] .centerBox ul li").click(function () {
|
|
$(".hasdiagnose .item[data-index=" + inx + "] .centerBox ul li").click(function () {
|
|
var i = $(this).index();
|
|
var i = $(this).index();
|
|
- console.log(123);
|
|
|
|
if ($(this).hasClass('actives')) {
|
|
if ($(this).hasClass('actives')) {
|
|
$(this).removeClass('actives');
|
|
$(this).removeClass('actives');
|
|
$(".hasdiagnose .item[data-index=" + inx + "] .checkBox[data-index=" + i + "]").removeClass('onshow');
|
|
$(".hasdiagnose .item[data-index=" + inx + "] .checkBox[data-index=" + i + "]").removeClass('onshow');
|