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

DialysisPrintOrderFiftyThree.vue 77KB

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