血透系统pad前端

PrescriptionDialog.vue 53KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484
  1. <template>
  2. <div>
  3. <div v-if="isShowDialog" class="Dialog">
  4. <div class="DialogTit">
  5. <span @click="close()" class="iconfont">&#xe6e9;</span>
  6. <h1 class="name">透析处方</h1>
  7. <botton @click="showmsgtip">{{patient.name}} [透析号 {{patient.dialysis_no}} ]</botton>
  8. <span @click="commitInfo" class="success" v-if="isPermission()">完成</span>
  9. <span @click="commitInfo" class="success" v-if="!isPermission()"></span>
  10. </div>
  11. <div class="DialogContent" id="dialogTop">
  12. <div @click="showSubMenu('mode')" class="item" ref="mode" v-if="isShow('透析模式')">
  13. <label class="name" for="txms">透析模式</label>
  14. <div class="content">
  15. <span class="text" id="txms">{{GetModeByModeId(dialysisPrescription.mode_id)}}</span>
  16. <span class="iconfont">&#xe6f9;</span>
  17. </div>
  18. </div>
  19. <div class="item" @click="openPicker" v-if="isShow('透析时长')">
  20. <label class="name" for="txsc">透析时长</label>
  21. <div class="content">
  22. <span class="text" style="width: 100px">{{timeValue}}</span>
  23. <span class="iconfont">&#xe6f9;</span>
  24. </div>
  25. </div>
  26. <div class="item" v-if="isShow('血流量')">
  27. <label class="name" for="xll">血流量(ml/min)</label>
  28. <div class="content">
  29. <input type="tel" @focus="inputFocus" id="xll" v-model="dialysisPrescription.blood_flow_volume"/>
  30. </div>
  31. </div>
  32. <div class="item" v-if="isShow('目标超滤量')">
  33. <label class="name" for="mbcll">目标超滤量(L)</label>
  34. <div class="content">
  35. <input type="tel" @focus="inputFocus" id="mbcll" v-model="dialysisPrescription.target_ultrafiltration"/>
  36. </div>
  37. </div>
  38. <div @click="showSubMenu('dialysate_formulation')" class="item" ref="dialysate_formulation"
  39. v-if="isShow('透析液配方')">
  40. <label class="name" for="txypf">透析液配方</label>
  41. <div class="content">
  42. <span class="text"
  43. id="txypf">{{GetDialysateFormulationById(dialysisPrescription.dialysate_formulation)}}</span>
  44. <span class="iconfont">&#xe6f9;</span>
  45. </div>
  46. </div>
  47. <div @click="showSubMenu('anticoagulant')" class="item" ref="anticoagulant" v-if="isShow('抗凝剂')">
  48. <label class="name" for="knj">抗凝剂</label>
  49. <div class="content">
  50. <span class="text" id="knj">{{GetAnticoagulantById(dialysisPrescription.anticoagulant)}}</span>
  51. <span class="iconfont">&#xe6f9;</span>
  52. </div>
  53. </div>
  54. <div class="item" v-if="anticoagulant.shouji != -1&&isShow('首剂')">
  55. <label class="name" for="sj">首剂({{anticoagulant.shouji_unit}})</label>
  56. <div class="content">
  57. <input type="tel" @focus="inputFocus" id="sj" v-model="dialysisPrescription.anticoagulant_shouji"
  58. :disabled="anticoagulant.shouji==1?false:true"/>
  59. </div>
  60. </div>
  61. <div class="item" v-if="anticoagulant.weichi != -1&&isShow('维持')">
  62. <label class="name" for="wz">维持({{anticoagulant.weichi_unit}})</label>
  63. <div class="content">
  64. <input type="tel" @focus="inputFocus" id="wz" class="inputBox"
  65. v-model="dialysisPrescription.anticoagulant_weichi"
  66. :disabled="anticoagulant.weichi==1?false:true">
  67. </div>
  68. </div>
  69. <div class="item" v-if="anticoagulant.zongliang != -1 && isShow('总量')">
  70. <label class="name" for="zl" v-if="dialysisPrescription.anticoagulant == 2">总量(mg)</label>
  71. <label class="name" for="zl" v-if="dialysisPrescription.anticoagulant == 3">总量(IU)</label>
  72. <label class="name" for="zl" v-if="dialysisPrescription.anticoagulant == 4">总量(mg)</label>
  73. <label class="name" for="zl" v-if="dialysisPrescription.anticoagulant == 5">总量(mg)</label>
  74. <label class="name" for="zl" v-if="dialysisPrescription.anticoagulant == 1">总量(mg)</label>
  75. <div class="content">
  76. <input type="tel" @focus="inputFocus" id="zl" class="inputBox"
  77. v-model="dialysisPrescription.anticoagulant_zongliang"
  78. :disabled="anticoagulant.zongliang==1?false:true">
  79. </div>
  80. </div>
  81. <div class="item" v-if="anticoagulant.gaimingcheng != -1 && isShow('钙名称')">
  82. <label class="name" for="g">钙名称({{anticoagulant.gaimingcheng_unit}})</label>
  83. <div class="content">
  84. <input type="text" id="g" class="inputBox" v-model="dialysisPrescription.anticoagulant_gaimingcheng"
  85. :disabled="anticoagulant.gaimingcheng==1?false:true">
  86. </div>
  87. </div>
  88. <div class="item" v-if="anticoagulant.gaijiliang != -1 && isShow('钙剂量')">
  89. <label class="name" for="gjl">钙剂量</label>
  90. <div class="content">
  91. <input type="text" id="gjl" class="inputBox" v-model="dialysisPrescription.anticoagulant_gaimingcheng"
  92. :disabled="anticoagulant.gaimingcheng==1?false:true">
  93. </div>
  94. </div>
  95. <!-- <div class="item">
  96. <label class="name" for="gtz">干体重(kg)</label>
  97. <div class="content">
  98. <input type="tel" @focus="inputFocus" id="gtz" v-model="dialysisPrescription.dry_weight"/>
  99. </div>
  100. </div> -->
  101. <div class="line"></div>
  102. <div class="item" v-if="isShow('置换量')">
  103. <label class="name" for="zhy">置换量(L)</label>
  104. <div class="content">
  105. <input type="tel" @focus="inputFocus" id="zhy" v-model="dialysisPrescription.replacement_total"/>
  106. </div>
  107. </div>
  108. <!-- <div class="line"></div> -->
  109. <div class="item" v-if="isShow('钾')">
  110. <label class="name" for="j">钾(mmol/L)</label>
  111. <div class="content">
  112. <input type="tel" @focus="inputFocus" id="j" v-model="dialysisPrescription.kalium"/>
  113. </div>
  114. </div>
  115. <div class="item" v-if="isShow('钠')">
  116. <label class="name" for="n">钠(mmol/L):</label>
  117. <div class="content">
  118. <input type="tel" @focus="inputFocus" id="n" v-model="dialysisPrescription.sodium"/>
  119. </div>
  120. </div>
  121. <div class="item" v-if="isShow('钙')">
  122. <label class="name" for="gg">钙(mmol/L)</label>
  123. <div class="content">
  124. <input type="tel" @focus="inputFocus" id="gg" v-model="dialysisPrescription.calcium"/>
  125. </div>
  126. </div>
  127. <div class="item" v-if="isShow('碳酸氢盐')">
  128. <label class="name" for="tsqy">碳酸氢盐(mmol/L)</label>
  129. <div class="content">
  130. <input type="tel" @focus="inputFocus" id="tsqy" v-model="dialysisPrescription.bicarbonate"/>
  131. </div>
  132. </div>
  133. <div class="item" v-if="isShow('葡萄糖')">
  134. <label class="name" for="ptt">葡萄糖(mmol/L)</label>
  135. <div class="content">
  136. <input type="tel" @focus="inputFocus" id="ptt" v-model="dialysisPrescription.glucose"/>
  137. </div>
  138. </div>
  139. <div class="line"></div>
  140. <div class="item" v-if="isShow('透析液流量')">
  141. <label class="name" for="txyll">透析液流量(ml/min)</label>
  142. <div class="content">
  143. <input type="tel" @focus="inputFocus" id="txyll" v-model="dialysisPrescription.dialysate_flow"/>
  144. </div>
  145. </div>
  146. <div class="item" v-if="isShow('透析液温度')">
  147. <label class="name" for="txywd">透析液温度(℃)</label>
  148. <div class="content">
  149. <!--<span class="text">HD</span>-->
  150. <!--<span class="iconfont">&#xe6f9;</span>-->
  151. <input type="tel" @focus="inputFocus" id="txywd" v-model="dialysisPrescription.dialysate_temperature"/>
  152. </div>
  153. </div>
  154. <div class="item" v-if="isShow('电导度')">
  155. <label class="name" for="dtl">电导度(mS/m)</label>
  156. <div class="content">
  157. <input type="tel" @focus="inputFocus" id="dtl" v-model="dialysisPrescription.conductivity"/>
  158. </div>
  159. </div>
  160. <div class="item" v-if="isShow('透析器/灌流器')">
  161. <label class="name" for="dtl">透析器/灌流器</label>
  162. <div class="content">
  163. <input @focus="inputFocus" id="dt" v-model="dialysisPrescription.dialyzer_perfusion_apparatus"/>
  164. </div>
  165. </div>
  166. <div class="line"></div>
  167. <div @click="showSubMenu('body_fluid')" class="item" ref="body_fluid" v-if="isShow('体液过多症状')">
  168. <label class="name" for="knj">体液过多症状</label>
  169. <div class="content">
  170. <span class="text" id="knja">{{getBodyFluid(dialysisPrescription.body_fluid)}}</span>
  171. <span class="iconfont">&#xe6f9;</span>
  172. </div>
  173. </div>
  174. <div class="item" v-if="isShow('体液过多其他症状')">
  175. <label class="name" for="knj">体液过多其他症状</label>
  176. <div class="content">
  177. <input @focus="inputFocus" id="dt" v-model="dialysisPrescription.body_fluid_other"/>
  178. </div>
  179. </div>
  180. <div @click="showSubMenu('special_medicine')" class="item" ref="special_medicine" v-if="isShow('透析前使用特殊药物')">
  181. <label class="name" for="knj">透析前使用特殊药物</label>
  182. <div class="content">
  183. <span class="text" id="knjaa">{{getSpecialMedicine(dialysisPrescription.special_medicine)}}</span>
  184. <span class="iconfont">&#xe6f9;</span>
  185. </div>
  186. </div>
  187. <div class="item" v-if="isShow('透析前使用其他特殊药物')">
  188. <label class="name" for="knj">透析前使用其他特殊药物</label>
  189. <div class="content">
  190. <input @focus="inputFocus" id="dt" v-model="dialysisPrescription.special_medicine_other"/>
  191. </div>
  192. </div>
  193. <div @click="showSubMenu('displace_liqui_part')" class="item" ref="displace_liqui_part" v-if="isShow('置换液')">
  194. <label class="name" for="knj">置换液</label>
  195. <div class="content">
  196. <span class="text" id="knjaa">{{getDisplaceLiquiPart(dialysisPrescription.displace_liqui_part)}}</span>
  197. <span class="iconfont">&#xe6f9;</span>
  198. </div>
  199. </div>
  200. <div class="item" v-if="isShow('置换液总量')">
  201. <label class="name" for="knj">置换液总量(L)</label>
  202. <div class="content">
  203. <input @focus="inputFocus" id="dt" v-model="dialysisPrescription.displace_liqui_value"/>
  204. </div>
  205. </div>
  206. <div class="item" v-if="isShow('目标KT/V')">
  207. <label class="name" for="knj">目标KT/V</label>
  208. <div class="content">
  209. <input @focus="inputFocus" id="dt" v-model="dialysisPrescription.target_ktv"/>
  210. </div>
  211. </div>
  212. <div @click="showSubMenu('blood_access')" class="item" ref="blood_access" v-if="isShow('血管通路')">
  213. <label class="name" for="knj">血管通路</label>
  214. <div class="content">
  215. <span class="text" id="knjaa">{{getBloodAccess(dialysisPrescription.blood_access)}}</span>
  216. <span class="iconfont">&#xe6f9;</span>
  217. </div>
  218. </div>
  219. <div class="item" v-if="isShow('实际超滤量')">
  220. <label class="name" for="knj">实际超滤量(L)</label>
  221. <div class="content">
  222. <input @focus="inputFocus" id="dt" v-model="dialysisPrescription.ultrafiltration"/>
  223. </div>
  224. </div>
  225. <div @click="dialysisGoodsClick()" class="item" ref="consumable_material" v-if="config.is_open == 1">
  226. <label class="name" for="knj">透析耗材</label>
  227. <div class="content">
  228. <span class="text" id="knjaa"></span>
  229. <span class="iconfont">&#xe6f9;</span>
  230. </div>
  231. </div>
  232. <div class="item" style="display: none">
  233. <label class="name" for="dtl">医生签名</label>
  234. <div class="content">
  235. <div v-if="isShowDesc">医生尚未签名</div>
  236. <img v-if="isShowDoctorSign" style="width: 100px;height: 30px" :src="signUrl"
  237. alt="" srcset="">
  238. </div>
  239. </div>
  240. <div class="line"></div>
  241. <div>
  242. <div class="item">
  243. <label class="name" for="bz">备注</label>
  244. <div class="content">
  245. <span class="text"></span>
  246. </div>
  247. </div>
  248. <textarea class="textarea" id="bz" placeholder="请输入内容" v-model="dialysisPrescription.remark"
  249. @focus="lastInputFocus" @blur="lastInputBlur"></textarea>
  250. </div>
  251. <!--<div class="footer">-->
  252. <!--处方医生:刘小军 医生-->
  253. <!--</div>-->
  254. <div class="PrescSubmit">
  255. <button style="display: none" class="tj" @click="sign()">医生签名</button>
  256. <button class="tjcq" @click="commitSolutionInfo" v-if="isPermission()">保存并设为长期处方</button>
  257. <button class="tj" @click="commitInfo" v-if="isPermission()">保存</button>
  258. </div>
  259. </div>
  260. </div>
  261. <!--<two-menu title="二级菜单" v-show="isShowModeSubMenu"></two-menu>-->
  262. <check-box-sub-menu :visibility="visibility" v-on:menu-cancle="menuCancle" v-on:menu-comfirm="menuComfirm"
  263. v-on:menu-empty="menuEmpty"
  264. :propsForm="propForm"></check-box-sub-menu>
  265. <!--<multiple-sub-menu :goodTypes="types" :visibility="is_show" v-on:menu-cancle="menuCancle" v-on:menu-comfirm="menuComfirm" :propsForm="propForm"></multiple-sub-menu>-->
  266. <multiple-sub-menu :goodTypes="types" :info="info" :visibility="is_show" v-on:menu-cancel-two="menuCancleTwo"
  267. v-on:menu-comfirm-two="menuComfirmTwo" :propsForm="propForm"
  268. :dialysisPrescription="dialysisPrescription"></multiple-sub-menu>
  269. <mt-datetime-picker
  270. ref="picker"
  271. type="time"
  272. hourFormat="{value}小时"
  273. minuteFormat="{value}分钟"
  274. @confirm="handleTimeConfirm"
  275. v-model="time">
  276. </mt-datetime-picker>
  277. <long-advice-sub-menu :visibility="advice_visibility" v-on:menu-cancle-three="menuCancleThree"
  278. v-on:menu-comfirm-three="menuComfirmThree" :propsForm="advicePropForm"></long-advice-sub-menu>
  279. <msg-tip style="width:500px;" :visibility="msgtip_visibility" :predialysis="predialysis"
  280. :last_predialysis="last_predialysis"
  281. :record="record"
  282. :last_record="last_record"
  283. :patient_prop="patient"
  284. :prescription_prop="prescription_prop"
  285. v-on:menu-msg-tip="menuMsgTip"></msg-tip>
  286. </div>
  287. </template>
  288. <script>
  289. import CheckBoxSubMenu from './subMenu/checkBoxSubMenu'
  290. import MultipleSubMenu from './subMenu/multipleSubMenu'
  291. import {commitDialysisPrescription, CreateGroupAdvice, postSign, postSolution} from '@/api/dialysis'
  292. import {Toast} from 'vant'
  293. import {getDataConfig} from '@/utils/data'
  294. import {parseTime} from '@/utils'
  295. import LongAdviceSubMenu from './subMenu/LongAdviceSubMenu'
  296. import MsgTip from './subMenu/MsgTip'
  297. export default {
  298. name: 'PrescriptionDialog',
  299. props: {
  300. admin_users_prop: {
  301. type: Array,
  302. default: function () {
  303. return new Array()
  304. }
  305. },
  306. predialysis:{
  307. type:Object
  308. },
  309. last_predialysis: {
  310. type:Object
  311. },
  312. record:{
  313. type:Object
  314. },
  315. last_record: {
  316. type:Object
  317. },
  318. patient_prop: {
  319. type: Object
  320. },
  321. solution_prop: {
  322. type: Object
  323. },
  324. config: {
  325. type: Object
  326. },
  327. operators: {
  328. type: Array,
  329. default: function () {
  330. return new Array()
  331. }
  332. },
  333. types: {
  334. type: Array,
  335. default: function () {
  336. return new Array()
  337. }
  338. },
  339. info: {
  340. type: Array,
  341. default: function () {
  342. return new Array()
  343. }
  344. },
  345. prescription_prop: {
  346. type: Object
  347. },
  348. is_open: {
  349. type: Number
  350. },
  351. targetAdvices: {
  352. type: Array,
  353. default: function () {
  354. return new Array()
  355. }
  356. },
  357. waitUploadAdvices: {
  358. type: Array,
  359. default: function () {
  360. return new Array()
  361. }
  362. },
  363. machines_prop: {
  364. type: Array,
  365. default: function () {
  366. return new Array()
  367. }
  368. }
  369. },
  370. components: {
  371. LongAdviceSubMenu,
  372. MsgTip,
  373. MultipleSubMenu,
  374. // MultipleSubMenu,
  375. CheckBoxSubMenu
  376. },
  377. data () {
  378. return {
  379. is_pre: 0,
  380. loading: false,
  381. signUrl: '',
  382. isShowDesc: true,
  383. advice_visibility: false,
  384. msgtip_visibility: false,
  385. time: '03:00',
  386. timeValue: '',
  387. isShowSign: false,
  388. anticoagulantsConfit: {},
  389. dialysateFormulationOptions: [],
  390. bodyFluidOptions: [],
  391. specialMedicineOptions: [],
  392. displaceLiquiPartOptions: [],
  393. bloodAccessOptions: [],
  394. advicePropForm: {
  395. list: [],
  396. result: [],
  397. operators: []
  398. },
  399. is_show: false,
  400. perfusion_apparatus: {},
  401. replacementWays: [],
  402. dialyserList: [],
  403. modeOption: [],
  404. isShowDoctorBtn: true,
  405. isShowDoctorSign: false,
  406. visibility: false,
  407. isShowDialog: true,
  408. isShowModeSubMenu: false,
  409. dialysisPrescription: {
  410. mode_id: '',
  411. dialysis_duration: '',
  412. dialysis_duration_hour: '',
  413. dialysis_duration_minute: '',
  414. mode_name: '',
  415. dialyzer: '',
  416. perfusion_apparatus: '',
  417. blood_flow_volume: '',
  418. dewater_amount: '',
  419. displace_liqui: '',
  420. replacement_total: '',
  421. replacement_way: '',
  422. anticoagulant: '',
  423. anticoagulant_shouji: '',
  424. anticoagulant_weichi: '',
  425. anticoagulant_zongliang: '',
  426. anticoagulant_gaimingcheng: '',
  427. anticoagulant_gaijiliang: '',
  428. dialyzer_perfusion_apparatus: '',
  429. kalium: '',
  430. sodium: '',
  431. calcium: '',
  432. bicarbonate: '',
  433. glucose: '',
  434. prescription_doctor: '',
  435. // dry_weight: "",
  436. dialysate_flow: '',
  437. dialysate_temperature: '',
  438. target_ultrafiltration: '',
  439. dialysate_formulation: '',
  440. conductivity: '',
  441. doctor: '',
  442. remark: '',
  443. body_fluid: '',
  444. special_medicine: '',
  445. special_medicine_other: '',
  446. displace_liqui_part: '',
  447. displace_liqui_value: '',
  448. blood_access: '',
  449. ultrafiltration: '',
  450. body_fluid_other: '',
  451. niprocart: '',
  452. jms: '',
  453. fistula_needle_set: '',
  454. fistula_needle_set_16: '',
  455. hemoperfusion: '',
  456. dialyser_sterilised: '',
  457. filtryzer: '',
  458. target_ktv: '',
  459. dialyzers: '',
  460. injector: '',
  461. bloodlines: '',
  462. tubing_hemodialysis: '',
  463. package: '',
  464. a_liquid: '',
  465. creater: '',
  466. modifier: ''
  467. },
  468. anticoagulant: {
  469. id: 0,
  470. name: '',
  471. type: 1,
  472. shouji: 1,
  473. weichi: 1,
  474. zongliang: 1,
  475. gaimingcheng: -1,
  476. gaijiliang: -1,
  477. shouji_unit: 'mg',
  478. weichi_unit: 'mg/h',
  479. zongliang_unit: 'mg',
  480. gaimingcheng_unit: '',
  481. gaijiliang_unit: ''
  482. },
  483. propForm: {
  484. title: '',
  485. list: [],
  486. optionList: [],
  487. isMultiple: 2,
  488. result: [], // 选中的值
  489. type: 1, // 用来区分不同子菜单,方便对返回值进行赋值
  490. selectId: 0
  491. }
  492. }
  493. },
  494. methods: {
  495. showmsgtip(){
  496. this.msgtip_visibility = true
  497. this.isShowDialog = false
  498. },
  499. isPermission () {
  500. if (this.$store.getters.user.user.user_type == 3 && (this.$store.getters.user.template_info.template_id == 2 || this.$store.getters.user.template_info.template_id == 6)) {
  501. return false
  502. } else{
  503. return true
  504. }
  505. },
  506. isShow (name) {
  507. var filedList = this.$store.getters.user.fileds
  508. for (let i = 0; i < filedList.length; i++) {
  509. if (filedList[i].module == 1 && filedList[i].filed_name_cn == name && filedList[i].is_show == 1) {
  510. return true
  511. }
  512. }
  513. return false
  514. },
  515. openPicker: function () {
  516. this.$refs.picker.open()
  517. },
  518. handleTimeConfirm: function (val) {
  519. val = val.replace('小时')
  520. val = val.replace('分钟')
  521. let timeArray = val.split(':')
  522. if (parseInt(timeArray[0].substring(0, 1)) == 0) {
  523. this.dialysisPrescription.dialysis_duration_hour = timeArray[0].charAt(timeArray[0].length - 1)
  524. } else {
  525. this.dialysisPrescription.dialysis_duration_hour = timeArray[0]
  526. }
  527. if (parseInt(timeArray[1].substring(0, 1)) == 0) {
  528. this.dialysisPrescription.dialysis_duration_minute = timeArray[1].charAt(timeArray[1].length - 1)
  529. } else {
  530. this.dialysisPrescription.dialysis_duration_minute = timeArray[1]
  531. }
  532. this.timeValue = this.dialysisPrescription.dialysis_duration_hour + '小时' + this.dialysisPrescription.dialysis_duration_minute + '分钟'
  533. this.dialysisPrescription.dialysis_duration = this.dialysisPrescription.dialysis_duration_hour + '.' + (this.dialysisPrescription.dialysis_duration_minute)
  534. },
  535. inputFocus: function (event) {
  536. var input = event.target
  537. setTimeout(function () {
  538. input.scrollIntoView()
  539. }, 0)
  540. if (input.setSelectionRange) {
  541. setTimeout(function () {
  542. input.setSelectionRange(0, input.value.length)
  543. }, 0)
  544. } else if (input.createTextRange) {
  545. var rng = input.createTextRange()
  546. rng.move('character', input.value.length)
  547. rng.select()
  548. }
  549. },
  550. lastInputFocus: function (event) {
  551. var input = event.target
  552. setTimeout(function () {
  553. input.style.marginBottom = '2rem'
  554. input.parentNode.scrollIntoView()
  555. }, 0)
  556. },
  557. lastInputBlur: function (event) {
  558. var input = event.target
  559. setTimeout(function () {
  560. input.style.marginBottom = ''
  561. }, 0)
  562. },
  563. showSubMenu: function (val) {
  564. switch (val) {
  565. case 'mode':
  566. this.propForm.type = 1
  567. this.isShowDialog = false
  568. this.propForm.title = '透析模式'
  569. this.visibility = true
  570. this.propForm.list = []
  571. this.propForm.optionList = this.modeOption
  572. this.propForm.isMultiple = 1
  573. this.propForm.selectId = this.dialysisPrescription.mode_id
  574. this.propForm.click_ref = 'mode'
  575. break
  576. case 'dialyzer':
  577. this.propForm.type = 2
  578. this.isShowDialog = false
  579. this.propForm.title = '透析器'
  580. this.visibility = true
  581. this.propForm.list = []
  582. this.propForm.optionList = this.machines_prop
  583. this.propForm.isMultiple = 1
  584. this.propForm.selectId = this.dialysisPrescription.dialyzer
  585. this.propForm.click_ref = 'dialyzer'
  586. break
  587. case 'perfusion_apparatus':
  588. this.propForm.type = 3
  589. this.isShowDialog = false
  590. this.propForm.title = '灌流器'
  591. this.visibility = true
  592. this.propForm.list = []
  593. this.propForm.optionList = this.perfusion_apparatus
  594. this.propForm.isMultiple = 1
  595. this.propForm.selectId = this.dialysisPrescription.perfusion_apparatus
  596. this.propForm.click_ref = 'perfusion_apparatus'
  597. break
  598. case 'replacement_way':
  599. this.propForm.type = 4
  600. this.isShowDialog = false
  601. this.propForm.title = '置换方式'
  602. this.visibility = true
  603. this.propForm.list = []
  604. this.propForm.optionList = this.replacementWays
  605. this.propForm.isMultiple = 1
  606. this.propForm.selectId = this.dialysisPrescription.replacement_way
  607. this.propForm.click_ref = 'replacement_way'
  608. break
  609. case 'anticoagulant':
  610. this.propForm.type = 5
  611. this.isShowDialog = false
  612. this.propForm.title = '抗疑剂'
  613. this.visibility = true
  614. this.propForm.list = []
  615. this.propForm.optionList = this.anticoagulantsConfit
  616. this.propForm.isMultiple = 1
  617. this.propForm.selectId = this.dialysisPrescription.anticoagulant
  618. this.propForm.click_ref = 'anticoagulant'
  619. break
  620. case 'dialysate_formulation':
  621. this.propForm.type = 6
  622. this.isShowDialog = false
  623. this.propForm.title = '透析液配方'
  624. this.visibility = true
  625. this.propForm.list = []
  626. this.propForm.optionList = this.dialysateFormulationOptions
  627. this.propForm.isMultiple = 1
  628. this.propForm.selectId = this.dialysisPrescription.dialysate_formulation
  629. this.propForm.click_ref = 'dialysate_formulation'
  630. break
  631. case 'body_fluid':
  632. this.propForm.type = 7
  633. this.isShowDialog = false
  634. this.propForm.title = '体液过多症状'
  635. this.visibility = true
  636. this.propForm.list = []
  637. this.propForm.optionList = this.bodyFluidOptions
  638. this.propForm.isMultiple = 1
  639. this.propForm.selectId = this.dialysisPrescription.body_fluid
  640. this.propForm.click_ref = 'body_fluid'
  641. break
  642. case 'special_medicine':
  643. this.propForm.type = 8
  644. this.isShowDialog = false
  645. this.propForm.title = '透析前使用特殊药物'
  646. this.visibility = true
  647. this.propForm.list = []
  648. this.propForm.optionList = this.specialMedicineOptions
  649. this.propForm.isMultiple = 1
  650. this.propForm.selectId = this.dialysisPrescription.special_medicine
  651. this.propForm.click_ref = 'special_medicine'
  652. break
  653. case 'displace_liqui_part':
  654. this.propForm.type = 9
  655. this.isShowDialog = false
  656. this.propForm.title = '置换液'
  657. this.visibility = true
  658. this.propForm.list = []
  659. this.propForm.optionList = this.displaceLiquiPartOptions
  660. this.propForm.isMultiple = 1
  661. this.propForm.selectId = this.dialysisPrescription.displace_liqui_part
  662. this.propForm.click_ref = 'displace_liqui_part'
  663. break
  664. case 'blood_access':
  665. this.propForm.type = 10
  666. this.isShowDialog = false
  667. this.propForm.title = '血管通路'
  668. this.visibility = true
  669. this.propForm.list = []
  670. this.propForm.optionList = this.bloodAccessOptions
  671. this.propForm.isMultiple = 1
  672. this.propForm.selectId = this.dialysisPrescription.blood_access
  673. this.propForm.click_ref = 'blood_access'
  674. break
  675. }
  676. },
  677. menuCancle: function () {
  678. this.visibility = false
  679. this.isShowDialog = true
  680. this.$nextTick(() => {
  681. if (this.$refs[this.propForm.click_ref] != undefined && this.$refs[this.propForm.click_ref] != null) {
  682. this.$refs[this.propForm.click_ref].scrollIntoView()
  683. }
  684. })
  685. },
  686. menuCancleThree: function () {
  687. this.advice_visibility = false
  688. this.isShowDialog = true
  689. },
  690. menuMsgTip: function () {
  691. this.msgtip_visibility = false
  692. this.isShowDialog = true
  693. },
  694. menuComfirmThree: function (targetAdvices) {
  695. let params = {
  696. advices: targetAdvices,
  697. advice_date: parseTime(this.$route.query.date, '{y}-{m}-{d}'),
  698. advice_doctor: targetAdvices[0].advice_doctor,
  699. advice_type: targetAdvices[0].advice_type,
  700. parent_id: this.patient_id,
  701. start_time: parseTime(this.$route.query.date, '{y}-{m}-{d}'),
  702. remark: ''
  703. }
  704. CreateGroupAdvice(this.$route.query.patient_id, 0, params).then(rs => {
  705. var resp = rs.data
  706. if (resp.state == 1) {
  707. } else {
  708. }
  709. })
  710. if (this.is_pre == 1) {
  711. Toast.loading({forbidClick: true, duration: 0})
  712. let ParamsQuery = this.dialysisPrescription
  713. ParamsQuery['patient'] = this.$route.query.patient_id
  714. ParamsQuery['record_date'] = this.record_date
  715. commitDialysisPrescription(ParamsQuery).then(response => {
  716. if (response.data.state == 0) {
  717. Toast.fail(response.data.msg)
  718. return false
  719. } else {
  720. Toast.success('提交成功')
  721. this.$emit('prescription', response.data.data.prescription)
  722. // for (const key in response.data.data.prescription) {
  723. // // this.prescription_prop[key] = response.data.data.prescription[key];
  724. // }
  725. this.finish()
  726. }
  727. })
  728. } else if (this.is_pre == 2) {
  729. Toast.loading({forbidClick: true, duration: 0})
  730. let ParamsQuery = this.dialysisPrescription
  731. ParamsQuery['patient'] = this.$route.query.patient_id
  732. ParamsQuery['record_date'] = this.record_date
  733. postSolution(ParamsQuery).then(response => {
  734. if (response.data.state == 0) {
  735. Toast.fail(response.data.msg)
  736. return false
  737. } else {
  738. Toast.success('提交成功')
  739. this.$emit('advice')
  740. this.$emit('longSolution', response.data.data.solution)
  741. this.$emit('prescription', response.data.data.prescription)
  742. this.finish()
  743. }
  744. })
  745. }
  746. },
  747. menuComfirm: function (val) {
  748. this.visibility = false
  749. this.isShowDialog = true
  750. this.$nextTick(() => {
  751. if (this.$refs[this.propForm.click_ref] != undefined && this.$refs[this.propForm.click_ref] != null) {
  752. this.$refs[this.propForm.click_ref].scrollIntoView()
  753. }
  754. })
  755. switch (val.type) {
  756. case 1:
  757. this.dialysisPrescription.mode_id = val.selectId
  758. break
  759. case 2:
  760. this.dialysisPrescription.dialyzer = val.selectId
  761. break
  762. case 3:
  763. this.dialysisPrescription.perfusion_apparatus = val.selectId
  764. break
  765. case 4:
  766. this.dialysisPrescription.replacement_way = val.selectId
  767. break
  768. case 5:
  769. this.dialysisPrescription.anticoagulant = val.selectId
  770. if (typeof this.anticoagulantsConfit[val.selectId] === 'undefined' || this.anticoagulantsConfit[val.selectId] == null) {
  771. return
  772. }
  773. this.anticoagulant = this.anticoagulantsConfit[val.selectId]
  774. break
  775. case 6:
  776. this.dialysisPrescription.dialysate_formulation = val.selectId
  777. break
  778. case 7:
  779. this.dialysisPrescription.body_fluid = val.selectId
  780. break
  781. case 8:
  782. this.dialysisPrescription.special_medicine = val.selectId
  783. break
  784. case 9:
  785. this.dialysisPrescription.displace_liqui_part = val.selectId
  786. break
  787. case 10:
  788. this.dialysisPrescription.blood_access = val.selectId
  789. break
  790. }
  791. },
  792. GetModeByModeId: function (val) {
  793. let treatment_mode_name = ''
  794. let treatment_mode = this.modeOption
  795. for (let keys in treatment_mode) {
  796. if (treatment_mode[keys].id == val) {
  797. treatment_mode_name = treatment_mode[keys].name
  798. }
  799. }
  800. return treatment_mode_name
  801. },
  802. GetDialysateFormulationById: function (val) {
  803. let name = ''
  804. let dfl = this.dialysateFormulationOptions.length
  805. for (let index = 0; index < dfl; index++) {
  806. if (this.dialysateFormulationOptions[index].id == val) {
  807. name = this.dialysateFormulationOptions[index].name
  808. break
  809. }
  810. }
  811. return name
  812. },
  813. GetDialyzerById: function (val) {
  814. let dialyzer_name = ''
  815. let machines = this.machines_prop
  816. for (let i = 0; i < machines.length; i++) {
  817. if (machines[i].id == val) {
  818. dialyzer_name = machines[i].name
  819. }
  820. }
  821. return dialyzer_name
  822. },
  823. GetPerfusionApparatusById: function (val) {
  824. let perfusion_apparatus_name = ''
  825. let perfusion_apparatus = this.perfusion_apparatus
  826. for (let i = 0; i < perfusion_apparatus.length; i++) {
  827. if (perfusion_apparatus[i].id == val) {
  828. perfusion_apparatus_name = perfusion_apparatus[i].name
  829. }
  830. }
  831. return perfusion_apparatus_name
  832. },
  833. GetReplacementWayById: function (val) {
  834. let replacement_ways_name = ''
  835. let replacement_ways = this.replacementWays
  836. for (let i = 0; i < replacement_ways.length; i++) {
  837. if (replacement_ways[i].id == val) {
  838. replacement_ways_name = replacement_ways[i].name
  839. }
  840. }
  841. return replacement_ways_name
  842. },
  843. GetAnticoagulantById: function (val) {
  844. let anticoagulan_name = ''
  845. let anticoagulant = this.anticoagulantsConfit
  846. for (let keys in anticoagulant) {
  847. if (anticoagulant[keys].id == val) {
  848. anticoagulan_name = anticoagulant[keys].name
  849. }
  850. }
  851. return anticoagulan_name
  852. },
  853. commitInfo: function () {
  854. this.is_pre = 1
  855. if (this.prescription_prop.id == '') {
  856. console.log(this.is_open)
  857. if (this.is_open == 0) {
  858. Toast.loading({forbidClick: true, duration: 0})
  859. let ParamsQuery = this.dialysisPrescription
  860. ParamsQuery['patient'] = this.$route.query.patient_id
  861. ParamsQuery['record_date'] = this.record_date
  862. commitDialysisPrescription(ParamsQuery).then(response => {
  863. if (response.data.state == 0) {
  864. Toast.fail(response.data.msg)
  865. return false
  866. } else {
  867. Toast.success('提交成功')
  868. this.$emit('prescription', response.data.data.prescription)
  869. this.finish()
  870. }
  871. })
  872. } else if (this.is_open == 1) {
  873. // 弹框推送提醒
  874. this.advicePropForm.list = this.targetAdvices
  875. this.advicePropForm.operators = this.admin_users_prop
  876. this.advice_visibility = true
  877. this.isShowDialog = false
  878. for (let i = 0; i < this.advicePropForm.list.length; i++) {
  879. if (this.advicePropForm.list[i].parent_id == 0 && this.advicePropForm.list[i].isCheck == 1) {
  880. this.advicePropForm.result.push(this.advicePropForm.list[i].id)
  881. }
  882. }
  883. } else if (this.is_open == 2) {
  884. if (this.waitUploadAdvices.length > 0) {
  885. this.advice_visibility = false
  886. let params = {
  887. advices: this.waitUploadAdvices,
  888. advice_date: parseTime(this.$route.query.date, '{y}-{m}-{d}'),
  889. advice_doctor: this.waitUploadAdvices[0].advice_doctor,
  890. advice_type: this.waitUploadAdvices[0].advice_type,
  891. parent_id: this.patient_id,
  892. start_time: parseTime(this.$route.query.date, '{y}-{m}-{d}'),
  893. remark: ''
  894. }
  895. CreateGroupAdvice(this.$route.query.patient_id, 0, params).then(rs => {
  896. var resp = rs.data
  897. if (resp.state == 1) {
  898. } else {
  899. }
  900. })
  901. }
  902. Toast.loading({forbidClick: true, duration: 0})
  903. let ParamsQuery = this.dialysisPrescription
  904. ParamsQuery['patient'] = this.$route.query.patient_id
  905. ParamsQuery['record_date'] = this.record_date
  906. commitDialysisPrescription(ParamsQuery).then(response => {
  907. if (response.data.state == 0) {
  908. Toast.fail(response.data.msg)
  909. return false
  910. } else {
  911. Toast.success('提交成功')
  912. this.$emit('prescription', response.data.data.prescription)
  913. this.finish()
  914. }
  915. })
  916. }
  917. } else {
  918. if (this.dialysisPrescription.creater == 0) {
  919. if (this.is_open == 0) {
  920. Toast.loading({forbidClick: true, duration: 0})
  921. let ParamsQuery = this.dialysisPrescription
  922. ParamsQuery['patient'] = this.$route.query.patient_id
  923. ParamsQuery['record_date'] = this.record_date
  924. commitDialysisPrescription(ParamsQuery).then(response => {
  925. if (response.data.state == 0) {
  926. Toast.fail(response.data.msg)
  927. return false
  928. } else {
  929. Toast.success('提交成功')
  930. this.$emit('prescription', response.data.data.prescription)
  931. this.finish()
  932. }
  933. })
  934. } else if (this.is_open == 1) {
  935. // 弹框推送提醒
  936. this.advicePropForm.list = this.targetAdvices
  937. this.advicePropForm.operators = this.admin_users_prop
  938. this.advice_visibility = true
  939. this.isShowDialog = false
  940. for (let i = 0; i < this.advicePropForm.list.length; i++) {
  941. if (this.advicePropForm.list[i].parent_id == 0 && this.advicePropForm.list[i].isCheck == 1) {
  942. this.advicePropForm.result.push(this.advicePropForm.list[i].id)
  943. }
  944. }
  945. } else if (this.is_open == 2) {
  946. if (this.waitUploadAdvices.length > 0) {
  947. this.advice_visibility = false
  948. let params = {
  949. advices: this.waitUploadAdvices,
  950. advice_date: parseTime(this.$route.query.date, '{y}-{m}-{d}'),
  951. advice_doctor: this.waitUploadAdvices[0].advice_doctor,
  952. advice_type: this.waitUploadAdvices[0].advice_type,
  953. parent_id: this.patient_id,
  954. start_time: parseTime(this.$route.query.date, '{y}-{m}-{d}'),
  955. remark: ''
  956. }
  957. CreateGroupAdvice(this.$route.query.patient_id, 0, params).then(rs => {
  958. var resp = rs.data
  959. if (resp.state == 1) {
  960. } else {
  961. }
  962. })
  963. }
  964. }
  965. }
  966. Toast.loading({forbidClick: true, duration: 0})
  967. let ParamsQuery = this.dialysisPrescription
  968. ParamsQuery['patient'] = this.$route.query.patient_id
  969. ParamsQuery['record_date'] = this.record_date
  970. commitDialysisPrescription(ParamsQuery).then(response => {
  971. if (response.data.state == 0) {
  972. Toast.fail(response.data.msg)
  973. return false
  974. } else {
  975. Toast.success('提交成功')
  976. this.$emit('prescription', response.data.data.prescription)
  977. this.finish()
  978. }
  979. })
  980. }
  981. },
  982. commitSolutionInfo: function () {
  983. this.is_pre = 2
  984. if (this.prescription_prop.id == '') {
  985. if (this.is_open == 0) {
  986. Toast.loading({forbidClick: true, duration: 0})
  987. let ParamsQuery = this.dialysisPrescription
  988. ParamsQuery['patient'] = this.$route.query.patient_id
  989. ParamsQuery['record_date'] = this.record_date
  990. commitDialysisPrescription(ParamsQuery).then(response => {
  991. if (response.data.state == 0) {
  992. Toast.fail(response.data.msg)
  993. return false
  994. } else {
  995. Toast.success('提交成功')
  996. this.$emit('prescription', response.data.data.prescription)
  997. this.finish()
  998. }
  999. })
  1000. } else if (this.is_open == 1) {
  1001. // 弹框推送提醒
  1002. this.advicePropForm.list = this.targetAdvices
  1003. this.advicePropForm.operators = this.admin_users_prop
  1004. this.advice_visibility = true
  1005. this.isShowDialog = false
  1006. for (let i = 0; i < this.advicePropForm.list.length; i++) {
  1007. if (this.advicePropForm.list[i].parent_id == 0 && this.advicePropForm.list[i].isCheck == 1) {
  1008. this.advicePropForm.result.push(this.advicePropForm.list[i].id)
  1009. }
  1010. }
  1011. } else if (this.is_open == 2) {
  1012. if (this.waitUploadAdvices.length > 0) {
  1013. this.advice_visibility = false
  1014. let params = {
  1015. advices: this.waitUploadAdvices,
  1016. advice_date: parseTime(this.$route.query.date, '{y}-{m}-{d}'),
  1017. advice_doctor: this.waitUploadAdvices[0].advice_doctor,
  1018. advice_type: this.waitUploadAdvices[0].advice_type,
  1019. parent_id: this.patient_id,
  1020. start_time: parseTime(this.$route.query.date, '{y}-{m}-{d}'),
  1021. remark: ''
  1022. }
  1023. CreateGroupAdvice(this.$route.query.patient_id, 0, params).then(rs => {
  1024. var resp = rs.data
  1025. if (resp.state == 1) {
  1026. } else {
  1027. }
  1028. })
  1029. }
  1030. Toast.loading({forbidClick: true, duration: 0})
  1031. let ParamsQuery = this.dialysisPrescription
  1032. ParamsQuery['patient'] = this.$route.query.patient_id
  1033. ParamsQuery['record_date'] = this.record_date
  1034. postSolution(ParamsQuery).then(response => {
  1035. if (response.data.state == 0) {
  1036. Toast.fail(response.data.msg)
  1037. return false
  1038. } else {
  1039. Toast.success('提交成功')
  1040. this.$emit('advice')
  1041. this.$emit('longSolution', response.data.data.solution)
  1042. this.$emit('prescription', response.data.data.prescription)
  1043. this.finish()
  1044. }
  1045. })
  1046. }
  1047. } else {
  1048. if (this.dialysisPrescription.creater == 0) {
  1049. if (this.is_open == 0) {
  1050. Toast.loading({forbidClick: true, duration: 0})
  1051. let ParamsQuery = this.dialysisPrescription
  1052. ParamsQuery['patient'] = this.$route.query.patient_id
  1053. ParamsQuery['record_date'] = this.record_date
  1054. commitDialysisPrescription(ParamsQuery).then(response => {
  1055. if (response.data.state == 0) {
  1056. Toast.fail(response.data.msg)
  1057. return false
  1058. } else {
  1059. Toast.success('提交成功')
  1060. this.$emit('prescription', response.data.data.prescription)
  1061. this.finish()
  1062. }
  1063. })
  1064. } else if (this.is_open == 1) {
  1065. // 弹框推送提醒
  1066. this.advicePropForm.list = this.targetAdvices
  1067. this.advicePropForm.operators = this.admin_users_prop
  1068. this.advice_visibility = true
  1069. this.isShowDialog = false
  1070. for (let i = 0; i < this.advicePropForm.list.length; i++) {
  1071. if (this.advicePropForm.list[i].parent_id == 0 && this.advicePropForm.list[i].isCheck == 1) {
  1072. this.advicePropForm.result.push(this.advicePropForm.list[i].id)
  1073. }
  1074. }
  1075. } else if (this.is_open == 2) {
  1076. if (this.waitUploadAdvices.length > 0) {
  1077. this.advice_visibility = false
  1078. let params = {
  1079. advices: this.waitUploadAdvices,
  1080. advice_date: parseTime(this.$route.query.date, '{y}-{m}-{d}'),
  1081. advice_doctor: this.waitUploadAdvices[0].advice_doctor,
  1082. advice_type: this.waitUploadAdvices[0].advice_type,
  1083. parent_id: this.patient_id,
  1084. start_time: parseTime(this.$route.query.date, '{y}-{m}-{d}'),
  1085. remark: ''
  1086. }
  1087. CreateGroupAdvice(this.$route.query.patient_id, 0, params).then(rs => {
  1088. var resp = rs.data
  1089. if (resp.state == 1) {
  1090. } else {
  1091. }
  1092. })
  1093. }
  1094. }
  1095. }
  1096. Toast.loading({forbidClick: true, duration: 0})
  1097. let ParamsQuery = this.dialysisPrescription
  1098. ParamsQuery['patient'] = this.$route.query.patient_id
  1099. ParamsQuery['record_date'] = this.record_date
  1100. postSolution(ParamsQuery).then(response => {
  1101. if (response.data.state == 0) {
  1102. Toast.fail(response.data.msg)
  1103. return false
  1104. } else {
  1105. Toast.success('提交成功')
  1106. // for (const key in response.data.data.solution) {
  1107. // this.solution_prop[key] = response.data.data.solution[key];
  1108. // }
  1109. // for (const key in response.data.data.prescription) {
  1110. // this.prescription_prop[key] = response.data.data.prescription[key];
  1111. // }
  1112. // console.log(response.data.data.prescription)
  1113. this.$emit('longSolution', response.data.data.solution)
  1114. this.$emit('prescription', response.data.data.prescription)
  1115. this.finish()
  1116. }
  1117. })
  1118. }
  1119. },
  1120. finish: function () {
  1121. this.$emit('finish')
  1122. },
  1123. close: function () {
  1124. this.$emit('close')
  1125. },
  1126. open: function () {
  1127. this.isShowDialog = true
  1128. this.visibility = false
  1129. this.$refs.picker.close()
  1130. var dialogTop = document.querySelector('#dialogTop')
  1131. if (dialogTop != null) {
  1132. this.$nextTick(() => {
  1133. dialogTop.scrollTop = 0
  1134. })
  1135. }
  1136. },
  1137. sign: function () {
  1138. let params = {
  1139. patient_id: this.$route.query.patient_id,
  1140. date: this.record_date
  1141. }
  1142. postSign(params).then(response => {
  1143. if (response.data.state == 0) {
  1144. Toast.fail(response.data.msg)
  1145. return false
  1146. } else {
  1147. this.isShowDesc = false
  1148. this.isShowDoctorSign = true
  1149. this.dialysisPrescription.prescription_doctor = response.data.data.doctor_id
  1150. for (let i = 0; i < this.operators.length; i++) {
  1151. if (this.operators[i].creator == response.data.data.doctor_id) {
  1152. console.log(this.operators[i].url)
  1153. this.signUrl = this.operators[i].url
  1154. }
  1155. }
  1156. Toast.success('签名成功')
  1157. }
  1158. })
  1159. },
  1160. getBodyFluid: function (val) {
  1161. let body_fluid_name = ''
  1162. let body_fluid = this.bodyFluidOptions
  1163. for (let i = 0; i < body_fluid.length; i++) {
  1164. if (body_fluid[i].id == val) {
  1165. body_fluid_name = body_fluid[i].name
  1166. }
  1167. }
  1168. return body_fluid_name
  1169. },
  1170. getSpecialMedicine: function (val) {
  1171. let special_medicine_name = ''
  1172. let special_medicine = this.specialMedicineOptions
  1173. for (let i = 0; i < special_medicine.length; i++) {
  1174. if (special_medicine[i].id == val) {
  1175. special_medicine_name = special_medicine[i].name
  1176. }
  1177. }
  1178. return special_medicine_name
  1179. },
  1180. getDisplaceLiquiPart: function (val) {
  1181. let displace_liqui_part_name = ''
  1182. let displace_liqui_part = this.displaceLiquiPartOptions
  1183. for (let i = 0; i < displace_liqui_part.length; i++) {
  1184. if (displace_liqui_part[i].id == val) {
  1185. displace_liqui_part_name = displace_liqui_part[i].name
  1186. }
  1187. }
  1188. return displace_liqui_part_name
  1189. },
  1190. getBloodAccess: function (val) {
  1191. let blood_access_name = ''
  1192. let blood_access = this.bloodAccessOptions
  1193. for (let i = 0; i < blood_access.length; i++) {
  1194. if (blood_access[i].id == val) {
  1195. blood_access_name = blood_access[i].name
  1196. }
  1197. }
  1198. return blood_access_name
  1199. },
  1200. menuEmpty: function (val) {
  1201. this.visibility = false
  1202. this.isShowDialog = true
  1203. switch (val.type) {
  1204. case 1:
  1205. this.dialysisPrescription.mode_id = ''
  1206. break
  1207. case 2:
  1208. this.dialysisPrescription.dialyzer = ''
  1209. break
  1210. case 3:
  1211. this.dialysisPrescription.perfusion_apparatus = ''
  1212. break
  1213. case 4:
  1214. this.dialysisPrescription.replacement_way = ''
  1215. break
  1216. case 5:
  1217. this.anticoagulant = ''
  1218. break
  1219. case 6:
  1220. this.dialysisPrescription.dialysate_formulation = ''
  1221. break
  1222. case 7:
  1223. this.dialysisPrescription.body_fluid = ''
  1224. break
  1225. case 8:
  1226. this.dialysisPrescription.special_medicine = ''
  1227. break
  1228. case 9:
  1229. this.dialysisPrescription.displace_liqui_part = ''
  1230. break
  1231. case 10:
  1232. this.dialysisPrescription.blood_access = ''
  1233. break
  1234. }
  1235. },
  1236. getFloat: function (x) {
  1237. if (x != '.') {
  1238. var f = Math.round(x * 100) / 100
  1239. var s = f.toString()
  1240. var rs = s.indexOf('.')
  1241. if (rs <= 0) {
  1242. rs = s.length
  1243. s += '.'
  1244. }
  1245. while (s.length <= rs + 1) {
  1246. s += '0'
  1247. }
  1248. return s
  1249. } else {
  1250. return '0.0'
  1251. }
  1252. },
  1253. dialysisGoodsClick: function () {
  1254. this.isShowDialog = false
  1255. this.is_show = true
  1256. },
  1257. menuCancleTwo: function () {
  1258. this.isShowDialog = true
  1259. this.is_show = false
  1260. },
  1261. menuComfirmTwo: function (dialysisPrescription) {
  1262. this.isShowDialog = true
  1263. this.is_show = false
  1264. this.dialysisPrescription.niprocart = dialysisPrescription.niprocart
  1265. this.dialysisPrescription.jms = dialysisPrescription.jms
  1266. this.dialysisPrescription.fistula_needle_set = dialysisPrescription.fistula_needle_set
  1267. this.dialysisPrescription.fistula_needle_set_16 = dialysisPrescription.fistula_needle_set_16
  1268. this.dialysisPrescription.hemoperfusion = dialysisPrescription.hemoperfusion
  1269. this.dialysisPrescription.dialyser_sterilised = dialysisPrescription.dialyser_sterilised
  1270. this.dialysisPrescription.filtryzer = dialysisPrescription.filtryzer
  1271. this.dialysisPrescription.dialyzers = dialysisPrescription.dialyzers
  1272. this.dialysisPrescription.injector = dialysisPrescription.injector
  1273. this.dialysisPrescription.bloodlines = dialysisPrescription.bloodlines
  1274. this.dialysisPrescription.tubing_hemodialysis = dialysisPrescription.tubing_hemodialysis
  1275. this.dialysisPrescription.package = dialysisPrescription.package
  1276. this.dialysisPrescription.a_liquid = dialysisPrescription.a_liquid
  1277. }
  1278. },
  1279. created () {
  1280. // this.$refs.computer_dialog.open()
  1281. if (this.$store.getters.user.user.user_type == 2) {
  1282. this.isShowSign = true
  1283. }
  1284. this.modeOption = this.$store.getters.treatment_mode
  1285. delete this.modeOption['0']
  1286. var perfusion_apparatus = getDataConfig('hemodialysis', 'perfusion_apparatus')
  1287. this.perfusion_apparatus = perfusion_apparatus
  1288. this.anticoagulantsConfit = this.$store.getters.anticoagulants_confit
  1289. this.bodyFluidOptions = this.$store.getters.body_fluid
  1290. this.specialMedicineOptions = this.$store.getters.special_medicine
  1291. this.displaceLiquiPartOptions = this.$store.getters.displace_liqui
  1292. this.bloodAccessOptions = this.$store.getters.blood_access
  1293. this.dialysateFormulationOptions = getDataConfig('hemodialysis', 'dialysate_formulation')
  1294. this.replacementWays = getDataConfig('hemodialysis', 'replacement_ways')
  1295. this.patient = this.patient_prop
  1296. if (this.prescription_prop != null && typeof (this.prescription_prop.id) !== 'undefined' && this.prescription_prop.id > 0) {
  1297. for (const key in this.prescription_prop) {
  1298. this.dialysisPrescription[key] = this.prescription_prop[key]
  1299. }
  1300. } else if (this.solution_prop != null && typeof this.solution_prop.id !== 'undefined' && this.solution_prop.id) {
  1301. for (const key in this.solution_prop) {
  1302. this.dialysisPrescription[key] = this.solution_prop[key]
  1303. }
  1304. }
  1305. if (this.dialysisPrescription.dialysis_duration_hour.length == 0 || this.dialysisPrescription.dialysis_duration_minute.length == 0) {
  1306. this.timeValue = ''
  1307. this.time = '03:00'
  1308. } else {
  1309. this.timeValue = this.dialysisPrescription.dialysis_duration_hour + '小时' + this.dialysisPrescription.dialysis_duration_minute + '分钟'
  1310. this.time = (this.dialysisPrescription.dialysis_duration_hour > 10 ? this.dialysisPrescription.dialysis_duration_hour : '0' + this.dialysisPrescription.dialysis_duration_hour) + ':' + (this.dialysisPrescription.dialysis_duration_minute > 10 ? this.dialysisPrescription.dialysis_duration_minute : '0' + this.dialysisPrescription.dialysis_duration_minute)
  1311. }
  1312. this.dialyserList = this.machines_prop
  1313. // this.doctor = this.$store.getters.user.user.user_type;
  1314. var date = this.$route.query && this.$route.query.date
  1315. date *= 1000
  1316. var newDate = new Date(date)
  1317. var y = newDate.getFullYear()
  1318. var m = newDate.getMonth() + 1
  1319. var d = newDate.getDate()
  1320. if (isNaN(y) || isNaN(m) || isNaN(d)) {
  1321. newDate = new Date()
  1322. y = newDate.getFullYear()
  1323. m = newDate.getMonth() + 1
  1324. d = newDate.getDate()
  1325. }
  1326. this.record_date =
  1327. y + '-' + (m < 10 ? '0' + m : m) + '-' + (d < 10 ? '0' + d : d)
  1328. // this.patient.id = this.patient_prop.id
  1329. if (this.dialysisPrescription.prescription_doctor == '') {
  1330. this.isShowDesc = true
  1331. this.isShowDoctorSign = false
  1332. } else {
  1333. this.isShowDesc = false
  1334. this.isShowDoctorSign = true
  1335. for (let i = 0; i < this.operators.length; i++) {
  1336. if (this.operators[i].creator == this.dialysisPrescription.prescription_doctor) {
  1337. this.signUrl = this.operators[i].url
  1338. }
  1339. }
  1340. }
  1341. console.log("hh")
  1342. this.dialysisPrescription.kalium = this.getFloat(this.dialysisPrescription.kalium)
  1343. this.dialysisPrescription.sodium = this.getFloat(this.dialysisPrescription.sodium)
  1344. this.dialysisPrescription.calcium = this.getFloat(this.dialysisPrescription.calcium)
  1345. this.dialysisPrescription.ultrafiltration = this.getFloat(this.dialysisPrescription.ultrafiltration)
  1346. this.dialysisPrescription.target_ultrafiltration = this.getFloat(this.dialysisPrescription.target_ultrafiltration)
  1347. },
  1348. watch: {
  1349. isShowDialog (val) {
  1350. if (val) {
  1351. this.advice_visibility = false
  1352. }
  1353. }
  1354. }
  1355. }
  1356. </script>
  1357. <style style="stylesheet/scss" lang="scss" scoped>
  1358. .DialogContent {
  1359. // padding-bottom:2rem !important;
  1360. .textarea {
  1361. width: 100%;
  1362. height: 2.4rem;
  1363. line-height: 0.6rem;
  1364. color: $pgh-color;
  1365. font-size: 0.28rem;
  1366. padding-left: 0.36rem;
  1367. border: none;
  1368. border-bottom: 1px #e5e5e5 solid;
  1369. }
  1370. }
  1371. </style>