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

DialysisPrintOrderFiftyThree.vue 77KB

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