index.vue 62 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517
  1. <template>
  2. <div class="bg-box" style="overflow: hidden; position: relative" :class="{ has_control: controlData.bSwitch }">
  3. <div class="bg-card">
  4. <h3 class="title">住院病案首页</h3>
  5. <div class="zyh">病案编号:{{ blInfo.patient_info.AAA28 }}</div>
  6. <div class="btn-wrapper">
  7. <el-button type="primary" class="export-btn" size="small" @click="onToggle">质控结果</el-button>
  8. </div>
  9. <!-- 基本信息 -->
  10. <table class="table">
  11. <tr>
  12. <td class="label ZA03" :class="{'jy': hasIntersection(zk_codes.jy, ['ZA03']), 'qz': hasIntersection(zk_codes.qz, ['ZA03'])}">医疗机构</td>
  13. <td colspan="5" :class="{'jy_bg': hasIntersection(active_zk_codes.jy, ['ZA03']), 'qz_bg': hasIntersection(active_zk_codes.qz, ['ZA03'])}">{{ blInfo.patient_other_info.ZA03 }}</td>
  14. <td class="label TYSHXYDM UNT_ID" :class="{'jy': hasIntersection(zk_codes.jy, ['TYSHXYDM', 'UNT_ID']), 'qz': hasIntersection(zk_codes.qz, ['TYSHXYDM', 'UNT_ID'])}">统一社会信用代码</td>
  15. <td colspan="5" :class="{'jy_bg': hasIntersection(active_zk_codes.jy, ['TYSHXYDM', 'UNT_ID']), 'qz_bg': hasIntersection(active_zk_codes.qz, ['TYSHXYDM', 'UNT_ID'])}">
  16. <NoValueInputVue :data="blInfo.patient_add.TYSHXYDM" />
  17. (组织机构机构代码:
  18. <NoValueInputVue :data="blInfo.patient_other_info.UNT_ID" />
  19. </td>
  20. </tr>
  21. <tr>
  22. <td class="label AAA26C" :class="{'jy': hasIntersection(zk_codes.jy, ['AAA26C']), 'qz': hasIntersection(zk_codes.qz, ['AAA26C'])}">医疗付费方式</td>
  23. <td colspan="5" :class="{'jy_bg': hasIntersection(active_zk_codes.jy, ['AAA26C']), 'qz_bg': hasIntersection(active_zk_codes.qz, ['AAA26C'])}">{{ blInfo.patient_info.AAA26C }}</td>
  24. <td class="label JKKH" :class="{'jy': hasIntersection(zk_codes.jy, ['JKKH']), 'qz': hasIntersection(zk_codes.qz, ['JKKH'])}">健康卡号</td>
  25. <td colspan="3" :class="{'jy_bg': hasIntersection(active_zk_codes.jy, ['JKKH']), 'qz_bg': hasIntersection(active_zk_codes.qz, ['JKKH'])}">{{ blInfo.patient_add.JKKH }}</td>
  26. <td class="label AAA29" :class="{'jy': hasIntersection(zk_codes.jy, ['AAA29']), 'qz': hasIntersection(zk_codes.qz, ['AAA29'])}">住院次数</td>
  27. <td :class="{'jy_bg': hasIntersection(active_zk_codes.jy, ['AAA29']), 'qz_bg': hasIntersection(active_zk_codes.qz, ['AAA29'])}">{{ blInfo.patient_info.AAA29 }}</td>
  28. </tr>
  29. <tr>
  30. <td class="label AAA01" :class="{'jy': hasIntersection(zk_codes.jy, ['AAA01']), 'qz': hasIntersection(zk_codes.qz, ['AAA01'])}">姓名</td>
  31. <td>{{ blInfo.patient_info.AAA01 }}</td>
  32. <td class="label AAA02C" :class="{'jy': hasIntersection(zk_codes.jy, ['AAA02C']), 'qz': hasIntersection(zk_codes.qz, ['AAA02C'])}">性别</td>
  33. <td>{{ blInfo.patient_info.AAA02C }}</td>
  34. <td class="label AAA03" :class="{'jy': hasIntersection(zk_codes.jy, ['AAA03']), 'qz': hasIntersection(zk_codes.qz, ['AAA03'])}">出生日期</td>
  35. <td colspan="3">{{ blInfo.patient_info.AAA03 }}</td>
  36. <td class="label AAA04" :class="{'jy': hasIntersection(zk_codes.jy, ['AAA04']), 'qz': hasIntersection(zk_codes.qz, ['AAA04'])}">年龄</td>
  37. <td>{{ blInfo.patient_info.AAA04 }}</td>
  38. <td class="label AAA40" :class="{'jy': hasIntersection(zk_codes.jy, ['AAA40']), 'qz': hasIntersection(zk_codes.qz, ['AAA40'])}">天龄(不足1周岁)</td>
  39. <td>{{ blInfo.patient_info.AAA40 }}</td>
  40. </tr>
  41. <tr>
  42. <td class="label AAA09 AAA10 AAA11" :class="{'jy': hasIntersection(zk_codes.jy, ['AAA09', 'AAA10', 'AAA11']), 'qz': hasIntersection(zk_codes.qz, ['AAA09', 'AAA10', 'AAA11'])}">出生地</td>
  43. <td colspan="3">
  44. <NoValueInputVue :data="blInfo.patient_address_info.AAA09 ? blInfo.patient_address_info.AAA09.replace('省', '') : ''" />
  45. (省)
  46. <NoValueInputVue :data="blInfo.patient_address_info.AAA10 ? blInfo.patient_address_info.AAA10.replace('市', '') : ''" />
  47. (市)
  48. <span v-if="blInfo.patient_address_info.AAA11.includes('县')">
  49. <NoValueInputVue :data="blInfo.patient_address_info.AAA11 ? blInfo.patient_address_info.AAA11.replace('县', '') : ''" />
  50. (县)
  51. </span>
  52. <span v-else-if="blInfo.patient_address_info.AAA11.includes('区')">
  53. <NoValueInputVue :data="blInfo.patient_address_info.AAA11 ? blInfo.patient_address_info.AAA11.replace('区', '') : ''" />
  54. (区)
  55. </span>
  56. <span v-else>
  57. <NoValueInputVue :data="blInfo.patient_address_info.AAA11" />
  58. (区)
  59. </span>
  60. </td>
  61. <td class="label AAA43 AAA44" :class="{'jy': hasIntersection(zk_codes.jy, ['AAA43', 'AAA44']), 'qz': hasIntersection(zk_codes.qz, ['AAA43', 'AAA44'])}">籍贯</td>
  62. <td colspan="3">
  63. <NoValueInputVue :data="blInfo.patient_address_info.AAA43 ? blInfo.patient_address_info.AAA43.replace('省', '') : ''" />
  64. (省)
  65. <NoValueInputVue :data="blInfo.patient_address_info.AAA44 ? blInfo.patient_address_info.AAA44.replace('市', '') : ''" />
  66. (市)
  67. </td>
  68. <td class="label AAA06C" :class="{'jy': hasIntersection(zk_codes.jy, ['AAA06C']), 'qz': hasIntersection(zk_codes.qz, ['AAA06C'])}">民族</td>
  69. <td>{{ blInfo.patient_info.AAA06C }}</td>
  70. <td class="label AAA05C" :class="{'jy': hasIntersection(zk_codes.jy, ['AAA05C']), 'qz': hasIntersection(zk_codes.qz, ['AAA05C'])}">国籍</td>
  71. <td>{{ blInfo.patient_info.AAA05C }}</td>
  72. </tr>
  73. <tr>
  74. <td class="label SFZJLX" :class="{'jy': hasIntersection(zk_codes.jy, ['SFZJLX']), 'qz': hasIntersection(zk_codes.qz, ['SFZJLX'])}">身份证件类型</td>
  75. <td>{{ blInfo.patient_add.SFZJLX }}</td>
  76. <td class="label AAA07" :class="{'jy': hasIntersection(zk_codes.jy, ['AAA07']), 'qz': hasIntersection(zk_codes.qz, ['AAA07'])}">身份证号</td>
  77. <td colspan="5">{{ blInfo.patient_info.AAA07 }}</td>
  78. <td class="label AAA18C" :class="{'jy': hasIntersection(zk_codes.jy, ['AAA18C']), 'qz': hasIntersection(zk_codes.qz, ['AAA18C'])}">职业</td>
  79. <td>{{ blInfo.patient_work_info.AAA18C }}</td>
  80. <td class="label AAA08C" :class="{'jy': hasIntersection(zk_codes.jy, ['AAA08C']), 'qz': hasIntersection(zk_codes.qz, ['AAA08C'])}">婚姻</td>
  81. <td>{{ blInfo.patient_info.AAA08C }}</td>
  82. </tr>
  83. <tr>
  84. <td class="label AAA48 AAA49 AAA50 AAA15" :class="{'jy': hasIntersection(zk_codes.jy, ['AAA48', 'AAA49', 'AAA50', 'AAA15']), 'qz': hasIntersection(zk_codes.qz, ['AAA48', 'AAA49', 'AAA50', 'AAA15'])}">现住址</td>
  85. <td colspan="7">
  86. <NoValueInputVue :data="blInfo.patient_address_info.AAA48 ? blInfo.patient_address_info.AAA48.replace('省', '') : ''" />
  87. (省)
  88. <NoValueInputVue :data="blInfo.patient_address_info.AAA49 ? blInfo.patient_address_info.AAA49.replace('市', '') : ''" />
  89. (市)
  90. <span v-if="blInfo.patient_address_info.AAA50.includes('县')">
  91. <NoValueInputVue :data="blInfo.patient_address_info.AAA50 ? blInfo.patient_address_info.AAA50.replace('县', '') : ''" />
  92. (县)
  93. </span>
  94. <span v-else-if="blInfo.patient_address_info.AAA50.includes('区')">
  95. <NoValueInputVue :data="blInfo.patient_address_info.AAA50 ? blInfo.patient_address_info.AAA50.replace('区', '') : ''" />
  96. (区)
  97. </span>
  98. <span v-else>
  99. <NoValueInputVue :data="blInfo.patient_address_info.AAA50" />
  100. (区)
  101. </span>
  102. <NoValueInputVue :data="blInfo.patient_address_info.AAA15" />
  103. </td>
  104. <td class="label AAA51" :class="{'jy': hasIntersection(zk_codes.jy, ['AAA51']), 'qz': hasIntersection(zk_codes.qz, ['AAA51'])}">电话</td>
  105. <td>{{ blInfo.patient_address_info.AAA51 }}</td>
  106. <td class="label AAA17C" :class="{'jy': hasIntersection(zk_codes.jy, ['AAA17C']), 'qz': hasIntersection(zk_codes.qz, ['AAA17C'])}">邮编</td>
  107. <td>{{ blInfo.patient_address_info.AAA17C }}</td>
  108. </tr>
  109. <tr>
  110. <td class="label AAA45 AAA46 AAA47 AAA12" :class="{'jy': hasIntersection(zk_codes.jy, ['AAA45', 'AAA46', 'AAA47', 'AAA12']), 'qz': hasIntersection(zk_codes.qz, ['AAA45', 'AAA46', 'AAA47', 'AAA12'])}">户口地址</td>
  111. <td colspan="9">
  112. <NoValueInputVue :data="blInfo.patient_address_info.AAA45 ? blInfo.patient_address_info.AAA45.replace('省', '') : ''" />
  113. (省)
  114. <NoValueInputVue :data="blInfo.patient_address_info.AAA46 ? blInfo.patient_address_info.AAA46.replace('市', '') : ''" />
  115. (市)
  116. <span v-if="blInfo.patient_address_info.AAA47.includes('县')">
  117. <NoValueInputVue :data="blInfo.patient_address_info.AAA47 ? blInfo.patient_address_info.AAA47.replace('县', '') : ''" />
  118. (县)
  119. </span>
  120. <span v-else-if="blInfo.patient_address_info.AAA47.includes('区')">
  121. <NoValueInputVue :data="blInfo.patient_address_info.AAA47 ? blInfo.patient_address_info.AAA47.replace('区', '') : ''" />
  122. (区)
  123. </span>
  124. <span v-else>
  125. <NoValueInputVue :data="blInfo.patient_address_info.AAA47" />
  126. (区)
  127. </span>
  128. <NoValueInputVue :data="blInfo.patient_address_info.AAA12" />
  129. </td>
  130. <td class="label">邮编</td>
  131. <td>{{ blInfo.patient_address_info.AAA14C }}</td>
  132. </tr>
  133. <tr>
  134. <td class="label AAA19" :class="{'jy': hasIntersection(zk_codes.jy, ['AAA19']), 'qz': hasIntersection(zk_codes.qz, ['AAA19'])}">工作单位及地址</td>
  135. <td colspan="7">{{ blInfo.patient_work_info.AAA19 }}</td>
  136. <td class="label AAA20" :class="{'jy': hasIntersection(zk_codes.jy, ['AAA20']), 'qz': hasIntersection(zk_codes.qz, ['AAA20'])}">单位电话</td>
  137. <td>{{ blInfo.patient_work_info.AAA20 }}</td>
  138. <td class="label AAA21C" :class="{'jy': hasIntersection(zk_codes.jy, ['AAA21C']), 'qz': hasIntersection(zk_codes.qz, ['AAA21C'])}">邮编</td>
  139. <td>{{ blInfo.patient_work_info.AAA21C }}</td>
  140. </tr>
  141. <tr>
  142. <td class="label AAA22" :class="{'jy': hasIntersection(zk_codes.jy, ['AAA22']), 'qz': hasIntersection(zk_codes.qz, ['AAA22'])}">联系人姓名</td>
  143. <td colspan="3">{{ blInfo.patient_contacts_info.AAA22 }}</td>
  144. <td class="label AAA24" :class="{'jy': hasIntersection(zk_codes.jy, ['AAA24']), 'qz': hasIntersection(zk_codes.qz, ['AAA24'])}">地址</td>
  145. <td colspan="3">{{ blInfo.patient_contacts_info.AAA24 }}</td>
  146. <td class="label AAA23C" :class="{'jy': hasIntersection(zk_codes.jy, ['AAA23C']), 'qz': hasIntersection(zk_codes.qz, ['AAA23C'])}">关系</td>
  147. <td>{{ blInfo.patient_contacts_info.AAA23C }}</td>
  148. <td class="label AAA25" :class="{'jy': hasIntersection(zk_codes.jy, ['AAA25']), 'qz': hasIntersection(zk_codes.qz, ['AAA25'])}">电话</td>
  149. <td>{{ blInfo.patient_contacts_info.AAA25 }}</td>
  150. </tr>
  151. <tr>
  152. <td class="label AAB06C ZZYLJG" :class="{'jy': hasIntersection(zk_codes.jy, ['AAB06C', 'ZZYLJG']), 'qz': hasIntersection(zk_codes.qz, ['AAB06C', 'ZZYLJG'])}">入院途径</td>
  153. <td colspan="11">
  154. <span class="square">{{ blInfo.patient_info.AAB06C }}</span>
  155. <span class="mlr10" />
  156. 1.门诊
  157. <span class="mlr10" />
  158. 2.急诊
  159. <span class="mlr10" />
  160. 3.其他医疗机构转入,转诊医疗机构名称:
  161. <NoValueInputVue :data="blInfo.patient_info.ZZYLJG" />
  162. <span class="mlr10" />
  163. 4.其他
  164. </td>
  165. </tr>
  166. <tr>
  167. <td class="label AEN01" :class="{'jy': hasIntersection(zk_codes.jy, ['AEN01']), 'qz': hasIntersection(zk_codes.qz, ['AEN01'])}">新生儿出生体重</td>
  168. <td colspan="5">
  169. <NoValueInputVue :data="blInfo.patient_info.AEN01" />
  170. </td>
  171. <td class="label AAA42" :class="{'jy': hasIntersection(zk_codes.jy, ['AAA42']), 'qz': hasIntersection(zk_codes.qz, ['AAA42'])}">新生儿入院体重</td>
  172. <td colspan="5">
  173. <NoValueInputVue :data="blInfo.patient_info.AAA42" />
  174. </td>
  175. </tr>
  176. <tr>
  177. <td class="label AAB01" :class="{'jy': hasIntersection(zk_codes.jy, ['AAB01']), 'qz': hasIntersection(zk_codes.qz, ['AAB01'])}">入院时间</td>
  178. <td colspan="2">{{ blInfo.patient_info.AAB01 }}</td>
  179. <td class="label AAB02C" :class="{'qz': ['AAB02C'].includes(highlight_code)}">入院科别</td>
  180. <td colspan="2">{{ blInfo.patient_hospital_info.AAB02C }}</td>
  181. <td class="label AAB11N" :class="{'qz': ['AAB11N'].includes(highlight_code)}">病房</td>
  182. <td colspan="2">{{ blInfo.patient_hospital_info.AAB11N }}</td>
  183. <td class="label AAD01C" :class="{'qz': ['AAD01C'].includes(highlight_code)}">转科科别</td>
  184. <td colspan="2">{{ blInfo.patient_hospital_info.AAD01C }}</td>
  185. </tr>
  186. <tr>
  187. <td class="label AAC01" :class="{'jy': hasIntersection(zk_codes.jy, ['AAC01']), 'qz': hasIntersection(zk_codes.qz, ['AAC01'])}">出院时间</td>
  188. <td colspan="2">{{ blInfo.patient_info.AAC01 }}</td>
  189. <td class="label AAC02C" :class="{'jy': hasIntersection(zk_codes.jy, ['AAC02C']), 'qz': hasIntersection(zk_codes.qz, ['AAC02C'])}">出院科别</td>
  190. <td colspan="2">{{ blInfo.patient_hospital_info.AAC02C }}</td>
  191. <td class="label AAC11N" :class="{'jy': hasIntersection(zk_codes.jy, ['AAC11N']), 'qz': hasIntersection(zk_codes.qz, ['AAC11N'])}">病房</td>
  192. <td colspan="2">{{ blInfo.patient_info.AAC11N }}</td>
  193. <td class="label AAC04" :class="{'jy': hasIntersection(zk_codes.jy, ['AAC04']), 'qz': hasIntersection(zk_codes.qz, ['AAC04'])}">实际住院天数</td>
  194. <td colspan="2">{{ blInfo.patient_info.AAC04 }}</td>
  195. </tr>
  196. <tr>
  197. <td class="label ABA01C" :class="{'jy': hasIntersection(zk_codes.jy, ['ABA01C']), 'qz': hasIntersection(zk_codes.qz, ['ABA01C'])}">门(急)诊诊断</td>
  198. <td colspan="5">{{ blInfo.patient_medical_info.ABA01C }}</td>
  199. <td class="label ABA01N" :class="{'jy': hasIntersection(zk_codes.jy, ['ABA01N']), 'qz': hasIntersection(zk_codes.qz, ['ABA01N'])}">疾病编码</td>
  200. <td colspan="5">{{ blInfo.patient_medical_info.ABA01N }}</td>
  201. </tr>
  202. </table>
  203. <div class="oper-box">
  204. <IconBtnVue>
  205. <el-image class="icon_btn" :src="require('../../assets/images/sort.png')" fit="contain"></el-image>
  206. </IconBtnVue>
  207. <IconBtnVue style="margin-right: 0">
  208. <el-image class="icon_btn" :src="require('../../assets/images/setting.png')" fit="contain"></el-image>
  209. </IconBtnVue>
  210. </div>
  211. <!-- 诊断信息 -->
  212. <table class="table">
  213. <tr>
  214. <th class="label" colspan="3" :class="{'jy': hasIntersection(zk_codes.jy, ['ICD10_NAME']), 'qz': hasIntersection(zk_codes.qz, ['ICD10_NAME'])}">出院诊断</th>
  215. <th class="label" :class="{'jy': hasIntersection(zk_codes.jy, ['ICD10_ID1']), 'qz': hasIntersection(zk_codes.qz, ['ICD10_ID1'])}">疾病编码</th>
  216. <th class="label" :class="{'jy': hasIntersection(zk_codes.jy, ['RYQK']), 'qz': hasIntersection(zk_codes.qz, ['RYQK'])}">入院病情</th>
  217. <th class="label" colspan="3" :class="{'jy': hasIntersection(zk_codes.jy, ['ICD10_NAME']), 'qz': hasIntersection(zk_codes.qz, ['ICD10_NAME'])}">出院诊断</th>
  218. <th class="label" :class="{'jy': hasIntersection(zk_codes.jy, ['ICD10_ID1']), 'qz': hasIntersection(zk_codes.qz, ['ICD10_ID1'])}">疾病编码</th>
  219. <th class="label" :class="{'jy': hasIntersection(zk_codes.jy, ['RYQK']), 'qz': hasIntersection(zk_codes.qz, ['RYQK'])}">入院病情</th>
  220. </tr>
  221. <tr v-for="i of zdRows" :key="'zd' + i">
  222. <td colspan="3">{{ zdList[i - 1] ? `${zdLevel(i)}` + (zdList[i - 1].ICD10_NAME ? zdList[i - 1].ICD10_NAME : '') : '' }}</td>
  223. <td class="center">{{ zdList[i - 1] ? zdList[i - 1].ICD10_ID1 : '' }}</td>
  224. <td class="center">{{ zdList[i - 1] ? zdList[i - 1].RYQK : '' }}</td>
  225. <td colspan="3">{{ zdList[zdRows + i - 1] ? `${zdLevel(zdRows + i - 1)}` + zdList[zdRows + i - 1].ICD10_NAME : i === 1 ? '其他诊断:' : '' }}</td>
  226. <td class="center">{{ zdList[zdRows + i - 1] ? zdList[zdRows + i - 1].ICD10_ID1 : '' }}</td>
  227. <td class="center">{{ zdList[zdRows + i - 1] ? zdList[zdRows + i - 1].RYQK : '' }}</td>
  228. </tr>
  229. <tr>
  230. <!-- <td class="label">入院病情</td> -->
  231. <td colspan="10">
  232. 入院病情:1.有
  233. <span class="mlr10" />
  234. 2.临床未确定
  235. <span class="mlr10" />
  236. 3.情况不明
  237. <span class="mlr10" />
  238. 4.无
  239. </td>
  240. </tr>
  241. <tr>
  242. <td class="label ABG01N" :class="{'jy': hasIntersection(zk_codes.jy, ['ABG01N']), 'qz': hasIntersection(zk_codes.qz, ['ABG01N'])}">损伤、中毒的外部原因</td>
  243. <td colspan="7">{{ blInfo.patient_info.ABG01N }}</td>
  244. <td class="label ABG01C" :class="{'jy': hasIntersection(zk_codes.jy, ['ABG01C']), 'qz': hasIntersection(zk_codes.qz, ['ABG01C'])}">疾病编码</td>
  245. <td>{{ blInfo.patient_info.ABG01C }}</td>
  246. </tr>
  247. <tr>
  248. <td class="label ABF01N" :class="{'jy': hasIntersection(zk_codes.jy, ['ABF01N']), 'qz': hasIntersection(zk_codes.qz, ['ABF01N'])}">病理诊断</td>
  249. <td colspan="7">{{ blInfo.patient_medical_info.ABF01N }}</td>
  250. <td class="label ABF01C" :class="{'jy': hasIntersection(zk_codes.jy, ['ABF01C']), 'qz': hasIntersection(zk_codes.qz, ['ABF01C'])}">疾病编码</td>
  251. <td>{{ blInfo.patient_medical_info.ABF01C }}</td>
  252. </tr>
  253. <tr>
  254. <td class="label ABF02C" :class="{'jy': hasIntersection(zk_codes.jy, ['ABF02C']), 'qz': hasIntersection(zk_codes.qz, ['ABF02C'])}">最高诊断依据</td>
  255. <td colspan="4">{{ blInfo.patient_medical_info.ABF02C }}</td>
  256. <td class="label ABF04" :class="{'jy': hasIntersection(zk_codes.jy, ['ABF04']), 'qz': hasIntersection(zk_codes.qz, ['ABF04'])}">病理号</td>
  257. <td colspan="2">{{ blInfo.patient_medical_info.ABF04 }}</td>
  258. <td class="label ICD" :class="{'jy': hasIntersection(zk_codes.jy, ['ICD']), 'qz': hasIntersection(zk_codes.qz, ['ICD'])}">ICD-0-3</td>
  259. <td>{{ blInfo.patient_add.ICD }}</td>
  260. </tr>
  261. <tr>
  262. <td class="label AEB02C AEB01" :class="{'qz': ['AEB02C', 'AEB01'].includes(highlight_code)}">药物过敏</td>
  263. <td colspan="4">
  264. <span class="square">{{ blInfo.patient_medical_info.AEB02C }}</span>
  265. <span class="mlr10" />
  266. 1.无
  267. <span class="mlr10" />
  268. 2.有
  269. <span class="mlr10" />
  270. 3.-
  271. <span style="margin-left: 40px">过敏药物:</span>
  272. <NoValueInputVue :data="blInfo.patient_medical_info.AEB01" />
  273. </td>
  274. <td class="label AEI01C" :class="{'jy': hasIntersection(zk_codes.jy, ['AEI01C']), 'qz': hasIntersection(zk_codes.qz, ['AEI01C'])}">死亡患者尸检</td>
  275. <td colspan="4">
  276. <span class="square">{{ blInfo.patient_hospital_info.AEI01C }}</span>
  277. <span class="mlr10" />
  278. 1.是
  279. <span class="mlr10" />
  280. 2.否
  281. <span class="mlr10" />
  282. 3.-
  283. </td>
  284. </tr>
  285. <tr>
  286. <td class="label AEG01C" :class="{'jy': hasIntersection(zk_codes.jy, ['AEG01C']), 'qz': hasIntersection(zk_codes.qz, ['AEG01C'])}">血型</td>
  287. <td colspan="4">
  288. <span class="square">{{ blInfo.patient_medical_info.AEG01C }}</span>
  289. <span class="mlr10" />
  290. 1.A
  291. <span class="mlr10" />
  292. 2.B
  293. <span class="mlr10" />
  294. 3.O
  295. <span class="mlr10" />
  296. 4.AB
  297. <span class="mlr10" />
  298. 5.不详
  299. <span class="mlr10" />
  300. 6.未查
  301. </td>
  302. <td class="label AEG02C" :class="{'jy': hasIntersection(zk_codes.jy, ['AEG02C']), 'qz': hasIntersection(zk_codes.qz, ['AEG02C'])}">Rh</td>
  303. <td colspan="4">
  304. <span class="square">{{ blInfo.patient_medical_info.AEG02C }}</span>
  305. <span class="mlr10" />
  306. 1.阴
  307. <span class="mlr10" />
  308. 2.阳
  309. <span class="mlr10" />
  310. 3.不详
  311. <span class="mlr10" />
  312. 4.未查
  313. </td>
  314. </tr>
  315. <tr>
  316. <td class="label TJHL YJHL EJHL SJHL" :class="{'jy': hasIntersection(zk_codes.jy, ['TJHL', 'YJHL', 'EJHL', 'SJHL']), 'qz': hasIntersection(zk_codes.qz, ['TJHL', 'YJHL', 'EJHL', 'SJHL'])}">护理级别</td>
  317. <td colspan="9">
  318. 1.特级护理
  319. <NoValueInputVue :data="blInfo.patient_add.TJHL" />
  320. <span class="mlr10" />
  321. 2.一级护理
  322. <NoValueInputVue :data="blInfo.patient_add.YJHL" />
  323. <span class="mlr10" />
  324. 3.二级护理
  325. <NoValueInputVue :data="blInfo.patient_add.EJHL" />
  326. <span class="mlr10" />
  327. 4.三级护理
  328. <NoValueInputVue :data="blInfo.patient_add.SJHL" />
  329. </td>
  330. </tr>
  331. <tr>
  332. <td class="label AEE01" :class="{'jy': hasIntersection(zk_codes.jy, ['AEE01']), 'qz': hasIntersection(zk_codes.qz, ['AEE01'])}">科主任</td>
  333. <td>{{ blInfo.patient_doctor_info.AEE01 }}</td>
  334. <td class="label AEE01_CODE" :class="{'jy': hasIntersection(zk_codes.jy, ['AEE01_CODE']), 'qz': hasIntersection(zk_codes.qz, ['AEE01_CODE'])}">科主任编码</td>
  335. <td>{{ blInfo.patient_doctor_info.AEE01_CODE }}</td>
  336. <td class="label ZZYISXM" :class="{'jy': hasIntersection(zk_codes.jy, ['ZZYISXM']), 'qz': hasIntersection(zk_codes.qz, ['ZZYISXM'])}">医疗组长</td>
  337. <td>{{ blInfo.patient_doctor_info.ZZYISXM }}</td>
  338. <td class="label AEE02" :class="{'jy': hasIntersection(zk_codes.jy, ['AEE02']), 'qz': hasIntersection(zk_codes.qz, ['AEE02'])}">主任(副主任)医师</td>
  339. <td>{{ blInfo.patient_doctor_info.AEE02 }}</td>
  340. <td class="label AEE02_CODE" :class="{'jy': hasIntersection(zk_codes.jy, ['AEE02_CODE']), 'qz': hasIntersection(zk_codes.qz, ['AEE02_CODE'])}">主任(副主任)医师编码</td>
  341. <td>{{ blInfo.patient_doctor_info.AEE02_CODE }}</td>
  342. </tr>
  343. <tr>
  344. <td class="label AEE03" :class="{'jy': hasIntersection(zk_codes.jy, ['AEE03']), 'qz': hasIntersection(zk_codes.qz, ['AEE03'])}">主治医师</td>
  345. <td>{{ blInfo.patient_doctor_info.AEE03 }}</td>
  346. <td class="label AEE03_CODE" :class="{'jy': hasIntersection(zk_codes.jy, ['AEE03_CODE']), 'qz': hasIntersection(zk_codes.qz, ['AEE03_CODE'])}">主治医师编码</td>
  347. <td>{{ blInfo.patient_doctor_info.AEE03_CODE }}</td>
  348. <td class="label AEE04" :class="{'jy': hasIntersection(zk_codes.jy, ['AEE04']), 'qz': hasIntersection(zk_codes.qz, ['AEE04'])}">住院医师</td>
  349. <td>{{ blInfo.patient_doctor_info.AEE04 }}</td>
  350. <td class="label AEE04_CODE" :class="{'jy': hasIntersection(zk_codes.jy, ['AEE04_CODE']), 'qz': hasIntersection(zk_codes.qz, ['AEE04_CODE'])}">住院医师编码</td>
  351. <td>{{ blInfo.patient_doctor_info.AEE04_CODE }}</td>
  352. <td class="label"></td>
  353. <td></td>
  354. </tr>
  355. <tr>
  356. <td class="label AEE10" :class="{'jy': hasIntersection(zk_codes.jy, ['AEE10']), 'qz': hasIntersection(zk_codes.qz, ['AEE10'])}">责任护士</td>
  357. <td>{{ blInfo.patient_doctor_info.AEE10 }}</td>
  358. <td class="label AEE10_CODE" :class="{'jy': hasIntersection(zk_codes.jy, ['AEE10_CODE']), 'qz': hasIntersection(zk_codes.qz, ['AEE10_CODE'])}">责任护士编码</td>
  359. <td>{{ blInfo.patient_doctor_info.AEE10_CODE }}</td>
  360. <td class="label AEE05" :class="{'jy': hasIntersection(zk_codes.jy, ['AEE05']), 'qz': hasIntersection(zk_codes.qz, ['AEE05'])}">进修医生</td>
  361. <td>{{ blInfo.patient_doctor_info.AEE05 }}</td>
  362. <td class="label AEE07" :class="{'jy': hasIntersection(zk_codes.jy, ['AEE07']), 'qz': hasIntersection(zk_codes.qz, ['AEE07'])}">实习医师</td>
  363. <td>{{ blInfo.patient_doctor_info.AEE07 }}</td>
  364. <td class="label AEE08" :class="{'jy': hasIntersection(zk_codes.jy, ['AEE08']), 'qz': hasIntersection(zk_codes.qz, ['AEE08'])}">编码员</td>
  365. <td>{{ blInfo.patient_doctor_info.AEE08 }}</td>
  366. </tr>
  367. <tr>
  368. <td class="label AED01C" :class="{'qz': ['AED01C'].includes(highlight_code)}">病案质量</td>
  369. <td colspan="3">
  370. <span class="square">{{ blInfo.patient_medical_info.AED01C }}</span>
  371. <span class="mlr10" />
  372. 1.甲
  373. <span class="mlr10" />
  374. 2.乙
  375. <span class="mlr10" />
  376. 3.丙
  377. </td>
  378. <td class="label AED02" :class="{'jy': hasIntersection(zk_codes.jy, ['AED02']), 'qz': hasIntersection(zk_codes.qz, ['AED02'])}">质控医师</td>
  379. <td>{{ blInfo.patient_doctor_info.AED02 }}</td>
  380. <td class="label AED03" :class="{'jy': hasIntersection(zk_codes.jy, ['AED03']), 'qz': hasIntersection(zk_codes.qz, ['AED03'])}">质控护士</td>
  381. <td>{{ blInfo.patient_doctor_info.AED03 }}</td>
  382. <td class="label AED04" :class="{'jy': hasIntersection(zk_codes.jy, ['AED04']), 'qz': hasIntersection(zk_codes.qz, ['AED04'])}">质控时间</td>
  383. <td>{{ blInfo.patient_doctor_info.AED04 }}</td>
  384. </tr>
  385. </table>
  386. <div class="oper-box">
  387. <IconBtnVue>
  388. <el-image class="icon_btn" :src="require('../../assets/images/sort.png')" fit="contain"></el-image>
  389. </IconBtnVue>
  390. <IconBtnVue style="margin-right: 0">
  391. <el-image class="icon_btn" :src="require('../../assets/images/setting.png')" fit="contain"></el-image>
  392. </IconBtnVue>
  393. </div>
  394. <!-- 手术信息 -->
  395. <table class="table shoushu">
  396. <tr>
  397. <th rowspan="2" class="label th25">手术及操作编码</th>
  398. <th rowspan="2" class="label th25">手术及操作日期</th>
  399. <th colspan="2" rowspan="2" class="label th25">手术及操作名称</th>
  400. <th rowspan="2" class="label th25">手术级别</th>
  401. <th rowspan="2" class="label th25">手术类型</th>
  402. <th rowspan="2" class="label th25">手术判别</th>
  403. <th colspan="3" class="label th25">手术及操作人员</th>
  404. <th rowspan="2" class="label th25">切口愈合等级</th>
  405. <th rowspan="2" class="label th25">麻醉方式</th>
  406. <th rowspan="2" class="label th25">麻醉医师</th>
  407. </tr>
  408. <tr>
  409. <th class="label th25">术者</th>
  410. <th class="label th25">Ⅰ助</th>
  411. <th class="label th25">Ⅱ助</th>
  412. </tr>
  413. <tr>
  414. <td class="center">{{ blInfo.main_operation.ICD9_ID1 }}</td>
  415. <td class="center">{{ blInfo.main_operation.OPE_DATE }}</td>
  416. <td class="center" colspan="2">{{ blInfo.main_operation.ICD9_NAME }}</td>
  417. <td class="center">{{ blInfo.main_operation.OPE_LEVEL }}</td>
  418. <td class="center">{{ blInfo.main_operation.OPE_TYPE }}</td>
  419. <td class="center">{{ blInfo.main_operation.SSPB }}</td>
  420. <td class="center">{{ blInfo.main_operation.OPE_MAN_NAME }}</td>
  421. <td class="center">{{ blInfo.main_operation.FRIST_ASSISTANT_NAME }}</td>
  422. <td class="center">{{ blInfo.main_operation.SECOND_ASSISTANT_NAME }}</td>
  423. <td class="center">{{ blInfo.main_operation.QKDJ }} / {{ blInfo.main_operation.YHDJ }}</td>
  424. <td class="center">{{ blInfo.main_operation.HOCUS_WAY_ID }}</td>
  425. <td class="center">{{ blInfo.main_operation.HOCUS_MAN_NAME }}</td>
  426. </tr>
  427. <tr v-for="item of blInfo.secondary_operation" :key="'ss' + item">
  428. <td class="center">{{ item.ICD9_ID1 }}</td>
  429. <td class="center">{{ item.OPE_DATE }}</td>
  430. <td class="center" colspan="2">{{ item.ICD9_NAME }}</td>
  431. <td class="center">{{ item.OPE_LEVEL }}</td>
  432. <td class="center">{{ item.OPE_TYPE }}</td>
  433. <td class="center">{{ item.SSPB }}</td>
  434. <td class="center">{{ item.OPE_MAN_NAME }}</td>
  435. <td class="center">{{ item.FRIST_ASSISTANT_NAME }}</td>
  436. <td class="center">{{ item.SECOND_ASSISTANT_NAME }}</td>
  437. <td class="center">{{ item.QKDJ }} / {{ item.YHDJ }}</td>
  438. <td class="center">{{ item.HOCUS_WAY_ID }}</td>
  439. <td class="center">{{ item.HOCUS_MAN_NAME }}</td>
  440. </tr>
  441. <template v-if="blInfo.secondary_operation.length < 8">
  442. <tr v-for="item of 8 - blInfo.secondary_operation.length" :key="'ss2' + item">
  443. <td class="center"></td>
  444. <td class="center"></td>
  445. <td class="center" colspan="2"></td>
  446. <td class="center"></td>
  447. <td class="center"></td>
  448. <td class="center"></td>
  449. <td class="center"></td>
  450. <td class="center"></td>
  451. <td class="center"></td>
  452. <td class="center"></td>
  453. <td class="center"></td>
  454. <td class="center"></td>
  455. </tr>
  456. </template>
  457. <tr>
  458. <td class="label RJSS" :class="{'jy': hasIntersection(zk_codes.jy, ['RJSS']), 'qz': hasIntersection(zk_codes.qz, ['RJSS'])}">是否为日间手术</td>
  459. <td colspan="5">
  460. <span class="square">{{ blInfo.main_operation.RJSS }}</span>
  461. <span class="mlr10" />
  462. 1.是
  463. <span class="mlr10" />
  464. 2.否
  465. </td>
  466. <td class="label AEL01" :class="{'jy': hasIntersection(zk_codes.jy, ['AEL01']), 'qz': hasIntersection(zk_codes.qz, ['AEL01'])}">有创呼吸机使用时间</td>
  467. <td colspan="6">{{ blInfo.patient_medical_info.AEL01 }}</td>
  468. </tr>
  469. <tr>
  470. <td class="label LCLJ" :class="{'jy': hasIntersection(zk_codes.jy, ['LCLJ']), 'qz': hasIntersection(zk_codes.qz, ['LCLJ'])}">临床路径/入径情况</td>
  471. <td colspan="5">
  472. <span class="square">{{ blInfo.patient_add.LCLJ }}</span>
  473. <span class="mlr10" />
  474. 1.是
  475. <span class="mlr10" />
  476. 2.否
  477. </td>
  478. <td class="label WCQK" :class="{'jy': hasIntersection(zk_codes.jy, ['WCQK']), 'qz': hasIntersection(zk_codes.qz, ['WCQK'])}">完成情况</td>
  479. <td colspan="2">
  480. <span class="square">{{ blInfo.patient_add.WCQK }}</span>
  481. <span class="mlr10" />
  482. 1.完成
  483. <span class="mlr10" />
  484. 2.退出
  485. </td>
  486. <td class="label BYQK" :class="{'jy': hasIntersection(zk_codes.jy, ['BYQK']), 'qz': hasIntersection(zk_codes.qz, ['BYQK'])}">变异情况</td>
  487. <td colspan="3">
  488. <span class="square">{{ blInfo.patient_add.BYQK }}</span>
  489. <span class="mlr10" />
  490. 1.有
  491. <span class="mlr10" />
  492. 2.无
  493. </td>
  494. </tr>
  495. <tr>
  496. <td class="label AEJ01 AEJ02 AEJ03 AEJ04 AEJ05 AEJ06" :class="{'jy': hasIntersection(zk_codes.jy, ['AEJ01', 'AEJ02', 'AEJ03', 'AEJ04', 'AEJ05', 'AEJ06']), 'qz': hasIntersection(zk_codes.qz, ['AEJ01', 'AEJ02', 'AEJ03', 'AEJ04', 'AEJ05', 'AEJ06'])}">颅脑损伤患者昏迷时间</td>
  497. <td colspan="12">
  498. 入院前:
  499. <NoValueInputVue :data="blInfo.patient_medical_info.AEJ01" />
  500. <NoValueInputVue :data="blInfo.patient_medical_info.AEJ02" />
  501. 小时
  502. <NoValueInputVue :data="blInfo.patient_medical_info.AEJ03" />
  503. 分钟
  504. <span class="mlr10" />
  505. 入院后:
  506. <NoValueInputVue :data="blInfo.patient_medical_info.AEJ04" />
  507. <NoValueInputVue :data="blInfo.patient_medical_info.AEJ05" />
  508. 小时
  509. <NoValueInputVue :data="blInfo.patient_medical_info.AEJ06" />
  510. 分钟
  511. </td>
  512. </tr>
  513. <tr>
  514. <th class="label" colspan="4">
  515. 重症监护病房类型
  516. <br />
  517. (CCU、RICU、SICU、NICU、PICU、EICU、MICU、其他)
  518. </th>
  519. <th class="label" colspan="3">
  520. 进重症监护室时间
  521. <br />
  522. 年月日时分
  523. </th>
  524. <th class="label" colspan="3">
  525. 出重症监护室时间
  526. <br />
  527. 年月日时分
  528. </th>
  529. <th class="label" colspan="3">
  530. 合计
  531. <br />
  532. 小时
  533. </th>
  534. </tr>
  535. <tr v-for="(item, index) of blInfo.icu" :key="'icu' + index">
  536. <td colspan="4" class="center">{{ item.IS_MAIN_WAY }}</td>
  537. <td colspan="3" class="center">{{ item.IN_TIME }}</td>
  538. <td colspan="3" class="center">{{ item.OUT_TIME }}</td>
  539. <td colspan="3" class="center">{{ item.HJXS }}</td>
  540. </tr>
  541. <template v-if="3 - blInfo.icu.length">
  542. <tr v-for="item of 3 - blInfo.icu.length" :key="'zz' + item">
  543. <td colspan="4" class="center"></td>
  544. <td colspan="3" class="center"></td>
  545. <td colspan="3" class="center"></td>
  546. <td colspan="3" class="center"></td>
  547. </tr>
  548. </template>
  549. <tr>
  550. <td class="label AEM01C AEM02" :class="{'jy': hasIntersection(zk_codes.jy, ['AEM01C', 'AEM02']), 'qz': hasIntersection(zk_codes.qz, ['AEM01C', 'AEM02'])}">离院方式</td>
  551. <td colspan="12">
  552. <span class="square">{{ blInfo.patient_info.AEM01C }}</span>
  553. <span class="mlr10" />
  554. 1.医嘱离院
  555. <span class="mlr10" />
  556. 2.医嘱转院,拟接收医疗机构名称:
  557. <NoValueInputVue :data="blInfo.patient_info.AEM01C == 2 ? blInfo.patient_hospital_info.AEM02 : ''" />
  558. <span class="mlr10" />
  559. 3.医嘱转社区卫生服务机构/乡镇卫生院,拟接收医疗机构名称:
  560. <NoValueInputVue :data="blInfo.patient_info.AEM01C == 3 ? blInfo.patient_hospital_info.AEM02 : ''" />
  561. <span class="mlr10" />
  562. 4.非医嘱离院
  563. <span class="mlr10" />
  564. 5.死亡
  565. <span class="mlr10" />
  566. 9.其他
  567. </td>
  568. </tr>
  569. <tr>
  570. <td class="label AEM03C AEM04" :class="{'jy': hasIntersection(zk_codes.jy, ['AEM03C', 'AEM04']), 'qz': hasIntersection(zk_codes.qz, ['AEM03C', 'AEM04'])}">是否有出院31天内再住院计划</td>
  571. <td colspan="12">
  572. <span class="square">{{ blInfo.patient_hospital_info.AEM03C }}</span>
  573. <span class="mlr10" />
  574. 1.无
  575. <span class="mlr10" />
  576. 2.有,目的:
  577. <NoValueInputVue :data="blInfo.patient_hospital_info.AEM04" />
  578. </td>
  579. </tr>
  580. </table>
  581. <div class="oper-box">
  582. <IconBtnVue style="margin-right: 0">
  583. <span class="text_btn" @click="toCostPage">查看费用详情</span>
  584. </IconBtnVue>
  585. </div>
  586. <!-- 费用信息 -->
  587. <table class="table">
  588. <tr>
  589. <td class="label ADA01 ADA0101" :class="{'jy': hasIntersection(zk_codes.jy, ['ADA01', 'ADA0101']), 'qz': hasIntersection(zk_codes.qz, ['ADA01', 'ADA0101'])}">住院费用(元)</td>
  590. <td colspan="9">
  591. 总费用:
  592. <NoValueInputVue :data="blInfo.patient_info.ADA01" />
  593. (自付金额:
  594. <NoValueInputVue :data="blInfo.patient_cost_info.ADA0101" />
  595. </td>
  596. </tr>
  597. <tr>
  598. <td class="label D11 D12 D13 D14" :class="{'jy': hasIntersection(zk_codes.jy, ['D11', 'D12', 'D13', 'D14']), 'qz': hasIntersection(zk_codes.qz, ['D11', 'D12', 'D13', 'D14'])}">1.综合医疗服务费</td>
  599. <td colspan="9">
  600. (1)一般医疗服务费:
  601. <NoValueInputVue :data="blInfo.patient_cost_info.D11" />
  602. (2)一般治疗操作费:
  603. <NoValueInputVue :data="blInfo.patient_cost_info.D12" />
  604. (3)护理费:
  605. <NoValueInputVue :data="blInfo.patient_cost_info.D13" />
  606. (4)其他费用:
  607. <NoValueInputVue :data="blInfo.patient_cost_info.D14" />
  608. </td>
  609. </tr>
  610. <tr>
  611. <td class="label D15 D16 D17 D18" :class="{'jy': hasIntersection(zk_codes.jy, ['D15', 'D16', 'D17', 'D18']), 'qz': hasIntersection(zk_codes.qz, ['D15', 'D16', 'D17', 'D18'])}">2.诊断类</td>
  612. <td colspan="9">
  613. (5)病理诊断费:
  614. <NoValueInputVue :data="blInfo.patient_cost_info.D15" />
  615. (6)实验室诊断费:
  616. <NoValueInputVue :data="blInfo.patient_cost_info.D16" />
  617. (7)影像学诊断费:
  618. <NoValueInputVue :data="blInfo.patient_cost_info.D17" />
  619. (8)临床诊断项目费:
  620. <NoValueInputVue :data="blInfo.patient_cost_info.D18" />
  621. </td>
  622. </tr>
  623. <tr>
  624. <td class="label D19 D19X01 D20 D20X01 D20X02" :class="{'jy': hasIntersection(zk_codes.jy, ['D19', 'D19X01', 'D20', 'D20X01', 'D20X02']), 'qz': hasIntersection(zk_codes.qz, ['D19', 'D19X01', 'D20', 'D20X01', 'D20X02'])}">3.治疗类</td>
  625. <td colspan="9">
  626. (9)非手术治疗项目费:
  627. <NoValueInputVue :data="blInfo.patient_cost_info.D19" />
  628. (临床物理治疗费:
  629. <NoValueInputVue :data="blInfo.patient_cost_info.D19X01" />
  630. ) (10)手术治疗费:
  631. <NoValueInputVue :data="blInfo.patient_cost_info.D20" />
  632. (麻醉费:
  633. <NoValueInputVue :data="blInfo.patient_cost_info.D20X01" />
  634. 手术费:
  635. <NoValueInputVue :data="blInfo.patient_cost_info.D20X02" />
  636. </td>
  637. </tr>
  638. <tr>
  639. <td class="label D21" :class="{'jy': hasIntersection(zk_codes.jy, ['D21']), 'qz': hasIntersection(zk_codes.qz, ['D21'])}">4.康复类</td>
  640. <td colspan="9">
  641. (11)康复费:
  642. <NoValueInputVue :data="blInfo.patient_cost_info.D21" />
  643. </td>
  644. </tr>
  645. <tr>
  646. <td class="label D22" :class="{'jy': hasIntersection(zk_codes.jy, ['D22']), 'qz': hasIntersection(zk_codes.qz, ['D22'])}">5.中医类</td>
  647. <td colspan="9">
  648. (12)中医治疗费:
  649. <NoValueInputVue :data="blInfo.patient_cost_info.D22" />
  650. </td>
  651. </tr>
  652. <tr>
  653. <td class="label D23 D23X01" :class="{'jy': hasIntersection(zk_codes.jy, ['D23', 'D23X01']), 'qz': hasIntersection(zk_codes.qz, ['D23', 'D23X01'])}">6.西药类</td>
  654. <td colspan="9">
  655. (13)西药费:
  656. <NoValueInputVue :data="blInfo.patient_cost_info.D23" />
  657. (抗菌药物费用:
  658. <NoValueInputVue :data="blInfo.patient_cost_info.D23X01" />
  659. </td>
  660. </tr>
  661. <tr>
  662. <td class="label D24 D25" :class="{'jy': hasIntersection(zk_codes.jy, ['D24', 'D25']), 'qz': hasIntersection(zk_codes.qz, ['D24', 'D25'])}">7.中药类</td>
  663. <td colspan="9">
  664. (14)中成药费:
  665. <NoValueInputVue :data="blInfo.patient_cost_info.D24" />
  666. (15)中草药费:
  667. <NoValueInputVue :data="blInfo.patient_cost_info.D25" />
  668. </td>
  669. </tr>
  670. <tr>
  671. <td class="label D26 D27 D28 D29 D30" :class="{'jy': hasIntersection(zk_codes.jy, ['D26', 'D27', 'D28', 'D29', 'D30']), 'qz': hasIntersection(zk_codes.qz, ['D26', 'D27', 'D28', 'D29', 'D30'])}">8.血液和血液制品类</td>
  672. <td colspan="9">
  673. (16)血费:
  674. <NoValueInputVue :data="blInfo.patient_cost_info.D26" />
  675. (17)白蛋白类制品费:
  676. <NoValueInputVue :data="blInfo.patient_cost_info.D27" />
  677. (18)球蛋白类制品费:
  678. <NoValueInputVue :data="blInfo.patient_cost_info.D28" />
  679. (19)凝血因子类制品费:
  680. <NoValueInputVue :data="blInfo.patient_cost_info.D29" />
  681. (20)细胞因子类制品费:
  682. <NoValueInputVue :data="blInfo.patient_cost_info.D30" />
  683. </td>
  684. </tr>
  685. <tr>
  686. <td class="label D31 D32 D33" :class="{'jy': hasIntersection(zk_codes.jy, ['D31', 'D32', 'D33']), 'qz': hasIntersection(zk_codes.qz, ['D31', 'D32', 'D33'])}">9.耗材类</td>
  687. <td colspan="9">
  688. (21)检查用一次性医用材料费:
  689. <NoValueInputVue :data="blInfo.patient_cost_info.D31" />
  690. (22)治疗用一次性医用材料费:
  691. <NoValueInputVue :data="blInfo.patient_cost_info.D32" />
  692. (23)手术用一次性医用材料费:
  693. <NoValueInputVue :data="blInfo.patient_cost_info.D33" />
  694. </td>
  695. </tr>
  696. <tr>
  697. <td class="label D34" :class="{'jy': hasIntersection(zk_codes.jy, ['D34']), 'qz': hasIntersection(zk_codes.qz, ['D34'])}">10.其他类</td>
  698. <td colspan="9">
  699. (24)其他费:
  700. <NoValueInputVue :data="blInfo.patient_cost_info.D34" />
  701. </td>
  702. </tr>
  703. </table>
  704. </div>
  705. <ControlDrawerVue v-if="controlData.bSwitch" :data="controlData" @close="controlData.bSwitch = false" @zk="handleZK" @codes="handleCodes" />
  706. </div>
  707. </template>
  708. <script>
  709. import ControlDrawerVue from './components/index/ControlDrawer.vue';
  710. import IconBtnVue from './components/index/IconBtn.vue';
  711. import NoValueInputVue from './components/index/NoValueInput.vue';
  712. export default {
  713. components: {
  714. IconBtnVue,
  715. NoValueInputVue,
  716. ControlDrawerVue,
  717. },
  718. data() {
  719. return {
  720. controlData: {
  721. bSwitch: false,
  722. zyh: '',
  723. },
  724. // blInfo: {
  725. // patient_info: {},
  726. // patient_add: {},
  727. // patient_address_info: {},
  728. // patient_contacts_info: {},
  729. // patient_cost_info: {},
  730. // patient_doctor_info: {},
  731. // patient_hospital_info: {},
  732. // patient_medical_info: {},
  733. // patient_other_info: {},
  734. // patient_work_info: {},
  735. // main_diagnosis: {},
  736. // other_diagnosis: [],
  737. // main_operation: {},
  738. // secondary_operation: [],
  739. // icu: []
  740. // },
  741. blInfo: {
  742. patient_info: {
  743. id: 108258,
  744. hospital_name: '滨州医学院烟台附属医院',
  745. AAA28: '00224538',
  746. MED_REC_ID: '844664',
  747. AAA01: '林*娟',
  748. AAA02C: '女',
  749. AAA03: '1956-03-27 00:00:00',
  750. AAA04: 67,
  751. AAA05C: '汉族',
  752. AAA40: 0,
  753. AAA42: '',
  754. AEN01: '',
  755. AAA06C: '中国',
  756. AAA07: '370631********5526',
  757. AAA08C: '已婚',
  758. AEM01C: '1',
  759. AAB01: '2023-09-25 07:58:00',
  760. AAC01: '2023-09-29 09:18:00',
  761. AAC11N: '胃肠外科、疝与腹壁外科二病区',
  762. AAC04: 4,
  763. ADA01: '6122.22',
  764. ADA0101: '514.9',
  765. AAA29: 5,
  766. AAB06C: '2',
  767. ABC01N: '手术后恶性肿瘤化学治疗',
  768. ICD9_NAME: null,
  769. ORG_STATE: '01',
  770. AAA26C: '2.城乡居民基本医疗保险',
  771. ATTEND_GRP_CODE: '',
  772. ATTEND_GRP_NAME: '',
  773. F_D: null,
  774. J: null,
  775. coder_id: null,
  776. score: 100,
  777. is_error: 0,
  778. ABG01N: '',
  779. ABG01C: '',
  780. status: 0,
  781. created_at: '2023-10-08 12:33:32',
  782. updated_at: '2023-10-09 00:32:54',
  783. source: 0,
  784. level: 0,
  785. is_defect: 1,
  786. is_defect_v2: 0,
  787. is_update: 0,
  788. home_bmy_score: null,
  789. AAC11C: null,
  790. AEE03_CODE: null,
  791. AEE04_CODE: null,
  792. AEE08_CODE: null,
  793. ICD10_NAME: null,
  794. ZZYLJG: null,
  795. },
  796. patient_add: {
  797. id: 534804,
  798. YLJG: '',
  799. AAA28: '00224538',
  800. BRCW: '',
  801. BAHM: '',
  802. TYSHXYDM: '123700000871841638',
  803. JKKH: null,
  804. SFZJLX: '居民身份证',
  805. XB: '女',
  806. CSRQ: '1956-03-27 00:00:00',
  807. ZYH: 844664,
  808. XM: '林*娟',
  809. RYKB: '胃肠外科、疝与腹壁外科二病区',
  810. BFRY: '胃肠外科、疝与腹壁外科二病区',
  811. ZKKB: '4269',
  812. CYKB: '胃肠外科、疝与腹壁外科二病区',
  813. CYSJ: '2023-09-29 09:18:00',
  814. NL: '67岁',
  815. rynyr: '2023-09-25',
  816. rys: '07:58:00',
  817. SJHL: 0,
  818. EJHL: 4,
  819. YJHL: 0,
  820. TJHL: 0,
  821. ZRHSBM: '9334',
  822. ZRHS: '张*娥',
  823. BMY: '隋*平',
  824. ZKHSBM: '619',
  825. ZKHS: '王*',
  826. ZKRQ: '2023-09-29 00:00:00',
  827. ZHFZRYS: '203',
  828. ZZYSBM: '9276',
  829. ZYYSBM: '10291',
  830. ZZZYSBM: null,
  831. SS1BM: '99.2503',
  832. SS1RQ: '2023-09-25 00:00:00',
  833. SS1MC: '静脉注射化疗药物',
  834. SSLX1: null,
  835. SS2BM: null,
  836. SS2RQ: null,
  837. SS2MC: null,
  838. SSLX2: null,
  839. SS3BM: null,
  840. SS3RQ: null,
  841. SS3MC: null,
  842. SSLX3: null,
  843. SS4BM: null,
  844. SS4RQ: null,
  845. SS4MC: null,
  846. SSLX4: null,
  847. SS5BM: null,
  848. SS5RQ: null,
  849. SS5MC: null,
  850. SSLX5: null,
  851. SS6BM: null,
  852. SS6RQ: null,
  853. SS6MC: null,
  854. SSLX6: null,
  855. SS7BM: null,
  856. SS7RQ: null,
  857. SS7MC: null,
  858. SSLX7: null,
  859. SS8BM: null,
  860. SS8RQ: null,
  861. SS8MC: null,
  862. SSLX8: null,
  863. SS9BM: null,
  864. SS9RQ: null,
  865. SS9MC: null,
  866. SSLX9: null,
  867. SS10BM: null,
  868. SS10RQ: null,
  869. SS10MC: null,
  870. SSLX10: null,
  871. SS11BM: null,
  872. SS11RQ: null,
  873. SS11MC: null,
  874. SSLX11: null,
  875. SS12BM: null,
  876. SS12RQ: null,
  877. SS12MC: null,
  878. SSLX12: null,
  879. SS13BM: null,
  880. SS13RQ: null,
  881. SS13MC: null,
  882. SSLX13: null,
  883. SS14BM: null,
  884. SS14RQ: null,
  885. SS14MC: null,
  886. SSLX14: null,
  887. SS15BM: null,
  888. SS15RQ: null,
  889. SS15MC: null,
  890. SSLX15: null,
  891. LCLJ: '2',
  892. WCQK: null,
  893. KZRXM: '李*',
  894. ZHFZRYSXM: '李*',
  895. ZZYSXM: '鲁*翔',
  896. ZYYSXM: '常*宾',
  897. ZZYISXM: null,
  898. SFCH: '是',
  899. BLZDMC: null,
  900. BLZDBM: null,
  901. SSPB: 0,
  902. created_at: '2023-10-08 06:50:49',
  903. updated_at: '2023-10-08 06:50:49',
  904. BYQK: '0',
  905. HB: 0,
  906. HCV: 0,
  907. HIV: 0,
  908. },
  909. patient_address_info: {
  910. id: 108258,
  911. AAA28: '844664',
  912. AAA09: '山东省',
  913. AAA10: '烟台市',
  914. AAA11: '牟平区',
  915. AAA43: '山东省',
  916. AAA44: '烟台市',
  917. AAA45: '山东省',
  918. AAA46: '烟台市',
  919. AAA47: '牟平区',
  920. AAA12: '体育馆路511号3单元3301号',
  921. AAA13C: 370631,
  922. AAA33C: '',
  923. AAA14C: '',
  924. AAA15: '体育馆路511号3单元3301号',
  925. AAA48: '山东省',
  926. AAA49: '烟台市',
  927. AAA50: '牟平区',
  928. AAA16C: 370612,
  929. AAA36C: '',
  930. AAA51: '',
  931. AAA17C: '',
  932. created_at: '2023-10-08 12:33:32',
  933. updated_at: '2023-10-08 12:33:32',
  934. },
  935. patient_contacts_info: {
  936. id: 515554,
  937. AAA28: '844664',
  938. AAA22: '唐*江',
  939. AAA23C: '配偶',
  940. AAA24: '体育馆路511号3单元3301号',
  941. AAA25: '156****5028',
  942. created_at: '2023-10-08 12:33:32',
  943. updated_at: '2023-10-08 12:33:32',
  944. },
  945. patient_cost_info: {
  946. id: 1035920,
  947. AAA28: '844664',
  948. CYSJ: '2023-09-29 09:18:00',
  949. ADA0101: '514.9',
  950. AAE040: '',
  951. D11: '405',
  952. D12: '183',
  953. D13: '162',
  954. D14: '0',
  955. D15: '0',
  956. D16: '843.3',
  957. D17: '0',
  958. D18: '38',
  959. D19: '0',
  960. D19X01: '0',
  961. D20: '0',
  962. D20X01: '0',
  963. D20X02: '0',
  964. D21: '0',
  965. D22: '0',
  966. D23: '2500.68',
  967. D23X01: '0',
  968. D24: '1729.12',
  969. D25: '0',
  970. D26: '0',
  971. D27: '0',
  972. D28: '0',
  973. D29: '0',
  974. D30: '0',
  975. D31: '6.7',
  976. D32: '254.42',
  977. D33: '0',
  978. D34: '0',
  979. created_at: '2023-10-08 06:50:16',
  980. updated_at: '2023-10-08 06:50:16',
  981. },
  982. patient_doctor_info: {
  983. id: 108258,
  984. AAA28: '844664',
  985. AED02: '李贺',
  986. AED03: '王东',
  987. AED04: '2023-09-29',
  988. AEE01: '李贺',
  989. AEE01_CODE: '203',
  990. AEE02: '李贺',
  991. AEE03: '鲁科翔',
  992. AEE11: '',
  993. AEE09: '常凯宾',
  994. AEE04: '常凯宾',
  995. AEE05: '',
  996. AEE07: '',
  997. AEE08: '8292',
  998. AEE10: '张勤娥',
  999. CODE_DATE: null,
  1000. COMPLETION_DATE: null,
  1001. SIGN_IN_DATE: null,
  1002. QUALITY_CONTROL: null,
  1003. AEE02_CODE: '203',
  1004. AEE03_CODE: '9276',
  1005. AEE04_CODE: '10291',
  1006. created_at: '2023-10-08 12:33:32',
  1007. updated_at: '2023-10-08 12:33:32',
  1008. AEE10_CODE: '9334',
  1009. },
  1010. patient_hospital_info: {
  1011. id: 108258,
  1012. AAA28: '844664',
  1013. AAA30: '00224538',
  1014. ABC01C: 'Z51.102',
  1015. AAA27: '-',
  1016. AAC001: '',
  1017. AAB01: '2023-09-25',
  1018. AAB02C: '胃肠外科、疝与腹壁外科二病区',
  1019. AAB03: '',
  1020. AAB11C: '胃肠外科、疝与腹壁外科二病区',
  1021. AAB11N: '胃肠外科、疝与腹壁外科二病区',
  1022. AAC02C: '胃肠外科、疝与腹壁外科二病区',
  1023. AAC03: ' ',
  1024. AAC11C: '胃肠外科、疝与腹壁外科二病区',
  1025. AAD01C: '',
  1026. AEM02: '',
  1027. AEM03C: 1,
  1028. AEM04: '',
  1029. AEI01C: 2,
  1030. created_at: '2023-10-08 12:33:32',
  1031. updated_at: '2023-10-08 12:33:32',
  1032. },
  1033. patient_medical_info: {
  1034. id: 620795,
  1035. AAA28: '844664',
  1036. ABA01C: 'Z51.102',
  1037. ABA01N: '手术后恶性肿瘤化学治疗',
  1038. ABC03C: 0,
  1039. ABF01C: '',
  1040. ABF01N: '',
  1041. ABF04: '2312126',
  1042. ABF02C: 1,
  1043. ABF03C: '',
  1044. ABH01C: '',
  1045. ABH0201C: '',
  1046. ABH0202C: '',
  1047. ABH0203C: '',
  1048. ABH03C: '',
  1049. AEB02C: 1,
  1050. AEB01: '',
  1051. AED01C: 1,
  1052. AEG01C: 6,
  1053. AEG02C: 4,
  1054. AEG04: '',
  1055. AEG05: '',
  1056. AEG06: '',
  1057. AEG07: '',
  1058. AEG08: '',
  1059. AEJ01: 0,
  1060. AEJ02: 0,
  1061. AEJ03: 0,
  1062. AEJ04: 0,
  1063. AEJ05: 0,
  1064. AEJ06: 0,
  1065. AEL01: 0,
  1066. AEN02C: '',
  1067. AEN02N: '',
  1068. AEI09: '',
  1069. AEI10: '',
  1070. AEI08: '',
  1071. created_at: '2023-10-08 12:33:32',
  1072. updated_at: '2023-10-08 12:33:32',
  1073. },
  1074. patient_other_info: {
  1075. id: 620795,
  1076. AAA28: '844664',
  1077. AAB07C: '',
  1078. AAB07N: '',
  1079. AAB07: 3,
  1080. AAB07D: '',
  1081. ABD04: '',
  1082. ABD051: 1,
  1083. ABD052: 1,
  1084. ABD053: 0,
  1085. ABD054: 0,
  1086. ZB09: '',
  1087. ZB08: '',
  1088. ZB07: '',
  1089. ZB06: '',
  1090. ZB05: '',
  1091. ZB04: '隋亚平',
  1092. ZB03: 9,
  1093. ZB02: 2023,
  1094. ZB01C: '',
  1095. ZA04: '',
  1096. MED_REC_ID: 844664,
  1097. UNT_ID: '060101',
  1098. ZA03: '滨州医学院烟台附属医院',
  1099. AFA01: 0,
  1100. AFA02: 0,
  1101. AFA03: 0,
  1102. AFA04: 0,
  1103. AFA05: 0,
  1104. AFA06: 0,
  1105. AFA07: 0,
  1106. AFA08: 0,
  1107. AFA09: 0,
  1108. AFA10: 0,
  1109. AFA11: 0,
  1110. AFA12: '',
  1111. ZB10: '',
  1112. ZB11: '',
  1113. IS_VALID: '',
  1114. SYN_DATE: '',
  1115. QU_STATE: '',
  1116. DATA_STATE: '',
  1117. BALANCEID: '',
  1118. AKC021: '',
  1119. created_at: '2023-10-08 12:33:32',
  1120. updated_at: '2023-10-08 12:33:32',
  1121. },
  1122. patient_work_info: {
  1123. id: 108258,
  1124. AAA28: '844664',
  1125. AAA18C: 18,
  1126. AAA19: '无',
  1127. AAA20: '156****5029',
  1128. AAA21C: '',
  1129. created_at: '2023-10-08 12:33:32',
  1130. updated_at: '2023-10-08 12:33:32',
  1131. },
  1132. main_diagnosis: {
  1133. id: 194173,
  1134. AAA28: '844664',
  1135. ZYHM: '00224538',
  1136. BAHM: '00224538',
  1137. CYRQ: '2023-09-29 09:18:00',
  1138. DIA_ORDER: 1,
  1139. ZZPB: 1,
  1140. LBMC: '出院诊断',
  1141. ICD10_ID1: 'Z51.102',
  1142. ICD10_NAME: '手术后恶性肿瘤化学治疗',
  1143. RYQK: '有',
  1144. CYQK: null,
  1145. AREA_ID: '',
  1146. BATCH_ID: '',
  1147. created_at: '2023-10-08 06:45:40',
  1148. updated_at: '2023-10-08 06:45:40',
  1149. },
  1150. other_diagnosis: [
  1151. {
  1152. id: 886005,
  1153. AAA28: '844664',
  1154. ZYHM: '00224538',
  1155. BAHM: '00224538',
  1156. CYRQ: '2023-09-29 09:18:00',
  1157. DIA_ORDER: 1,
  1158. ZZPB: 0,
  1159. LBMC: '其他诊断1',
  1160. ICD10_ID1: 'C18.900',
  1161. ICD10_NAME: '结肠恶性肿瘤',
  1162. RYQK: '有',
  1163. CYQK: null,
  1164. AREA_ID: '',
  1165. BATCH_ID: '',
  1166. created_at: '2023-10-08 06:46:20',
  1167. updated_at: '2023-10-08 06:46:20',
  1168. },
  1169. {
  1170. id: 886006,
  1171. AAA28: '844664',
  1172. ZYHM: '00224538',
  1173. BAHM: '00224538',
  1174. CYRQ: '2023-09-29 09:18:00',
  1175. DIA_ORDER: 2,
  1176. ZZPB: 0,
  1177. LBMC: '其他诊断2',
  1178. ICD10_ID1: 'E11.900',
  1179. ICD10_NAME: '2型糖尿病',
  1180. RYQK: '有',
  1181. CYQK: null,
  1182. AREA_ID: '',
  1183. BATCH_ID: '',
  1184. created_at: '2023-10-08 06:46:20',
  1185. updated_at: '2023-10-08 06:46:20',
  1186. },
  1187. {
  1188. id: 886007,
  1189. AAA28: '844664',
  1190. ZYHM: '00224538',
  1191. BAHM: '00224538',
  1192. CYRQ: '2023-09-29 09:18:00',
  1193. DIA_ORDER: 3,
  1194. ZZPB: 0,
  1195. LBMC: '其他诊断3',
  1196. ICD10_ID1: 'I10.x00x002',
  1197. ICD10_NAME: '高血压',
  1198. RYQK: '有',
  1199. CYQK: null,
  1200. AREA_ID: '',
  1201. BATCH_ID: '',
  1202. created_at: '2023-10-08 06:46:20',
  1203. updated_at: '2023-10-08 06:46:20',
  1204. },
  1205. {
  1206. id: 886095,
  1207. AAA28: '844664',
  1208. ZYHM: '00224538',
  1209. BAHM: '00224538',
  1210. CYRQ: '2023-09-29 09:18:00',
  1211. DIA_ORDER: 4,
  1212. ZZPB: 0,
  1213. LBMC: '其他诊断4',
  1214. ICD10_ID1: 'Z98.800x005',
  1215. ICD10_NAME: '肺术后',
  1216. RYQK: '有',
  1217. CYQK: null,
  1218. AREA_ID: '',
  1219. BATCH_ID: '',
  1220. created_at: '2023-10-08 06:46:20',
  1221. updated_at: '2023-10-08 06:46:20',
  1222. },
  1223. ],
  1224. main_operation: {
  1225. id: 225938,
  1226. AAA28: '844664',
  1227. ICD9_ID1: '99.2503',
  1228. ICD9_NAME: '静脉注射化疗药物',
  1229. OPE_DATE: '2023-09-25 00:00:00',
  1230. OPE_MAN_NAME: '李*',
  1231. OPE_MAN_CODE: '203',
  1232. FRIST_ASSISTANT_CODE: null,
  1233. FRIST_ASSISTANT_NAME: null,
  1234. SECOND_ASSISTANT_CODE: null,
  1235. SECOND_ASSISTANT_NAME: null,
  1236. HOCUS_WAY_ID: null,
  1237. INCISION_GRADE_ID: '0',
  1238. HOCUS_MAN_CODE: null,
  1239. HOCUS_MAN_NAME: null,
  1240. START_TIME: null,
  1241. END_TIME: null,
  1242. OPE_ORDER: 1,
  1243. OPE_LEVEL: 2,
  1244. RJSS: '否',
  1245. AREA_ID: '',
  1246. BATCH_ID: '',
  1247. created_at: '2023-10-08 06:48:19',
  1248. updated_at: '2023-10-08 06:48:19',
  1249. OPE_TYPE: null,
  1250. SSPB: '治疗操作',
  1251. HEAL_ID: null,
  1252. ZYHM: '00224538',
  1253. BAHM: '00224538',
  1254. CYRQ: '2023-09-29 09:18:00',
  1255. SFZYSS: '1',
  1256. },
  1257. secondary_operation: [
  1258. {
  1259. id: 225938,
  1260. AAA28: '844664',
  1261. ICD9_ID1: '99.2503',
  1262. ICD9_NAME: '静脉注射化疗药物',
  1263. OPE_DATE: '2023-09-25 00:00:00',
  1264. OPE_MAN_NAME: '李*',
  1265. OPE_MAN_CODE: '203',
  1266. FRIST_ASSISTANT_CODE: null,
  1267. FRIST_ASSISTANT_NAME: null,
  1268. SECOND_ASSISTANT_CODE: null,
  1269. SECOND_ASSISTANT_NAME: null,
  1270. HOCUS_WAY_ID: null,
  1271. INCISION_GRADE_ID: '0',
  1272. HOCUS_MAN_CODE: null,
  1273. HOCUS_MAN_NAME: null,
  1274. START_TIME: null,
  1275. END_TIME: null,
  1276. OPE_ORDER: 1,
  1277. OPE_LEVEL: 2,
  1278. RJSS: '否',
  1279. AREA_ID: '',
  1280. BATCH_ID: '',
  1281. created_at: '2023-10-08 06:48:19',
  1282. updated_at: '2023-10-08 06:48:19',
  1283. OPE_TYPE: null,
  1284. SSPB: '治疗操作',
  1285. HEAL_ID: null,
  1286. ZYHM: '00224538',
  1287. BAHM: '00224538',
  1288. CYRQ: '2023-09-29 09:18:00',
  1289. SFZYSS: '1',
  1290. },
  1291. ],
  1292. icu: [],
  1293. },
  1294. highlight_code: '',
  1295. zk_codes: {
  1296. qz: [],
  1297. jy: []
  1298. },
  1299. active_zk_codes: {
  1300. qz: [],
  1301. jy: []
  1302. }
  1303. };
  1304. },
  1305. computed: {
  1306. zdList() {
  1307. // 包含主要和其他
  1308. const { other_diagnosis, main_diagnosis } = this.blInfo;
  1309. const other_list = JSON.parse(JSON.stringify(other_diagnosis));
  1310. other_list.unshift(main_diagnosis);
  1311. return other_list;
  1312. },
  1313. zdRows() {
  1314. const count = this.zdList.length / 2;
  1315. return count < 11 ? 11 : count;
  1316. },
  1317. },
  1318. created() {
  1319. this.controlData.zyh = this.$route.query.zyh;
  1320. this.controlData.bSwitch = true;
  1321. // this.getData();
  1322. },
  1323. methods: {
  1324. // 判断诊断级别
  1325. zdLevel(i) {
  1326. let str;
  1327. if (i === 1) {
  1328. str = '主要诊断:';
  1329. } else if (i === 2) {
  1330. str = '其他诊断:';
  1331. } else if (i === this.zdRows) {
  1332. str = '其他诊断:';
  1333. } else {
  1334. str = '';
  1335. }
  1336. return str;
  1337. },
  1338. // 是否显示质控栏
  1339. onToggle() {
  1340. this.controlData.zyh = this.$route.query.zyh;
  1341. this.controlData.bSwitch = !this.controlData.bSwitch;
  1342. },
  1343. // 获取详情
  1344. getData() {
  1345. const params = {
  1346. ZYH: this.$route.query.zyh,
  1347. };
  1348. this.$axios.post('/bmy/getBlDetails', params).then(res => {
  1349. this.blInfo = res.data;
  1350. });
  1351. },
  1352. // 质控栏锚点及高亮
  1353. handleZK(val) {
  1354. console.log(val, 89898)
  1355. const { anchor, codes } = val
  1356. const { key, field } = anchor
  1357. this.active_zk_codes = codes
  1358. if (key === 'user') {
  1359. this.highlight_code = field
  1360. document.querySelector(`.${field}`).scrollIntoView({ behavior: 'smooth', block: 'center' })
  1361. }
  1362. },
  1363. handleCodes(codes) {
  1364. this.$set(this, 'zk_codes', codes)
  1365. },
  1366. // 判断两个数组是否存在交际
  1367. hasIntersection(arr1, arr2) {
  1368. // 在arr1中筛选出arr2中存在的元素
  1369. const filtered = arr1.filter(item => arr2.includes(item));
  1370. // 如果筛选后的数组长度大于0,则存在交集
  1371. return filtered.length > 0;
  1372. },
  1373. // 查看费用详情
  1374. toCostPage() {
  1375. this.$router.push({ name: 'Cost', query: { zyh: this.$route.query.zyh } });
  1376. },
  1377. },
  1378. };
  1379. </script>
  1380. <style lang="scss" scoped>
  1381. .bg-box {
  1382. transition: all 0.3s;
  1383. }
  1384. .has_control {
  1385. padding-right: 426px;
  1386. }
  1387. .title {
  1388. font-size: 24px;
  1389. font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  1390. font-weight: bold;
  1391. color: #333333;
  1392. text-align: center;
  1393. line-height: 40px;
  1394. margin-bottom: 20px;
  1395. }
  1396. .bg-card {
  1397. position: relative;
  1398. user-select: none;
  1399. }
  1400. .btn-wrapper {
  1401. position: absolute;
  1402. top: 20px;
  1403. right: 20px;
  1404. }
  1405. .zyh {
  1406. font-size: 16px;
  1407. font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  1408. font-weight: 400;
  1409. color: #333333;
  1410. text-align: right;
  1411. margin-bottom: 20px;
  1412. }
  1413. .icon_btn {
  1414. width: 20px;
  1415. height: 20px;
  1416. display: block;
  1417. }
  1418. .text_btn {
  1419. font-size: 14px;
  1420. font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  1421. font-weight: 400;
  1422. color: #185da6;
  1423. line-height: 20px;
  1424. }
  1425. .oper-box {
  1426. text-align: right;
  1427. }
  1428. .mlr10 {
  1429. margin: 0 10px;
  1430. }
  1431. .table {
  1432. width: 100%;
  1433. min-width: 600px;
  1434. table-layout: fixed;
  1435. empty-cells: show;
  1436. border-collapse: collapse;
  1437. margin: 0 auto;
  1438. th,
  1439. td {
  1440. border: 1px solid #666666;
  1441. font-size: 14px;
  1442. box-sizing: border-box;
  1443. height: 40px;
  1444. color: #333333;
  1445. padding: 0 12px;
  1446. word-break: break-all;
  1447. &.jy_bg {
  1448. background: rgba($color: #178691, $alpha: 0.2);
  1449. }
  1450. &.qz_bg {
  1451. background: rgba($color: #ED3028, $alpha: 0.2);
  1452. }
  1453. }
  1454. td.label {
  1455. width: 140px;
  1456. height: 40px;
  1457. color: #666666;
  1458. background-color: #ebebeb;
  1459. text-align: center;
  1460. &.jy {
  1461. color: #178691;
  1462. font-weight: bold;
  1463. }
  1464. &.qz {
  1465. color: #FB5C4F;
  1466. font-weight: bold;
  1467. }
  1468. }
  1469. th.label {
  1470. height: 40px;
  1471. color: #666666;
  1472. background-color: #ebebeb;
  1473. text-align: center;
  1474. &.jy {
  1475. color: #178691;
  1476. font-weight: bold;
  1477. }
  1478. &.qz {
  1479. color: #FB5C4F;
  1480. font-weight: bold;
  1481. }
  1482. }
  1483. .center {
  1484. text-align: center;
  1485. }
  1486. }
  1487. .shoushu {
  1488. .th25 {
  1489. height: 25px !important;
  1490. }
  1491. }
  1492. .square {
  1493. display: inline-block;
  1494. width: 20px;
  1495. height: 20px;
  1496. text-align: center;
  1497. border: 1px solid #707070;
  1498. border-radius: 2px;
  1499. vertical-align: middle;
  1500. }
  1501. </style>