diff --git a/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue b/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue index 99318f77..d1bdd181 100755 --- a/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue +++ b/openhis-ui-vue3/src/views/clinicmanagement/dayEnd/index.vue @@ -263,35 +263,6 @@ async function print() { await boundAsync .printReport(getPrintFileName(contractNo.value), jsonString) .then((response) => { - console.log(response, 'response'); - var res = JSON.parse(response); - if (!res.IsSuccess) { - proxy.$modal.msgError('调用打印插件失败:' + res.ErrorMessage); - } - }) - .catch((error) => { - proxy.$modal.msgError('调用打印插件失败:' + error); - }); -} - -function getPrintFileName(value) { - switch (value) { - case '0000': - return '门诊日结单(按登录角色查询)自费.grf'; - case '229900': - return '门诊日结单(按登录角色查询)省医保.grf'; - case '220100': - return '门诊日结单(按登录角色查询)市医保.grf'; - } -} - -function formatValue(value) { - return value == null || value == undefined ? '0.00 元' : value.toFixed(2) + ' 元'; -} - -getList(); -getPharmacyCabinetLists(); - +.section-title { + font-size: 15px; + font-weight: bold; + color: #303133; + margin: 8px 0; + padding-left: 8px; + border-left: 3px solid #409eff; +} .report-table { width: 100%; border-collapse: collapse;