diff --git a/src/api/liswork/labItem/LabItemApi.ts b/src/api/liswork/labItem/LabItemApi.ts
index 16c2832..c71c5c4 100644
--- a/src/api/liswork/labItem/LabItemApi.ts
+++ b/src/api/liswork/labItem/LabItemApi.ts
@@ -22,4 +22,15 @@ export function queryXmInfoNewDetailService(xmid: any, yq: any, xmdh: any){
xmdh
}
})
-}
\ No newline at end of file
+}
+
+//获取项目基本信息
+export function queryXmInfoNew(xmgl: any){
+ return request({
+ url: '/xminfo/queryXmInfoNew',
+ method: 'get',
+ params: {
+ xmgl
+ }
+ })
+}
diff --git a/src/views/liswork/labItem/index.vue b/src/views/liswork/labItem/index.vue
index b2fbf88..82873a2 100644
--- a/src/views/liswork/labItem/index.vue
+++ b/src/views/liswork/labItem/index.vue
@@ -58,7 +58,7 @@
{{ formatDict(row.xmgl, 'XMGL') }}
- {{ formatDict(row.xmlb, 'XMLB') }}
+ {{ xmlbList.find(item => item.value === row.xmlb).label }}
{{ row.jsxm === 'Y' ? '是' : '否' }}
@@ -85,7 +85,7 @@
diff --git a/src/views/liswork/labItem/tab/base/child/Condition.vue b/src/views/liswork/labItem/tab/base/child/Condition.vue
new file mode 100644
index 0000000..8cc5599
--- /dev/null
+++ b/src/views/liswork/labItem/tab/base/child/Condition.vue
@@ -0,0 +1,76 @@
+
+
+
+ 增加
+ 删除
+
+
+
+
+
+
+
+ 科室
+ 诊断
+ 初报
+ 结果
+ 样本状态
+ 1公式举例:科室诊断条件:[科室] = '血液科' or [诊断] ='白血病' 当前结果判断条件:[结果] > 20 or [结果] <2 or [结果] ='阳性'
+ 2公式举例:科室诊断条件(其他项目代号如):[WBC] = '阳性' or [WBC] > 20 or [WBC] <20 当前结果判断条件: [结果] > 20 or [结果] <2
+ 3公式举例:只发一次危急值病人条件:[初报] = 'brdh' and [初报] = 'brxm' 当前结果判断条件:[结果] > 20 or [结果] <2 or [结果] ='阳性'
+ 只要符合科室或诊断条件的,就不会再断默认的危机值标准了
+ 注意科室用中文,结果如果是字符型用单引号引起来
+
+
+
+
+
+
+
+
diff --git a/src/views/liswork/xtwh/reportItem/index.vue b/src/views/liswork/xtwh/reportItem/index.vue
new file mode 100644
index 0000000..b8d01a1
--- /dev/null
+++ b/src/views/liswork/xtwh/reportItem/index.vue
@@ -0,0 +1,44 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+