|
@@ -667,7 +667,6 @@ function ribao_refrash() {
|
|
|
if (data.data == undefined || data.data == "") {
|
|
|
$('#rb_family').empty();
|
|
|
document.getElementById("btn_shangbao").style['background-color'] = "#D9D9D9";
|
|
|
- canSahngbao = false;
|
|
|
}
|
|
|
else {
|
|
|
$('#rb_family').empty();
|
|
@@ -1590,6 +1589,7 @@ function helpValue1(v) {
|
|
|
|
|
|
$('#ribao_famliy').append($('<div class="weui-media-box weui-media-box_text" style="height: auto">\n' +
|
|
|
' <h4 class="weui-media-box__title">' + userName + ' ' + grender + ' ' + age + '</h4>\n' +
|
|
|
+ ' <a style="color: #2a62bc" onclick=\'updateSuspected(' + JSON.stringify(v.suspectedId) + ')\'>修改</a></h4>\n' +
|
|
|
' <div style="height: auto">' + familyStatus + medical + singleRoom + temperature + cough + muscle + dyspnea + fatigue + diarrhea + others + scoreRezult + workLocal + todayLocal + isTrip + tripDet + '</div>\n' +
|
|
|
' </div>\n' +
|
|
|
' '));
|