@@ -60,24 +56,24 @@
{{ formatDict(row.germclass, 'germclass') }}
-
-
- 二报人:{{ formatUser(erInfo?.confirmer) }} 报告时间:{{ erInfo?.confirmdt
- }}
+ 初报人:{{ formatUser(cbInfo?.confirmer) }}
+ 报告时间: {{ cbInfo?.confirmdt }}
-
{{ erInfo?.jgbz == '2' ? '已二报' : '' }}
+
{{ cbInfo?.jgbz == '2' ? '已初报' : '' }}
-
二报审核
-
取消审核
-
新增
-
删除
-
取消审核
+
新增
+
删除
+
组合项目
打印
预览
@@ -122,7 +118,13 @@
{{ formatDict(row.germclass, 'germclass') }}
-
+
+
+ 二报人:{{ formatUser(erInfo?.confirmer) }}
+ 报告时间:{{ erInfo?.confirmdt }}
+
+
{{ erInfo?.jgbz == '2' ? '已二报' : '' }}
+
@@ -341,7 +343,7 @@ const CellStyleHd = ({ row, column, rowIndex, columnIndex }: {
};
const tableConfig = ref({
- height: '32vh',
+ height: '33vh',
border: true,
highlightCurrentRow: true,
cellStyle: CellStyleHd
@@ -618,7 +620,15 @@ const formatDict = (v: string, dictType: string) => {
}
const formatJgbz = (v: string) => {
- return v == 'H' ? '高' : v == 'L' ? '低' : v == 'N' ? '阴性' : v == 'P' ? '阳性' : v == 'Q' ? '弱阳性' : v == 'M' ? '正常' : ''
+ const jgbzMap = {
+ 'H': '高',
+ 'L': '低',
+ 'N': '阴性',
+ 'P': '阳性',
+ 'Q': '弱阳性',
+ 'M': '正常'
+ };
+ return jgbzMap[v as keyof typeof jgbzMap] ?? '';
}
const formatUser = (yhdh: string) => {
return userList.value.find((item: any) => item.userName == yhdh)?.nickName || yhdh
@@ -627,22 +637,29 @@ const formatUser = (yhdh: string) => {
\ No newline at end of file
diff --git a/src/views/liswork/micro/labresult/components/commentDialog.vue b/src/views/liswork/micro/labresult/components/commentDialog.vue
new file mode 100644
index 0000000..0dcaf86
--- /dev/null
+++ b/src/views/liswork/micro/labresult/components/commentDialog.vue
@@ -0,0 +1,89 @@
+
+
+
+
+
+
+
+ 确定
+ 取消
+
+
+
说明:单击为追加,双击为替换。
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/liswork/micro/labresult/components/pyjDict.vue b/src/views/liswork/micro/labresult/components/pyjDict.vue
new file mode 100644
index 0000000..e0271d6
--- /dev/null
+++ b/src/views/liswork/micro/labresult/components/pyjDict.vue
@@ -0,0 +1,161 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/liswork/micro/labresult/pyj.vue b/src/views/liswork/micro/labresult/pyj.vue
new file mode 100644
index 0000000..0bc6896
--- /dev/null
+++ b/src/views/liswork/micro/labresult/pyj.vue
@@ -0,0 +1,208 @@
+
+
+
+ 新增
+ 删除
+ 打印培养基条码
+ 自动打印培养基条码
+
+
+
+ 培养基 {{ tableData?.length }}个
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/liswork/micro/labresult/zbReport.vue b/src/views/liswork/micro/labresult/zbReport.vue
index 13cbdbd..31ef8a5 100644
--- a/src/views/liswork/micro/labresult/zbReport.vue
+++ b/src/views/liswork/micro/labresult/zbReport.vue
@@ -4,52 +4,55 @@
审核
取消审核
-
新增
-
删除
-
组合项目
+
新增
+
删除
+
组合项目