|
@@ -456,7 +456,7 @@ function contentMethod() {
|
|
|
$("#" + popoverId).css("height", "100%").css("top", "0px").css("left", left + "px").css("border-radius", "0px").css("z-index", "11");
|
|
|
$("#" + popoverId + " .popover-content").css("height", "100%");
|
|
|
$("#smartAssistPopoverContent").css("height", "100%");
|
|
|
- var html = ' <div style="height: 34%;padding-left: 15px;width: 100%;">' +
|
|
|
+ var html = ' <div style="height: 24%;padding-left: 15px;width: 100%;">' +
|
|
|
' <button type="button" style="cursor: default;margin-bottom: 0px;margin-right: 0px; font-size: 12px;"' +
|
|
|
' class="btn btn-primary">' +
|
|
|
' <span id="patientHisData"></span>就医轨迹' +
|
|
@@ -469,7 +469,7 @@ function contentMethod() {
|
|
|
' </form>' +
|
|
|
' </div>' +
|
|
|
' </div>' +
|
|
|
- ' <div style="height: 33%;padding-left: 15px;width: 100%;">' +
|
|
|
+ ' <div style="height: 23%;padding-left: 15px;width: 100%;">' +
|
|
|
' <button type="button" style="cursor: default;margin-bottom: 0px;margin-right: 0px;margin-top: 5px;"' +
|
|
|
' class="btn btn-primary">' +
|
|
|
' <span id="recommendType"></span>推荐' +
|
|
@@ -481,7 +481,7 @@ function contentMethod() {
|
|
|
' </form>' +
|
|
|
' </div>' +
|
|
|
' </div>' +
|
|
|
- ' <div style="height: 33%;padding-left: 15px;width: 100%;">' +
|
|
|
+ ' <div style="height: 53%;padding-left: 15px;width: 100%;">' +
|
|
|
' <button type="button"' +
|
|
|
' style="cursor: default;margin-bottom: 0px;margin-right: 0px;margin-top: 5px; font-size: 12px;"' +
|
|
|
' class="btn btn-primary">' +
|
|
@@ -569,7 +569,7 @@ function fitPatientHisData() {
|
|
|
icdText = "空白诊断";
|
|
|
}
|
|
|
icdText = icdText.trim();
|
|
|
- html += ' <div class="item form-group thmz_alert" style="padding: 10px 0;width: 100%;">';
|
|
|
+ html += ' <div class="item form-group thmz_alert" style="width: 100%;">';
|
|
|
html += ' <div style="float: left;width: 172px;">';
|
|
|
html += ' <img src="/thmz/css/bootstrap/bootstrap-icons-1.5.0/stopwatch.svg"';
|
|
|
html += ' style="margin-left: 10px!important;vertical-align: -.15em;margin-right: 10px!important;"/>';
|
|
@@ -676,7 +676,7 @@ function fitRecommendData(paramsType) {
|
|
|
} else {
|
|
|
for (var i = 0; i < data.length; i++) {
|
|
|
var paramsContent = data[i].paramsContent;
|
|
|
- html += ' <div class="item form-group thmz_alert" style="padding: 10px 0;width: 100%;">';
|
|
|
+ html += ' <div class="item form-group thmz_alert" style="width: 100%;">';
|
|
|
html += ' <div style="margin-left: 10px;float: left;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;width: calc(100% - 60px);" title="' + paramsContent + '">';
|
|
|
html += paramsContent;
|
|
|
html += ' </div>';
|
|
@@ -727,7 +727,7 @@ function fitTemplateData() {
|
|
|
} else {
|
|
|
for (var i = 0; i < data.length; i++) {
|
|
|
var template = data[i];
|
|
|
- html += ' <div class="item form-group thmz_alert" style="padding: 10px 0;width: 100%;">';
|
|
|
+ html += ' <div class="item form-group thmz_alert" style="width: 100%;">';
|
|
|
html += ' <div title="' + template.name + '"';
|
|
|
html += ' style="margin-left: 10px!important;float: left;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;width: 100px;">';
|
|
|
html += template.name;
|
|
@@ -4434,7 +4434,8 @@ function checkYpInfo(code, serial, groupNo, needNotice) {
|
|
|
return;
|
|
|
}
|
|
|
$("#current_groupNo").val(groupNo);
|
|
|
- $("#treeButton").webuiPopover('hide');
|
|
|
+ //不需要每次都关闭这个帮助字典
|
|
|
+ //$("#treeButton").webuiPopover('hide');
|
|
|
$.ajax({
|
|
|
type: "GET",
|
|
|
url: '/thmz/getYpZdDictByCodeAndSerial?code=' + code + "&serial=" + serial,
|
|
@@ -4746,7 +4747,8 @@ function checkJcJyItemInfo(code, name, type, async) {
|
|
|
if (verifyRepeat(code, null, 2)) {
|
|
|
return;
|
|
|
}
|
|
|
- $("#treeButton").webuiPopover('hide');
|
|
|
+ //不需要每次都关闭帮助树
|
|
|
+ //$("#treeButton").webuiPopover('hide');
|
|
|
$.ajax({
|
|
|
type: "GET",
|
|
|
url: '/thmz/getJcJyItemChargeByCode?code=' + code + '&jcJyZltype=' + type,
|
|
@@ -6811,6 +6813,7 @@ function printPrescription(patientId, times, clnicId, payMark, printType) {
|
|
|
$("#deptPrescription").text(res.deptName);
|
|
|
$("#doctorPrescription").text(res.doctorName);
|
|
|
$("#cfTime").text(res.opDate);
|
|
|
+ $("#socialNo").text(mzPatientMi.socialNo);
|
|
|
$("#zdPrescription").text(res.data.icdText);
|
|
|
$("#patientIdGuideCard").text(mzPatientMi.patientId);
|
|
|
$("#patientNameGuideCard").text(mzPatientMi.name);
|