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

DialysisPrintOrderSeventeen.vue 92KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412
  1. <template>
  2. <div>
  3. <el-button type="primary" @click="checkData">一键核对</el-button>
  4. <div id="dialysis-print-box">
  5. <div class="dialysis-print-order">
  6. <div class="order-yy-name"></div>
  7. <div class="order-title">{{ orgname }}&nbsp;&nbsp;&nbsp;血液净化治疗记录单</div>
  8. <table class="print-table" border="1" style="margin-top: 10px;">
  9. <tr>
  10. <td style="text-align:left;width:150px;">
  11. <span style="display:inline-block;margin-left:15px;">
  12. {{getDatge(queryParams.xtdate)}}
  13. </span>
  14. </td>
  15. <td style="text-align:center;width:140px;">
  16. 姓名:
  17. <span style="display:inline-block;margin-left:10px;">
  18. {{patientInfo.name}}
  19. </span>
  20. </td>
  21. <td style="text-align:center;">
  22. 性别:
  23. <span style="display:inline-block;margin-left:10px;">
  24. {{patientInfo.gender}}
  25. </span>
  26. </td>
  27. <td style="text-align:center;">
  28. 年龄:
  29. <span style="display:inline-block;margin-left:10px;">
  30. {{
  31. getAge(patientInfo)
  32. }}
  33. </span>
  34. </td>
  35. <td style="text-align:center;">
  36. <label-box
  37. showValue="门诊"
  38. :isChecked="receiverTreatmentAccess.condition == 2 ? true : false"
  39. ></label-box>
  40. <label-box
  41. showValue="住院"
  42. :isChecked="receiverTreatmentAccess.condition == 1 ? true : false"
  43. ></label-box>
  44. </td>
  45. <td style="text-align:center;">
  46. <template v-if="receiverTreatmentAccess.condition == 1">
  47. 住院号:
  48. <span style="display:inline-block;margin-left:10px;">
  49. {{
  50. receiverTreatmentAccess.admission_number
  51. ? receiverTreatmentAccess.admission_number
  52. : "/"
  53. }}
  54. </span>
  55. </template>
  56. <template v-else>
  57. 门诊号:
  58. <span style="display:inline-block;margin-left:10px;">
  59. {{
  60. patientInfo.admission_number
  61. ? patientInfo.admission_number
  62. : "/"
  63. }}
  64. </span>
  65. </template>
  66. </td>
  67. <td style="text-align:center;">
  68. 机器号:
  69. <span style="display:inline-block;margin-left:10px;">
  70. {{
  71. dialysisOrder &&
  72. dialysisOrder.DeviceNumber &&
  73. dialysisOrder.DeviceNumber.number > 0
  74. ? dialysisOrder.DeviceNumber.number
  75. : patientInfo.DialysisSchedule.device_number.number
  76. }}
  77. </span>
  78. </td>
  79. </tr>
  80. <tr>
  81. <td style="text-align:left;" colspan="3">
  82. <span style="display:inline-block;margin-left:15px;">治疗方式:</span>
  83. <label-box :isChecked="prescription.mode_id == 1 ? true : false" showValue="HD"></label-box>&nbsp;
  84. <label-box :isChecked="prescription.mode_id == 2 ? true : false" showValue="HDF"></label-box>&nbsp;
  85. <label-box :isChecked="prescription.mode_id == 4 ? true : false" showValue="HP"></label-box>&nbsp;
  86. <label-box :isChecked="prescription.mode_id == 7 ? true : false" showValue="IUF"></label-box>&nbsp;
  87. <label-box :isChecked="prescription.mode_id == 5 ? true : false" showValue="HF"></label-box>&nbsp;
  88. </td>
  89. <td style="text-align:left;" colspan="4">
  90. <span style="display:inline-block;margin-left:15px;">诊断: {{ patientInfo.diagnose }}</span>
  91. </td>
  92. </tr>
  93. <tr>
  94. <td style="text-align:left;" colspan="1">
  95. <span style="display:inline-block;margin-left:15px;">
  96. 干体重:
  97. {{ predialysis.dry_weight ? predialysis.dry_weight : "/" }}kg
  98. </span>
  99. </td>
  100. <td style="text-align:left;" colspan="1">
  101. <span style="display:inline-block;margin-left:15px;">
  102. <!-- 透后净体重:{{
  103. afterdialysis.weight_after
  104. ? parseFloat(
  105. afterdialysis.weight_after -
  106. afterdialysis.additional_weight
  107. ).toFixed(1)
  108. : "/"
  109. }}kg -->
  110. kt/v:{{ monitors[0].ktv ? monitors[0].ktv : '' }}
  111. </span>
  112. </td>
  113. <td style="text-align:left;" colspan="1">
  114. <span style="display:inline-block;margin-left:15px;">
  115. URR:{{ monitors[0].urr ? monitors[0].urr : '' }}
  116. </span>
  117. </td>
  118. <td style="text-align:left;" colspan="3">
  119. <span style="display:inline-block;margin-left:15px;">
  120. Na:
  121. {{
  122. prescription.sodium ? prescription.sodium : "/"
  123. }}&nbsp;mmol/L
  124. </span>
  125. <span style="display:inline-block;margin-left:15px;">
  126. Ca:
  127. {{
  128. prescription.calcium ? prescription.calcium : "/"
  129. }}&nbsp;mmol/L
  130. </span>
  131. <span style="display:inline-block;margin-left:15px;">
  132. K:
  133. {{
  134. prescription.kalium ? prescription.kalium : "/"
  135. }}&nbsp;mmol/L
  136. </span>
  137. </td>
  138. <td style="text-align:left;" colspan="2">
  139. <span style="display:inline-block;margin-left:15px;">
  140. 透析液温度:{{
  141. prescription.dialysate_temperature
  142. ? prescription.dialysate_temperature
  143. : "/"
  144. }}&nbsp;℃
  145. </span>
  146. </td>
  147. </tr>
  148. <tr>
  149. <td style="text-align:left;" colspan="1">
  150. <span style="display:inline-block;margin-left:15px;">
  151. 透前体重:{{
  152. predialysis.weight_before ? predialysis.weight_before : "/"
  153. }}kg
  154. </span>
  155. </td>
  156. <td style="text-align:left;" colspan="1">
  157. <span style="display:inline-block;margin-left:15px;">
  158. 设定脱水量:{{
  159. prescription.target_ultrafiltration
  160. ? prescription.target_ultrafiltration
  161. : "/"
  162. }}ml
  163. </span>
  164. </td>
  165. <td style="text-align:left;padding-left:15px;" colspan="6">
  166. <span style="display:inline-block;">
  167. <label-box :isChecked="anticoagulant == 6? true : false" showValue="低分子肝素钙"></label-box>:
  168. <label-box :isChecked="anticoagulant == 7 ? true : false" showValue="低分子肝素钠"></label-box>:
  169. </span>
  170. <span style="display:inline-block;">
  171. <div style="display:inline-block;width:30px;text-align:center">
  172. {{ (anticoagulant == 6 || anticoagulant == 7) && prescription.anticoagulant_shouji ? prescription.anticoagulant_shouji : "/" }}
  173. </div>
  174. <span v-if="prescription.anticoagulant == 5">mg</span>
  175. <span v-if="prescription.anticoagulant == 4">mg</span>
  176. <span v-if="prescription.anticoagulant == 3">iu</span>
  177. <span v-if="prescription.anticoagulant == 2">mg</span>
  178. <span v-if="prescription.anticoagulant == 1">mg</span>
  179. <span v-if="prescription.anticoagulant == 6">iu</span>
  180. <span v-if="prescription.anticoagulant == 7">iu</span>
  181. </span>
  182. <span style="display:inline-block;">
  183. <label-box :isChecked="anticoagulant == 2 ? true : false" showValue="普通肝素"></label-box>
  184. </span>
  185. <span style="display:inline-block;">
  186. 首剂:
  187. <div style="display:inline-block;width:30px;text-align:center">
  188. {{ anticoagulant == 2 && prescription.anticoagulant_shouji ? prescription.anticoagulant_shouji : "/" }}
  189. </div>
  190. <span v-if="prescription.anticoagulant == 5">mg</span>
  191. <span v-if="prescription.anticoagulant == 4">mg</span>
  192. <span v-if="prescription.anticoagulant == 3">iu</span>
  193. <span v-if="prescription.anticoagulant == 2">mg</span>
  194. <span v-if="prescription.anticoagulant == 1">mg</span>
  195. <span v-if="prescription.anticoagulant == 6">iu</span>
  196. <span v-if="prescription.anticoagulant == 7">iu</span>
  197. </span>
  198. <span style="display:inline-block;">
  199. 维持:
  200. <div style="display:inline-block;width:30px;text-align:center">
  201. {{ anticoagulant == 2 && prescription.anticoagulant_weichi ? prescription.anticoagulant_weichi : "/" }}
  202. </div>
  203. <span v-if="prescription.anticoagulant == 5">ml/h</span>
  204. <span v-if="prescription.anticoagulant == 4">mg/h</span>
  205. <span v-if="prescription.anticoagulant == 3">iu/h</span>
  206. <span v-if="prescription.anticoagulant == 2">mg/h</span>
  207. <span v-if="prescription.anticoagulant == 1">mg/h</span>
  208. <span v-if="prescription.anticoagulant == 6">iu/h</span>
  209. <span v-if="prescription.anticoagulant == 7">iu/h</span>
  210. </span>
  211. <span style="display:inline-block;">
  212. 总量:
  213. <div style="display:inline-block;width:30px;text-align:center">
  214. {{ anticoagulant == 2 && prescription.anticoagulant_zongliang ? prescription.anticoagulant_zongliang : "/" }}
  215. </div>
  216. <span v-if="prescription.anticoagulant == 5">mg</span>
  217. <span v-if="prescription.anticoagulant == 4">mg</span>
  218. <span v-if="prescription.anticoagulant == 3">iu</span>
  219. <span v-if="prescription.anticoagulant == 2">mg</span>
  220. <span v-if="prescription.anticoagulant == 1">mg</span>
  221. <span v-if="prescription.anticoagulant == 6">iu</span>
  222. <span v-if="prescription.anticoagulant == 7">iu</span>
  223. </span>
  224. <span style="display:inline-block;">
  225. <label-box :isChecked="anticoagulant == 1 ? true : false" showValue="无肝素"></label-box>
  226. </span>
  227. </td>
  228. </tr>
  229. <tr>
  230. <td style="text-align:left;" colspan="1">
  231. <span style="display:inline-block;margin-left:15px;">
  232. 透后体重:
  233. {{ afterdialysis.weight_after ? afterdialysis.weight_after : '/' }}kg
  234. </span>
  235. </td>
  236. <td style="text-align:left;" colspan="1">
  237. <span style="display:inline-block;margin-left:15px;">
  238. 净脱水量:{{
  239. afterdialysis.actual_ultrafiltration
  240. ? afterdialysis.actual_ultrafiltration
  241. : "/"
  242. }}ml
  243. </span>
  244. </td>
  245. <td style="text-align:left;" colspan="2">
  246. <span style="display:inline-block;margin-left:15px;">
  247. 透析时间:
  248. {{ prescription.dialysis_duration_hour
  249. ? prescription.dialysis_duration_hour
  250. : "0"
  251. }}小时{{
  252. prescription.dialysis_duration_minute
  253. ? prescription.dialysis_duration_minute
  254. : "0"
  255. }}分钟
  256. </span>
  257. </td>
  258. <td style="text-align:left;" colspan="1">
  259. <span style="display:inline-block;margin-left:15px;">
  260. 透析器型号:{{
  261. prescription.dialyzer_perfusion_apparatus
  262. ? prescription.dialyzer_perfusion_apparatus
  263. : "/"
  264. }}
  265. </span>
  266. </td>
  267. <td style="text-align:left;" colspan="2">
  268. <span style="display:inline-block;margin-left:15px;">
  269. 置换方式:
  270. <label-box
  271. :isChecked="
  272. prescription.displace_liqui_part == 1 ? true : false
  273. "
  274. showValue="前"
  275. ></label-box>&nbsp;
  276. <label-box
  277. :isChecked="
  278. prescription.displace_liqui_part == 2 ? true : false
  279. "
  280. showValue="后"
  281. ></label-box>
  282. &nbsp; (总量:{{
  283. prescription.displace_liqui_value
  284. ? prescription.displace_liqui_value
  285. : "/"
  286. }}L)
  287. </span>
  288. </td>
  289. </tr>
  290. <tr>
  291. <td style="text-align:left;" colspan="1">
  292. <span style="display:inline-block;margin-left:15px;">
  293. <span
  294. v-if="orderForm.url === ''"
  295. style="display:flex;align-items:center;"
  296. >责任护士:{{ orderForm.start_nurse }}</span>
  297. <span
  298. v-if="orderForm.url !== ''"
  299. style="display:flex;align-items:center;height:36px;"
  300. >
  301. 责任护士:
  302. <img :src="orderForm.url" style="height:30px;" />
  303. </span>
  304. </span>
  305. </td>
  306. <td style="text-align:left;" colspan="1">
  307. <span style="display:inline-block;margin-left:15px;">
  308. <span
  309. v-if="orderForm.url === ''"
  310. style="display:flex;align-items:center;"
  311. >上机护士:{{ orderForm.start_nurse }}</span>
  312. <span
  313. v-if="orderForm.url !== ''"
  314. style="display:flex;align-items:center;height:36px;"
  315. >
  316. 上机护士:
  317. <img :src="orderForm.url" style="height:30px;" />
  318. </span>
  319. </span>
  320. </td>
  321. <td style="text-align:left;" colspan="3">
  322. <span style="display:inline-block;margin-left:15px;">
  323. <span
  324. v-if="orderForm.url === ''"
  325. style="display:flex;align-items:center;"
  326. >抗凝剂执行护士:{{ orderForm.start_nurse }}</span>
  327. <span
  328. v-if="orderForm.url !== ''"
  329. style="display:flex;align-items:center;height:36px;"
  330. >
  331. 抗凝剂执行护士:
  332. <img :src="orderForm.url" style="height:30px;" />
  333. </span>
  334. </span>
  335. </td>
  336. <td style="text-align:left;" colspan="3">
  337. <span style="display:inline-block;margin-left:15px;">
  338. <span style="display:flex;align-items:center;" v-if="setAdminUserES(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:prescription.creater)) == ''">医生签名:{{getAdminUser(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:prescription.creater))}}</span>
  339. <span v-else style="display:flex;align-items:center;height:36px;" >医生签名:
  340. <img style="height:30px;" :src="setAdminUserES(prescription==null?0:(prescription.prescription_doctor?prescription.prescription_doctor:prescription.creater))" alt="" srcset="">
  341. </span>
  342. </span>
  343. </td>
  344. </tr>
  345. <tr>
  346. <td style="text-align:left;" colspan="4">
  347. <span style="display:inline-block;margin-left:15px;">
  348. 透前评估: 入科方式:
  349. <label-box
  350. :isChecked="receiverTreatmentAccess.way == 1 ? true : false"
  351. showValue="步行"
  352. ></label-box>&nbsp;
  353. <label-box
  354. :isChecked="receiverTreatmentAccess.way == 2 ? true : false"
  355. showValue="扶行"
  356. ></label-box>&nbsp;
  357. <label-box
  358. :isChecked="receiverTreatmentAccess.way == 3 ? true : false"
  359. showValue="轮椅"
  360. ></label-box>&nbsp;
  361. <label-box
  362. :isChecked="receiverTreatmentAccess.way == 4 ? true : false"
  363. showValue="平车"
  364. ></label-box>&nbsp;
  365. </span>
  366. </td>
  367. <td style="text-align:left;" colspan="4">
  368. <span style="display:inline-block;margin-left:15px;">
  369. 意识:
  370. <label-box
  371. :isChecked="
  372. receiverTreatmentAccess.consciousness == 1 ? true : false
  373. "
  374. showValue="清醒"
  375. ></label-box>&nbsp;
  376. <label-box
  377. :isChecked="
  378. receiverTreatmentAccess.consciousness == 2 ? true : false
  379. "
  380. showValue="嗜睡"
  381. ></label-box>&nbsp;
  382. <label-box
  383. :isChecked="
  384. receiverTreatmentAccess.consciousness == 4 ? true : false
  385. "
  386. showValue="模糊"
  387. ></label-box>&nbsp;
  388. <label-box
  389. :isChecked="
  390. receiverTreatmentAccess.consciousness == 3 ? true : false
  391. "
  392. showValue="昏迷"
  393. ></label-box>&nbsp;
  394. </span>
  395. </td>
  396. </tr>
  397. <tr>
  398. <td colspan="3" style="text-align:left;">
  399. <span style="display:inline-block;margin-left:15px;">食欲:</span>
  400. <label-box
  401. :isChecked="receiverTreatmentAccess.appetite == 1 ? true : false"
  402. showValue="正常"
  403. ></label-box>&nbsp;
  404. <label-box
  405. :isChecked="receiverTreatmentAccess.appetite == 2 ? true : false"
  406. showValue="减退"
  407. ></label-box>&nbsp;
  408. <label-box
  409. :isChecked="receiverTreatmentAccess.appetite == 3 ? true : false"
  410. showValue="恶心"
  411. ></label-box>&nbsp;
  412. <label-box
  413. :isChecked="receiverTreatmentAccess.appetite == 4 ? true : false"
  414. showValue="呕吐"
  415. ></label-box>&nbsp;
  416. <label-box
  417. :isChecked="receiverTreatmentAccess.appetite == 5 ? true : false"
  418. showValue="腹泻"
  419. ></label-box>&nbsp;
  420. </td>
  421. <td colspan="1" style="text-align:left;">
  422. <span style="display:inline-block;margin-left:15px;">
  423. 体温:{{
  424. predialysis.temperature ? predialysis.temperature : "/"
  425. }}
  426. </span>
  427. </td>
  428. <td colspan="3" style="text-align:left;">
  429. <span style="display:inline-block;margin-left:15px;">
  430. 体位:
  431. <label-box
  432. v-for="(item, index) in posture_arr"
  433. :key="index"
  434. :isChecked="
  435. receiverTreatmentAccess.posture == item.id ? true : false
  436. "
  437. :showValue="item.name"
  438. ></label-box>
  439. <label-box
  440. :isChecked="receiverTreatmentAccess.posture == 1 ? true : false"
  441. showValue="自动体位"
  442. ></label-box>&nbsp;
  443. <label-box
  444. :isChecked="receiverTreatmentAccess.posture == 2 ? true : false"
  445. showValue="平卧位"
  446. ></label-box>&nbsp;
  447. <label-box
  448. :isChecked="receiverTreatmentAccess.posture == 3 ? true : false"
  449. showValue="半卧位"
  450. ></label-box>&nbsp;
  451. <label-box
  452. :isChecked="receiverTreatmentAccess.posture == 4 ? true : false"
  453. showValue="端坐位"
  454. ></label-box>&nbsp;
  455. <label-box
  456. :isChecked="receiverTreatmentAccess.posture == 5 ? true : false"
  457. showValue="躁动不安"
  458. ></label-box>&nbsp;
  459. </span>
  460. </td>
  461. </tr>
  462. <tr>
  463. <td colspan="8" style="text-align:left;">
  464. <span style="display:inline-block;margin-left:15px;">
  465. 血管通路:内瘘波动及震颤: (&nbsp;
  466. <label-box
  467. v-for="(item, index) in arr"
  468. :key="index"
  469. :isChecked="
  470. predialysis.blood_access_part_opera_id == item.id
  471. ? true
  472. : false
  473. "
  474. :showValue="item.name"
  475. ></label-box>)
  476. <label-box
  477. v-for="(item, index) in arrtwo"
  478. :key="index"
  479. :isChecked="
  480. predialysis.blood_access_part_opera_id == item.id
  481. ? true
  482. : false
  483. "
  484. :showValue="item.name"
  485. ></label-box>
  486. </span>
  487. </td>
  488. </tr>
  489. <tr>
  490. <td colspan="8" style="text-align:left;">
  491. <span style="display:inline-block;margin-left:15px;">中心静脉导管:</span>
  492. <!-- (部位:{{ getPartName(predialysis.blood_access_part_id) }}) -->
  493. (部位:{{predialysis.blood_access_part_id}})
  494. <label-box
  495. showValue="长期"
  496. :isChecked="
  497. predialysis.venous_catheterization == 1 ? true : false
  498. "
  499. ></label-box>
  500. <label-box
  501. showValue="临时"
  502. :isChecked="
  503. predialysis.venous_catheterization == 2 ? true : false
  504. "
  505. ></label-box>&nbsp;&nbsp; 感染:
  506. <label-box
  507. showValue="有"
  508. :isChecked="
  509. predialysis.catheter.indexOf('感染-有') > -1 ? true : false
  510. "
  511. ></label-box>
  512. <label-box
  513. showValue="无"
  514. :isChecked="
  515. predialysis.catheter.indexOf('感染-无') > -1 ? true : false
  516. "
  517. ></label-box>&nbsp;&nbsp;流畅度:
  518. <label-box
  519. showValue="好"
  520. :isChecked="
  521. predialysis.catheter.indexOf('通畅度-好') > -1 ? true : false
  522. "
  523. ></label-box>
  524. <label-box
  525. showValue="差"
  526. :isChecked="
  527. predialysis.catheter.indexOf('通畅度-差') > -1 ? true : false
  528. "
  529. ></label-box>&nbsp;&nbsp;溶栓:
  530. <label-box
  531. showValue="有"
  532. :isChecked="
  533. predialysis.catheter.indexOf('溶栓-有') > -1 ? true : false
  534. "
  535. ></label-box>
  536. <label-box
  537. showValue="无"
  538. :isChecked="
  539. predialysis.catheter.indexOf('溶栓-无') > -1 ? true : false
  540. "
  541. ></label-box>
  542. &nbsp;&nbsp;外露:{{ predialysis.exposed }}cm
  543. </td>
  544. </tr>
  545. <tr>
  546. <td style="text-align:left;" colspan="8">
  547. <span style="display:inline-block;margin-left:15px;">
  548. 血管通路皮肤情况:
  549. <label-box
  550. :isChecked="
  551. predialysis.internal_fistula_skin.indexOf('正常') > -1
  552. ? true
  553. : false
  554. "
  555. showValue="正常"
  556. ></label-box>&nbsp;
  557. <label-box
  558. :isChecked="
  559. predialysis.internal_fistula_skin.indexOf('淤血') > -1
  560. ? true
  561. : false
  562. "
  563. showValue="淤血"
  564. ></label-box>&nbsp;
  565. <label-box
  566. :isChecked="
  567. predialysis.internal_fistula_skin.indexOf('红') > -1
  568. ? true
  569. : false
  570. "
  571. showValue="红"
  572. ></label-box>&nbsp;
  573. <label-box
  574. :isChecked="
  575. predialysis.internal_fistula_skin.indexOf('肿') > -1
  576. ? true
  577. : false
  578. "
  579. showValue="肿"
  580. ></label-box>
  581. <!-- 其他: -->
  582. </span>
  583. </td>
  584. </tr>
  585. <tr>
  586. <td style="text-align:left;" colspan="8">
  587. <span style="display:inline-block;margin-left:15px;">皮肤:</span>
  588. <!-- <label-box showValue="完整" :isChecked="predialysis.skin == 1 ? true : false"></label-box>
  589. <label-box showValue="干燥" :isChecked="predialysis.skin == 2 ? true : false"></label-box>
  590. <label-box showValue="瘙痒" :isChecked="predialysis.skin == 3 ? true : false"></label-box>
  591. <label-box showValue="菲薄" :isChecked="predialysis.skin == 4 ? true : false"></label-box>/
  592. <label-box showValue="水肿" :isChecked="predialysis.skin == 5 ? true : false"></label-box>
  593. <label-box showValue="皮疹" :isChecked="predialysis.skin == 6 ? true : false"></label-box>
  594. <label-box showValue="出血点" :isChecked="predialysis.skin == 7 ? true : false"></label-box>
  595. <label-box showValue="压疮" :isChecked="predialysis.skin == 8 ? true : false"></label-box>
  596. <label-box showValue="皮下淤血" :isChecked="predialysis.skin == 9 ? true : false"></label-box> -->
  597. <label-box showValue="完整" :isChecked="predialysis.skin.indexOf('完整')>-1 ? true : false"></label-box>
  598. <label-box showValue="干燥" :isChecked="predialysis.skin.indexOf('干燥')>-1 ? true : false"></label-box>
  599. <label-box showValue="瘙痒" :isChecked="predialysis.skin.indexOf('瘙痒')>-1? true : false"></label-box>
  600. <label-box showValue="菲薄" :isChecked="predialysis.skin.indexOf('菲薄')>-1? true : false"></label-box>/
  601. <label-box showValue="水肿" :isChecked="predialysis.skin.indexOf('水肿')>-1? true : false"></label-box>
  602. <label-box showValue="皮疹" :isChecked="predialysis.skin.indexOf('皮疹')>-1 ? true : false"></label-box>
  603. <label-box showValue="出血点" :isChecked="predialysis.skin.indexOf('出血点')>-1? true : false"></label-box>
  604. <label-box showValue="压疮" :isChecked="predialysis.skin.indexOf('压疮')>-1 ? true : false"></label-box>
  605. <label-box showValue="皮下淤血" :isChecked="predialysis.skin.indexOf('皮下淤血')>-1 ? true : false"></label-box>
  606. </td>
  607. </tr>
  608. <tr>
  609. <td style="text-align:left;" colspan="8">
  610. <span style="display:inline-block;margin-left:15px;">出血影响因素:</span>
  611. <label-box showValue="无" :isChecked="predialysis.is_hemorrhage == 2 ? true : false"></label-box>
  612. <label-box showValue="异常" :isChecked="predialysis.is_hemorrhage == 1 ? true : false"></label-box>&nbsp;
  613. <label-box
  614. showValue="穿刺点渗血"
  615. :isChecked="
  616. predialysis.is_hemorrhage == 1 &&
  617. predialysis.hemorrhage.indexOf('穿刺点渗血') > -1
  618. ? true
  619. : false
  620. "
  621. ></label-box>
  622. <label-box
  623. showValue="牙龈出血"
  624. :isChecked="
  625. predialysis.is_hemorrhage == 1 &&
  626. predialysis.hemorrhage.indexOf('牙龈出血') > -1
  627. ? true
  628. : false
  629. "
  630. ></label-box>
  631. <label-box
  632. showValue="消化道出血"
  633. :isChecked="
  634. predialysis.is_hemorrhage == 1 &&
  635. predialysis.hemorrhage.indexOf('消化道出血') > -1
  636. ? true
  637. : false
  638. "
  639. ></label-box>
  640. <label-box
  641. showValue="女性经期"
  642. :isChecked="
  643. predialysis.is_hemorrhage == 1 &&
  644. predialysis.hemorrhage.indexOf('女性经期') > -1
  645. ? true
  646. : false
  647. "
  648. ></label-box>其他:
  649. <span>{{ predialysis.hemorrhage_other }}</span>
  650. </td>
  651. </tr>
  652. <tr>
  653. <td style="text-align:left;" colspan="8">
  654. <span style="display:inline-block;margin-left:15px;">使用特殊药物:</span>
  655. <label-box :isChecked="prescription.special_medicine == 1 ? true : false" showValue="无"></label-box>
  656. <label-box :isChecked="prescription.special_medicine != 1 && prescription.special_medicine != '' ? true : false" showValue="有"></label-box>:
  657. <label-box
  658. :isChecked="prescription.special_medicine == 2 ? true : false"
  659. showValue="降压药"
  660. ></label-box>
  661. <label-box
  662. :isChecked="prescription.special_medicine == 3 ? true : false"
  663. showValue="抗凝药"
  664. ></label-box>
  665. 其他:{{ prescription.special_medicine_other }}
  666. </td>
  667. </tr>
  668. <tr>
  669. <td style="text-align:left;" colspan="8">
  670. <span style="display:inline-block;margin-left:15px;">跌倒风险:</span>
  671. <label-box
  672. showValue="无"
  673. :isChecked="
  674. receiverTreatmentAccess.danger_level == 1 ? true : false
  675. "
  676. ></label-box>
  677. <label-box
  678. showValue="低风险"
  679. :isChecked="
  680. receiverTreatmentAccess.danger_level == 2 ? true : false
  681. "
  682. ></label-box>
  683. <label-box
  684. showValue="中度风险"
  685. :isChecked="
  686. receiverTreatmentAccess.danger_level == 3 ? true : false
  687. "
  688. ></label-box>
  689. <label-box
  690. showValue="高风险"
  691. :isChecked="
  692. receiverTreatmentAccess.danger_level == 4 ? true : false
  693. "
  694. ></label-box>
  695. <span>&nbsp;&nbsp;</span>跌倒风险预防措施:
  696. <label-box
  697. showValue="镇定剂"
  698. :isChecked="
  699. receiverTreatmentAccess.precaution.indexOf('镇定剂') > -1
  700. ? true
  701. : false
  702. "
  703. ></label-box>
  704. <label-box
  705. showValue="约束带"
  706. :isChecked="
  707. receiverTreatmentAccess.precaution.indexOf('约束带') > -1
  708. ? true
  709. : false
  710. "
  711. ></label-box>
  712. <label-box
  713. showValue="床栏"
  714. :isChecked="
  715. receiverTreatmentAccess.precaution.indexOf('床栏') > -1
  716. ? true
  717. : false
  718. "
  719. ></label-box>
  720. <label-box
  721. showValue="加强宣教"
  722. :isChecked="
  723. receiverTreatmentAccess.precaution.indexOf('加强宣教') > -1
  724. ? true
  725. : false
  726. "
  727. ></label-box>
  728. </td>
  729. </tr>
  730. </table>
  731. <table class="print-table" border="1" style="line-height:30px;">
  732. <tr style="line-height:20px;">
  733. <td style="min-width:60px">时间</td>
  734. <td style="min-width:60px">
  735. 血压
  736. <br />(mmHg)
  737. </td>
  738. <td style="min-width:60px">
  739. 心率
  740. <br />次/分
  741. </td>
  742. <td style="min-width:60px">
  743. 血流量
  744. <br />ml/min
  745. </td>
  746. <td style="min-width:60px">
  747. 静脉压
  748. <br />(mmHg)
  749. </td>
  750. <td style="min-width:60px">
  751. 动脉压
  752. <br />(mmHg)
  753. </td>
  754. <td style="min-width:60px">
  755. 跨膜压
  756. <br />(mmHg)
  757. </td>
  758. <td style="min-width:60px">
  759. 超滤率
  760. <br />ml/h
  761. </td>
  762. <td style="min-width:60px">
  763. 超滤量
  764. <br />ml
  765. </td>
  766. <!-- <td style="min-width:60px">
  767. NA⁺
  768. <br />
  769. </td> -->
  770. <td style="min-width:60px">病情变化及处理</td>
  771. <td style="min-width:110px">护士签名核对者</td>
  772. </tr>
  773. <tr v-for="(monitor, monindex) in monitors" :key="monindex">
  774. <td>{{ getTime(monitor.operate_time, "{h}:{i}") }}</td>
  775. <td>
  776. {{
  777. monitor.systolic_blood_pressure
  778. ? monitor.systolic_blood_pressure + "/"
  779. : ""
  780. }}{{
  781. monitor.diastolic_blood_pressure
  782. ? monitor.diastolic_blood_pressure
  783. : ""
  784. }}
  785. </td>
  786. <td>{{ monitor.pulse_frequency }}</td>
  787. <td>{{ monitor.blood_flow_volume }}</td>
  788. <td>{{ monitor.venous_pressure }}</td>
  789. <td>{{ monitor.arterial_pressure }}</td>
  790. <td>{{ monitor.transmembrane_pressure }}</td>
  791. <td>{{ monitor.ultrafiltration_rate }}</td>
  792. <td>{{ monitor.ultrafiltration_volume }}</td>
  793. <!-- <td>{{ monitor.sodium_concentration }}</td> -->
  794. <td>
  795. <span style="line-height:18px;display:block;">
  796. {{ monitor.symptom }}&nbsp;{{ monitor.dispose }}&nbsp;{{
  797. monitor.result
  798. }}
  799. </span>
  800. </td>
  801. <td>
  802. <span v-if="setAdminUserES(monitor.monitoring_nurse) == ''">
  803. {{
  804. getAdminUser(monitor.monitoring_nurse)
  805. }}
  806. </span>
  807. <span
  808. v-else
  809. style="display:flex;align-items:center;justify-content:space-around;height:36px;"
  810. >
  811. <img style="height:30px;" :src="setAdminUserES(monitor.monitoring_nurse)" alt srcset />
  812. </span>
  813. </td>
  814. </tr>
  815. <tr>
  816. <td style="text-align:left;" colspan="12">
  817. <span style="display:inline-block;margin-left:15px;">透析护理记录:{{ nursing_record }}</span>
  818. </td>
  819. </tr>
  820. <tr>
  821. <td style="text-align:left;" colspan="12">
  822. <span style="display:inline-block;margin-left:15px;">
  823. 透后评估: 透析过程:
  824. <label-box
  825. showValue="完成"
  826. :isChecked="afterdialysis.dialysis_process == 1 ? true : false"
  827. ></label-box>
  828. <label-box
  829. showValue="提前"
  830. :isChecked="afterdialysis.dialysis_process == 2 ? true : false"
  831. ></label-box>&nbsp;&nbsp; 并发症:
  832. <label-box
  833. :isChecked="
  834. afterdialysis.complication.indexOf('低血压') > -1
  835. ? true
  836. : false
  837. "
  838. showValue="低血压"
  839. ></label-box>
  840. <label-box
  841. :isChecked="
  842. afterdialysis.complication.indexOf('高血压') > -1
  843. ? true
  844. : false
  845. "
  846. showValue="高血压"
  847. ></label-box>
  848. <label-box
  849. :isChecked="
  850. afterdialysis.complication.indexOf('心律失常') > -1
  851. ? true
  852. : false
  853. "
  854. showValue="心律失常"
  855. ></label-box>
  856. <label-box
  857. :isChecked="
  858. afterdialysis.complication.indexOf('头晕') > -1
  859. ? true
  860. : false
  861. "
  862. showValue="头晕"
  863. ></label-box>
  864. <label-box
  865. :isChecked="
  866. afterdialysis.complication.indexOf('头痛') > -1
  867. ? true
  868. : false
  869. "
  870. showValue="头痛"
  871. ></label-box>
  872. <label-box
  873. :isChecked="
  874. afterdialysis.complication.indexOf('呕吐') > -1
  875. ? true
  876. : false
  877. "
  878. showValue="呕吐"
  879. ></label-box>
  880. <label-box
  881. :isChecked="
  882. afterdialysis.complication.indexOf('抽搐') > -1
  883. ? true
  884. : false
  885. "
  886. showValue="抽搐"
  887. ></label-box>
  888. <label-box
  889. :isChecked="
  890. afterdialysis.complication.indexOf('出血') > -1
  891. ? true
  892. : false
  893. "
  894. showValue="出血"
  895. ></label-box>
  896. <label-box
  897. :isChecked="
  898. afterdialysis.complication.indexOf('心衰') > -1
  899. ? true
  900. : false
  901. "
  902. showValue="心衰"
  903. ></label-box>
  904. <label-box
  905. :isChecked="
  906. afterdialysis.complication.indexOf('腹痛') > -1
  907. ? true
  908. : false
  909. "
  910. showValue="腹痛"
  911. ></label-box>
  912. <label-box
  913. :isChecked="
  914. afterdialysis.complication.indexOf('肌肉痉挛') > -1
  915. ? true
  916. : false
  917. "
  918. showValue="肌肉痉挛"
  919. ></label-box>
  920. <label-box
  921. :isChecked="
  922. afterdialysis.complication.indexOf('无') > -1
  923. ? true
  924. : false
  925. "
  926. showValue="无"
  927. ></label-box>
  928. </span>
  929. </td>
  930. </tr>
  931. <tr>
  932. <td style="text-align:left;" colspan="2">
  933. <span
  934. style="display:inline-block;margin-left:15px;"
  935. >实际置换量:{{ afterdialysis.actual_displacement ? afterdialysis.actual_displacement : '/' }} L</span>
  936. </td>
  937. <td style="text-align:left;" colspan="10">
  938. <span style="display:inline-block;margin-left:15px;">
  939. 内瘘搏动及震颤音:
  940. <label-box
  941. showValue="存在"
  942. :isChecked="
  943. afterdialysis.internal_fistula.indexOf('存在') > -1
  944. ? true
  945. : false
  946. "
  947. ></label-box>
  948. <label-box
  949. showValue="减弱"
  950. :isChecked="
  951. afterdialysis.internal_fistula.indexOf('减弱') > -1
  952. ? true
  953. : false
  954. "
  955. ></label-box>
  956. <label-box
  957. showValue="消失"
  958. :isChecked="
  959. afterdialysis.internal_fistula.indexOf('消失') > -1
  960. ? true
  961. : false
  962. "
  963. ></label-box>
  964. </span>&nbsp;
  965. <span>
  966. 透析器及管路凝血情况:
  967. <label-box showValue="0级" :isChecked="afterdialysis.cruor.indexOf('透析器-0度') > -1"></label-box>
  968. <label-box showValue="1级" :isChecked="afterdialysis.cruor.indexOf('透析器-Ⅰ度') > -1"></label-box>
  969. <label-box showValue="2级" :isChecked="afterdialysis.cruor.indexOf('透析器-Ⅱ度') > -1"></label-box>
  970. <label-box showValue="3级" :isChecked="afterdialysis.cruor.indexOf('透析器-Ⅲ度') > -1"></label-box>
  971. </span>
  972. </td>
  973. </tr>
  974. <tr>
  975. <td style="text-align:left;" colspan="9">
  976. <span style="display:inline-block;margin-left:15px;">
  977. 透析中进食:
  978. <label-box
  979. showValue="无"
  980. :isChecked="afterdialysis.is_eat == 2 ? true : false"
  981. ></label-box>
  982. <label-box
  983. showValue="有"
  984. :isChecked="afterdialysis.is_eat == 1 ? true : false"
  985. ></label-box>
  986. </span>&nbsp;&nbsp;
  987. <span>
  988. 患者去向:
  989. <label-box showValue="离院" :isChecked="afterdialysis.patient_gose == 1 ? true : false"></label-box>
  990. <label-box showValue="留观" :isChecked="afterdialysis.patient_gose == 2 ? true : false"></label-box>
  991. <label-box showValue="住院" :isChecked="afterdialysis.patient_gose == 3 ? true : false"></label-box>
  992. </span>
  993. </td>
  994. <td style="text-align:left;" colspan="3">
  995. <span>
  996. <span
  997. v-if="finshForm.url === ''"
  998. style="display:flex;align-items:center;height:36px;"
  999. >下机护士:{{ finshForm.finish_nurse }}</span>
  1000. <span
  1001. v-if="finshForm.url !== ''"
  1002. style="display:flex;align-items:center;height:36px;"
  1003. >
  1004. 下机护士:
  1005. <img :src="finshForm.url" style="height:30px;" />
  1006. </span>
  1007. </span>
  1008. </td>
  1009. </tr>
  1010. </table>
  1011. <table class="print-table" border="1">
  1012. <tr>
  1013. <td>时间</td>
  1014. <td>医生</td>
  1015. <td>临时医嘱</td>
  1016. <td>执行者</td>
  1017. <td>执行时间</td>
  1018. <td>核对者</td>
  1019. </tr>
  1020. <tr v-for="(advice, advice_index) in tableAdvice" :key="advice_index">
  1021. <td
  1022. style="height:30px;line-height:30px"
  1023. >{{ getTime(advice.start_time, "{y}-{m}-{d} {h}:{i}") }}</td>
  1024. <td>
  1025. <span v-if="setAdminUserES(advice.advice_doctor) == ''">
  1026. {{
  1027. getAdminUser(advice.advice_doctor)
  1028. }}
  1029. </span>
  1030. <span
  1031. v-else
  1032. style="display:flex;align-items:center;justify-content:space-around;height:36px;"
  1033. >
  1034. <img style="height:30px;" :src="setAdminUserES(advice.advice_doctor)" alt srcset />
  1035. </span>
  1036. </td>
  1037. <td class="parent" style="text-align:left;padding-left: 20px !important;">
  1038. <span v-if="advice.parent_id > 0">&nbsp;&nbsp;&nbsp;</span>
  1039. <span>{{ advice.advice_name }}</span>
  1040. <span
  1041. v-if="advice && advice.advice_desc"
  1042. >({{ advice.advice_desc }}{{ advice.drug_spec_unit }})</span>
  1043. <span v-if="advice.prescribing_number">
  1044. &nbsp;&nbsp; {{ advice.prescribing_number
  1045. }}{{ advice.prescribing_number_unit }}
  1046. </span>
  1047. <span
  1048. v-if="advice.single_dose != 0"
  1049. >{{ advice.single_dose }}{{ advice.single_dose_unit }}</span>
  1050. <span v-if="advice.parent_id == 0">{{ advice.delivery_way }}</span>
  1051. <span v-if="advice.parent_id == 0">
  1052. {{
  1053. advice.execution_frequency
  1054. }}
  1055. </span>
  1056. <span v-if="advice.parent_id == 0 && advice.remark.length > 0">({{ advice.remark }})</span>
  1057. </td>
  1058. <td>
  1059. <span v-if="setAdminUserES(advice.execution_staff) == ''">
  1060. {{
  1061. getAdminUser(advice.execution_staff)
  1062. }}
  1063. </span>
  1064. <span
  1065. v-else
  1066. style="display:flex;align-items:center;justify-content:space-around;height:36px;"
  1067. >
  1068. <img style="height:30px;" :src="setAdminUserES(advice.execution_staff)" alt srcset />
  1069. </span>
  1070. </td>
  1071. <td>{{ getTime(advice.execution_time, "{y}-{m}-{d} {h}:{i}") }}</td>
  1072. <td>
  1073. <span v-if="setAdminUserES(advice.checker) == ''">
  1074. {{
  1075. getAdminUser(advice.checker)
  1076. }}
  1077. </span>
  1078. <span
  1079. v-else
  1080. style="display:flex;align-items:center;justify-content:space-around;height:36px;"
  1081. >
  1082. <img style="height:30px;" :src="setAdminUserES(advice.checker)" alt srcset />
  1083. </span>
  1084. </td>
  1085. </tr>
  1086. <tr>
  1087. <td style="text-align:left;" colspan="6">
  1088. <span style="display:inline-block;margin-left:15px;">特殊记录:{{ dialysis_summary ? dialysis_summary : "" }}</span>
  1089. </td>
  1090. </tr>
  1091. </table>
  1092. <!-- <div style="margin-top:20px">
  1093. <span style="margin-left:280px;">肝素浓度:每毫升肝素生理盐水含肝素钠2.5毫克</span>
  1094. </div>-->
  1095. </div>
  1096. </div>
  1097. </div>
  1098. </template>
  1099. <script>
  1100. import { getDialysisRecord } from '@/api/dialysis'
  1101. import { getDataConfig } from '@/utils/data'
  1102. import { jsGetAge, uParseTime } from '@/utils/tools'
  1103. import LabelBox from '../printItem/LabelBox'
  1104. import CheckBox from '../batch_print/option_check_box'
  1105. import BreadCrumb from '@/xt_pages/components/bread-crumb'
  1106. // import DialysisPrintOrderOne from './template/dialysisPrintOrderOne'
  1107. // import DialysisPrintOrderTwo from './template/dialysisPrintOrderTwo'
  1108. export default {
  1109. name: 'dialysisPrintOrderOne',
  1110. components: {
  1111. // DialysisPrintOrderOne,
  1112. // DialysisPrintOrderTwo,
  1113. LabelBox,
  1114. BreadCrumb,
  1115. CheckBox
  1116. },
  1117. data() {
  1118. return {
  1119. crumbs: [
  1120. { path: false, name: '透析管理' },
  1121. { path: false, name: '打印单' }
  1122. ],
  1123. operators: [],
  1124. adminUser: [],
  1125. check: {},
  1126. dialysisOrder: {
  1127. DeviceNumber: []
  1128. },
  1129. posture_arr: [],
  1130. operatorMaps: {},
  1131. complications: [
  1132. '低血压',
  1133. '高血压',
  1134. '心律失常',
  1135. '头晕',
  1136. '头痛',
  1137. '呕吐',
  1138. '抽搐',
  1139. '出血',
  1140. '心衰',
  1141. '腹痛',
  1142. '无'
  1143. ],
  1144. consciousness_arr: [],
  1145. jilurow: 0,
  1146. advice_jilurow: 0,
  1147. loading: false,
  1148. orgname: '',
  1149. patientInfo_gender_1: false,
  1150. patientInfo_gender_2: false,
  1151. patientInfo_source_2: false,
  1152. patientInfo_source_1: false,
  1153. modeOptions: {},
  1154. replacementWays: [],
  1155. perfusionApparatus: [],
  1156. anticoagulantsConfit: {},
  1157. bloodAccessParOpera: {},
  1158. dialysateFormulationOptions: {},
  1159. queryParams: {
  1160. xtdate: '',
  1161. xtno: '',
  1162. patient_id:0,
  1163. },
  1164. patientInfo: {
  1165. birth: '',
  1166. age: '',
  1167. DialysisSchedule: {
  1168. device_number: { number: '' },
  1169. device_zone: { name: '' }
  1170. },
  1171. gender: 0
  1172. },
  1173. predialysis: {
  1174. score: '',
  1175. internal_fistula: '',
  1176. internal_fistula_skin: '',
  1177. catheter: '',
  1178. blood_access_part_opera_name: ''
  1179. },
  1180. afterdialysis: {
  1181. complications_index: ''
  1182. },
  1183. prescription: {
  1184. dialysate_formulation_name: '',
  1185. device: {}
  1186. },
  1187. advices: [],
  1188. users: [],
  1189. monitors: [],
  1190. summary: {},
  1191. receiverTreatmentAccess: {},
  1192. org_template_info: {},
  1193. doctor_advices: [],
  1194. advice_groups: [],
  1195. schedule: [],
  1196. AlPanel: {
  1197. id: 0,
  1198. name: '',
  1199. type: 1,
  1200. shouji: 2,
  1201. weichi: 2,
  1202. zongliang: 2,
  1203. gaimingcheng: -1,
  1204. gaijiliang: -1,
  1205. shouji_unit: 'mg',
  1206. weichi_unit: 'mg/h',
  1207. zongliang_unit: 'mg',
  1208. gaimingcheng_unit: '',
  1209. gaijiliang_unit: ''
  1210. },
  1211. list: 5,
  1212. replacement_total: '',
  1213. actual_treatment_hour: '',
  1214. actual_treatment_minute: '',
  1215. anticoagulant: '',
  1216. anticoagulant_shouji: '',
  1217. anticoagulant_zongliang: '',
  1218. prescription_dewatering: '',
  1219. blood_flow_volume: '',
  1220. dialysate_flow: '',
  1221. bed: '',
  1222. dialyzer_perfusion_apparatus: '',
  1223. dialysate_formulation: '',
  1224. blood_access: '',
  1225. doctor: '',
  1226. nurse: '',
  1227. doctorAdvice: [],
  1228. total: '',
  1229. weight_before: '',
  1230. dry_weight: '',
  1231. weight_after: '',
  1232. weightloss_after: '',
  1233. actual_ultrafiltration: '',
  1234. temperature: '',
  1235. systolic_blood_pressure: '',
  1236. diastolic_blood_pressure: '',
  1237. mission: '',
  1238. dialysis_summary: '',
  1239. orderForm: {
  1240. start_nurse: '',
  1241. url: ''
  1242. },
  1243. doctorForm: {
  1244. doctor: '',
  1245. url: ''
  1246. },
  1247. finshForm: {
  1248. finish_nurse: '',
  1249. url: ''
  1250. },
  1251. tableAdvice: [],
  1252. monitor: [],
  1253. displace_liqui: '',
  1254. kalium: '',
  1255. sodium: '',
  1256. calcium: '',
  1257. weight_gain: '',
  1258. afterWeightLast: '',
  1259. anticoagulant_weichi: '',
  1260. target_ultrafiltration: '',
  1261. blood_access_internal_fistula: '',
  1262. venous_catheterization: '',
  1263. blood_access_part_opera_id: '',
  1264. dryWeight_add: '',
  1265. weight: '',
  1266. vascularId: 0,
  1267. PunctureNurse: {
  1268. user_name: '',
  1269. url: ''
  1270. },
  1271. arr: [],
  1272. arrtwo: [],
  1273. bloodAccess: [],
  1274. vascularAccess: [],
  1275. nursing_record: '',
  1276. special_record: '',
  1277. newTableAdvice: []
  1278. }
  1279. },
  1280. methods: {
  1281. checkData(){
  1282. if(this.receiverTreatmentAccess.condition == 0){
  1283. this.$message.error('门诊或住院未填')
  1284. }else if(this.receiverTreatmentAccess.condition == 1 && this.receiverTreatmentAccess.admission_number == ''){
  1285. this.$message.error('住院号未填')
  1286. }else if(this.receiverTreatmentAccess.condition == 2 && this.patientInfo.admission_number == ''){
  1287. this.$message.error('门诊号未填')
  1288. }else if(this.prescription.mode_id == ""){
  1289. this.$message.error('治疗方式未填')
  1290. }else if(this.predialysis.dry_weight == 0){
  1291. this.$message.error('干体重未填')
  1292. }else if(this.monitors[0].ktv == 0){
  1293. this.$message.error('ktv未填')
  1294. }else if(this.monitors[0].urr == 0){
  1295. this.$message.error('urr未填')
  1296. }else if(this.prescription.calcium == 0){
  1297. this.$message.error('钙未填')
  1298. }else if(this.prescription.sodium == 0){
  1299. this.$message.error('钠未填')
  1300. }else if(this.prescription.kalium == 0){
  1301. this.$message.error('钾未填')
  1302. }else if(this.prescription.dialysate_temperature == 0){
  1303. this.$message.error('透析液温度未填')
  1304. }else if(this.predialysis.weight_before == 0){
  1305. this.$message.error('透前体重未填')
  1306. }else if(this.prescription.target_ultrafiltration == 0){
  1307. this.$message.error('设定脱水量未填')
  1308. }else if(this.prescription.anticoagulant == 0){
  1309. this.$message.error('抗凝剂未填')
  1310. }else if(this.afterdialysis.weight_after == 0){
  1311. this.$message.error('透后体重未填')
  1312. }else if(this.afterdialysis.actual_ultrafiltration == 0){
  1313. this.$message.error('净脱水量未填')
  1314. }else if(this.prescription.dialysis_duration_hour == 0 && this.prescription.dialysis_duration_minute == 0){
  1315. this.$message.error('透析时间未填')
  1316. }else if(this.prescription.dialyzer_perfusion_apparatus == ""){
  1317. this.$message.error('透析器型号未填')
  1318. }else if(this.prescription.displace_liqui_part == 0 && (this.prescription.mode_id == 2 || this.prescription.mode_id == 5 || this.prescription.mode_id == 12)){
  1319. this.$message.error('置换方式未填')
  1320. }else if(this.prescription.displace_liqui_value == 0 && (this.prescription.mode_id == 2 || this.prescription.mode_id == 5 || this.prescription.mode_id == 12)){
  1321. this.$message.error('置换量未填')
  1322. }else if(this.orderForm.start_nurse == ""){
  1323. this.$message.error('责任护士未填')
  1324. }else if(this.orderForm.start_nurse == ""){
  1325. this.$message.error('上机护士未填')
  1326. }else if(this.orderForm.start_nurse == ""){
  1327. this.$message.error('抗凝剂执行护士未填')
  1328. }else if(this.prescription.prescription_doctor == 0 && this.prescription.creater == 0){
  1329. this.$message.error('医生签名未填')
  1330. }else if(this.receiverTreatmentAccess.way == 0){
  1331. this.$message.error('入科方式未填')
  1332. }else if(this.receiverTreatmentAccess.consciousness == 0){
  1333. this.$message.error('意识未填')
  1334. }else if(this.receiverTreatmentAccess.appetite == 0){
  1335. this.$message.error('食欲未填')
  1336. }else if(this.predialysis.temperature == 0){
  1337. this.$message.error('透前体温未填')
  1338. }else if(this.receiverTreatmentAccess.posture == 0){
  1339. this.$message.error('体位未填')
  1340. }else if(this.predialysis.blood_access_part_opera_id == 0){
  1341. this.$message.error('内瘘波动及震颤未填')
  1342. }else if(this.predialysis.blood_access_part_id == 0){
  1343. this.$message.error('中心静脉导管部位未填')
  1344. }else if(this.predialysis.venous_catheterization == 0){
  1345. this.$message.error('中心静脉导管未填')
  1346. }else if(this.predialysis.catheter == ''){
  1347. this.$message.error('中心静脉导管感染未填')
  1348. }else if(this.predialysis.internal_fistula_skin == ''){
  1349. this.$message.error('血管通路皮肤情况未填')
  1350. }else if(this.predialysis.skin == ''){
  1351. this.$message.error('皮肤未填')
  1352. }else if(this.predialysis.is_hemorrhage == 0){
  1353. this.$message.error('是否出血未填')
  1354. }else if(this.predialysis.is_hemorrhage == 1 && this.predialysis.hemorrhage == ""){
  1355. this.$message.error('出血影响因素未填')
  1356. }else if(this.predialysis.special_medicine_other == ''){
  1357. this.$message.error('使用特殊药物未填')
  1358. }else if(this.receiverTreatmentAccess.danger_level == 0){
  1359. this.$message.error('跌倒风险未填')
  1360. }else if(this.receiverTreatmentAccess.precaution == ''){
  1361. this.$message.error('跌倒风险预防措施未填')
  1362. }else if(this.nursing_record == ''){
  1363. this.$message.error('透析护理记录未填')
  1364. }else if(this.afterdialysis.dialysis_process == 0){
  1365. this.$message.error('透析过程未填')
  1366. }else if(this.afterdialysis.complication == ""){
  1367. this.$message.error('透后并发症未填')
  1368. }else if(this.afterdialysis.actual_displacement == 0){
  1369. this.$message.error('实际置换量未填')
  1370. }else if(this.afterdialysis.internal_fistula == ""){
  1371. this.$message.error('内瘘搏动及震颤音未填')
  1372. }else if(this.afterdialysis.cruor == ""){
  1373. this.$message.error('透析器及管路凝血情况未填')
  1374. }else if(this.afterdialysis.is_eat == 0){
  1375. this.$message.error('透析中进食未填')
  1376. }else if(this.afterdialysis.patient_gose == 0){
  1377. this.$message.error('患者去向未填')
  1378. }else if(this.finshForm.finish_nurse == ""){
  1379. this.$message.error('下机护士未填')
  1380. }else if(this.special_record == ""){
  1381. this.$message.error('特殊记录未填')
  1382. }else if(this.tableAdvice.length > 0 || this.monitors.length > 0){
  1383. let num = 0
  1384. if(this.monitors.length > 0){
  1385. this.monitors.map(item => {
  1386. if(item.id > 0 && item.operate_time){
  1387. this.users.map(it => {
  1388. if(it.id == item.monitoring_nurse){
  1389. if(it.user_type == 2){
  1390. num++
  1391. this.$message.closeAll()
  1392. this.$message.error('存在不是护士保存的监测')
  1393. }
  1394. }
  1395. })
  1396. }
  1397. })
  1398. }
  1399. if(this.tableAdvice.length > 0){
  1400. this.tableAdvice.map(item => {
  1401. if(item.id > 0 && (item.created_time || item.start_time)){
  1402. this.users.map(it => {
  1403. if(it.id == item.advice_doctor){
  1404. if(it.user_type == 3){
  1405. num++
  1406. this.$message.closeAll()
  1407. this.$message.error('存在不是医生保存的医嘱')
  1408. }else if(it.id == item.execution_staff && item.execution_staff > 0){
  1409. if(it.user_type == 2){
  1410. num++
  1411. this.$message.closeAll()
  1412. this.$message.error('存在不是护士执行的医嘱')
  1413. }
  1414. }else if(it.id == item.checker && item.checker > 0){
  1415. if(it.user_type == 2){
  1416. num++
  1417. this.$message.closeAll()
  1418. this.$message.error('存在不是护士核对的医嘱')
  1419. }
  1420. }
  1421. }else if(it.id == item.execution_staff && item.execution_staff > 0){
  1422. if(it.user_type == 2){
  1423. num++
  1424. this.$message.closeAll()
  1425. this.$message.error('存在不是护士执行的医嘱')
  1426. }
  1427. }else if(it.id == item.checker && item.checker > 0){
  1428. if(it.user_type == 2){
  1429. num++
  1430. this.$message.closeAll()
  1431. this.$message.error('存在不是护士核对的医嘱')
  1432. }
  1433. }
  1434. })
  1435. }
  1436. })
  1437. }
  1438. if(num == 0){
  1439. this.$message.success('核对完成')
  1440. }
  1441. }else{
  1442. this.$message.success('核对完成')
  1443. }
  1444. },
  1445. getAdminUser(id) {
  1446. if (id == 0) {
  1447. return ''
  1448. }
  1449. if (id == undefined) {
  1450. return ''
  1451. }
  1452. for (let i = 0; i < this.adminUser.length; i++) {
  1453. if (this.adminUser[i].id == id) {
  1454. return this.adminUser[i].name
  1455. }
  1456. }
  1457. },
  1458. getDatge(value) {
  1459. var times = Date.parse(value) / 1000
  1460. var timestr = uParseTime(times, '{y}年{m}月{d}日')
  1461. return timestr
  1462. },
  1463. getTime(value, temp) {
  1464. if (value == 0) {
  1465. return ''
  1466. }
  1467. if (value != undefined) {
  1468. return uParseTime(value, temp)
  1469. }
  1470. return ''
  1471. },
  1472. getTimes(time) {
  1473. if (time === '') {
  1474. return ''
  1475. }
  1476. return uParseTime(time, '{y}-{m}-{d} {h}:{i}')
  1477. },
  1478. printThisPage() {
  1479. var ptime = Math.round(new Date().getTime() / 1000)
  1480. this.print_time = uParseTime(ptime, '{y}-{m}-{d} {h}:{i}')
  1481. const style =
  1482. '@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;}'
  1483. if (this.org_template_info.template_id == 1) {
  1484. printJS({
  1485. printable: 'dialysis-print-box',
  1486. type: 'html',
  1487. style: style,
  1488. scanStyles: false
  1489. })
  1490. } else if (
  1491. this.org_template_info.template_id == 2 ||
  1492. this.org_template_info.template_id == 0
  1493. ) {
  1494. printJS({
  1495. printable: 'dialysis-print-box-1',
  1496. type: 'html',
  1497. style: style,
  1498. scanStyles: false
  1499. })
  1500. }
  1501. },
  1502. getNumber() {
  1503. if (this.dialysisOrder != null) {
  1504. return (
  1505. this.patientInfo.DialysisSchedule.device_zone.name +
  1506. this.dialysisOrder.DeviceNumber.number
  1507. )
  1508. } else {
  1509. return (
  1510. this.patientInfo.DialysisSchedule.device_zone.name +
  1511. this.patientInfo.DialysisSchedule.device_number.number
  1512. )
  1513. }
  1514. },
  1515. getXuserName(id) {
  1516. if (id <= 0) {
  1517. return ''
  1518. }
  1519. var name = ''
  1520. if (this.users == null || typeof this.users.length === 'undefined') {
  1521. return name
  1522. }
  1523. var leng = this.users.length
  1524. if (leng === 0) {
  1525. return name
  1526. }
  1527. for (let index = 0; index < leng; index++) {
  1528. if (this.users[index].id === id) {
  1529. name = this.users[index].name
  1530. break
  1531. }
  1532. }
  1533. return name
  1534. },
  1535. setAdminUserES(id) {
  1536. if (id === 0) {
  1537. return ''
  1538. }
  1539. if (id in this.operatorMaps) {
  1540. return this.operatorMaps[id].url
  1541. } else {
  1542. return ''
  1543. }
  1544. },
  1545. modeName(mode_id) {
  1546. return typeof this.modeOptions[mode_id] !== 'undefined' &&
  1547. typeof this.modeOptions[mode_id].name !== 'undefined'
  1548. ? this.modeOptions[mode_id].name
  1549. : ''
  1550. },
  1551. getDialysisRecord() {
  1552. this.loading = true
  1553. this.queryParams.patient_id = parseInt(this.$route.query.patient_id)
  1554. getDialysisRecord(this.queryParams).then(response => {
  1555. if (response.data.state === 1) {
  1556. this.adminUser = response.data.data.users
  1557. this.users = response.data.data.users
  1558. var patientInfo = response.data.data.patientInfo
  1559. if (patientInfo.gender === 1) {
  1560. patientInfo.gender = '男'
  1561. }
  1562. if (patientInfo.gender === 2) {
  1563. patientInfo.gender = '女'
  1564. }
  1565. this.patientInfo = response.data.data.patientInfo
  1566. // console.log("透析记录", this.patientInfo);
  1567. this.patientInfo.birth = uParseTime(
  1568. this.patientInfo.birthday,
  1569. '{y}-{m}-{d}'
  1570. )
  1571. // this.patientInfo.age = jsGetAge(this.patientInfo.birth, '-')
  1572. if (response.data.data.patientInfo.first_dialysis_date != 0) {
  1573. this.patientInfo.first_dialysis_date = uParseTime(
  1574. response.data.data.patientInfo.first_dialysis_date,
  1575. '{y}-{m}-{d}'
  1576. )
  1577. } else {
  1578. this.patientInfo.first_dialysis_date = ''
  1579. }
  1580. this.check = response.data.data.check
  1581. var predialysis = response.data.data.PredialysisEvaluation
  1582. console.log('透前评估', predialysis)
  1583. var predialysName = response.data.data.predialysName
  1584. this.blood_access_part_opera_id = predialysName.name
  1585. // console.log('血管', predialysName)
  1586. // this.weight_before = predialysis.weight_before
  1587. this.dry_weight = predialysis.dry_weight
  1588. this.weight_gain = predialysis.weight_gain
  1589. this.blood_access_internal_fistula =
  1590. predialysis.blood_access_internal_fistula
  1591. this.venous_catheterization = predialysis.venous_catheterization
  1592. // this.blood_access_part_opera_id = predialysis.blood_access_part_opera_id
  1593. // console.log('血管通路', this.blood_access_part_opera_id)
  1594. var arry = []
  1595. arry = getDataConfig('hemodialysis', 'vascular_access_desc')
  1596. // eslint-disable-next-line no-empty
  1597. var id = 0
  1598. for (let i = 0; i < arry.length; i++) {
  1599. if (arry[i].id === predialysis.blood_access_part_opera_id) {
  1600. id = predialysis.blood_access_part_opera_id
  1601. }
  1602. this.vascularId = id
  1603. }
  1604. this.predialysis = predialysis
  1605. // console.log('透前评估', this.predialysis)
  1606. this.predialysis.blood_access_part_opera_name = this.bloodAccessParOperaName(
  1607. this.predialysis.blood_access_part_opera_id
  1608. )
  1609. var afterdialysis = response.data.data.AssessmentAfterDislysis
  1610. // eslint-disable-next-line no-undef
  1611. console.log('透后评估', afterdialysis)
  1612. this.temperature = afterdialysis.temperature
  1613. this.actual_ultrafiltration = afterdialysis.actual_ultrafiltration
  1614. this.actual_treatment_hour = afterdialysis.actual_treatment_hour
  1615. this.actual_treatment_minute = afterdialysis.actual_treatment_minute
  1616. this.systolic_blood_pressure = afterdialysis.systolic_blood_pressure
  1617. this.diastolic_blood_pressure =
  1618. afterdialysis.diastolic_blood_pressure
  1619. this.afterdialysis = afterdialysis
  1620. // eslint-disable-next-line no-unused-vars
  1621. var doctoradvce = response.data.data.doctorAdvice
  1622. var doctorAdevieInfo = JSON.parse(JSON.stringify(response.data.data.advices))
  1623. this.newTableAdvice = response.data.data.doctorAdevieInfo
  1624. console.log('哈哈哈哈哈哈哈哈哈', this.newTableAdvice)
  1625. var tableAdvice = doctorAdevieInfo
  1626. console.log('tableAdvice', tableAdvice)
  1627. // console.log('医生', tableAdvice.length)
  1628. if (tableAdvice.length === 0) {
  1629. var obj = { advice_name: '', start_time: '' }
  1630. var obj1 = { advice_name: '', start_time: '' }
  1631. var obj2 = { advice_name: '', start_time: '' }
  1632. var obj3 = { advice_name: '', start_time: '' }
  1633. var obj4 = { advice_name: '', start_time: '' }
  1634. var obj5 = { advice_name: '', start_time: '' }
  1635. var obj6 = { advice_name: '', start_time: '' }
  1636. tableAdvice.push(obj)
  1637. tableAdvice.push(obj1)
  1638. tableAdvice.push(obj2)
  1639. tableAdvice.push(obj3)
  1640. tableAdvice.push(obj4)
  1641. tableAdvice.push(obj5)
  1642. tableAdvice.push(obj6)
  1643. this.tableAdvice = tableAdvice
  1644. }
  1645. if (tableAdvice.length === 1) {
  1646. var obj = { advice_name: '', start_time: '' }
  1647. var obj1 = { advice_name: '', start_time: '' }
  1648. var obj2 = { advice_name: '', start_time: '' }
  1649. var obj3 = { advice_name: '', start_time: '' }
  1650. var obj4 = { advice_name: '', start_time: '' }
  1651. var obj5 = { advice_name: '', start_time: '' }
  1652. tableAdvice.push(obj)
  1653. tableAdvice.push(obj1)
  1654. tableAdvice.push(obj2)
  1655. tableAdvice.push(obj3)
  1656. tableAdvice.push(obj4)
  1657. tableAdvice.push(obj5)
  1658. this.tableAdvice = tableAdvice
  1659. }
  1660. if (tableAdvice.length === 2) {
  1661. var obj = { advice_name: '', start_time: '' }
  1662. var obj1 = { advice_name: '', start_time: '' }
  1663. var obj2 = { advice_name: '', start_time: '' }
  1664. var obj3 = { advice_name: '', start_time: '' }
  1665. var obj4 = { advice_name: '', start_time: '' }
  1666. tableAdvice.push(obj)
  1667. tableAdvice.push(obj1)
  1668. tableAdvice.push(obj2)
  1669. tableAdvice.push(obj3)
  1670. tableAdvice.push(obj4)
  1671. this.tableAdvice = tableAdvice
  1672. }
  1673. if (tableAdvice.length === 3) {
  1674. // eslint-disable-next-line no-redeclare
  1675. var obj = { advice_name: '', start_time: '' }
  1676. // eslint-disable-next-line no-redeclare
  1677. var obj1 = { advice_name: '', start_time: '' }
  1678. // eslint-disable-next-line no-redeclare
  1679. var obj2 = { advice_name: '', start_time: '' }
  1680. // eslint-disable-next-line no-redeclare
  1681. var obj3 = { advice_name: '', start_time: '' }
  1682. tableAdvice.push(obj)
  1683. tableAdvice.push(obj1)
  1684. tableAdvice.push(obj2)
  1685. tableAdvice.push(obj3)
  1686. this.tableAdvice = tableAdvice
  1687. }
  1688. if (tableAdvice.length === 4) {
  1689. // eslint-disable-next-line no-redeclare
  1690. var obj = { advice_name: '', start_time: '' }
  1691. // eslint-disable-next-line no-redeclare
  1692. var obj1 = { advice_name: '', start_time: '' }
  1693. // eslint-disable-next-line no-redeclare
  1694. var obj2 = { advice_name: '', start_time: '' }
  1695. tableAdvice.push(obj)
  1696. tableAdvice.push(obj1)
  1697. tableAdvice.push(obj2)
  1698. this.tableAdvice = tableAdvice
  1699. }
  1700. if (tableAdvice.length === 5) {
  1701. // eslint-disable-next-line no-redeclare
  1702. var obj = { advice_name: '', start_time: '' }
  1703. // eslint-disable-next-line no-redeclare
  1704. var obj1 = { advice_name: '', start_time: '' }
  1705. tableAdvice.push(obj)
  1706. tableAdvice.push(obj1)
  1707. this.tableAdvice = tableAdvice
  1708. }
  1709. if (tableAdvice.length === 6) {
  1710. // eslint-disable-next-line no-redeclare
  1711. var obj = { advice_name: '', start_time: '' }
  1712. tableAdvice.push(obj)
  1713. this.tableAdvice = tableAdvice
  1714. }
  1715. if (tableAdvice.length >= 7) {
  1716. this.tableAdvice = tableAdvice
  1717. }
  1718. var doctor = response.data.data.doctor
  1719. this.doctor = doctor.user_name
  1720. // console.log('医生', doctor)
  1721. this.PunctureNurse = response.data.data.nurse
  1722. // console.log('穿刺护士', this.PunctureNurse)
  1723. var operators = response.data.data.operators
  1724. // console.log('operators', operators)
  1725. var total = response.data.data.total
  1726. console.log('total', total)
  1727. this.total = total
  1728. this.operators = operators
  1729. this.dialysisOrder =
  1730. response.data.data.dialysisOrder === null
  1731. ? null
  1732. : response.data.data.dialysisOrder
  1733. if (this.operators.length > 0) {
  1734. var operatorsLen = this.operators.length
  1735. for (var index = 0; index < operatorsLen; index++) {
  1736. this.$set(
  1737. this.operatorMaps,
  1738. this.operators[index].creator,
  1739. this.operators[index]
  1740. )
  1741. }
  1742. }
  1743. this.afterdialysis.txqnx = -1
  1744. if (this.afterdialysis.cruor.indexOf('0度') > -1) {
  1745. this.afterdialysis.txqnx = 0
  1746. }
  1747. if (this.afterdialysis.cruor.indexOf('Ⅰ度') > -1) {
  1748. this.afterdialysis.txqnx = 1
  1749. }
  1750. if (this.afterdialysis.cruor.indexOf('Ⅱ度') > -1) {
  1751. this.afterdialysis.txqnx = 2
  1752. }
  1753. if (this.afterdialysis.cruor.indexOf('Ⅲ度') > -1) {
  1754. this.afterdialysis.txqnx = 3
  1755. }
  1756. this.afterdialysis.complications = this.afterdialysis.complication.split(
  1757. ','
  1758. )
  1759. this.afterdialysis.complications_other = []
  1760. this.afterdialysis.complications_index = []
  1761. var acllen = this.afterdialysis.complications.length
  1762. for (let index = 0; index < acllen; index++) {
  1763. if (
  1764. this.complications.indexOf(
  1765. this.afterdialysis.complications[index]
  1766. ) >= 0
  1767. ) {
  1768. this.afterdialysis.complications_index.push(
  1769. this.afterdialysis.complications[index]
  1770. )
  1771. } else if (
  1772. this.complications.indexOf(
  1773. this.afterdialysis.complications[index]
  1774. ) < 0 &&
  1775. this.afterdialysis.complications_other.indexOf(
  1776. this.afterdialysis.complications[index]
  1777. ) < 0
  1778. ) {
  1779. this.afterdialysis.complications_other.push(
  1780. this.afterdialysis.complications[index]
  1781. )
  1782. }
  1783. }
  1784. this.afterdialysis.complications_other = this.afterdialysis.complications_other.join(
  1785. ','
  1786. )
  1787. var prescription = response.data.data.dialysisPrescription
  1788. this.prescription = prescription
  1789. var schedule = response.data.data.schedule
  1790. // console.log('排班', schedule)
  1791. this.schedule = schedule
  1792. var receiverTreatmentAccess =
  1793. response.data.data.receiverTreatmentAccess
  1794. console.log('接诊评估', receiverTreatmentAccess)
  1795. var obj = receiverTreatmentAccess.precaution
  1796. var arr = obj.split(',')
  1797. console.log('arr', arr)
  1798. var arr2 = []
  1799. for (let i = 0; i < this.precautions.length; i++) {
  1800. for (let j = 0; j < arr.length; j++) {
  1801. if (this.precautions[i].id == parseInt(arr[j])) {
  1802. arr2.push(this.precautions[i].name)
  1803. }
  1804. }
  1805. }
  1806. var obj2 = arr2.join(',')
  1807. console.log('obj2', obj2)
  1808. receiverTreatmentAccess.precaution = obj2
  1809. console.log('接诊评估', receiverTreatmentAccess)
  1810. this.receiverTreatmentAccess = receiverTreatmentAccess
  1811. var dialysisway = response.data.data.dialysisway
  1812. console.log('透析处方', dialysisway)
  1813. this.target_ultrafiltration = dialysisway.target_ultrafiltration
  1814. var order = response.data.data.order
  1815. // console.log('上下机', order)
  1816. var start_nurse = response.data.data.startNuse
  1817. // console.log('上机护士', start_nurse)
  1818. this.orderForm.start_nurse = start_nurse.user_name
  1819. this.orderForm.url = start_nurse.url
  1820. var finish_nurse = response.data.data.FinishNuse
  1821. // console.log('下机护士', finish_nurse)
  1822. this.finshForm.url = finish_nurse.url
  1823. this.finshForm.finish_nurse = finish_nurse.user_name
  1824. var doctorname = response.data.data.DoctorName
  1825. // console.log('医师签名', doctorname)
  1826. this.doctorForm.doctor = doctorname.user_name
  1827. this.doctorForm.url = doctorname.url
  1828. this.bed = order.number
  1829. this.replacement_total = dialysisway.replacement_total
  1830. this.anticoagulant = dialysisway.anticoagulant
  1831. this.anticoagulant_shouji = dialysisway.anticoagulant_shouji
  1832. this.anticoagulant_zongliang = dialysisway.anticoagulant_zongliang
  1833. this.prescription_dewatering = dialysisway.prescription_dewatering
  1834. this.blood_flow_volume = dialysisway.blood_flow_volume
  1835. this.dialysate_flow = dialysisway.dialysate_flow
  1836. this.dialyzer_perfusion_apparatus =
  1837. dialysisway.dialyzer_perfusion_apparatus
  1838. this.dialysate_formulation = dialysisway.dialysate_formulation
  1839. this.blood_access = dialysisway.blood_access
  1840. this.displace_liqui = dialysisway.displace_liqui
  1841. this.kalium = dialysisway.kalium
  1842. this.sodium = dialysisway.sodium
  1843. this.calcium = dialysisway.calcium
  1844. this.anticoagulant_weichi = dialysisway.anticoagulant_weichi
  1845. // var afterWeightLast = response.data.data.assessmentAfterDislysis
  1846. // this.afterWeightLast = afterWeightLast.weight_after
  1847. // eslint-disable-next-line no-undef
  1848. // console.log('透前体重', this.weight_before)
  1849. // console.log('干体中', this.dry_weight)
  1850. // console.log('什么体重', predialysis.additional_weight)
  1851. // console.log('较干体中增加量', this.dryWeight_add)
  1852. // this.afterWeightLast = afterWeightLast.weight_after
  1853. this.prescription.mode = this.modeName(this.prescription.mode_id)
  1854. var rwLen = this.replacementWays.length
  1855. this.prescription.replacement = ''
  1856. for (let index = 0; index < rwLen; index++) {
  1857. if (
  1858. this.replacementWays[index].id ==
  1859. this.prescription.replacement_way
  1860. ) {
  1861. this.prescription.replacement = this.replacementWays[index].name
  1862. break
  1863. }
  1864. }
  1865. this.prescription.dialysate_formulation_name = this.dialysateFormulationName(
  1866. this.prescription.dialysate_formulation
  1867. )
  1868. var paLen = this.perfusionApparatus.length
  1869. this.prescription.perfusion_apparatus_name = ''
  1870. for (let index = 0; index < paLen; index++) {
  1871. if (
  1872. this.perfusionApparatus[index].id ==
  1873. this.prescription.perfusion_apparatus
  1874. ) {
  1875. this.prescription.perfusion_apparatus_name = this.perfusionApparatus[
  1876. index
  1877. ].name
  1878. break
  1879. }
  1880. }
  1881. // eslint-disable-next-line no-unused-vars
  1882. var acLen = this.anticoagulantsConfit.length
  1883. var thisALID = this.prescription.anticoagulant
  1884. this.prescription.anticoagulant_name = ''
  1885. if (
  1886. typeof this.anticoagulantsConfit[thisALID] !== 'undefined' &&
  1887. this.anticoagulantsConfit[thisALID] != null
  1888. ) {
  1889. this.prescription.anticoagulant_name = this.anticoagulantsConfit[
  1890. thisALID
  1891. ].name
  1892. this.AlPanel = this.anticoagulantsConfit[thisALID]
  1893. }
  1894. this.advices = response.data.data.advices
  1895. // console.log('医嘱', this.advices)
  1896. var monitor = response.data.data.monitor
  1897. // console.log('透析监测', monitor)
  1898. this.monitor = monitor
  1899. // console.log('monitor', monitor)
  1900. this.monitors = response.data.data.monitors
  1901. // console.log("透析监测", this.monitors);
  1902. var summary = response.data.data.summary
  1903. console.log('透析小结', summary)
  1904. this.mission = summary.mission
  1905. this.dialysis_summary = summary.dialysis_summary
  1906. this.nursing_record = summary.nursing_record
  1907. this.special_record = summary.special_record
  1908. this.org_template_info = response.data.data.org_template_info
  1909. if (this.monitors.length < 7) {
  1910. var nl = 8 - this.monitors.length
  1911. for (let index = 0; index < nl; index++) {
  1912. this.monitors.push([])
  1913. }
  1914. }
  1915. this.jilurow = this.monitors.length + 1
  1916. this.advice_jilurow = this.advices.length + 1
  1917. var childMap = {}
  1918. for (const index in this.advices) {
  1919. if (this.advices[index].parent_id == 0) {
  1920. continue
  1921. }
  1922. if (!(this.advices[index].parent_id in childMap)) {
  1923. childMap[this.advices[index].parent_id] = []
  1924. }
  1925. childMap[this.advices[index].parent_id].push(this.advices[index])
  1926. }
  1927. var advices = []
  1928. for (const index in this.advices) {
  1929. if (this.advices[index].parent_id > 0) {
  1930. continue
  1931. }
  1932. var item = this.advices[index]
  1933. if (item.id in childMap) {
  1934. item.children = childMap[item.id]
  1935. } else {
  1936. item.children = []
  1937. }
  1938. advices.push(item)
  1939. }
  1940. var leftAdvice = []
  1941. var rightAdvice = []
  1942. var adlen = advices.length
  1943. var halfLen = adlen % 2 == 0 ? adlen / 2 : (adlen + 1) / 2
  1944. for (var i = 0; i < halfLen; i++) {
  1945. leftAdvice.push(advices[i])
  1946. rightAdvice.push(advices[i + halfLen])
  1947. }
  1948. if (halfLen < 5) {
  1949. var nl = 5 - leftAdvice.length
  1950. for (let index = 0; index < nl; index++) {
  1951. leftAdvice.push([])
  1952. }
  1953. var nl = 5 - rightAdvice.length
  1954. for (let index = 0; index < nl; index++) {
  1955. rightAdvice.push([])
  1956. }
  1957. }
  1958. this.advices = []
  1959. for (var i = 0; i < halfLen; i++) {
  1960. var item = []
  1961. item.push(leftAdvice[i])
  1962. item.push(rightAdvice[i])
  1963. this.advices.push(item)
  1964. }
  1965. this.loading = false
  1966. this.doctor_advices =
  1967. response.data.data.advices == null
  1968. ? []
  1969. : response.data.data.advices
  1970. for (let index = 0; index < this.doctor_advices.length; index++) {
  1971. this.doctor_advices[index]['isShow'] = 2
  1972. }
  1973. if (this.doctor_advices.length > 0) {
  1974. var group = this.newAdviceGroupObject()
  1975. var initGroupBlock = function(group, advice) {
  1976. group.group_no = advice.groupno
  1977. }
  1978. for (
  1979. let index = this.doctor_advices.length - 1;
  1980. index >= 0;
  1981. index--
  1982. ) {
  1983. var new_advice_index = 0
  1984. if (
  1985. 'children' in this.doctor_advices[index] &&
  1986. this.doctor_advices[index].children.length > 0
  1987. ) {
  1988. new_advice_index =
  1989. index + this.doctor_advices[index].children.length + 1
  1990. var doctor_advice = {
  1991. delivery_way: this.doctor_advices[index].delivery_way,
  1992. execution_frequency: this.doctor_advices[index]
  1993. .execution_frequency,
  1994. groupno: this.doctor_advices[index].groupno,
  1995. id: this.doctor_advices[index].id,
  1996. parent_id: this.doctor_advices[index].parent_id,
  1997. children: this.doctor_advices[index].children,
  1998. remark: this.doctor_advices[index].remark
  1999. }
  2000. doctor_advice['isShow'] = 1
  2001. this.doctor_advices.splice(new_advice_index, 0, doctor_advice)
  2002. // this.doctor_advices.push(doctor_advice)
  2003. }
  2004. }
  2005. for (let index = 0; index < this.doctor_advices.length; index++) {
  2006. const advice = this.doctor_advices[index]
  2007. if (advice.groupno == 0) {
  2008. // 老版本的医嘱没有分组的概念,所以这一个 if 是解决这个问题的,将每个无分组的医嘱各自归为一组
  2009. if (advice.parent_id > 0) {
  2010. if (this.advice_groups.length > 0) {
  2011. var parent_group = this.advice_groups[
  2012. this.advice_groups.length - 1
  2013. ]
  2014. if (parent_group.advices.length > 0) {
  2015. if (parent_group.advices[0].id == advice.parent_id) {
  2016. parent_group.advices.push(advice)
  2017. }
  2018. }
  2019. }
  2020. continue
  2021. } else {
  2022. if (group.group_no > 0) {
  2023. this.advice_groups.push(group)
  2024. group = this.newAdviceGroupObject()
  2025. }
  2026. initGroupBlock(group, advice)
  2027. group.advices.push(advice)
  2028. this.advice_groups.push(group)
  2029. group = this.newAdviceGroupObject()
  2030. continue
  2031. }
  2032. }
  2033. if (group.group_no > 0 && group.group_no != advice.groupno) {
  2034. this.advice_groups.push(group)
  2035. group = this.newAdviceGroupObject()
  2036. }
  2037. if (group.group_no == 0) {
  2038. initGroupBlock(group, advice)
  2039. }
  2040. if (group.group_no == advice.groupno) {
  2041. group.advices.push(advice)
  2042. }
  2043. }
  2044. if (group.group_no > 0) {
  2045. // 上述的算法会导致最后一组没有加到advice_groups,这里要手动加上
  2046. this.advice_groups.push(group)
  2047. }
  2048. }
  2049. } else {
  2050. this.loading = false
  2051. this.$message.error('请求数据失败')
  2052. return false
  2053. }
  2054. })
  2055. },
  2056. bloodAccessParOperaName(id) {
  2057. if (id in this.bloodAccessParOpera) {
  2058. return this.bloodAccessParOpera[id].name
  2059. }
  2060. return ''
  2061. },
  2062. dialysateFormulationName(id) {
  2063. if (id in this.dialysateFormulationOptions) {
  2064. return this.dialysateFormulationOptions[id].name
  2065. }
  2066. return ''
  2067. },
  2068. getAge: function(val) {
  2069. if (val.birthday != 0) {
  2070. return jsGetAge(val.birth, '-')
  2071. } else {
  2072. return ''
  2073. }
  2074. },
  2075. newAdviceGroupObject: function() {
  2076. return Object.assign(
  2077. {},
  2078. {
  2079. group_no: 0,
  2080. // advice_doctor: 0,
  2081. // start_time: 0,
  2082. advices: []
  2083. // exec_staff: 0,
  2084. // exec_time: 0,
  2085. // checker: 0,
  2086. }
  2087. )
  2088. },
  2089. getPartName(id) {
  2090. for (let i = 0; i < this.vascularAccess.length; i++) {
  2091. if (this.vascularAccess[i].id == id) {
  2092. return this.vascularAccess[i].name
  2093. }
  2094. }
  2095. }
  2096. },
  2097. watch: {
  2098. 'patientInfo.gender': function() {
  2099. if (this.patientInfo.gender == 1) {
  2100. this.patientInfo_gender_1 = true
  2101. this.patientInfo_gender_2 = false
  2102. } else if (this.patientInfo.gender == 2) {
  2103. this.patientInfo_gender_2 = true
  2104. this.patientInfo_gender_1 = false
  2105. } else {
  2106. this.patientInfo_gender_2 = false
  2107. this.patientInfo_gender_1 = false
  2108. }
  2109. },
  2110. 'patientInfo.source': function() {
  2111. if (this.patientInfo.source == 1) {
  2112. this.patientInfo_source_1 = true
  2113. this.patientInfo_source_2 = false
  2114. } else if (this.patientInfo.source == 2) {
  2115. this.patientInfo_source_2 = true
  2116. this.patientInfo_source_1 = false
  2117. } else {
  2118. this.patientInfo_source_2 = false
  2119. this.patientInfo_source_1 = false
  2120. }
  2121. }
  2122. },
  2123. created() {
  2124. var xtuser = this.$store.getters.xt_user
  2125. this.orgname = xtuser.org.org_name
  2126. // this.orgname = "遂溪方济医院";
  2127. this.modeOptions = this.$store.getters.treatment_mode
  2128. this.replacementWays = this.$store.getters.replacement_ways
  2129. this.perfusionApparatus = this.$store.getters.perfusion_apparatus
  2130. this.anticoagulantsConfit = this.$store.getters.anticoagulants_confit
  2131. var vascularAccess = getDataConfig('hemodialysis', 'vascular_access')
  2132. this.vascularAccess = vascularAccess
  2133. // console.log("hhe", vascularAccess);
  2134. console.log(
  2135. '血管通路部位',
  2136. getDataConfig('hemodialysis', 'vascular_access')
  2137. )
  2138. this.consciousness_arr = getDataConfig('hemodialysis', 'consciousness')
  2139. var bloodAccessParOpera = getDataConfig(
  2140. 'hemodialysis',
  2141. 'vascular_access_desc'
  2142. )
  2143. var arr = []
  2144. var arrtwo = []
  2145. for (let i = 0; i < bloodAccessParOpera.length; i++) {
  2146. if (bloodAccessParOpera[i].name == '内瘘波动及震颤-存在') {
  2147. bloodAccessParOpera[i].name = '存在'
  2148. arr.push(bloodAccessParOpera[i])
  2149. }
  2150. if (bloodAccessParOpera[i].name == '内瘘波动及震颤-减弱') {
  2151. bloodAccessParOpera[i].name = '减弱'
  2152. arr.push(bloodAccessParOpera[i])
  2153. }
  2154. if (bloodAccessParOpera[i].name == '内瘘波动及震颤-消失') {
  2155. bloodAccessParOpera[i].name = '消失'
  2156. arr.push(bloodAccessParOpera[i])
  2157. }
  2158. if (bloodAccessParOpera[i].name == '直穿') {
  2159. arrtwo.push(bloodAccessParOpera[i])
  2160. }
  2161. if (bloodAccessParOpera[i].name == '人造血管') {
  2162. arrtwo.push(bloodAccessParOpera[i])
  2163. }
  2164. if (bloodAccessParOpera[i].name == '移植血管') {
  2165. arrtwo.push(bloodAccessParOpera[i])
  2166. }
  2167. this.arr = arr
  2168. this.arrtwo = arrtwo
  2169. }
  2170. console.log('arr', arr)
  2171. console.log('arrtwo', arrtwo)
  2172. // var bloodAccessParOpera = getDataConfig(
  2173. // "hemodialysis",
  2174. // "vascular_access_desc"
  2175. // );
  2176. // for (var key in bloodAccessParOpera) {
  2177. // this.bloodAccessParOpera[bloodAccessParOpera[key].id] =
  2178. // bloodAccessParOpera[key];
  2179. // }
  2180. var dialysateFormulationOptions = getDataConfig(
  2181. 'hemodialysis',
  2182. 'dialysate_formulation'
  2183. )
  2184. for (var key in dialysateFormulationOptions) {
  2185. this.dialysateFormulationOptions[dialysateFormulationOptions[key].id] =
  2186. dialysateFormulationOptions[key]
  2187. }
  2188. const xtdate = this.$route.query && this.$route.query.xtdate
  2189. const xtno = this.$route.query && this.$route.query.xtno
  2190. if (
  2191. typeof xtdate === 'string' &&
  2192. xtdate.length > 0 &&
  2193. typeof xtno === 'string' &&
  2194. xtno.length > 0
  2195. ) {
  2196. this.queryParams.xtdate = xtdate
  2197. this.queryParams.xtno = xtno
  2198. this.getDialysisRecord()
  2199. } else {
  2200. this.$message.error('参数不齐')
  2201. return false
  2202. }
  2203. this.ways = getDataConfig('hemodialysis', 'way')
  2204. console.log('ways', this.ways)
  2205. this.consciousnesses = getDataConfig('hemodialysis', 'consciousness')
  2206. this.appetites = getDataConfig('hemodialysis', 'appetite')
  2207. this.postures = getDataConfig('hemodialysis', 'posture')
  2208. this.sick_condition = getDataConfig('hemodialysis', 'sick_condition')
  2209. this.precautions = getDataConfig('hemodialysis', 'precaution')
  2210. console.log('跌倒', this.precautions)
  2211. this.intake = getDataConfig('hemodialysis', 'intake')
  2212. this.nutrition = getDataConfig('hemodialysis', 'nutrition')
  2213. }
  2214. }
  2215. </script>
  2216. <style>
  2217. .dialysis-print-order {
  2218. width: 960px;
  2219. margin: 0 auto;
  2220. }
  2221. .dialysis-print-order .order-yy-name {
  2222. margin: auto;
  2223. text-align: center;
  2224. font-size: 20px;
  2225. letter-spacing: 5px;
  2226. }
  2227. .dialysis-print-order .order-title {
  2228. margin: auto;
  2229. font-weight: 600;
  2230. text-align: center;
  2231. font-size: 22px;
  2232. padding: 10px 20px 20px 20px;
  2233. }
  2234. .dialysis-print-order .table-box {
  2235. width: 100%;
  2236. line-height: 23px;
  2237. font-size: 14px;
  2238. }
  2239. .dialysis-print-order .print-table {
  2240. width: 100%;
  2241. text-align: center;
  2242. border-collapse: collapse;
  2243. line-height: 40px;
  2244. font-size: 14px;
  2245. }
  2246. .dialysis-print-order .print-table-no {
  2247. width: 100%;
  2248. text-align: center;
  2249. border-collapse: collapse;
  2250. font-size: 14px;
  2251. }
  2252. .dialysis-print-order .under-line {
  2253. border-bottom: 1px solid #999;
  2254. width: 95%;
  2255. text-align: center;
  2256. margin-left: 2px;
  2257. }
  2258. .dialysis-print-order .title-box {
  2259. text-align: center;
  2260. font-size: 16px;
  2261. }
  2262. .dialysis-print-order .radio-lebel-box {
  2263. font-weight: 400;
  2264. cursor: pointer;
  2265. }
  2266. .dialysis-print-order .radio-no {
  2267. opacity: 0;
  2268. outline: none;
  2269. position: absolute;
  2270. margin: 0;
  2271. width: 0;
  2272. height: 0;
  2273. z-index: -1;
  2274. }
  2275. .dialysis-print-order .radio-inner {
  2276. white-space: nowrap;
  2277. cursor: pointer;
  2278. outline: none;
  2279. display: inline-block;
  2280. line-height: 1;
  2281. position: relative;
  2282. vertical-align: middle;
  2283. }
  2284. .dialysis-print-order .radio-fang {
  2285. display: inline-block;
  2286. position: relative;
  2287. border: 1px solid #000;
  2288. box-sizing: border-box;
  2289. width: 14px;
  2290. height: 14px;
  2291. background-color: #fff;
  2292. z-index: 1;
  2293. transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46),
  2294. background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
  2295. }
  2296. .dialysis-print-order .is-checked-radio::after {
  2297. content: "√";
  2298. font-size: 15px;
  2299. }
  2300. .dialysis-print-order .print-table-no tr td {
  2301. padding: 8px 5px;
  2302. line-height: 25px;
  2303. }
  2304. .dialysis-print-order .print-table tr td {
  2305. padding: 1px 1px;
  2306. /*line-height: 25px;*/
  2307. }
  2308. .es-img {
  2309. height: 25px;
  2310. }
  2311. .advice-name {
  2312. text-align: left;
  2313. }
  2314. .advice-children {
  2315. display: flex;
  2316. }
  2317. .title-box-pro {
  2318. border: 0 #fff;
  2319. line-height: 25px;
  2320. height: 25px;
  2321. text-align: left;
  2322. padding-left: 10px !important;
  2323. }
  2324. .title-box-pro-tr {
  2325. border: 0 #fff;
  2326. }
  2327. .text-align-left {
  2328. text-align: left !important;
  2329. padding-left: 10px !important;
  2330. font-size: 14px !important;
  2331. line-height: 25px;
  2332. }
  2333. .print-table-tr-new td {
  2334. line-height: 20px !important;
  2335. }
  2336. .border-top-solid {
  2337. border: solid 1px #000;
  2338. }
  2339. .print-template-two tr {
  2340. line-height: 30px;
  2341. }
  2342. .parent {
  2343. text-align: left;
  2344. padding-left: 20px !important;
  2345. }
  2346. </style>