Elizabeth's proactive approach involves introducing urinal toilet attachment , an ingenious concept that optimizes space and functionality.

DialysisPrintOrderFiftyThree.vue 79KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118
  1. <template>
  2. <div id="dialysis-print-box" style="position: relative">
  3. <div class="dialysis-print-order">
  4. <table class="print-table">
  5. <thead style="transform: translateY(2px)">
  6. <tr>
  7. <td>
  8. <div class="order-yy-name">{{ orgname }}</div>
  9. <div class="order-title">血液透析(滤过)记录表单</div>
  10. </td>
  11. </tr>
  12. <tr>
  13. <td>
  14. <table class="print-table" border="1">
  15. <tr>
  16. <td width="80" colspan="11" style="text-align: center">
  17. 治 疗 日 期:&nbsp;<span>{{ queryParams.xtdate }}</span>
  18. </td>
  19. </tr>
  20. <tr>
  21. <td colspan="11" style="padding-left: 10px">
  22. <div class="list_table">
  23. <div>姓 名:&nbsp;{{ patientInfo.name }}</div>
  24. <div>
  25. 性别:{{ patientInfo_gender_1 == true ? "男" : "女" }}
  26. </div>
  27. <div>年龄:{{ getoldAge() }}</div>
  28. <div>透析机号:&nbsp;{{ getNumber() }}</div>
  29. </div>
  30. </td>
  31. </tr>
  32. </table>
  33. </td>
  34. </tr>
  35. </thead>
  36. <tbody>
  37. <tr style="transform: translateY(3px)">
  38. <td>
  39. <table class="print-table" border="1">
  40. <tbody>
  41. <tr class="list_table_1">
  42. <td colspan="11" style="padding-left: 10px">
  43. <div style="display: flex">
  44. <div style="width: 250px">
  45. 病情评估:&nbsp;<span>{{
  46. sick_condition ? sick_condition : ""
  47. }}</span>
  48. </div>
  49. <div style="width: 250px">
  50. 入科方式:&nbsp;<span
  51. v-for="(item, index) in way_arr"
  52. :key="index"
  53. class="under_line"
  54. v-if="receiverTreatmentAccess.way == item.id"
  55. style="width: 180px; text-align: left"
  56. >{{ item.name }}
  57. </span>
  58. </div>
  59. <div style="width: 250px">
  60. 透析次数:&nbsp;第<span>
  61. {{
  62. patientInfo.total_dialysis +
  63. patientInfo.user_sys_before_count
  64. }}次
  65. </span>
  66. </div>
  67. </div>
  68. </td>
  69. </tr>
  70. <tr class="list_table_1">
  71. <td colspan="11" style="padding-left: 10px">
  72. <div style="display: flex">
  73. <div style="width: 100%">
  74. 病情描述:&nbsp;<span>{{
  75. receiverTreatmentAccess.sick_condition_other
  76. ? receiverTreatmentAccess.sick_condition_other
  77. : ""
  78. }}</span>
  79. </div>
  80. </div>
  81. </td>
  82. </tr>
  83. <tr class="list_table_1">
  84. <td
  85. width="250"
  86. style="border-right: none; padding-left: 10px"
  87. colspan="2"
  88. >
  89. 治疗方式:
  90. <label-box
  91. :isChecked="prescription.mode_id == 1 ? true : false"
  92. showValue="HD"
  93. >
  94. </label-box>
  95. <label-box
  96. :isChecked="prescription.mode_id == 2 ? true : false"
  97. showValue="HDF"
  98. ></label-box>
  99. (<label-box
  100. :isChecked="
  101. prescription.mode_id == 2 &&
  102. prescription.displace_liqui_part == 1
  103. ? true
  104. : false
  105. "
  106. showValue="前稀释"
  107. ></label-box>
  108. <label-box
  109. :isChecked="
  110. prescription.mode_id == 2 &&
  111. prescription.displace_liqui_part == 2
  112. ? true
  113. : false
  114. "
  115. showValue="后稀释"
  116. ></label-box>
  117. , 置换量:&nbsp;{{
  118. prescription.displace_liqui_value
  119. ? prescription.displace_liqui_value
  120. : "/"
  121. }}L&nbsp; )
  122. <label-box
  123. :isChecked="prescription.mode_id > 2 ? true : false"
  124. showValue="其他:"
  125. ></label-box>
  126. &nbsp;
  127. <span v-if="prescription.mode_id > 2">
  128. {{ prescription.mode }}
  129. </span>
  130. </td>
  131. <td width="200" style="padding-left: 10px">
  132. 治疗时间:&nbsp;{{
  133. afterdialysis.actual_treatment_hour
  134. ? afterdialysis.actual_treatment_hour
  135. : "0"
  136. }}&nbsp;小时&nbsp;{{
  137. afterdialysis.actual_treatment_minute
  138. ? afterdialysis.actual_treatment_minute
  139. : 0
  140. }}&nbsp;分
  141. </td>
  142. </tr>
  143. <tr v-if="org_id == 10249 || org_id == 0">
  144. <td colspan="12" style="padding-left: 10px">
  145. <div style="display: flex">
  146. 活动性出血:
  147. <label-box
  148. :isChecked="
  149. predialysis.is_hemorrhage == 2 ? true : false
  150. "
  151. showValue="无"
  152. ></label-box>
  153. <label-box
  154. :isChecked="
  155. predialysis.is_hemorrhage == 1 ? true : false
  156. "
  157. showValue="有"
  158. ></label-box>
  159. (&nbsp;<label-box
  160. :isChecked="
  161. predialysis.is_hemorrhage == 1 &&
  162. predialysis.hemorrhage.indexOf('穿刺点渗血') > -1
  163. ? true
  164. : false
  165. "
  166. showValue="穿刺点渗血"
  167. ></label-box>
  168. <label-box
  169. :isChecked="
  170. predialysis.is_hemorrhage == 1 &&
  171. predialysis.hemorrhage.indexOf('牙龈出血') > -1
  172. ? true
  173. : false
  174. "
  175. showValue="牙龈出血"
  176. ></label-box>
  177. <label-box
  178. :isChecked="
  179. predialysis.is_hemorrhage == 1 &&
  180. predialysis.hemorrhage.indexOf('消化道出血') > -1
  181. ? true
  182. : false
  183. "
  184. showValue="消化道出血"
  185. ></label-box>
  186. <label-box
  187. :isChecked="
  188. predialysis.is_hemorrhage == 1 &&
  189. predialysis.hemorrhage.indexOf('女性经期') > -1
  190. ? true
  191. : false
  192. "
  193. showValue="女性经期"
  194. ></label-box>
  195. <div style="display: flex; padding-left: 20px">
  196. <label-box
  197. :isChecked="
  198. predialysis.is_hemorrhage == 1 &&
  199. predialysis.hemorrhage.indexOf('女性经期') ==
  200. -1 &&
  201. predialysis.hemorrhage.indexOf('消化道出血') ==
  202. -1 &&
  203. predialysis.hemorrhage.indexOf('牙龈出血') ==
  204. -1 &&
  205. predialysis.hemorrhage.indexOf('穿刺点渗血') == -1
  206. ? true
  207. : false
  208. "
  209. showValue="其他"
  210. ></label-box>
  211. <div
  212. style="
  213. min-width: 200px;
  214. border-bottom: 1px solid #999;
  215. height: 35px;
  216. text-align: center;
  217. "
  218. >
  219. <span v-if="predialysis.is_hemorrhage == 1">{{
  220. predialysis.hemorrhage_other
  221. }}</span>
  222. </div>
  223. </div>
  224. &nbsp;)
  225. </div>
  226. </td>
  227. </tr>
  228. <tr class="list_table_1">
  229. <td colspan="12" style="padding-left: 10px">
  230. 治疗抗凝:
  231. <label-box
  232. v-if="prescription.anticoagulant == 3"
  233. :isChecked="
  234. prescription.anticoagulant == 3 ? true : false
  235. "
  236. showValue="低分子肝素:"
  237. ></label-box>
  238. <label-box
  239. v-if="prescription.anticoagulant == 6"
  240. :isChecked="
  241. prescription.anticoagulant == 6 ? true : false
  242. "
  243. showValue="低分子肝素钙:"
  244. ></label-box>
  245. <label-box
  246. v-if="prescription.anticoagulant == 7"
  247. :isChecked="
  248. prescription.anticoagulant == 7 ? true : false
  249. "
  250. showValue="低分子肝素钠:"
  251. ></label-box>
  252. &nbsp;&nbsp;{{
  253. prescription.anticoagulant_zongliang &&
  254. (prescription.anticoagulant == 3 ||
  255. prescription.anticoagulant == 6 ||
  256. prescription.anticoagulant == 7)
  257. ? prescription.anticoagulant_zongliang
  258. : ""
  259. }}iu;&nbsp;&nbsp;
  260. <label-box
  261. :isChecked="
  262. prescription.anticoagulant == 2 ? true : false
  263. "
  264. showValue="普通肝素:"
  265. ></label-box
  266. >首剂 &nbsp;&nbsp;<span
  267. ><span style="width: 35px; display: inline-block">
  268. {{
  269. prescription.anticoagulant_shouji &&
  270. prescription.anticoagulant != 3 &&
  271. prescription.anticoagulant == 2
  272. ? prescription.anticoagulant_shouji
  273. : ""
  274. }}
  275. </span></span
  276. >
  277. &nbsp;mg&nbsp;&nbsp;&nbsp; 追加&nbsp;&nbsp;<span>{{
  278. prescription.anticoagulant_weichi &&
  279. prescription.anticoagulant == 2
  280. ? prescription.anticoagulant_weichi
  281. : ""
  282. }}</span
  283. >&nbsp;&nbsp;mg/h&nbsp; 总量&nbsp;&nbsp;<span>{{
  284. prescription.anticoagulant_zongliang &&
  285. prescription.anticoagulant == 2
  286. ? prescription.anticoagulant_zongliang
  287. : ""
  288. }}</span
  289. >&nbsp;&nbsp;mg;
  290. <label-box
  291. :isChecked="
  292. prescription.anticoagulant == 1 ? true : false
  293. "
  294. showValue="无肝素"
  295. ></label-box
  296. >&nbsp;&nbsp;
  297. <label-box
  298. :isChecked="
  299. prescription.anticoagulant != 1 &&
  300. prescription.anticoagulant != 2 &&
  301. prescription.anticoagulant != 3 &&
  302. prescription.anticoagulant != 6 &&
  303. prescription.anticoagulant != 7 &&
  304. prescription.anticoagulant != 0
  305. ? true
  306. : false
  307. "
  308. showValue="其他"
  309. ></label-box>
  310. <span style="padding-left: 10px">
  311. <span
  312. style="
  313. display: inline-block;
  314. min-width: 135px;
  315. border-bottom: 1px solid #999;
  316. height: 25px;
  317. text-align: center;
  318. "
  319. >
  320. <span
  321. v-if="
  322. prescription.anticoagulant != 1 &&
  323. prescription.anticoagulant != 2 &&
  324. prescription.anticoagulant != 3 &&
  325. prescription.anticoagulant != 6 &&
  326. prescription.anticoagulant != 7 &&
  327. prescription.anticoagulant != 0
  328. "
  329. >{{ prescription.anticoagulant_name
  330. }}{{
  331. prescription.anticoagulant_zongliang &&
  332. prescription.anticoagulant != 1 &&
  333. prescription.anticoagulant != 2 &&
  334. prescription.anticoagulant != 3 &&
  335. prescription.anticoagulant != 6 &&
  336. prescription.anticoagulant != 7 &&
  337. prescription.anticoagulant != 0
  338. ? prescription.anticoagulant_zongliang
  339. : ""
  340. }}iu;</span
  341. >
  342. </span>
  343. </span>
  344. </td>
  345. </tr>
  346. <tr class="list_table_1" style="line-height: 40px">
  347. <td
  348. width="100"
  349. style="border-right: none; padding-left: 10px"
  350. colspan="2"
  351. >
  352. 处方脱水量:
  353. <span style="display: inline-block; width: 40px">
  354. {{
  355. prescription.target_ultrafiltration
  356. ? prescription.target_ultrafiltration
  357. : ""
  358. }}
  359. </span>
  360. ml; 透析液流量:
  361. <span style="display: inline-block; width: 40px">
  362. {{
  363. prescription.dialysate_flow
  364. ? prescription.dialysate_flow
  365. : ""
  366. }}
  367. </span>
  368. ml/h;
  369. </td>
  370. <td width="20" style="padding-left: 10px">
  371. 医师签名:
  372. <span
  373. style="height: 20px"
  374. v-if="setAdminUserES(prescription.modifier) == ''"
  375. >
  376. {{ getAdminUser(prescription.modifier) }}
  377. </span>
  378. <img
  379. class="es-img"
  380. style="height: 25px"
  381. :src="setAdminUserES(prescription.modifier)"
  382. alt
  383. srcset
  384. v-else
  385. />
  386. </td>
  387. </tr>
  388. <tr colspan="13" class="list_table_1">
  389. <td colspan="13" style="padding-left: 10px">
  390. <div class="td_div1" style="display: flex">
  391. <div
  392. style="
  393. display: flex;
  394. min-width: 150px;
  395. border-right: 1px solid;
  396. "
  397. >
  398. 透析机:
  399. <span v-if="dialysisOrder != null"
  400. >{{
  401. dialysisOrder &&
  402. dialysisOrder.DeviceNumber &&
  403. dialysisOrder.DeviceNumber.number.length > 0
  404. ? dialysisOrder.DeviceNumber.number
  405. : patientInfo.DialysisSchedule.device_number
  406. .number
  407. }}
  408. </span>
  409. </div>
  410. <div
  411. style="
  412. display: flex;
  413. border-right: 1px solid;
  414. padding: 0 10px;
  415. "
  416. >
  417. 透析(滤)器:{{
  418. prescription.dialyzer_perfusion_apparatus
  419. ? prescription.dialyzer_perfusion_apparatus
  420. : ""
  421. }}
  422. </div>
  423. <div style="padding-left: 10px">
  424. 透析液:钾:
  425. <span style="width: 30px; display: inline-block">
  426. {{
  427. prescription.kalium ? prescription.kalium : ""
  428. }} </span
  429. >mmol/L&nbsp; 钙:
  430. <span style="width: 30px; display: inline-block">
  431. {{
  432. prescription.calcium ? prescription.calcium : ""
  433. }} </span
  434. >mmol/L&nbsp; 碳酸氢盐:
  435. <span style="width: 30px; display: inline-block">
  436. {{
  437. prescription.bicarbonate
  438. ? prescription.bicarbonate
  439. : ""
  440. }} </span
  441. >mmol/L
  442. </div>
  443. </div>
  444. </td>
  445. </tr>
  446. <tr class="list_table_1">
  447. <td colspan="11" style="padding-left: 10px">
  448. <div style="display: flex; justify-content: flex-start">
  449. <div style="width: 100%">
  450. 血管通路: &nbsp;
  451. <label-box
  452. :isChecked="
  453. predialysis.blood_access_part_opera_name.indexOf(
  454. '自体内瘘'
  455. ) > -1
  456. ? true
  457. : false
  458. "
  459. showValue="自体内瘘"
  460. ></label-box>
  461. &nbsp;
  462. <label-box
  463. :isChecked="
  464. predialysis.blood_access_part_opera_name.indexOf(
  465. '人造血管'
  466. ) > -1
  467. ? true
  468. : false
  469. "
  470. showValue="人造血管"
  471. ></label-box>
  472. &nbsp; &nbsp;
  473. <label-box
  474. :isChecked="
  475. predialysis.blood_access_part_opera_name.indexOf(
  476. '直穿'
  477. ) > -1
  478. ? true
  479. : false
  480. "
  481. showValue="直穿"
  482. ></label-box>
  483. &nbsp;
  484. <label-box
  485. :isChecked="
  486. predialysis.blood_access_part_opera_name.indexOf(
  487. '颈内静脉'
  488. ) > -1
  489. ? true
  490. : false
  491. "
  492. showValue="颈内静脉"
  493. ></label-box>
  494. &nbsp;
  495. <label-box
  496. :isChecked="
  497. predialysis.blood_access_part_opera_name.indexOf(
  498. '股静脉'
  499. ) > -1
  500. ? true
  501. : false
  502. "
  503. showValue="股静脉"
  504. ></label-box>
  505. &nbsp;
  506. <label-box
  507. :isChecked="
  508. predialysis.blood_access_part_opera_name.indexOf(
  509. '锁骨下'
  510. ) > -1
  511. ? true
  512. : false
  513. "
  514. showValue="锁骨下"
  515. ></label-box>
  516. &nbsp;
  517. <label-box
  518. :isChecked="
  519. predialysis.blood_access_part_opera_name.indexOf(
  520. '锁骨下'
  521. ) == -1 &&
  522. predialysis.blood_access_part_opera_name.indexOf(
  523. '股静脉'
  524. ) == -1 &&
  525. predialysis.blood_access_part_opera_name.indexOf(
  526. '颈内静脉'
  527. ) == -1 &&
  528. predialysis.blood_access_part_opera_name.indexOf(
  529. '人造血管'
  530. ) == -1 &&
  531. predialysis.blood_access_part_opera_name.indexOf(
  532. '自体内瘘'
  533. ) == -1 &&
  534. predialysis.blood_access_part_opera_name != ''
  535. ? true
  536. : false
  537. "
  538. showValue="其他"
  539. ></label-box>
  540. <span style="padding-left: 20px">
  541. <span
  542. style="
  543. display: inline-block;
  544. min-width: 130px;
  545. border-bottom: 1px solid #999;
  546. height: 35px;
  547. text-align: center;
  548. "
  549. >
  550. <span
  551. v-if="
  552. predialysis.blood_access_part_opera_name.indexOf(
  553. '锁骨下'
  554. ) == -1 &&
  555. predialysis.blood_access_part_opera_name.indexOf(
  556. '股静脉'
  557. ) == -1 &&
  558. predialysis.blood_access_part_opera_name.indexOf(
  559. '颈内静脉'
  560. ) == -1 &&
  561. predialysis.blood_access_part_opera_name.indexOf(
  562. '直穿'
  563. ) == -1 &&
  564. predialysis.blood_access_part_opera_name.indexOf(
  565. '人造血管'
  566. ) == -1 &&
  567. predialysis.blood_access_part_opera_name.indexOf(
  568. '自体内瘘'
  569. ) == -1
  570. "
  571. >
  572. {{ predialysis.blood_access_part_opera_name }}
  573. </span>
  574. </span>
  575. </span>
  576. </div>
  577. <div style="width: 25%">
  578. 穿刺者:
  579. <span
  580. v-if="
  581. setAdminUserES(
  582. dialysisOrder == null
  583. ? 0
  584. : dialysisOrder.puncture_nurse
  585. ) == ''
  586. "
  587. >
  588. {{
  589. getAdminUser(
  590. dialysisOrder == null
  591. ? 0
  592. : dialysisOrder.puncture_nurse
  593. )
  594. }}
  595. </span>
  596. <img
  597. class="es-img"
  598. style="height: 30px"
  599. :src="
  600. setAdminUserES(
  601. dialysisOrder == null
  602. ? 0
  603. : dialysisOrder.puncture_nurse
  604. )
  605. "
  606. alt
  607. srcset
  608. v-else
  609. />
  610. </div>
  611. </div>
  612. </td>
  613. </tr>
  614. </tbody>
  615. </table>
  616. </td>
  617. </tr>
  618. <tr style="transform: translateY(2px)">
  619. <td>
  620. <table class="print-table" border="1">
  621. <tr style="text-align: center">
  622. <td
  623. :colspan="org_id == 10441 || org_id == 9675 ? 14 : 15"
  624. style="margin-left: 15px; font-size: 20px"
  625. >
  626. 治 疗 过 程 记 录
  627. </td>
  628. </tr>
  629. <tr>
  630. <td style="width: 60px" rowspan="2">时间</td>
  631. <td colspan="4">透析参数</td>
  632. <td :colspan="org_id == 10441 || org_id == 9675 ? 4 : 5">
  633. 生命体征
  634. </td>
  635. <td colspan="1">治疗中病情变化</td>
  636. </tr>
  637. <tr class="short_tr">
  638. <th style="width: 70px; font-weight: normal">
  639. <p style="height: 20px; line-height: 20px">TMP</p>
  640. <p style="height: 20px; line-height: 20px">mmHg</p>
  641. </th>
  642. <th style="width: 70px; font-weight: normal">
  643. <p style="height: 20px; line-height: 20px">静脉压</p>
  644. <p style="height: 20px; line-height: 20px">mmHg</p>
  645. </th>
  646. <th style="width: 70px; font-weight: normal">
  647. <p style="height: 20px; line-height: 20px">血流量</p>
  648. <p style="height: 20px; line-height: 20px">(ml·min)⁻¹</p>
  649. </th>
  650. <th style="width: 70px; font-weight: normal" v-if="org_id!=10430&&org_id!=9675">
  651. <p style="height: 20px; line-height: 20px">脱水量</p>
  652. <p style="height: 20px; line-height: 20px">ml</p>
  653. </th>
  654. <th style="width: 70px; font-weight: normal" v-if="org_id==10430||org_id==9675">
  655. <p style="height: 20px; line-height: 20px">血温</p>
  656. <p style="height: 20px; line-height: 20px">ml</p>
  657. </th>
  658. <th style="width: 80px; font-weight: normal">
  659. <p style="height: 20px; line-height: 20px">T</p>
  660. <p style="height: 20px; line-height: 20px">℃</p>
  661. </th>
  662. <th style="width: 60px; font-weight: normal">
  663. <p style="height: 20px; line-height: 20px">HR</p>
  664. <p style="height: 20px; line-height: 20px">bpm</p>
  665. </th>
  666. <th style="width: 60px; font-weight: normal">
  667. <p style="height: 20px; line-height: 20px">R</p>
  668. <p style="height: 20px; line-height: 20px">bpm</p>
  669. </th>
  670. <th style="width: 60px; font-weight: normal">
  671. <p style="height: 20px; line-height: 20px">BP</p>
  672. <p style="height: 20px; line-height: 20px">mmHg</p>
  673. </th>
  674. <th
  675. style="width: 80px; font-weight: normal"
  676. v-if="org_id != 10441 && org_id != 9675"
  677. >
  678. <p style="height: 20px; line-height: 20px">SpO₂</p>
  679. <p style="height: 20px; line-height: 20px">%</p>
  680. </th>
  681. <th style="width: 333px; font-weight: normal">
  682. <p style="height: 20px; line-height: 20px">
  683. 记&nbsp;&nbsp;&nbsp;&nbsp;录
  684. </p>
  685. </th>
  686. </tr>
  687. <tr v-for="(monitor, monindex) in monitors" :key="monindex">
  688. <td style="min-width: 60px; height: 30px">
  689. {{ getTime(monitor.operate_time, "{h}:{i}") }}
  690. </td>
  691. <td>
  692. <span v-if="getTime(monitor.operate_time) != ''">
  693. {{
  694. monitor.transmembrane_pressure
  695. ? monitor.transmembrane_pressure
  696. : ""
  697. }}
  698. </span>
  699. </td>
  700. <td>
  701. <span v-if="getTime(monitor.operate_time) != ''">
  702. &nbsp;{{
  703. monitor.venous_pressure ? monitor.venous_pressure : ""
  704. }}
  705. </span>
  706. </td>
  707. <td>
  708. <span v-if="getTime(monitor.operate_time) != ''">
  709. {{
  710. monitor.blood_flow_volume
  711. ? monitor.blood_flow_volume
  712. : ""
  713. }}
  714. </span>
  715. </td>
  716. <td style="min-width: 45px" v-if="org_id!=10430&&org_id!=9675">
  717. <span v-if="getTime(monitor.operate_time) != ''&&monindex == 0 && (org_id == 10441||org_id == 9675)">
  718. {{'/'}}
  719. </span>
  720. <span v-else-if="getTime(monitor.operate_time) != ''&&monindex == 0 && (org_id != 10441&&org_id != 9675)">
  721. {{monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: ""}}
  722. </span>
  723. <span v-else>{{monitor.ultrafiltration_volume? monitor.ultrafiltration_volume: ""}}</span>
  724. </td>
  725. <td style="min-width: 45px" v-if="org_id==10430||org_id==9675">
  726. {{monitor.dialysate_temperature?monitor.dialysate_temperature:''}}
  727. </td>
  728. <td>
  729. <span v-if="getTime(monitor.operate_time) != ''">
  730. {{ monitor.temperature ? monitor.temperature : "" }}
  731. </span>
  732. </td>
  733. <td>
  734. <span v-if="getTime(monitor.operate_time) != ''">
  735. {{
  736. monitor.pulse_frequency ? monitor.pulse_frequency : ""
  737. }}
  738. </span>
  739. </td>
  740. <td>
  741. <span v-if="getTime(monitor.operate_time) != ''">
  742. {{ monitor.breathing_rate ? monitor.breathing_rate : "" }}
  743. </span>
  744. </td>
  745. <td>
  746. <span v-if="getTime(monitor.operate_time) != ''">
  747. {{
  748. monitor.systolic_blood_pressure
  749. ? monitor.systolic_blood_pressure
  750. : ""
  751. }}/{{
  752. monitor.diastolic_blood_pressure
  753. ? monitor.diastolic_blood_pressure
  754. : ""
  755. }}
  756. </span>
  757. </td>
  758. <td v-if="org_id != 10441 && org_id != 9675">
  759. <span v-if="getTime(monitor.operate_time) != ''">
  760. {{
  761. monitor.blood_oxygen_saturation
  762. ? monitor.blood_oxygen_saturation
  763. : ""
  764. }}
  765. </span>
  766. </td>
  767. <td>
  768. <span
  769. v-if="
  770. monitor.symptom || monitor.dispose || monitor.result
  771. "
  772. >
  773. {{ monitor.symptom }} &nbsp;{{ monitor.dispose }} &nbsp;{{
  774. monitor.result
  775. }}
  776. </span>
  777. </td>
  778. </tr>
  779. </table>
  780. </td>
  781. </tr>
  782. <tr style="transform: translateY(4px)">
  783. <td>
  784. <table class="print-table" border="1" style="text-align: center">
  785. <tr>
  786. <td style="height: 20px" width="60">
  787. <p style="height: 20px; line-height: 20px">时间</p>
  788. </td>
  789. <td
  790. style="height: 20px"
  791. width="90"
  792. v-if="org_id == 10346 || org_id == 9675 || org_id == 0"
  793. >
  794. <p style="height: 20px; line-height: 20px">开嘱医生</p>
  795. </td>
  796. <td style="height: 20px" width="344">
  797. <p style="height: 20px; line-height: 20px">医嘱执行记录</p>
  798. </td>
  799. <td
  800. style="height: 20px"
  801. width="70"
  802. v-if="org_id == 10346 || org_id == 9675 || org_id == 0"
  803. >
  804. <p style="height: 20px; line-height: 20px">执行时间</p>
  805. </td>
  806. <td style="height: 20px" width="90">
  807. <p style="height: 20px; line-height: 20px">执行</p>
  808. </td>
  809. <td style="height: 20px" width="90">
  810. <p style="height: 20px; line-height: 20px">核对</p>
  811. </td>
  812. <td style="height: 20px" width="144">
  813. <p style="height: 20px; line-height: 20px">上次透后体重</p>
  814. </td>
  815. <td style="height: 20px" width="60">
  816. {{
  817. patientInfo.total_dialysis +
  818. patientInfo.user_sys_before_count >
  819. 0
  820. ? assessmentafter.weight_after
  821. : "/"
  822. }}kg
  823. </td>
  824. </tr>
  825. </table>
  826. </td>
  827. </tr>
  828. <tr
  829. v-for="(advice, advice_index) in advices"
  830. :key="advice_index"
  831. style="transform: translateY(3px)"
  832. >
  833. <td>
  834. <table class="print-table" border="1">
  835. <tr>
  836. <td width="60">
  837. {{ getTime(advice.start_time, "{h}:{i}") }}
  838. </td>
  839. <td
  840. style="line-height: 30px"
  841. width="90"
  842. v-if="org_id == 10346 || org_id == 9675 || org_id == 0"
  843. >
  844. <span v-if="setAdminUserES(advice.advice_doctor) == ''">
  845. {{ getAdminUser(advice.advice_doctor) }}
  846. </span>
  847. <img
  848. style="height: 30px"
  849. :src="setAdminUserES(advice.advice_doctor)"
  850. alt=""
  851. srcset=""
  852. />
  853. </td>
  854. <td style="text-align: left; padding-left: 5px" width="340">
  855. <span v-if="advice.parent_id > 0">---></span>
  856. <span>{{ advice.advice_name }}</span>
  857. <span v-if="advice && advice.advice_desc"
  858. >({{ advice.advice_desc
  859. }}{{ advice.drug_spec_unit }})</span
  860. >
  861. <span v-if="advice.prescribing_number"
  862. >&nbsp;&nbsp; {{ advice.prescribing_number
  863. }}{{ advice.prescribing_number_unit }}</span
  864. >
  865. <span v-if="advice.single_dose != 0"
  866. >{{ advice.single_dose
  867. }}{{ advice.single_dose_unit }}</span
  868. >
  869. <span v-if="advice.parent_id == 0">{{
  870. advice.delivery_way
  871. }}</span>
  872. <span v-if="advice.parent_id == 0">{{
  873. advice.execution_frequency
  874. }}</span>
  875. <span>{{ advice.remark }}</span>
  876. </td>
  877. <td
  878. style="line-height: 10px"
  879. width="70"
  880. v-if="org_id == 10346 || org_id == 9675 || org_id == 0"
  881. >
  882. <span v-if="advice.execution_time">{{
  883. getTime(advice.execution_time, "{h}:{i}")
  884. }}</span>
  885. </td>
  886. <td style="line-height: 10px" width="90">
  887. <span v-if="setAdminUserES(advice.execution_staff) == ''">{{
  888. getAdminUser(advice.execution_staff)
  889. }}</span>
  890. <img
  891. style="height: 30px"
  892. :src="setAdminUserES(advice.execution_staff)"
  893. alt=""
  894. srcset=""
  895. />
  896. </td>
  897. <td style="line-height: 30px" width="90">
  898. <span v-if="setAdminUserES(advice.checker) == ''">{{
  899. getAdminUser(advice.checker)
  900. }}</span>
  901. <img
  902. style="height: 30px"
  903. :src="setAdminUserES(advice.checker)"
  904. alt=""
  905. srcset=""
  906. v-else
  907. />
  908. </td>
  909. <td v-if="advice_index === 0" width="145">透前体重:</td>
  910. <td v-if="advice_index === 0" width="60">
  911. {{
  912. patientInfo.total_dialysis +
  913. patientInfo.user_sys_before_count >
  914. 0
  915. ? predialysis.weight_before
  916. : "/"
  917. }}kg
  918. </td>
  919. <td v-if="advice_index === 1" width="145">体重增加量:</td>
  920. <td v-if="advice_index === 1" width="60">
  921. {{
  922. assessmentafter.weight_after == 0 ||
  923. predialysis.weight_before == 0
  924. ? 0
  925. : (
  926. predialysis.weight_before -
  927. assessmentafter.weight_after
  928. ).toFixed(2)
  929. }}kg
  930. </td>
  931. <td v-if="advice_index === 2" width="145">干体重(DW):</td>
  932. <td v-if="advice_index === 2" width="60">
  933. {{
  934. patientInfo.total_dialysis +
  935. patientInfo.user_sys_before_count >
  936. 0
  937. ? predialysis.dry_weight
  938. : "/"
  939. }}kg
  940. </td>
  941. <td v-if="advice_index === 3" width="145">较干体重增加量:</td>
  942. <td v-if="advice_index === 3" width="60">
  943. {{
  944. patientInfo.total_dialysis +
  945. patientInfo.user_sys_before_count >
  946. 0 && afterdialysis.weight_after != 0
  947. ? (
  948. afterdialysis.weight_after - predialysis.dry_weight
  949. ).toFixed(2)
  950. : 0
  951. }}kg
  952. </td>
  953. <td v-if="advice_index === 4" width="145">机器显示脱水量:</td>
  954. <td v-if="advice_index === 4" width="60">
  955. {{
  956. patientInfo.total_dialysis +
  957. patientInfo.user_sys_before_count >
  958. 0
  959. ? afterdialysis.actual_ultrafiltration
  960. : "/"
  961. }}ml
  962. </td>
  963. <td v-if="advice_index === 5" width="145">透后体重:</td>
  964. <td v-if="advice_index === 5" width="60">
  965. {{
  966. patientInfo.total_dialysis +
  967. patientInfo.user_sys_before_count >
  968. 0
  969. ? afterdialysis.weight_after
  970. : "/"
  971. }}kg
  972. </td>
  973. <td v-if="advice_index === 6" width="145">
  974. 本次透析体重下降量:
  975. </td>
  976. <td v-if="advice_index === 6" width="60">
  977. {{
  978. afterdialysis.weight_after == 0 ||
  979. predialysis.weight_before == 0
  980. ? 0
  981. : (
  982. predialysis.weight_before -
  983. afterdialysis.weight_after
  984. ).toFixed(2)
  985. }}kg
  986. </td>
  987. <td v-if="advice_index > 6" width="145"></td>
  988. <td v-if="advice_index > 6" width="60"></td>
  989. </tr>
  990. </table>
  991. </td>
  992. </tr>
  993. <tr style="transform: translateY(1px)">
  994. <td>
  995. <table class="print-table" border="1">
  996. <tr style="height: 50px; text-align: left">
  997. <td style="padding-left: 5px; border-bottom: none">
  998. 治疗小结:{{
  999. summary.dialysis_summary ? summary.dialysis_summary : ""
  1000. }}
  1001. </td>
  1002. </tr>
  1003. <tr style="height: 50px; text-align: left" v-if="org_id==10430||org_id==9675">
  1004. <td style="padding-left: 5px; border-bottom: none;border-top: none;">
  1005. 透析护理记录:{{
  1006. summary.nursing_record ? summary.nursing_record : ""
  1007. }}
  1008. </td>
  1009. </tr>
  1010. <tr style="height: 40px">
  1011. <td
  1012. rowspan="11"
  1013. style="border-top: none; text-align: right; height: 40px"
  1014. >
  1015. 医生签名
  1016. <span
  1017. style="
  1018. display: inline-block;
  1019. width: 100px;
  1020. text-align: left;
  1021. "
  1022. >
  1023. &nbsp;
  1024. <span
  1025. v-if="
  1026. setAdminUserES(
  1027. prescription == null
  1028. ? 0
  1029. : prescription.prescription_doctor
  1030. ? prescription.prescription_doctor
  1031. : ''
  1032. ) == ''
  1033. "
  1034. >
  1035. {{
  1036. getAdminUser(
  1037. prescription == null
  1038. ? 0
  1039. : prescription.prescription_doctor
  1040. ? prescription.prescription_doctor
  1041. : ""
  1042. )
  1043. }}
  1044. </span>
  1045. <img
  1046. style="height: 30px"
  1047. :src="
  1048. setAdminUserES(
  1049. prescription == null
  1050. ? 0
  1051. : prescription.prescription_doctor
  1052. ? prescription.prescription_doctor
  1053. : ''
  1054. )
  1055. "
  1056. alt=""
  1057. srcset=""
  1058. v-else
  1059. />
  1060. </span>
  1061. 护士签名
  1062. <span
  1063. style="
  1064. display: inline-block;
  1065. width: 100px;
  1066. text-align: left;
  1067. "
  1068. >
  1069. &nbsp;
  1070. <span
  1071. v-if="
  1072. setAdminUserES(
  1073. dialysisOrder == null
  1074. ? 0
  1075. : dialysisOrder.start_nurse
  1076. ) == ''
  1077. "
  1078. >{{
  1079. getAdminUser(
  1080. dialysisOrder == null
  1081. ? 0
  1082. : dialysisOrder.start_nurse
  1083. )
  1084. }}</span
  1085. >
  1086. <img
  1087. class="es-img"
  1088. style="height: 30px"
  1089. :src="
  1090. setAdminUserES(
  1091. dialysisOrder == null
  1092. ? 0
  1093. : dialysisOrder.start_nurse
  1094. )
  1095. "
  1096. alt=""
  1097. srcset=""
  1098. v-else
  1099. />
  1100. </span>
  1101. </td>
  1102. </tr>
  1103. </table>
  1104. </td>
  1105. </tr>
  1106. </tbody>
  1107. </table>
  1108. </div>
  1109. </div>
  1110. </template>
  1111. <script>
  1112. import { getDialysisRecord } from "@/api/dialysis";
  1113. import { jsGetAge, uParseTime } from "@/utils/tools";
  1114. import LabelBox from "../printItem/LabelBox";
  1115. import { getDataConfig } from "@/utils/data";
  1116. import BreadCrumb from "@/xt_pages/components/bread-crumb";
  1117. // import DialysisPrintOrderOne from './template/dialysisPrintOrderOne'
  1118. // import DialysisPrintOrderTwo from './template/dialysisPrintOrderTwo'
  1119. import print from "print-js";
  1120. export default {
  1121. name: "dialysisPrintOrderFour",
  1122. components: {
  1123. // DialysisPrintOrderOne,
  1124. // DialysisPrintOrderTwo,
  1125. LabelBox,
  1126. BreadCrumb,
  1127. },
  1128. data() {
  1129. return {
  1130. doctor_advices: [],
  1131. doctor_advices_2: [],
  1132. way_arr: [],
  1133. consciousness_arr: [],
  1134. appetite_arr: [],
  1135. posture_arr: [],
  1136. sick_condition_arr: [],
  1137. precaution_arr: [],
  1138. intake_arr: [],
  1139. nutrition_arr: [],
  1140. bloodAccessParOpera: {},
  1141. crumbs: [
  1142. { path: false, name: "透析管理" },
  1143. { path: false, name: "打印单" },
  1144. ],
  1145. operators: [],
  1146. adminUser: [],
  1147. check: {},
  1148. dialysisOrder: {
  1149. DeviceNumber: [],
  1150. },
  1151. operatorMaps: {},
  1152. complications: [
  1153. "低血压",
  1154. "高血压",
  1155. "心律失常",
  1156. "头晕",
  1157. "头痛",
  1158. "呕吐",
  1159. "抽搐",
  1160. "出血",
  1161. "心衰",
  1162. "腹痛",
  1163. ],
  1164. jilurow: 0,
  1165. assessmentafter: {},
  1166. advice_jilurow: 0,
  1167. loading: false,
  1168. orgname: "",
  1169. patientInfo_gender_1: false,
  1170. patientInfo_gender_2: false,
  1171. patientInfo_source_2: false,
  1172. patientInfo_source_1: false,
  1173. modeOptions: {},
  1174. replacementWays: [],
  1175. perfusionApparatus: [],
  1176. anticoagulantsConfit: {},
  1177. bloodAccessParOpera: {},
  1178. dialysateFormulationOptions: {},
  1179. totollength: 0,
  1180. queryParams: {
  1181. xtdate: "",
  1182. xtno: "",
  1183. },
  1184. patientInfo: {
  1185. birth: "",
  1186. age: "",
  1187. DialysisSchedule: {
  1188. device_number: { number: "" },
  1189. device_zone: { name: "" },
  1190. },
  1191. gender: 0,
  1192. },
  1193. predialysis: {
  1194. score: "",
  1195. internal_fistula: "",
  1196. internal_fistula_skin: "",
  1197. catheter: "",
  1198. blood_access_part_opera_name: "",
  1199. },
  1200. afterdialysis: {
  1201. complications_index: "",
  1202. },
  1203. prescription: {
  1204. dialysate_formulation_name: "",
  1205. device: {},
  1206. },
  1207. advices: [],
  1208. users: [],
  1209. monitors: [],
  1210. sick_condition: "",
  1211. summary: {},
  1212. receiverTreatmentAccess: {},
  1213. org_template_info: {},
  1214. anticoagulantsConfitTwo: {},
  1215. doctor_advices: [],
  1216. advice_groups: [],
  1217. org_id: 0,
  1218. anticoagulan_name: "",
  1219. xtdate: "",
  1220. AlPanel: {
  1221. id: 0,
  1222. name: "",
  1223. type: 1,
  1224. shouji: 2,
  1225. weichi: 2,
  1226. zongliang: 2,
  1227. gaimingcheng: -1,
  1228. gaijiliang: -1,
  1229. shouji_unit: "mg",
  1230. weichi_unit: "mg/h",
  1231. zongliang_unit: "mg",
  1232. gaimingcheng_unit: "",
  1233. gaijiliang_unit: "",
  1234. },
  1235. };
  1236. },
  1237. methods: {
  1238. // 获取当前年份,用于年龄计算
  1239. getoldAge() {
  1240. let date = new Date();
  1241. let year = date.getFullYear();
  1242. let year_d =
  1243. this.xtdate.split("-")[0] - this.patientInfo.birth.split("-")[0];
  1244. let year_m = this.xtdate.split("-")[1];
  1245. let birth_m = this.patientInfo.birth.split("-")[1];
  1246. let year_date = this.xtdate.split("-")[2];
  1247. let birth_date = this.patientInfo.birth.split("-")[2];
  1248. // console.log(year,'今年年月')
  1249. // console.log(this.xtdate.split('-'),'病人就诊年月')
  1250. console.log(this.patientInfo.birth, "病人生日");
  1251. // console.log(year_d,'year_d')
  1252. if (year_m < birth_m) {
  1253. return year_d - 1;
  1254. } else if (year_m == birth_m) {
  1255. if (year_date < birth_date) {
  1256. return year_d - 1;
  1257. } else {
  1258. return year_d;
  1259. }
  1260. } else {
  1261. return year_d;
  1262. }
  1263. },
  1264. getAdminUser(id) {
  1265. if (id == 0) {
  1266. return "";
  1267. }
  1268. if (id == undefined) {
  1269. return "";
  1270. }
  1271. for (let i = 0; i < this.adminUser.length; i++) {
  1272. if (this.adminUser[i].id == id) {
  1273. return this.adminUser[i].name;
  1274. }
  1275. }
  1276. },
  1277. getTime(value, temp) {
  1278. if (value == 0) {
  1279. return "";
  1280. }
  1281. if (value != undefined) {
  1282. return uParseTime(value, temp);
  1283. }
  1284. return "";
  1285. },
  1286. printThisPage() {
  1287. var ptime = Math.round(new Date().getTime() / 1000);
  1288. this.print_time = uParseTime(ptime, "{y}-{m}-{d} {h}:{i}");
  1289. const style =
  1290. '@media print {.dialysis-print-order{width:960px;margin:0 auto}.dialysis-print-order .order-yy-name{margin:auto;text-align:center;font-size:20px;letter-spacing:5px}.dialysis-print-order .order-title{margin:auto;font-weight:600;text-align:center;font-size:22px;padding:10px 20px 20px 20px}.dialysis-print-order .table-box{width:100%;line-height:23px;font-size:14px}.dialysis-print-order .print-table{width:100%;text-align:center;border-collapse:collapse;line-height:25px;font-size:14px}.dialysis-print-order .print-table-no{width:100%;text-align:center;border-collapse:collapse;font-size:14px}.dialysis-print-order .under-line{border-bottom:1px solid #999;width:95%;text-align:center;margin-left:2px}.dialysis-print-order .title-box{text-align:center;font-size:16px;border:1px solid #666}.dialysis-print-order .radio-lebel-box{font-weight:400;cursor:pointer}.dialysis-print-order .radio-no{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;z-index:-1}.dialysis-print-order .radio-inner{white-space:nowrap;cursor:pointer;outline:0;display:inline-block;line-height:1;position:relative;vertical-align:middle}.dialysis-print-order .radio-fang{display:inline-block;position:relative;border:1px solid #000;box-sizing:border-box;width:14px;height:14px;background-color:#fff;z-index:1;transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)}.dialysis-print-order .is-checked-radio::after{content:"√";font-size:15px}}.dialysis-print-order .print-table-no tr td { padding: 8px 5px; line-height: 25px; }.es-img{height: 20px; }.advice-name{text-align: left;}.advice-children{display:flex;} .dialysis-print-order .print-table tr td{padding: 0px 0px;} .print-template-two tr {line-height: 30px;} .title-box-pro{border: 0 #fff;line-height: 40px;height: 40px;text-align: left;padding-left: 10px !important;} .text-align-left{text-align: left !important;padding-left:10px !important;font-size: 14px !important;line-height: 25px;}';
  1291. if (this.org_template_info.template_id == 1) {
  1292. printJS({
  1293. printable: "dialysis-print-box",
  1294. type: "html",
  1295. style: style,
  1296. scanStyles: false,
  1297. });
  1298. } else if (
  1299. this.org_template_info.template_id == 2 ||
  1300. this.org_template_info.template_id == 0
  1301. ) {
  1302. printJS({
  1303. printable: "dialysis-print-box-1",
  1304. type: "html",
  1305. style: style,
  1306. scanStyles: false,
  1307. });
  1308. }
  1309. },
  1310. getNumber() {
  1311. if (this.dialysisOrder != null) {
  1312. return (
  1313. this.patientInfo.DialysisSchedule.device_zone.name +
  1314. this.dialysisOrder.DeviceNumber.number
  1315. );
  1316. } else {
  1317. return (
  1318. this.patientInfo.DialysisSchedule.device_zone.name +
  1319. this.patientInfo.DialysisSchedule.device_number.number
  1320. );
  1321. }
  1322. },
  1323. getXuserName(id) {
  1324. if (id <= 0) {
  1325. return "";
  1326. }
  1327. var name = "";
  1328. if (this.users == null || typeof this.users.length === "undefined") {
  1329. return name;
  1330. }
  1331. var leng = this.users.length;
  1332. if (leng == 0) {
  1333. return name;
  1334. }
  1335. for (let index = 0; index < leng; index++) {
  1336. if (this.users[index].id == id) {
  1337. name = this.users[index].name;
  1338. break;
  1339. }
  1340. }
  1341. return name;
  1342. },
  1343. setAdminUserES(id) {
  1344. console.log(id);
  1345. if (id == 0) {
  1346. return "";
  1347. }
  1348. if (id in this.operatorMaps) {
  1349. return this.operatorMaps[id].url;
  1350. } else {
  1351. return "";
  1352. }
  1353. },
  1354. modeName(mode_id) {
  1355. return typeof this.modeOptions[mode_id] !== "undefined" &&
  1356. typeof this.modeOptions[mode_id].name !== "undefined"
  1357. ? this.modeOptions[mode_id].name
  1358. : "";
  1359. },
  1360. getDialysisRecord() {
  1361. this.loading = true;
  1362. getDialysisRecord(this.queryParams).then((response) => {
  1363. if (response.data.state == 1) {
  1364. this.adminUser = response.data.data.users;
  1365. this.xtdate = response.data.data.xtdate;
  1366. this.users = response.data.data.users;
  1367. this.patientInfo = response.data.data.patientInfo;
  1368. this.patientInfo.birth = uParseTime(
  1369. this.patientInfo.birthday,
  1370. "{y}-{m}-{d}"
  1371. );
  1372. // this.patientInfo.age = jsGetAge(this.patientInfo.birth, '-')
  1373. if (response.data.data.patientInfo.first_dialysis_date != 0) {
  1374. this.patientInfo.first_dialysis_date = uParseTime(
  1375. response.data.data.patientInfo.first_dialysis_date,
  1376. "{y}-{m}-{d}"
  1377. );
  1378. } else {
  1379. this.patientInfo.first_dialysis_date = "";
  1380. }
  1381. this.check = response.data.data.check;
  1382. this.predialysis = response.data.data.PredialysisEvaluation;
  1383. this.predialysis.blood_access_part_opera_name =
  1384. this.bloodAccessParOperaName(
  1385. this.predialysis.blood_access_part_opera_id
  1386. );
  1387. console.log(
  1388. this.predialysis.blood_access_part_opera_name,
  1389. "this.predialysis.blood_access_part_opera_name"
  1390. );
  1391. this.afterdialysis = response.data.data.AssessmentAfterDislysis;
  1392. this.operators = response.data.data.operators;
  1393. this.dialysisOrder =
  1394. response.data.data.dialysisOrder === null
  1395. ? null
  1396. : response.data.data.dialysisOrder;
  1397. if (this.operators.length > 0) {
  1398. var operatorsLen = this.operators.length;
  1399. for (var index = 0; index < operatorsLen; index++) {
  1400. this.$set(
  1401. this.operatorMaps,
  1402. this.operators[index].creator,
  1403. this.operators[index]
  1404. );
  1405. }
  1406. }
  1407. this.afterdialysis.txqnx = -1;
  1408. if (this.afterdialysis.cruor.indexOf("0度") > -1) {
  1409. this.afterdialysis.txqnx = 0;
  1410. }
  1411. if (this.afterdialysis.cruor.indexOf("Ⅰ度") > -1) {
  1412. this.afterdialysis.txqnx = 1;
  1413. }
  1414. if (this.afterdialysis.cruor.indexOf("Ⅱ度") > -1) {
  1415. this.afterdialysis.txqnx = 2;
  1416. }
  1417. if (this.afterdialysis.cruor.indexOf("Ⅲ度") > -1) {
  1418. this.afterdialysis.txqnx = 3;
  1419. }
  1420. this.afterdialysis.complications =
  1421. this.afterdialysis.complication.split(",");
  1422. this.afterdialysis.complications_other = [];
  1423. this.afterdialysis.complications_index = [];
  1424. var acllen = this.afterdialysis.complications.length;
  1425. for (let index = 0; index < acllen; index++) {
  1426. if (
  1427. this.complications.indexOf(
  1428. this.afterdialysis.complications[index]
  1429. ) >= 0
  1430. ) {
  1431. this.afterdialysis.complications_index.push(
  1432. this.afterdialysis.complications[index]
  1433. );
  1434. } else if (
  1435. this.complications.indexOf(
  1436. this.afterdialysis.complications[index]
  1437. ) < 0 &&
  1438. this.afterdialysis.complications_other.indexOf(
  1439. this.afterdialysis.complications[index]
  1440. ) < 0
  1441. ) {
  1442. this.afterdialysis.complications_other.push(
  1443. this.afterdialysis.complications[index]
  1444. );
  1445. }
  1446. }
  1447. this.afterdialysis.complications_other =
  1448. this.afterdialysis.complications_other.join(",");
  1449. this.prescription = response.data.data.dialysisPrescription;
  1450. this.receiverTreatmentAccess =
  1451. response.data.data.receiverTreatmentAccess;
  1452. this.assessmentafter = response.data.data.assessmentAfterDislysis;
  1453. this.sick_condition_arr.forEach((o) => {
  1454. if (this.receiverTreatmentAccess.sick_condition == o.id) {
  1455. this.sick_condition = o.name;
  1456. }
  1457. });
  1458. this.prescription.mode = this.modeName(this.prescription.mode_id);
  1459. var rwLen = this.replacementWays.length;
  1460. this.prescription.replacement = "";
  1461. for (let index = 0; index < rwLen; index++) {
  1462. if (
  1463. this.replacementWays[index].id ==
  1464. this.prescription.replacement_way
  1465. ) {
  1466. this.prescription.replacement = this.replacementWays[index].name;
  1467. break;
  1468. }
  1469. }
  1470. this.prescription.dialysate_formulation_name =
  1471. this.dialysateFormulationName(
  1472. this.prescription.dialysate_formulation
  1473. );
  1474. var paLen = this.perfusionApparatus.length;
  1475. this.prescription.perfusion_apparatus_name = "";
  1476. for (let index = 0; index < paLen; index++) {
  1477. if (
  1478. this.perfusionApparatus[index].id ==
  1479. this.prescription.perfusion_apparatus
  1480. ) {
  1481. this.prescription.perfusion_apparatus_name =
  1482. this.perfusionApparatus[index].name;
  1483. break;
  1484. }
  1485. }
  1486. console.log(this.prescription, "透析处方");
  1487. var acLen = this.anticoagulantsConfit.length;
  1488. var thisALID = this.prescription.anticoagulant;
  1489. this.prescription.anticoagulant_name = "";
  1490. if (
  1491. typeof this.anticoagulantsConfit[thisALID] !== "undefined" &&
  1492. this.anticoagulantsConfit[thisALID] != null
  1493. ) {
  1494. this.prescription.anticoagulant_name =
  1495. this.anticoagulantsConfit[thisALID].name;
  1496. this.AlPanel = this.anticoagulantsConfit[thisALID];
  1497. }
  1498. this.advices = response.data.data.advices;
  1499. this.monitors = response.data.data.monitors;
  1500. this.summary = response.data.data.summary;
  1501. this.org_template_info = response.data.data.org_template_info;
  1502. console.log(this.advices, "this.advices");
  1503. if (this.monitors.length <= 0) {
  1504. var nl = 8 - this.monitors.length;
  1505. for (let index = 0; index < nl; index++) {
  1506. this.monitors.push([]);
  1507. }
  1508. }
  1509. // if (this.monitors.length < 8) {
  1510. // var nl = 8 - this.monitors.length;
  1511. // for (let index = 0; index < nl; index++) {
  1512. // this.monitors.push([]);
  1513. // }
  1514. // }
  1515. this.jilurow = this.monitors.length + 1;
  1516. this.advice_jilurow = this.advices.length + 1;
  1517. var childMap = {};
  1518. for (const index in this.advices) {
  1519. if (this.advices[index].parent_id == 0) {
  1520. continue;
  1521. }
  1522. if (!(this.advices[index].parent_id in childMap)) {
  1523. childMap[this.advices[index].parent_id] = [];
  1524. }
  1525. childMap[this.advices[index].parent_id].push(this.advices[index]);
  1526. }
  1527. var advices = [];
  1528. for (const index in this.advices) {
  1529. if (this.advices[index].parent_id > 0) {
  1530. continue;
  1531. }
  1532. var item = this.advices[index];
  1533. if (item.id in childMap) {
  1534. item.children = childMap[item.id];
  1535. } else {
  1536. item.children = [];
  1537. }
  1538. advices.push(item);
  1539. }
  1540. var tableAdvice = this.advices;
  1541. // console.log("医生", tableAdvice);
  1542. if (tableAdvice.length === 0) {
  1543. var obj = { advice_name: "", start_time: "" };
  1544. var obj1 = { advice_name: "", start_time: "" };
  1545. var obj2 = { advice_name: "", start_time: "" };
  1546. var obj3 = { advice_name: "", start_time: "" };
  1547. var obj4 = { advice_name: "", start_time: "" };
  1548. var obj5 = { advice_name: "", start_time: "" };
  1549. tableAdvice.push(obj);
  1550. tableAdvice.push(obj1);
  1551. tableAdvice.push(obj2);
  1552. tableAdvice.push(obj3);
  1553. tableAdvice.push(obj4);
  1554. tableAdvice.push(obj5);
  1555. this.advices = tableAdvice;
  1556. }
  1557. if (tableAdvice.length === 1) {
  1558. var obj = { advice_name: "", start_time: "" };
  1559. var obj1 = { advice_name: "", start_time: "" };
  1560. var obj2 = { advice_name: "", start_time: "" };
  1561. var obj3 = { advice_name: "", start_time: "" };
  1562. var obj4 = { advice_name: "", start_time: "" };
  1563. tableAdvice.push(obj);
  1564. tableAdvice.push(obj1);
  1565. tableAdvice.push(obj2);
  1566. tableAdvice.push(obj3);
  1567. tableAdvice.push(obj4);
  1568. this.advices = tableAdvice;
  1569. }
  1570. if (tableAdvice.length === 2) {
  1571. var obj = { advice_name: "", start_time: "" };
  1572. var obj1 = { advice_name: "", start_time: "" };
  1573. var obj2 = { advice_name: "", start_time: "" };
  1574. var obj3 = { advice_name: "", start_time: "" };
  1575. tableAdvice.push(obj);
  1576. tableAdvice.push(obj1);
  1577. tableAdvice.push(obj2);
  1578. tableAdvice.push(obj3);
  1579. this.advices = tableAdvice;
  1580. }
  1581. if (tableAdvice.length === 3) {
  1582. // eslint-disable-next-line no-redeclare
  1583. var obj = { advice_name: "", start_time: "" };
  1584. // eslint-disable-next-line no-redeclare
  1585. var obj1 = { advice_name: "", start_time: "" };
  1586. // eslint-disable-next-line no-redeclare
  1587. var obj2 = { advice_name: "", start_time: "" };
  1588. // eslint-disable-next-line no-redeclare
  1589. tableAdvice.push(obj);
  1590. tableAdvice.push(obj1);
  1591. tableAdvice.push(obj2);
  1592. this.advices = tableAdvice;
  1593. }
  1594. if (tableAdvice.length === 4) {
  1595. // eslint-disable-next-line no-redeclare
  1596. var obj = { advice_name: "", start_time: "" };
  1597. // eslint-disable-next-line no-redeclare
  1598. var obj1 = { advice_name: "", start_time: "" };
  1599. // eslint-disable-next-line no-redeclare
  1600. tableAdvice.push(obj);
  1601. tableAdvice.push(obj1);
  1602. this.advices = tableAdvice;
  1603. }
  1604. if (tableAdvice.length === 5) {
  1605. // eslint-disable-next-line no-redeclare
  1606. var obj = { advice_name: "", start_time: "" };
  1607. // eslint-disable-next-line no-redeclare
  1608. var obj1 = { advice_name: "", start_time: "" };
  1609. tableAdvice.push(obj);
  1610. tableAdvice.push(obj1);
  1611. this.advices = tableAdvice;
  1612. }
  1613. if (tableAdvice.length === 6) {
  1614. var obj1 = { advice_name: "", start_time: "" };
  1615. tableAdvice.push(obj1);
  1616. this.advices = tableAdvice;
  1617. }
  1618. // console.log(this.advices, "this.advices");
  1619. // this.totollength = this.advices.length + this.monitors.length;
  1620. // console.log(this.totollength, "this.totollength");
  1621. // if (this.totollength > 21) {
  1622. // var temp_advice_length = 21 - this.monitors.length;
  1623. // var doctor_advices_1 = [];
  1624. // var doctor_advices_2 = [];
  1625. // for (let index = 0; index < this.advices.length; index++) {
  1626. // const element = this.advices[index];
  1627. // if (temp_advice_length > index) {
  1628. // doctor_advices_1.push(element);
  1629. // } else {
  1630. // doctor_advices_2.push(element);
  1631. // }
  1632. // }
  1633. // this.advices = doctor_advices_1;
  1634. // this.doctor_advices_2 = doctor_advices_2;
  1635. // }
  1636. this.loading = false;
  1637. // this.doctor_advices =
  1638. // response.data.data.advices == null
  1639. // ? []
  1640. // : response.data.data.advices;
  1641. // for (let index = 0; index < this.doctor_advices.length; index++) {
  1642. // this.doctor_advices[index]["isShow"] = 2;
  1643. // }
  1644. // if (this.doctor_advices.length > 0) {
  1645. // var group = this.newAdviceGroupObject();
  1646. // var initGroupBlock = function (group, advice) {
  1647. // group.group_no = advice.groupno;
  1648. // };
  1649. // for (
  1650. // let index = this.doctor_advices.length - 1;
  1651. // index >= 0;
  1652. // index--
  1653. // ) {
  1654. // var new_advice_index = 0;
  1655. // if (
  1656. // "children" in this.doctor_advices[index] &&
  1657. // this.doctor_advices[index].children.length > 0
  1658. // ) {
  1659. // new_advice_index =
  1660. // index + this.doctor_advices[index].children.length + 1;
  1661. // var doctor_advice = {
  1662. // delivery_way: this.doctor_advices[index].delivery_way,
  1663. // execution_frequency:
  1664. // this.doctor_advices[index].execution_frequency,
  1665. // groupno: this.doctor_advices[index].groupno,
  1666. // id: this.doctor_advices[index].id,
  1667. // parent_id: this.doctor_advices[index].parent_id,
  1668. // children: this.doctor_advices[index].children,
  1669. // remark: this.doctor_advices[index].remark,
  1670. // };
  1671. // doctor_advice["isShow"] = 1;
  1672. // this.doctor_advices.splice(new_advice_index, 0, doctor_advice);
  1673. // // this.doctor_advices.push(doctor_advice)
  1674. // }
  1675. // }
  1676. // for (let index = 0; index < this.doctor_advices.length; index++) {
  1677. // const advice = this.doctor_advices[index];
  1678. // if (advice.groupno == 0) {
  1679. // // 老版本的医嘱没有分组的概念,所以这一个 if 是解决这个问题的,将每个无分组的医嘱各自归为一组
  1680. // if (advice.parent_id > 0) {
  1681. // if (this.advice_groups.length > 0) {
  1682. // var parent_group =
  1683. // this.advice_groups[this.advice_groups.length - 1];
  1684. // if (parent_group.advices.length > 0) {
  1685. // if (parent_group.advices[0].id == advice.parent_id) {
  1686. // parent_group.advices.push(advice);
  1687. // }
  1688. // }
  1689. // }
  1690. // continue;
  1691. // } else {
  1692. // if (group.group_no > 0) {
  1693. // this.advice_groups.push(group);
  1694. // group = this.newAdviceGroupObject();
  1695. // }
  1696. // initGroupBlock(group, advice);
  1697. // group.advices.push(advice);
  1698. // this.advice_groups.push(group);
  1699. // group = this.newAdviceGroupObject();
  1700. // continue;
  1701. // }
  1702. // }
  1703. // if (group.group_no > 0 && group.group_no != advice.groupno) {
  1704. // this.advice_groups.push(group);
  1705. // group = this.newAdviceGroupObject();
  1706. // }
  1707. // if (group.group_no == 0) {
  1708. // initGroupBlock(group, advice);
  1709. // }
  1710. // if (group.group_no == advice.groupno) {
  1711. // group.advices.push(advice);
  1712. // }
  1713. // }
  1714. // if (group.group_no > 0) {
  1715. // // 上述的算法会导致最后一组没有加到advice_groups,这里要手动加上
  1716. // this.advice_groups.push(group);
  1717. // }
  1718. // }
  1719. console.log(this.advice_groups);
  1720. } else {
  1721. this.loading = false;
  1722. this.$message.error("请求数据失败");
  1723. return false;
  1724. }
  1725. });
  1726. },
  1727. bloodAccessParOperaName(id) {
  1728. console.log(this.bloodAccessParOpera);
  1729. if (id in this.bloodAccessParOpera) {
  1730. return this.bloodAccessParOpera[id].name;
  1731. }
  1732. return "";
  1733. },
  1734. dialysateFormulationName(id) {
  1735. if (id in this.dialysateFormulationOptions) {
  1736. return this.dialysateFormulationOptions[id].name;
  1737. }
  1738. return "";
  1739. },
  1740. getAge: function (val) {
  1741. if (val.birthday != 0) {
  1742. return jsGetAge(val.birth, "-");
  1743. } else {
  1744. return "";
  1745. }
  1746. },
  1747. newAdviceGroupObject: function () {
  1748. return Object.assign(
  1749. {},
  1750. {
  1751. group_no: 0,
  1752. // advice_doctor: 0,
  1753. // start_time: 0,
  1754. advices: [],
  1755. // exec_staff: 0,
  1756. // exec_time: 0,
  1757. // checker: 0,
  1758. }
  1759. );
  1760. },
  1761. },
  1762. watch: {
  1763. "patientInfo.gender": function () {
  1764. if (this.patientInfo.gender == 1) {
  1765. this.patientInfo_gender_1 = true;
  1766. this.patientInfo_gender_2 = false;
  1767. } else if (this.patientInfo.gender == 2) {
  1768. this.patientInfo_gender_2 = true;
  1769. this.patientInfo_gender_1 = false;
  1770. } else {
  1771. this.patientInfo_gender_2 = false;
  1772. this.patientInfo_gender_1 = false;
  1773. }
  1774. },
  1775. "patientInfo.source": function () {
  1776. if (this.patientInfo.source == 1) {
  1777. this.patientInfo_source_1 = true;
  1778. this.patientInfo_source_2 = false;
  1779. } else if (this.patientInfo.source == 2) {
  1780. this.patientInfo_source_2 = true;
  1781. this.patientInfo_source_1 = false;
  1782. } else {
  1783. this.patientInfo_source_2 = false;
  1784. this.patientInfo_source_1 = false;
  1785. }
  1786. },
  1787. },
  1788. created() {
  1789. this.org_id = this.$store.getters.xt_user.org_id;
  1790. this.way_arr = getDataConfig("hemodialysis", "way");
  1791. this.consciousness_arr = getDataConfig("hemodialysis", "consciousness");
  1792. this.appetite_arr = getDataConfig("hemodialysis", "appetite");
  1793. this.posture_arr = getDataConfig("hemodialysis", "posture");
  1794. this.sick_condition_arr = getDataConfig("hemodialysis", "sick_condition");
  1795. this.precaution_arr = getDataConfig("hemodialysis", "precaution");
  1796. this.intake_arr = getDataConfig("hemodialysis", "intake");
  1797. this.nutrition_arr = getDataConfig("hemodialysis", "nutrition");
  1798. var bloodAccessParOpera = getDataConfig(
  1799. "hemodialysis",
  1800. "vascular_access_desc"
  1801. );
  1802. var xtuser = this.$store.getters.xt_user;
  1803. this.orgname = xtuser.org.org_name;
  1804. // this.orgname = "遂溪方济医院";
  1805. this.modeOptions = this.$store.getters.treatment_mode;
  1806. this.replacementWays = this.$store.getters.replacement_ways;
  1807. this.perfusionApparatus = this.$store.getters.perfusion_apparatus;
  1808. this.anticoagulantsConfit = this.$store.getters.anticoagulants_confit;
  1809. // this.bloodAccessParOpera = getDataConfig('hemodialysis', 'vascular_access_desc')
  1810. var bloodAccessParOpera = getDataConfig(
  1811. "hemodialysis",
  1812. "vascular_access_desc"
  1813. );
  1814. for (var key in bloodAccessParOpera) {
  1815. this.bloodAccessParOpera[bloodAccessParOpera[key].id] =
  1816. bloodAccessParOpera[key];
  1817. }
  1818. var dialysateFormulationOptions = getDataConfig(
  1819. "hemodialysis",
  1820. "dialysate_formulation"
  1821. );
  1822. for (var key in dialysateFormulationOptions) {
  1823. this.dialysateFormulationOptions[dialysateFormulationOptions[key].id] =
  1824. dialysateFormulationOptions[key];
  1825. }
  1826. const xtdate = this.$route.query && this.$route.query.xtdate;
  1827. const xtno = this.$route.query && this.$route.query.xtno;
  1828. if (
  1829. typeof xtdate === "string" &&
  1830. xtdate.length > 0 &&
  1831. typeof xtno === "string" &&
  1832. xtno.length > 0
  1833. ) {
  1834. this.queryParams.xtdate = xtdate;
  1835. this.queryParams.xtno = xtno;
  1836. this.xtdate = xtdate;
  1837. this.getDialysisRecord();
  1838. } else {
  1839. this.$message.error("参数不齐");
  1840. return false;
  1841. }
  1842. },
  1843. };
  1844. </script>
  1845. <style>
  1846. .dialysis-print-order {
  1847. width: 960px;
  1848. margin: 0 auto;
  1849. }
  1850. .dialysis-print-order .order-yy-name {
  1851. margin: auto;
  1852. text-align: center;
  1853. font-size: 20px;
  1854. letter-spacing: 5px;
  1855. }
  1856. .dialysis-print-order .order-title {
  1857. margin: auto;
  1858. font-weight: 600;
  1859. text-align: center;
  1860. font-size: 22px;
  1861. padding: 10px 20px 20px 20px;
  1862. }
  1863. .dialysis-print-order .table-box {
  1864. width: 100%;
  1865. line-height: 23px;
  1866. font-size: 14px;
  1867. }
  1868. .dialysis-print-order .print-table {
  1869. width: 100%;
  1870. text-align: center;
  1871. border-collapse: collapse;
  1872. line-height: 39px;
  1873. font-size: 14px;
  1874. }
  1875. .dialysis-print-order .print-table-2 {
  1876. width: 100%;
  1877. text-align: left;
  1878. border-collapse: collapse;
  1879. line-height: 38px;
  1880. font-size: 14px;
  1881. }
  1882. .print-table-3 {
  1883. text-align: center;
  1884. width: 300px;
  1885. border-collapse: inherit;
  1886. height: 90px !important;
  1887. border: none;
  1888. }
  1889. .print-table-3 .tr_3 {
  1890. border-bottom: 1px solid;
  1891. height: 20px;
  1892. line-height: 20px;
  1893. }
  1894. .print-table-3 .td_3_1 {
  1895. border-right: 1px solid;
  1896. height: 20px;
  1897. line-height: 20px;
  1898. }
  1899. .print-table-3 .td_3_2 {
  1900. border-right: 1px solid;
  1901. height: 20px;
  1902. line-height: 20px;
  1903. }
  1904. .print-table-3 .td_3 {
  1905. border-right: 1px solid;
  1906. height: 20px;
  1907. line-height: 20px;
  1908. }
  1909. .dialysis-print-order .print-table-no {
  1910. width: 100%;
  1911. text-align: left;
  1912. border-collapse: collapse;
  1913. font-size: 14px;
  1914. }
  1915. .dialysis-print-order .under-line {
  1916. border-bottom: 1px solid #999;
  1917. width: 95%;
  1918. text-align: center;
  1919. margin-left: 2px;
  1920. }
  1921. .dialysis-print-order .title-box {
  1922. text-align: center;
  1923. font-size: 16px;
  1924. }
  1925. .dialysis-print-order .radio-lebel-box {
  1926. font-weight: 400;
  1927. cursor: pointer;
  1928. }
  1929. .dialysis-print-order .radio-no {
  1930. opacity: 0;
  1931. outline: none;
  1932. position: absolute;
  1933. margin: 0;
  1934. width: 0;
  1935. height: 0;
  1936. z-index: -1;
  1937. }
  1938. .dialysis-print-order .radio-inner {
  1939. white-space: nowrap;
  1940. cursor: pointer;
  1941. outline: none;
  1942. display: inline-block;
  1943. line-height: 1;
  1944. position: relative;
  1945. vertical-align: middle;
  1946. }
  1947. .dialysis-print-order .radio-fang {
  1948. display: inline-block;
  1949. position: relative;
  1950. border: 1px solid #000;
  1951. box-sizing: border-box;
  1952. width: 14px;
  1953. height: 14px;
  1954. background-color: #fff;
  1955. z-index: 1;
  1956. transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46),
  1957. background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
  1958. }
  1959. .dialysis-print-order .is-checked-radio::after {
  1960. content: "√";
  1961. font-size: 15px;
  1962. }
  1963. .dialysis-print-order .print-table-no tr td {
  1964. padding: 8px 5px;
  1965. line-height: 25px;
  1966. }
  1967. .print-table {
  1968. text-align: center;
  1969. }
  1970. .dialysis-print-order .print-table tr td {
  1971. padding: 0px 0px;
  1972. /*line-height: 25px;*/
  1973. }
  1974. .es-img {
  1975. height: 25px;
  1976. }
  1977. .advice-name {
  1978. text-align: left;
  1979. }
  1980. .advice-children {
  1981. display: flex;
  1982. }
  1983. .title-box-pro {
  1984. border: 0 #fff;
  1985. line-height: 25px;
  1986. height: 25px;
  1987. text-align: left;
  1988. padding-left: 10px !important;
  1989. }
  1990. .title-box-pro-tr {
  1991. border: 0 #fff;
  1992. }
  1993. .text-align-left {
  1994. text-align: left !important;
  1995. padding-left: 10px !important;
  1996. font-size: 14px !important;
  1997. line-height: 25px;
  1998. }
  1999. .print-table-tr-new td {
  2000. line-height: 20px !important;
  2001. }
  2002. .border-top-solid {
  2003. border: solid 1px #000;
  2004. }
  2005. .print-template-two tr {
  2006. line-height: 30px;
  2007. }
  2008. .list_table {
  2009. display: flex;
  2010. justify-content: flex-start;
  2011. }
  2012. .list_table div {
  2013. text-align: left;
  2014. flex: 1;
  2015. }
  2016. .print-table-list {
  2017. width: 100%;
  2018. text-align: left;
  2019. border-collapse: collapse;
  2020. line-height: 40px;
  2021. font-size: 14px;
  2022. border-spacing: 0;
  2023. }
  2024. .print-table-list tr td {
  2025. padding: 0;
  2026. border: 1px solid #dcdfe6;
  2027. }
  2028. .list_table_1 {
  2029. text-align: left;
  2030. }
  2031. </style>