|
@@ -787,7 +787,7 @@ import {
|
|
|
} from '@/api/case-front-sheet'
|
|
|
import maleIcon from '@/assets/male-icon.png'
|
|
|
import femaleIcon from '@/assets/female-icon.png'
|
|
|
-import { ElMessage } from 'element-plus'
|
|
|
+import { ElMessage, ElNotification } from 'element-plus'
|
|
|
import { shortcuts } from '@/data/shortcuts'
|
|
|
import { formatDate, formatDatetime, getDatetime, getOneMonthOffset } from '@/utils/date'
|
|
|
import HeadPage from '../../../components/inpatient/frontsheet-printpage/HeadPage.vue'
|
|
@@ -1461,6 +1461,12 @@ onActivated(async () => {
|
|
|
})
|
|
|
|
|
|
onMounted(() => {
|
|
|
+ ElNotification({
|
|
|
+ title: '提示',
|
|
|
+ type: 'warning',
|
|
|
+ message: '据国家卫健委要求,数据中如有空项,应保留为空,不得以“—”、“-”、“/”等内容代表空项。',
|
|
|
+ duration: 30000,
|
|
|
+ })
|
|
|
scrollWrapper = document.getElementById('scrollWrapper')
|
|
|
initLodop()
|
|
|
getAllDictionary().then((res) => {
|