|
@@ -405,8 +405,8 @@
|
|
|
<th rowspan="2" class="label th25" :class="{'jy': judgeZD(zk_codes.jy, 'OPE_DATE'), 'qz': judgeZD(zk_codes.qz, 'OPE_DATE')}">手术及操作日期</th>
|
|
|
<th colspan="2" rowspan="2" class="label th25" :class="{'jy': judgeZD(zk_codes.jy, 'ICD9_NAME'), 'qz': judgeZD(zk_codes.qz, 'ICD9_NAME')}">手术及操作名称</th>
|
|
|
<th rowspan="2" class="label th25" :class="{'jy': judgeZD(zk_codes.jy, 'OPE_LEVEL'), 'qz': judgeZD(zk_codes.qz, 'OPE_LEVEL')}">手术级别</th>
|
|
|
- <th rowspan="2" class="label th25" :class="{'jy': judgeZD(zk_codes.jy, 'OPE_TYPE'), 'qz': judgeZD(zk_codes.qz, 'OPE_TYPE')}">手术类型</th>
|
|
|
- <th rowspan="2" class="label th25" :class="{'jy': judgeZD(zk_codes.jy, 'SSPB'), 'qz': judgeZD(zk_codes.qz, 'SSPB')}">手术判别</th>
|
|
|
+ <th rowspan="2" class="label th25" :class="{'jy': judgeZD(zk_codes.jy, 'OPE_TYPE'), 'qz': judgeZD(zk_codes.qz, 'OPE_TYPE')}">手术判别</th>
|
|
|
+ <th rowspan="2" class="label th25" :class="{'jy': judgeZD(zk_codes.jy, 'SSPB'), 'qz': judgeZD(zk_codes.qz, 'SSPB')}">手术类型</th>
|
|
|
<th colspan="3" class="label th25" :class="{'jy': hasIntersection(zk_codes.jy, ['OPE_MAN_NAME', 'FRIST_ASSISTANT_NAME', 'SECOND_ASSISTANT_NAME']), 'qz': hasIntersection(zk_codes.qz, ['OPE_MAN_NAME', 'FRIST_ASSISTANT_NAME', 'SECOND_ASSISTANT_NAME'])}">手术及操作人员</th>
|
|
|
<th rowspan="2" class="label th25" :class="{'jy': hasIntersection(zk_codes.jy, ['QKDJ', 'YHDJ']), 'qz': hasIntersection(zk_codes.qz, ['QKDJ', 'YHDJ'])}">切口愈合等级</th>
|
|
|
<th rowspan="2" class="label th25" :class="{'jy': judgeZD(zk_codes.jy, 'HOCUS_WAY_ID'), 'qz': judgeZD(zk_codes.qz, 'HOCUS_WAY_ID')}">麻醉方式</th>
|
|
@@ -845,10 +845,10 @@ export default {
|
|
|
},
|
|
|
// 判断两个数组是否存在交际
|
|
|
hasIntersection(arr1, arr2) {
|
|
|
- // 在arr1中筛选出arr2中存在的元素
|
|
|
- const filtered = arr1.filter(item => arr2.includes(item));
|
|
|
- // 如果筛选后的数组长度大于0,则存在交集
|
|
|
- return filtered.length > 0;
|
|
|
+ // 在arr1中筛选出arr2中存在的元素
|
|
|
+ const filtered = arr1.filter(item => arr2.includes(item));
|
|
|
+ // 如果筛选后的数组长度大于0,则存在交集
|
|
|
+ return filtered.length > 0;
|
|
|
},
|
|
|
// 查看费用详情
|
|
|
toCostPage() {
|
|
@@ -980,4 +980,4 @@ export default {
|
|
|
}
|
|
|
|
|
|
|
|
|
-</style>
|
|
|
+</style>
|