血透系统pad前端

AdviceTable.vue 56KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695
  1. <template>
  2. <div class="fixedTop">
  3. <div class="choice">
  4. <ul>
  5. <li>
  6. 日期查询:
  7. <div class @click="selectStartSearchTime">
  8. {{startSearchTimeShow}}
  9. <span class="iconfont">&#xe74a;</span>
  10. </div>
  11. <span class="line"></span>
  12. <div class @click="selectEndSearchTime">
  13. {{endSearchTimeShow}}
  14. <span class="iconfont">&#xe74a;</span>
  15. </div>
  16. </li>
  17. <el-popover placement="bottom" trigger="click">
  18. <li slot="reference">
  19. {{adviceNameShow}}
  20. <span class="iconfont">&#xe74a;</span>
  21. </li>
  22. <div class="popover-demo-content">
  23. <ul>
  24. <li
  25. v-for="onet in adviceTypes"
  26. :class="onet.id == queryParams.advice_type?'tick':''"
  27. :key="onet.id"
  28. @click="selectType(onet.id,onet.show)"
  29. >{{onet.name}}</li>
  30. </ul>
  31. </div>
  32. </el-popover>
  33. <el-popover placement="bottom" trigger="click">
  34. <li slot="reference">
  35. {{stopNameShow}}
  36. <span class="iconfont">&#xe74a;</span>
  37. </li>
  38. <div class="popover-demo-content">
  39. <ul>
  40. <li
  41. v-for="onet in stopTypes"
  42. :class="onet.id == queryParams.stop_state?'tick':''"
  43. :key="onet.id"
  44. @click="selectStopType(onet.id, onet.show)"
  45. >{{onet.name}}</li>
  46. </ul>
  47. </div>
  48. </el-popover>
  49. </ul>
  50. </div>
  51. <div class="tableSearch">
  52. <ul>
  53. <li>
  54. <span class="iconfont">&#xe741;</span>
  55. <input
  56. type="search"
  57. class="search"
  58. v-model="queryParams.keywords"
  59. @change="searchKey()"
  60. placeholder="搜索"
  61. />
  62. </li>
  63. </ul>
  64. </div>
  65. <!-- <div style="width:100%;overflow:hildden;overflow-x:auto;" class="AdviceTable">
  66. <table class="table" style>
  67. <tr>
  68. <th width="177px">期效</th>
  69. <th width="334px">开始时间</th>
  70. <th width="415px">医嘱内容</th>
  71. <th width="220px">规格</th>
  72. <th width="164px">开药数量</th>
  73. <th width="164px">单次用量</th>
  74. <th width="286px">给药途径</th>
  75. <th width="177px">执行频率</th>
  76. <th width="177px">执行时间</th>
  77. <th width="177px">执行护士</th>
  78. <th width="177px">开嘱医生</th>
  79. <th width="177px">开嘱时间</th>
  80. <th width="177px">校对护士</th>
  81. <th width="177px">校对时间</th>
  82. <th width="177px">停止时间</th>
  83. <th width="177px">停止原因</th>
  84. <th width="177px">停嘱医生</th>
  85. <th width="700px">操作</th>
  86. </tr>
  87. <template v-for="(group, group_index) in advice_groups">
  88. <tr v-for="(advice, advice_index) in group.advices" :key="advice.id">
  89. <td v-if="advice_index == 0" :rowspan="group.advices.length">
  90. <span v-if="advice.advice_type == 1">长嘱</span>
  91. <span v-if="advice.advice_type == 2">临嘱</span>
  92. <span v-if="advice.advice_type == 3">临嘱</span>
  93. </td>
  94. <td
  95. v-if="advice_index == 0"
  96. :rowspan="group.advices.length"
  97. >{{ parseTime(advice.start_time, "{m}-{d}{h}:{i}") }}</td>
  98. <td
  99. :class="{ 'advice_name': advice.parent_id == 0, 'subdrug_name': advice.parent_id > 0 }"
  100. >
  101. {{
  102. advice.advice_name }}
  103. </td>
  104. <td>{{ advice.advice_desc }}{{advice.drug_spec_unit}}</td>
  105. <td>
  106. <span
  107. v-if="advice.prescribing_number"
  108. >{{ advice.prescribing_number }}{{ advice.prescribing_number_unit }}</span>
  109. </td>
  110. <td>
  111. <span v-if="advice.single_dose">{{ advice.single_dose }} {{ advice.single_dose_unit }}</span>
  112. </td>
  113. <td>{{ advice.parent_id == 0 ? advice.delivery_way : '' }}</td>
  114. <td>{{ advice.parent_id == 0 ? advice.execution_frequency : '' }}</td>
  115. <td
  116. v-if="advice_index == 0"
  117. :rowspan="group.advices.length"
  118. >{{ parseTime(advice.execution_time, "{m}-{d}{h}:{i}") }}</td>
  119. <td v-if="advice_index == 0" :rowspan="group.advices.length">
  120. <span
  121. v-if="advice.stop_state == 1 && advice.parent_id == 0"
  122. >{{ tranDoctor(advice.execution_staff) }}</span>
  123. </td>
  124. <td v-if="advice_index == 0" :rowspan="group.advices.length">
  125. <span
  126. v-if="advice.stop_state == 1 && advice.parent_id == 0"
  127. >{{ tranDoctor(advice.advice_doctor) }}</span>
  128. </td>
  129. <td
  130. v-if="advice_index == 0"
  131. :rowspan="group.advices.length"
  132. >{{ parseTime(advice.created_time, "{m}-{d}{h}:{i}") }}</td>
  133. <td v-if="advice_index == 0" :rowspan="group.advices.length">
  134. <span
  135. v-if="advice.stop_state == 1 && advice.parent_id == 0"
  136. >{{ tranDoctor(advice.checker) }}</span>
  137. </td>
  138. <td
  139. v-if="advice_index == 0"
  140. :rowspan="group.advices.length"
  141. >{{ parseTime(advice.check_time, "{m}-{d}{h}:{i}") }}</td>
  142. <td v-if="advice_index == 0" :rowspan="group.advices.length">
  143. {{ advice.stop_state == 1 && advice.parent_id
  144. == 0 ? parseTime(advice.stop_time, '{y}-{m}-{d} {h}:{i}') : '' }}
  145. </td>
  146. <td v-if="advice_index == 0" :rowspan="group.advices.length">
  147. <span v-if="advice.stop_state == 1 && advice.parent_id == 0">{{ advice.stop_reason }}</span>
  148. </td>
  149. <td v-if="advice_index == 0" :rowspan="group.advices.length">
  150. <span
  151. v-if="advice.stop_state == 1 && advice.parent_id == 0"
  152. >{{ tranDoctor(advice.stop_doctor) }}</span>
  153. </td>
  154. <td class="advice_name">
  155. <span class="xg" @click="modifyAdviceAction(group_index, advice_index)">
  156. <span class="iconfont">&#xe6f7;</span>修改医嘱
  157. </span>
  158. <span
  159. class="xg"
  160. v-if="advice.parent_id == 0 && advice.stop_state != 1"
  161. @click="stopAdviceAction(group_index, advice_index)"
  162. >
  163. <span class="iconfont">&#xe64c;</span>停止医嘱
  164. </span>
  165. <span class="sc" @click="deleteAdviceAction(group_index, advice_index)">
  166. <span class="iconfont">&#xe6f8;</span>删除医嘱
  167. </span>
  168. <span
  169. class="xg"
  170. v-if="advice.parent_id == 0 && advice.stop_state != 1"
  171. @click="addSubdrugAction(group_index, advice_index)"
  172. >
  173. <span class="iconfont">&#xe604;</span>添加子药
  174. </span>
  175. </td>
  176. </tr>
  177. </template>
  178. </table>
  179. <div class="NoData" v-show="advice_groups.length == 0">
  180. <img style="margin-top: 50px; margin-bottom: 50px" src="@/assets/login/data.jpg" alt />
  181. </div>
  182. </div>-->
  183. <el-table :data="tableData" border style="width: 100%">
  184. <el-table-column fixed prop="date" label="期效" width="100" align="center">
  185. <template slot-scope="scope">
  186. <span v-if="scope.row.advice_type == 1">长嘱</span>
  187. <span v-if="scope.row.advice_type == 2">临嘱</span>
  188. <span v-if="scope.row.advice_type == 3">临嘱</span>
  189. </template>
  190. </el-table-column>
  191. <el-table-column prop="name" label="开始时间" width="100" align="center">
  192. <template slot-scope="scope">{{ parseTime(scope.row.start_time, "{m}-{d}{h}:{i}") }}</template>
  193. </el-table-column>
  194. <el-table-column prop="province" label="医嘱内容" width="120" align="center">
  195. <template slot-scope="scope">{{ scope.row.advice_name }}</template>
  196. </el-table-column>
  197. <el-table-column prop="city" label="规格" width="120" align="center">
  198. <template slot-scope="scope">{{ scope.row.advice_desc }}{{scope.row.drug_spec_unit}}</template>
  199. </el-table-column>
  200. <el-table-column prop="address" label="开药数量" width="100" align="center">
  201. <template slot-scope="scope">
  202. <span
  203. v-if="scope.row.prescribing_number"
  204. >{{ scope.row.prescribing_number }}{{ scope.row.prescribing_number_unit }}</span>
  205. </template>
  206. </el-table-column>
  207. <el-table-column prop="date" label="单次用量" width="100" align="center">
  208. <template slot-scope="scope">
  209. <span
  210. v-if="scope.row.single_dose"
  211. >{{ scope.row.single_dose }} {{ scope.row.single_dose_unit }}</span>
  212. </template>
  213. </el-table-column>
  214. <el-table-column prop="name" label="给药途径" width="100" align="center">
  215. <template slot-scope="scope">{{ scope.row.parent_id == 0 ? scope.row.delivery_way : '' }}</template>
  216. </el-table-column>
  217. <el-table-column prop="province" label="执行频率" width="120" align="center">
  218. <template
  219. slot-scope="scope"
  220. >{{ scope.row.parent_id == 0 ? scope.row.execution_frequency : '' }}</template>
  221. </el-table-column>
  222. <el-table-column prop="city" label="执行时间" width="120" align="center">
  223. <template slot-scope="scope">{{ parseTime(scope.row.execution_time, "{m}-{d}{h}:{i}") }}</template>
  224. </el-table-column>
  225. <el-table-column prop="address" label="执行护士" width="100" align="center">
  226. <template slot-scope="scope">
  227. <span
  228. v-if="scope.row.stop_state == 1 && scope.row.parent_id == 0"
  229. >{{ tranDoctor(scope.row.execution_staff) }}</span>
  230. </template>
  231. </el-table-column>
  232. <el-table-column prop="date" label="开嘱医生" width="100" align="center">
  233. <template slot-scope="scope">
  234. <span
  235. v-if="scope.row.stop_state == 1 && scope.row.parent_id == 0"
  236. >{{ tranDoctor(scope.row.advice_doctor) }}</span>
  237. </template>
  238. </el-table-column>
  239. <el-table-column prop="name" label="开嘱时间" width="100" align="center">
  240. <template slot-scope="scope">{{ parseTime(scope.row.created_time, "{m}-{d}{h}:{i}") }}</template>
  241. </el-table-column>
  242. <el-table-column prop="province" label="校对护士" width="120" align="center">
  243. <template slot-scope="scope">
  244. <span
  245. v-if="scope.row.stop_state == 1 && scope.row.parent_id == 0"
  246. >{{ tranDoctor(scope.row.checker) }}</span>
  247. </template>
  248. </el-table-column>
  249. <el-table-column prop="city" label="校对时间" width="120" align="center">
  250. <template slot-scope="scope">{{ parseTime(scope.row.check_time, "{m}-{d}{h}:{i}") }}</template>
  251. </el-table-column>
  252. <el-table-column prop="date" label="停止时间" width="100" align="center">
  253. <template slot-scope="scope">
  254. {{ scope.row.stop_state == 1 && scope.row.parent_id
  255. == 0 ? parseTime(scope.row.stop_time, '{y}-{m}-{d} {h}:{i}') : '' }}
  256. </template>
  257. </el-table-column>
  258. <el-table-column prop="name" label="停止原因" width="100" align="center">
  259. <template slot-scope="scope">
  260. <span
  261. v-if="scope.row.stop_state == 1 && scope.row.parent_id == 0"
  262. >{{ scope.row.stop_reason }}</span>
  263. </template>
  264. </el-table-column>
  265. <el-table-column prop="province" label="停嘱医生" width="120" align="center">
  266. <template slot-scope="scope">
  267. <span
  268. v-if="scope.row.stop_state == 1 && scope.row.parent_id == 0"
  269. >{{ tranDoctor(scope.row.stop_doctor) }}</span>
  270. </template>
  271. </el-table-column>
  272. <el-table-column label="操作" width="500">
  273. <template slot-scope="scope">
  274. <span class="xg" @click="modifyAdviceAction( scope.$index,0)">
  275. <span class="iconfont">&#xe6f7;</span>修改医嘱
  276. </span>
  277. <span class="xg" @click="stopAdviceAction(scope.$index, 0)">
  278. <span class="iconfont">&#xe64c;</span>停止医嘱
  279. </span>
  280. <span class="sc" @click="deleteAdviceAction(scope.$index, 0)">
  281. <span class="iconfont">&#xe6f8;</span>删除医嘱
  282. </span>
  283. <span class="xg" @click="addSubdrugAction(scope.$index, 0)">
  284. <span class="iconfont">&#xe604;</span>添加子药
  285. </span>
  286. </template>
  287. </el-table-column>
  288. </el-table>
  289. <mt-datetime-picker
  290. ref="start_date_picker"
  291. type="date"
  292. @confirm="handleStartDateConfirm"
  293. v-model="start_time"
  294. ></mt-datetime-picker>
  295. <mt-datetime-picker
  296. ref="end_date_picker"
  297. type="date"
  298. @confirm="handleEndDateConfirm"
  299. v-model="end_time"
  300. ></mt-datetime-picker>
  301. <van-popup title="医嘱" v-model="showPopup" :overlay="true" :close-on-click-overlay="false">
  302. <advice-form
  303. ref="subdrug_form"
  304. @back="showPopup = false"
  305. @did-create-subdrug="didAddSubdrug"
  306. :single_dose_unit_options="unitsOption"
  307. :prescribing_number_unit_options="unitsOption"
  308. ></advice-form>
  309. <modify-advice-form
  310. ref="modify_advice_form"
  311. @back="showPopup = false"
  312. @did-modify="didModifyAdvice"
  313. :delivery_way_options="deliveryWayOptions"
  314. :execution_frequency_options="executionFrequencyOptions"
  315. :single_dose_unit_options="unitsOption"
  316. :prescribing_number_unit_options="unitsOption"
  317. ></modify-advice-form>
  318. <!-- <div class="Dialog" v-show="showForm">
  319. <div class="DialogTit">
  320. <div class="back" @click="popupDidHide()">
  321. <span class="iconfont">&#xe720;</span>返回
  322. </div>
  323. <h1 class="name">{{formTitle}}</h1>
  324. <span class="success" v-if="adviceForm.id>0" @click="submitEditAdvice">完成</span>
  325. <span class="success" v-else @click="submitNewAdvice">完成</span>
  326. </div>
  327. <div class="DialogContent choose advice-top" id="advice-top">
  328. <div class="content clearfix">
  329. <div>
  330. <div class="cell">
  331. <label>医嘱类型</label>
  332. <el-input ref="advice_type" :value="adviceForm.advice_type==1?'长期':'临时'" disabled></el-input>
  333. </div>
  334. <div class="cell">
  335. <label>医嘱时间</label>
  336. <el-input v-model="adviceForm.advice_date" readonly></el-input>
  337. </div>
  338. <div class="cell">
  339. <label>开始时间</label>
  340. <el-input v-model="adviceForm.start_time" readonly @focus="chooseTime"></el-input>
  341. </div>
  342. <div class="cell">
  343. <label>医嘱名称</label>
  344. <el-input
  345. v-model="adviceForm.advice_name"
  346. readonly
  347. @focus="showSubMenu('advice_name')"
  348. ></el-input>
  349. </div>
  350. <div class="cell">
  351. <label>给药途径</label>
  352. <el-input
  353. v-model="adviceForm.delivery_way"
  354. readonly
  355. @focus="showSubMenu('delivery_way')"
  356. :disabled="adviceForm.parent_id==0?false:true"
  357. ></el-input>
  358. </div>
  359. <div class="cell">
  360. <label>执行频率</label>
  361. <el-input
  362. v-model="adviceForm.execution_frequency"
  363. readonly
  364. @focus="showSubMenu('execution_frequency')"
  365. :disabled="adviceForm.parent_id==0?false:true"
  366. ></el-input>
  367. </div>
  368. <div class="cell">
  369. <label>医嘱描述</label>
  370. <el-input v-model="adviceForm.advice_desc"></el-input>
  371. </div>
  372. <div class="cell">
  373. <label>单次用量</label>
  374. <input
  375. type="number"
  376. class="inputBox"
  377. style="width:60%"
  378. v-model="adviceForm.single_dose"
  379. >
  380. <input
  381. type="text"
  382. readonly
  383. class="inputBox"
  384. style="width:35%"
  385. v-model="adviceForm.single_dose_unit"
  386. @focus="showSubMenu('single_dose_unit')"
  387. >
  388. </div>
  389. <div class="cell">
  390. <label>开药数量</label>
  391. <input
  392. type="number"
  393. class="inputBox"
  394. style="width:60%"
  395. v-model="adviceForm.prescribing_number"
  396. >
  397. <input
  398. type="text"
  399. readonly
  400. class="inputBox"
  401. style="width:35%"
  402. v-model="adviceForm.prescribing_number_unit"
  403. @focus="showSubMenu('prescribing_number_unit')"
  404. >
  405. </div>
  406. <div class="cell width">
  407. <label>开嘱医生:</label>
  408. <span>{{doctor}}</span>
  409. </div>
  410. </div>
  411. </div>
  412. </div>
  413. </div>
  414. <mt-datetime-picker ref="picker" type="datetime" @confirm="handleConfirm" v-model="nowTime"></mt-datetime-picker>
  415. <check-box-sub-menu
  416. :visibility="visibility"
  417. v-on:menu-cancle="menuCancle"
  418. v-on:menu-comfirm="menuComfirm"
  419. :propsForm="propForm"
  420. ></check-box-sub-menu>-->
  421. </van-popup>
  422. <van-popup title="停止医嘱" v-model="stopPopup" :overlay="true" :close-on-click-overlay="false">
  423. <div class="Dialog" v-show="showForm">
  424. <div class="DialogTit">
  425. <div class="back" @click="popupDidHide()">
  426. <span class="iconfont">&#xe720;</span>返回
  427. </div>
  428. <h1 class="name">停止医嘱</h1>
  429. <span class="success" @click="submitStopAdvice">完成</span>
  430. </div>
  431. <div class="DialogContent choose advice-top" id="advice-stop">
  432. <div class="content clearfix">
  433. <div>
  434. <div class="cell width">
  435. <label>停止时间</label>
  436. <el-input v-model="stopForm.stop_time" readonly @focus="chooseStopTime"></el-input>
  437. </div>
  438. <div class="cell width">
  439. <label>停止原因</label>
  440. <el-input v-model="stopForm.stop_reason" type="textarea"></el-input>
  441. </div>
  442. <div class="cell width">
  443. <label>当前医生:</label>
  444. <span>{{doctor}}</span>
  445. </div>
  446. </div>
  447. </div>
  448. </div>
  449. </div>
  450. <mt-datetime-picker
  451. ref="stoptime"
  452. type="datetime"
  453. @confirm="handleStopConfirm"
  454. v-model="nowTime"
  455. ></mt-datetime-picker>
  456. </van-popup>
  457. </div>
  458. </template>
  459. <script>
  460. import { Dialog, Toast } from "vant";
  461. import { GetDoctorAdvices } from "@/api/patient";
  462. import { parseTime } from "@/utils";
  463. import { fetchAllAdminUsers } from "@/api/doctor";
  464. import CheckBoxSubMenu from "../dialog/subMenu/checkBoxSubMenu";
  465. import {
  466. CheckDoctorAdvice,
  467. CreateDoctorAdvice,
  468. DeleteDoctorAdviceNew,
  469. EditDoctorAdvice,
  470. ExecDoctorAdvice,
  471. getAdviceConfig,
  472. StopDoctorAdvice
  473. } from "@/api/advice";
  474. import { getDataConfig } from "@/utils/data";
  475. import AdviceForm from "@/pages/main/dialog/new_order/order_form";
  476. import ModifyAdviceForm from "@/pages/main/dialog/modify_order/modify_order_form";
  477. let allno = 1;
  478. let adviceno = 1;
  479. export default {
  480. name: "AdviceTable",
  481. components: {
  482. CheckBoxSubMenu,
  483. AdviceForm,
  484. ModifyAdviceForm
  485. },
  486. data() {
  487. return {
  488. doctor_id: 0,
  489. formTitle: "修改医嘱",
  490. startSearchTimeShow: "选择日期",
  491. endSearchTimeShow: "选择日期",
  492. start_time: new Date(),
  493. end_time: new Date(),
  494. nowTime: new Date(),
  495. adviceNameShow: "医嘱类型",
  496. stopNameShow: "显示范围",
  497. adviceTypes: [
  498. { id: 0, name: "全部", show: "医嘱类型" },
  499. { id: 1, name: "长期", show: "长期" },
  500. { id: 3, name: "临时", show: "临时" }
  501. ],
  502. stopTypes: [
  503. { id: 0, name: "全部", show: "未停止" },
  504. { id: 2, name: "未停止", show: "未停止" },
  505. { id: 1, name: "已停止", show: "已停止" }
  506. ],
  507. tableDate: [],
  508. advice_groups: [],
  509. queryParams: {
  510. id: 0,
  511. advice_type: 0,
  512. stop_state: 0,
  513. start_time: "",
  514. end_time: "",
  515. keywords: "",
  516. need_doctor: 1
  517. },
  518. adminUserOptions: {},
  519. showPopup: false,
  520. showForm: true,
  521. adviceForm: {
  522. id: 0,
  523. advice_type: 3,
  524. advice_date: "",
  525. start_time: "",
  526. advice_name: "",
  527. advice_desc: "",
  528. single_dose: "",
  529. single_dose_unit: "",
  530. prescribing_number: "",
  531. prescribing_number_unit: "",
  532. delivery_way: "",
  533. execution_frequency: "",
  534. advice_doctor: "",
  535. remark: "",
  536. parent_id: 0
  537. },
  538. currentIndex: -1,
  539. doctor: "",
  540. visibility: false,
  541. propForm: {
  542. title: "",
  543. list: [],
  544. optionList: [],
  545. isMultiple: 2,
  546. result: [], // 选中的值
  547. type: 1, // 用来区分不同子菜单,方便对返回值进行赋值
  548. selectId: 0
  549. },
  550. deliveryWayOptions: [],
  551. deliveryWayOjb: {},
  552. executionFrequencyOptions: [],
  553. executionFrequencyObj: {},
  554. adviceTemplates: [],
  555. adviceTemplateMaps: {},
  556. unitsOption: [],
  557. unitsObj: [],
  558. stopPopup: false,
  559. stopForm: {
  560. id: 0,
  561. stop_time: "",
  562. stop_reason: "",
  563. group_index: -1,
  564. advice_index: -1
  565. },
  566. record_date: "",
  567. patient_id: 0,
  568. new_subdrug_context: {
  569. group_index: -1,
  570. advice_index: -1
  571. },
  572. modify_advice_context: {
  573. group_index: -1,
  574. advice_index: -1
  575. },
  576. tableData: []
  577. };
  578. },
  579. methods: {
  580. // openNewChild(index, item) {
  581. // if (item.stop_state == 1 || item.execution_state == 1) {
  582. // Toast("医嘱已停止或执行,不能添加子医嘱");
  583. // return false;
  584. // }
  585. // this.adviceForm = {
  586. // id: 0,
  587. // advice_type: 2,
  588. // advice_date: parseTime(item.advice_date, "{y}-{m}-{d}"),
  589. // start_time: parseTime(item.start_time, "{y}-{m}-{d} {h}:{i}:00"),
  590. // advice_name: "",
  591. // advice_desc: "",
  592. // single_dose: "",
  593. // single_dose_unit: "",
  594. // prescribing_number: "",
  595. // prescribing_number_unit: "",
  596. // delivery_way: item.delivery_way,
  597. // execution_frequency: item.execution_frequency,
  598. // advice_doctor: "",
  599. // remark: "",
  600. // parent_id: item.id
  601. // };
  602. // this.formTitle = "添加子药";
  603. // this.showPopup = true;
  604. // },
  605. deleteAdviceAction: function(group_index, advice_index) {
  606. Dialog.confirm({
  607. title: "医嘱删除",
  608. message: "确认删除这条医嘱吗?"
  609. }).then(() => {
  610. Toast.loading({ forbidClick: true, duration: 0 });
  611. var group_no = 0;
  612. var advice_id = this.advice_groups[group_index].advices[advice_index]
  613. .id;
  614. DeleteDoctorAdviceNew(group_no, advice_id)
  615. .then(rs => {
  616. if (rs.data.state == 1) {
  617. var group = this.advice_groups[group_index];
  618. var advice = group.advices[advice_index];
  619. if (advice.parent_id > 0) {
  620. group.advices.splice(advice_index, 1);
  621. } else {
  622. var child_count = 0;
  623. for (
  624. let index = advice_index + 1;
  625. index < group.advices.length;
  626. index++
  627. ) {
  628. const adv = group.advices[index];
  629. if (adv.parent_id == advice.id) {
  630. child_count++;
  631. }
  632. }
  633. group.advices.splice(group_index, child_count + 1);
  634. }
  635. if (group.advices.length == 0) {
  636. this.advice_groups.splice(group_index, 1);
  637. }
  638. Toast.success("删除成功");
  639. } else {
  640. Toast.fail(rs.data.msg);
  641. }
  642. })
  643. .catch(err => {
  644. Toast.fail(err);
  645. });
  646. });
  647. },
  648. deleteResetData(index, row) {
  649. if (row.parent_id > 0) {
  650. this.tableDate.splice(index, 1);
  651. } else {
  652. var spliceIndex = -1;
  653. var splitNums = 0;
  654. for (var kndex in this.tableDate) {
  655. if (this.tableDate[kndex].id == row.id) {
  656. spliceIndex = kndex;
  657. splitNums++;
  658. } else if (this.tableDate[kndex].parent_id == row.id) {
  659. splitNums++;
  660. }
  661. }
  662. this.tableDate.splice(spliceIndex, splitNums);
  663. }
  664. },
  665. // openStop(index, item) {
  666. // if (item.stop_state == 1) {
  667. // Toast("医嘱已停止");
  668. // return false;
  669. // }
  670. // this.stopForm.id = item.parent_id > 0 ? item.parent_id : item.id;
  671. // this.stopForm.stop_time = "";
  672. // this.stopForm.stop_reason = "";
  673. // this.currentIndex = index;
  674. // this.stopPopup = true;
  675. // },
  676. stopAdviceAction: function(group_index, advice_index) {
  677. var group = this.advice_groups[group_index];
  678. var advice = group.advices[advice_index];
  679. if (advice.stop_state == 1) {
  680. Toast("医嘱已停止");
  681. return;
  682. }
  683. this.stopForm.id = advice.parent_id > 0 ? advice.parent_id : advice.id;
  684. this.stopForm.stop_time = "";
  685. this.stopForm.stop_reason = "";
  686. this.stopForm.group_index = group_index;
  687. this.stopForm.advice_index = advice_index;
  688. this.stopPopup = true;
  689. },
  690. submitStopAdvice() {
  691. if (this.stopForm.stop_time.length == 0) {
  692. Toast("请选择停止时间");
  693. return false;
  694. }
  695. if (this.stopForm.stop_reason.length == 0) {
  696. Toast("请填写停止原因");
  697. return false;
  698. }
  699. Toast.loading({ forbidClick: true, duration: 0 });
  700. StopDoctorAdvice(this.stopForm.id, {
  701. id: this.stopForm.id,
  702. stop_time: this.stopForm.stop_time,
  703. stop_reason: this.stopForm.stop_reason
  704. }).then(response => {
  705. if (response.data.state == 0) {
  706. Toast.fail(response.data.msg);
  707. return false;
  708. } else {
  709. Toast.success("医嘱停止成功");
  710. var group_index = this.stopForm.group_index;
  711. var advice_index = this.stopForm.advice_index;
  712. var group = this.advice_groups[group_index];
  713. var advice = group.advices[advice_index];
  714. for (
  715. let index = advice_index;
  716. index < group.advices.length;
  717. index++
  718. ) {
  719. const adv = group.advices[index];
  720. if (adv.id == advice.id || adv.parent_id == advice.id) {
  721. adv.stop_state = 1;
  722. adv.stop_doctor = response.data.data.advice.stop_doctor;
  723. adv.stop_reason = response.data.data.advice.stop_reason;
  724. adv.stop_time = response.data.data.advice.stop_time;
  725. }
  726. }
  727. this.popupDidHide();
  728. return false;
  729. }
  730. });
  731. },
  732. parseTime: function(time, layout) {
  733. if (time == 0) {
  734. return "";
  735. }
  736. return parseTime(time, layout);
  737. },
  738. openEdit(index, item) {
  739. if (item.advice_type == 1) {
  740. Toast("长期医嘱不能修改");
  741. return false;
  742. }
  743. if (item.stop_state == 1 || item.execution_state == 1) {
  744. Toast("医嘱已停止或执行,不能修改");
  745. return false;
  746. }
  747. if (item.advice_doctor != this.doctor_id) {
  748. Toast("不能修改非本人添加的医嘱");
  749. return false;
  750. }
  751. this.currentIndex = index;
  752. for (var key in this.adviceForm) {
  753. this.adviceForm[key] = item[key];
  754. }
  755. this.adviceForm.advice_date = parseTime(
  756. this.adviceForm.advice_date,
  757. "{m}-{d}"
  758. );
  759. this.adviceForm.start_time = parseTime(
  760. this.adviceForm.start_time,
  761. "{m}-{d} {h}:{i}:00"
  762. );
  763. this.formTitle = "修改医嘱";
  764. this.showPopup = true;
  765. },
  766. popupDidHide() {
  767. this.showPopup = false;
  768. this.showForm = true;
  769. this.visibility = false;
  770. this.stopPopup = false;
  771. },
  772. // modifyAdviceAction (id, index) {
  773. // console.log('id', id)
  774. // console.log('index', index)
  775. // },
  776. modifyAdviceAction: function(group_index, advice_index) {
  777. console.log("group_index", group_index);
  778. console.log("advice_index", advice_index);
  779. var group = this.advice_groups[group_index];
  780. var advice = group.advices[advice_index];
  781. if (advice.advice_type == 1) {
  782. Toast("长期医嘱不能修改");
  783. return;
  784. }
  785. if (advice.stop_state == 1 || advice.execution_state == 1) {
  786. Toast("医嘱已停止或执行,不能修改");
  787. return;
  788. }
  789. if (advice.advice_doctor != this.doctor_id) {
  790. Toast("不能修改非本人添加的医嘱");
  791. return;
  792. }
  793. this.modify_advice_context.group_index = group_index;
  794. this.modify_advice_context.advice_index = advice_index;
  795. this.showPopup = true;
  796. this.$nextTick(() => {
  797. this.$refs.modify_advice_form.showWithModify({
  798. id: advice.id,
  799. parent_id: advice.parent_id,
  800. title: advice.advice_name,
  801. advice_desc: advice.advice_desc,
  802. // drug_spec: advice.drug_spec,
  803. drug_spec_unit: advice.drug_spec_unit,
  804. delivery_way: advice.delivery_way,
  805. execution_frequency: advice.execution_frequency,
  806. single_dose: advice.single_dose,
  807. single_dose_unit: advice.single_dose_unit,
  808. prescribing_number: advice.prescribing_number,
  809. prescribing_number_unit: advice.prescribing_number_unit
  810. });
  811. });
  812. },
  813. didModifyAdvice: function(advice) {
  814. Toast.loading({ forbidClick: true, duration: 0 });
  815. EditDoctorAdvice(advice.id, {
  816. advice_name: advice.title,
  817. advice_desc: advice.advice_desc,
  818. // drug_spec: String(advice.drug_spec),
  819. drug_spec_unit: advice.drug_spec_unit,
  820. delivery_way: advice.delivery_way,
  821. execution_frequency: advice.execution_frequency,
  822. single_dose: String(advice.single_dose),
  823. single_dose_unit: advice.single_dose_unit,
  824. prescribing_number: String(advice.prescribing_number),
  825. prescribing_number_unit: advice.prescribing_number_unit
  826. }).then(response => {
  827. if (response.data.state == 0) {
  828. Toast.fail(response.data.msg);
  829. return false;
  830. } else {
  831. Toast.success("修改成功");
  832. var resp_advice = response.data.data.advice;
  833. var group_index = this.modify_advice_context.group_index;
  834. var advice_index = this.modify_advice_context.advice_index;
  835. var group = this.advice_groups[group_index];
  836. var advice = group.advices[advice_index];
  837. advice.advice_name = resp_advice.advice_name;
  838. advice.advice_desc = resp_advice.advice_desc;
  839. // advice.drug_spec = resp_advice.drug_spec
  840. (advice.drug_spec_unit = resp_advice.drug_spec_unit),
  841. (advice.delivery_way = resp_advice.delivery_way),
  842. (advice.execution_frequency = resp_advice.execution_frequency),
  843. (advice.single_dose = resp_advice.single_dose),
  844. (advice.single_dose_unit = resp_advice.single_dose_unit),
  845. (advice.prescribing_number = resp_advice.prescribing_number),
  846. (advice.prescribing_number_unit =
  847. resp_advice.prescribing_number_unit);
  848. // for (let index = 0; index < group.advices.length; index++) {
  849. // const advice = group.advices[index];
  850. // if (advice.id == resp_advice.id) {
  851. // advice.advice_name = resp_advice.advice_name
  852. // advice.drug_spec = resp_advice.drug_spec
  853. // advice.drug_spec_unit = resp_advice.drug_spec_unit,
  854. // advice.delivery_way = resp_advice.delivery_way,
  855. // advice.execution_frequency = resp_advice.execution_frequency,
  856. // advice.single_dose = resp_advice.single_dose,
  857. // advice.single_dose_unit = resp_advice.single_dose_unit,
  858. // advice.prescribing_number = resp_advice.prescribing_number,
  859. // advice.prescribing_number_unit = resp_advice.prescribing_number_unit
  860. // break
  861. // }
  862. // }
  863. this.$refs.modify_advice_form.dismiss();
  864. this.modify_advice_context.group_index = -1;
  865. this.modify_advice_context.advice_index = -1;
  866. this.popupDidHide();
  867. return false;
  868. }
  869. });
  870. },
  871. submitEditAdvice() {
  872. if (this.adviceForm.advice_name.length == 0) {
  873. Toast("请填写医嘱名称");
  874. return;
  875. }
  876. if (this.adviceForm.start_time.length == 0) {
  877. Toast("请选择开始时间");
  878. return;
  879. }
  880. Toast.loading({ forbidClick: true, duration: 0 });
  881. EditDoctorAdvice(this.adviceForm.id, this.adviceForm).then(response => {
  882. if (response.data.state == 0) {
  883. Toast.fail(response.data.msg);
  884. return false;
  885. } else {
  886. Toast.success("修改成功");
  887. for (var key in response.data.data.advice) {
  888. this.tableDate[this.currentIndex][key] =
  889. response.data.data.advice[key];
  890. }
  891. if (this.adviceForm.parent_id > 0) {
  892. this.tableDate[this.currentIndex].start_time_show = "";
  893. } else {
  894. this.tableDate[this.currentIndex].start_time_show = parseTime(
  895. response.data.data.advice.start_time,
  896. "{m}-{d} {h}:{i}"
  897. );
  898. }
  899. this.currentIndex = -1;
  900. this.popupDidHide();
  901. return false;
  902. }
  903. });
  904. },
  905. addSubdrugAction: function(group_index, advice_index) {
  906. console.log("group_index", group_index);
  907. console.log("advice_index", advice_index);
  908. var group = this.advice_groups[group_index];
  909. var advice = group.advices[advice_index];
  910. this.showPopup = true;
  911. this.new_subdrug_context.group_index = group_index;
  912. this.new_subdrug_context.advice_index = advice_index;
  913. this.$nextTick(() => {
  914. this.$refs.subdrug_form.showWithNewSubDrug(
  915. advice.id,
  916. parseTime(advice.record_date, "{y}-{m}-{d}"),
  917. parseTime(advice.start_time, "{y}-{m}-{d} {h}:{i}"),
  918. advice.delivery_way,
  919. advice.execution_frequency
  920. );
  921. });
  922. },
  923. didAddSubdrug: function(subdrug) {
  924. Toast.loading({ forbidClick: true, duration: 0 });
  925. CreateDoctorAdvice(this.patient_id, {
  926. parent_id: subdrug.parent_id,
  927. advice_type: 3,
  928. advice_date: subdrug.record_time,
  929. start_time: subdrug.start_time,
  930. advice_name: subdrug.title,
  931. advice_desc: subdrug.advice_desc,
  932. // drug_spec: String(subdrug.drug_spec),
  933. drug_spec_unit: subdrug.drug_spec_unit,
  934. single_dose: String(subdrug.single_dose),
  935. single_dose_unit: subdrug.single_dose_unit,
  936. prescribing_number: String(subdrug.prescribing_number),
  937. prescribing_number_unit: subdrug.prescribing_number_unit
  938. })
  939. .then(rs => {
  940. if (rs.data.state == 0) {
  941. Toast.fail(rs.data.msg);
  942. } else {
  943. Toast.success("添加成功");
  944. var resp_advice = rs.data.data.advice;
  945. var group_index = this.new_subdrug_context.group_index;
  946. var advice_index = this.new_subdrug_context.advice_index;
  947. var group = this.advice_groups[group_index];
  948. var insert_index = -1;
  949. var last_child_index = -1;
  950. for (
  951. let index = advice_index + 1;
  952. index < group.advices.length;
  953. index++
  954. ) {
  955. const advice = group.advices[index];
  956. if (resp_advice.parent_id != advice.parent_id) {
  957. insert_index = index;
  958. break;
  959. } else {
  960. last_child_index = index;
  961. }
  962. }
  963. if (insert_index < 0) {
  964. if (last_child_index < 0) {
  965. group.advices.splice(advice_index + 1, 0, resp_advice);
  966. } else {
  967. group.advices.splice(last_child_index + 1, 0, resp_advice);
  968. }
  969. } else {
  970. group.advices.splice(insert_index, 0, resp_advice);
  971. }
  972. this.$refs.subdrug_form.dismiss();
  973. this.new_subdrug_context.group_index = -1;
  974. this.new_subdrug_context.advice_index = -1;
  975. this.popupDidHide();
  976. }
  977. })
  978. .catch(err => {
  979. Toast.fail(err);
  980. });
  981. },
  982. // submitNewAdvice() {
  983. // if (this.adviceForm.advice_name.length == 0) {
  984. // Toast("请填写医嘱名称");
  985. // return;
  986. // }
  987. // if (this.adviceForm.start_time.length == 0) {
  988. // Toast("请选择开始时间");
  989. // return;
  990. // }
  991. // Toast.loading({ forbidClick: true, duration: 0 });
  992. // CreateDoctorAdvice(this.patient_id, this.adviceForm).then(response => {
  993. // if (response.data.state == 0) {
  994. // Toast.fail(response.data.msg);
  995. // return false;
  996. // } else {
  997. // Toast.success("添加成功");
  998. // if (this.adviceForm.parent_id > 0) {
  999. // var spliceIndex = -1;
  1000. // for (let index = this.tableDate.length - 1; ; index--) {
  1001. // if (
  1002. // this.tableDate[index].parent_id === this.adviceForm.parent_id
  1003. // ) {
  1004. // spliceIndex = index;
  1005. // break;
  1006. // } else if (
  1007. // this.tableDate[index].id === this.adviceForm.parent_id
  1008. // ) {
  1009. // spliceIndex = index;
  1010. // break;
  1011. // }
  1012. // }
  1013. // if (spliceIndex > -1) {
  1014. // spliceIndex += 1;
  1015. // if (spliceIndex === this.tableDate.length) {
  1016. // this.tableDate.push(response.data.data.advice);
  1017. // } else {
  1018. // var swapData = this.tableDate.splice(spliceIndex);
  1019. // this.tableDate.push(response.data.data.advice);
  1020. // for (var index in swapData) {
  1021. // this.tableDate.push(swapData[index]); // = this.doctor_advices.concat(swapData);
  1022. // }
  1023. // // this.tableDate = this.tableDate.concat(swapData);
  1024. // }
  1025. // }
  1026. // } else {
  1027. // this.tableDate.unshift(response.data.data.advice);
  1028. // }
  1029. // this.currentIndex = -1;
  1030. // this.popupDidHide();
  1031. // return false;
  1032. // }
  1033. // });
  1034. // },
  1035. chooseTime() {
  1036. this.$refs.picker.open();
  1037. },
  1038. chooseStopTime() {
  1039. this.$refs.stoptime.open();
  1040. },
  1041. selectAdviceName(key) {
  1042. if (key in this.adviceTemplateMaps) {
  1043. this.adviceForm.advice_name = this.adviceTemplateMaps[key].advice_name;
  1044. this.adviceForm.advice_desc = this.adviceTemplateMaps[key].advice_desc;
  1045. this.adviceForm.single_dose_unit = this.adviceTemplateMaps[
  1046. key
  1047. ].single_dose_unit;
  1048. this.adviceForm.prescribing_number_unit = this.adviceTemplateMaps[
  1049. key
  1050. ].prescribing_number_unit;
  1051. this.adviceForm.single_dose =
  1052. this.adviceTemplateMaps[key].single_dose + "";
  1053. this.adviceForm.prescribing_number =
  1054. this.adviceTemplateMaps[key].prescribing_number + "";
  1055. this.adviceForm.delivery_way = this.adviceTemplateMaps[
  1056. key
  1057. ].delivery_way;
  1058. this.adviceForm.execution_frequency = this.adviceTemplateMaps[
  1059. key
  1060. ].execution_frequency;
  1061. }
  1062. },
  1063. menuCancle: function() {
  1064. this.visibility = false;
  1065. this.showForm = true;
  1066. },
  1067. menuComfirm: function(val) {
  1068. this.visibility = false;
  1069. this.showForm = true;
  1070. switch (val.type) {
  1071. case 1:
  1072. if (val.selectId in this.adviceTemplateMaps) {
  1073. this.selectAdviceName(val.selectId);
  1074. this.adviceForm.template_id = val.selectId;
  1075. }
  1076. break;
  1077. case 2:
  1078. if (val.selectId in this.deliveryWayOjb) {
  1079. this.adviceForm.jjtj_id = val.selectId;
  1080. this.adviceForm.delivery_way = this.deliveryWayOjb[
  1081. val.selectId
  1082. ].name;
  1083. }
  1084. break;
  1085. case 3:
  1086. if (val.selectId in this.executionFrequencyObj) {
  1087. this.adviceForm.zxpl_id = val.selectId;
  1088. this.adviceForm.execution_frequency = this.executionFrequencyObj[
  1089. val.selectId
  1090. ].name;
  1091. }
  1092. break;
  1093. case 4:
  1094. if (val.selectId in this.unitsObj) {
  1095. this.adviceForm.sdu_id = val.selectId;
  1096. this.adviceForm.single_dose_unit = this.unitsObj[val.selectId].name;
  1097. }
  1098. break;
  1099. case 5:
  1100. if (val.selectId in this.unitsObj) {
  1101. this.adviceForm.pnu_id = val.selectId;
  1102. this.adviceForm.prescribing_number_unit = this.unitsObj[
  1103. val.selectId
  1104. ].name;
  1105. }
  1106. break;
  1107. }
  1108. },
  1109. getAdviceConfig() {
  1110. getAdviceConfig().then(response => {
  1111. if (response.data.state == 1) {
  1112. this.deliveryWayOptions =
  1113. response.data.data.drugways === null
  1114. ? []
  1115. : response.data.data.drugways;
  1116. this.executionFrequencyOptions =
  1117. response.data.data.efs === null ? [] : response.data.data.efs;
  1118. var dl = this.deliveryWayOptions.length;
  1119. for (let index = 0; index < dl; index++) {
  1120. this.deliveryWayOjb[
  1121. this.deliveryWayOptions[index].id
  1122. ] = this.deliveryWayOptions[index];
  1123. }
  1124. var el = this.executionFrequencyOptions.length;
  1125. for (let index = 0; index < el; index++) {
  1126. this.executionFrequencyObj[
  1127. this.executionFrequencyOptions[index].id
  1128. ] = this.executionFrequencyOptions[index];
  1129. }
  1130. this.adviceTemplates =
  1131. response.data.data.advice_templates === null
  1132. ? []
  1133. : response.data.data.advice_templates;
  1134. // var templateLen = this.adviceTemplates.length;
  1135. // for (let index = 0; index < templateLen; index++) {
  1136. // var item = this.adviceTemplates[index];
  1137. // item["name"] = item.advice_name;
  1138. // this.$set(
  1139. // this.adviceTemplateMaps,
  1140. // this.adviceTemplates[index].id,
  1141. // item
  1142. // );
  1143. // }
  1144. }
  1145. });
  1146. },
  1147. handleConfirm(time) {
  1148. this.adviceForm.start_time = this.handleTime(time);
  1149. },
  1150. handleStopConfirm(time) {
  1151. this.stopForm.stop_time = this.handleTime(time);
  1152. },
  1153. handleTime(time) {
  1154. var year = time.getFullYear();
  1155. var month = time.getMonth() + 1;
  1156. var day = time.getDate();
  1157. var hour = time.getHours();
  1158. var minute = time.getMinutes();
  1159. if (month < 10) {
  1160. month = "0" + month;
  1161. }
  1162. if (day < 10) {
  1163. day = "0" + day;
  1164. }
  1165. if (hour < 10) {
  1166. hour = "0" + hour;
  1167. }
  1168. if (minute < 10) {
  1169. minute = "0" + minute;
  1170. }
  1171. return year + "-" + month + "-" + day + " " + hour + ":" + minute + ":00";
  1172. },
  1173. setAdviceNo(index, item) {
  1174. var itemNo = "";
  1175. if (index == 0) {
  1176. adviceno = 1;
  1177. adviceno++;
  1178. return "1";
  1179. } else {
  1180. if (item.parent_id > 0) {
  1181. return "";
  1182. } else {
  1183. itemNo = "" + adviceno;
  1184. adviceno++;
  1185. return itemNo;
  1186. }
  1187. }
  1188. },
  1189. showSubMenu: function(val) {
  1190. switch (val) {
  1191. case "advice_name":
  1192. this.propForm.type = 1;
  1193. this.showForm = false;
  1194. this.propForm.title = "选择";
  1195. this.visibility = true;
  1196. this.propForm.list = [];
  1197. this.propForm.optionList = this.adviceTemplateMaps;
  1198. this.propForm.isMultiple = 1;
  1199. this.propForm.selectId = this.adviceForm.template_id;
  1200. break;
  1201. case "delivery_way":
  1202. this.propForm.type = 2;
  1203. this.showForm = false;
  1204. this.propForm.title = "选择";
  1205. this.visibility = true;
  1206. this.propForm.list = [];
  1207. this.propForm.optionList = this.deliveryWayOptions;
  1208. this.propForm.isMultiple = 1;
  1209. this.propForm.selectId = this.adviceForm.jjtj_id;
  1210. break;
  1211. case "execution_frequency":
  1212. this.propForm.type = 3;
  1213. this.showForm = false;
  1214. this.propForm.title = "选择";
  1215. this.visibility = true;
  1216. this.propForm.list = [];
  1217. this.propForm.optionList = this.executionFrequencyOptions;
  1218. this.propForm.isMultiple = 1;
  1219. this.propForm.selectId = this.adviceForm.zxpl_id;
  1220. break;
  1221. case "single_dose_unit":
  1222. this.propForm.type = 4;
  1223. this.showForm = false;
  1224. this.propForm.title = "选择";
  1225. this.visibility = true;
  1226. this.propForm.list = [];
  1227. this.propForm.optionList = this.unitsOption;
  1228. this.propForm.isMultiple = 1;
  1229. this.propForm.selectId = this.adviceForm.sdu_id;
  1230. break;
  1231. case "prescribing_number_unit":
  1232. this.propForm.type = 5;
  1233. this.showForm = false;
  1234. this.propForm.title = "选择";
  1235. this.visibility = true;
  1236. this.propForm.list = [];
  1237. this.propForm.optionList = this.unitsOption;
  1238. this.propForm.isMultiple = 1;
  1239. this.propForm.selectId = this.adviceForm.pnu_id;
  1240. break;
  1241. }
  1242. },
  1243. handleStartDateConfirm: function(val) {
  1244. this.queryParams.start_time = parseTime(
  1245. this.start_time / 1000,
  1246. "{y}-{m}-{d}"
  1247. );
  1248. this.startSearchTimeShow = this.queryParams.start_time;
  1249. this.onLoad();
  1250. },
  1251. handleEndDateConfirm: function(val) {
  1252. this.queryParams.end_time = parseTime(
  1253. this.end_time / 1000,
  1254. "{y}-{m}-{d}"
  1255. );
  1256. this.endSearchTimeShow = this.queryParams.end_time;
  1257. this.onLoad();
  1258. },
  1259. selectStartSearchTime: function() {
  1260. this.$refs.start_date_picker.open();
  1261. },
  1262. selectEndSearchTime: function() {
  1263. this.$refs.end_date_picker.open();
  1264. },
  1265. tranDoctor(id) {
  1266. if (id in this.adminUserOptions) {
  1267. return this.adminUserOptions[id].name;
  1268. } else {
  1269. return "未知";
  1270. }
  1271. },
  1272. selectType(id, showName) {
  1273. this.queryParams.advice_type = id;
  1274. this.adviceNameShow = showName;
  1275. this.onLoad();
  1276. },
  1277. selectStopType(id, showName) {
  1278. this.queryParams.stop_state = id;
  1279. this.stopNameShow = showName;
  1280. this.onLoad();
  1281. },
  1282. searchKey() {
  1283. this.onLoad();
  1284. },
  1285. fetchAllAdminUsers() {
  1286. fetchAllAdminUsers().then(response => {
  1287. if (response.data.state == 1) {
  1288. var ul = response.data.data.users.length;
  1289. for (let index = 0; index < ul; index++) {
  1290. this.adminUserOptions[response.data.data.users[index].id] =
  1291. response.data.data.users[index];
  1292. }
  1293. }
  1294. });
  1295. },
  1296. onLoad() {
  1297. this.tableDate = [];
  1298. allno = 1;
  1299. // 异步更新数据
  1300. GetDoctorAdvices(this.queryParams).then(response => {
  1301. if (response.data.state == 1) {
  1302. if (this.queryParams.need_doctor == 1) {
  1303. var ul = response.data.data.users.length;
  1304. for (let index = 0; index < ul; index++) {
  1305. this.adminUserOptions[response.data.data.users[index].id] =
  1306. response.data.data.users[index];
  1307. }
  1308. this.queryParams.need_doctor = 0;
  1309. }
  1310. var resp_advices = response.data.data.advices;
  1311. if (resp_advices.length > 0) {
  1312. var newGroupObject = function() {
  1313. return Object.assign(
  1314. {},
  1315. {
  1316. group_no: 0,
  1317. advices: []
  1318. }
  1319. );
  1320. };
  1321. var initGroupBlock = function(group, advice) {
  1322. group.group_no = advice.groupno;
  1323. };
  1324. var advice_groups = [];
  1325. var group = newGroupObject();
  1326. for (let index = 0; index < resp_advices.length; index++) {
  1327. const advice = resp_advices[index];
  1328. if (advice.groupno == 0) {
  1329. // 老版本的医嘱
  1330. if (advice.parent_id > 0) {
  1331. if (advice_groups.length > 0) {
  1332. var parent_group = advice_groups[advice_groups.length - 1];
  1333. if (parent_group.advices.length > 0) {
  1334. if (parent_group.advices[0].id == advice.parent_id) {
  1335. parent_group.advices.push(advice);
  1336. }
  1337. }
  1338. }
  1339. continue;
  1340. } else {
  1341. if (group.group_no > 0) {
  1342. advice_groups.push(group);
  1343. group = newGroupObject();
  1344. }
  1345. initGroupBlock(group, advice);
  1346. group.advices.push(advice);
  1347. advice_groups.push(group);
  1348. group = newGroupObject();
  1349. continue;
  1350. }
  1351. } else {
  1352. if (group.group_no > 0 && group.group_no != advice.groupno) {
  1353. advice_groups.push(group);
  1354. group = newGroupObject();
  1355. }
  1356. if (group.group_no == 0) {
  1357. initGroupBlock(group, advice);
  1358. }
  1359. if (group.group_no == advice.groupno) {
  1360. group.advices.push(advice);
  1361. }
  1362. }
  1363. }
  1364. if (group.group_no > 0) {
  1365. // 上述的算法会导致最后一组没有加到advice_groups,这里要手动加上
  1366. advice_groups.push(group);
  1367. }
  1368. this.advice_groups = advice_groups;
  1369. } else {
  1370. this.advice_groups = [];
  1371. }
  1372. console.log("advice_groups是什么", advice_groups);
  1373. let arr = [...this.advice_groups];
  1374. let arr2 = [];
  1375. arr.map(item => {
  1376. console.log("item是什么", item.advices);
  1377. arr2.push(...item.advices);
  1378. });
  1379. console.log("arr2是什么", arr2);
  1380. this.tableData = arr2;
  1381. // this.tabelData = advice_groups
  1382. // var sl = response.data.data.advices.length;
  1383. // for (let index = 0; index < sl; index++) {
  1384. // var advice = response.data.data.advices[index];
  1385. // if (advice.parent_id == 0) {
  1386. // advice.no = allno;
  1387. // advice.start_time_show = parseTime(
  1388. // advice.start_time,
  1389. // "{y}-{m}-{d} {h}:{i}"
  1390. // );
  1391. // allno++;
  1392. // } else {
  1393. // advice.start_time_show = "";
  1394. // advice.no = "";
  1395. // }
  1396. // if (advice.stop_state == 1 && advice.parent_id == 0) {
  1397. // advice.stop_time_show = parseTime(
  1398. // advice.stop_time,
  1399. // "{y}-{m}-{d} {h}:{i}"
  1400. // );
  1401. // } else {
  1402. // advice.stop_time_show = "";
  1403. // }
  1404. // this.tableDate.push(advice);
  1405. // }
  1406. }
  1407. });
  1408. }
  1409. },
  1410. created() {
  1411. allno = 1;
  1412. adviceno = 1;
  1413. // this.fetchAllAdminUsers();
  1414. this.queryParams.id = this.$route.query.patient_id;
  1415. this.doctor = this.$store.getters.user.user.user_name;
  1416. this.doctor_id = this.$store.getters.user.user.id;
  1417. this.patient_id = this.$route.query.patient_id;
  1418. var date = new Date();
  1419. date.setMonth(date.getMonth() - 1);
  1420. // var year = date.getFullYear();
  1421. // var month = date.getMonth();
  1422. // var day = date.getDate();
  1423. // if (month < 10) {
  1424. // month = "0" + month;
  1425. // }
  1426. // if (day < 10) {
  1427. // day = "0" + day;
  1428. // }
  1429. // var nowDate = year + "-" + month + "-" + day;
  1430. this.start_time = date;
  1431. this.startSearchTimeShow = parseTime(
  1432. this.start_time.getTime(),
  1433. "{y}-{m}-{d}"
  1434. );
  1435. this.endSearchTimeShow = parseTime(new Date().getTime(), "{y}-{m}-{d}");
  1436. this.queryParams.start_time = this.startSearchTimeShow;
  1437. this.onLoad();
  1438. this.getAdviceConfig();
  1439. this.unitsOption = getDataConfig("hemodialysis", "units");
  1440. for (var index in this.unitsOption) {
  1441. this.unitsObj[this.unitsOption[index].id] = this.unitsOption[index];
  1442. }
  1443. }
  1444. };
  1445. </script>
  1446. <style style="stylesheet/scss" lang="scss" scoped>
  1447. .fixedTop {
  1448. padding-top: 32px;
  1449. background: #fff;
  1450. min-height: calc(100vh - 200px);
  1451. // @media only screen and (min-width: 376px) and (max-width: 668px) {
  1452. // padding-top: 50px !important;
  1453. // }
  1454. @media only screen and (min-width: 813px) and (max-width: 1024px) {
  1455. padding-top: 54px !important;
  1456. }
  1457. @media only screen and (min-width: 737px) and (max-width: 768px) {
  1458. padding-top: 76px !important;
  1459. }
  1460. // @media only screen and (min-width: 415px) and (max-width: 736px) {
  1461. // padding-top: 48px !important;
  1462. // }
  1463. .choice {
  1464. border-bottom: 1px #e5e5e5 solid;
  1465. ul {
  1466. @include display-flex;
  1467. @include align-items-center;
  1468. @include text-align;
  1469. @include justify-content-between;
  1470. width: 96%;
  1471. margin: 0 auto;
  1472. font-size: 0.32rem;
  1473. color: $pgh-color;
  1474. @media only screen and (min-width: 768px) {
  1475. width: 76%;
  1476. }
  1477. li {
  1478. @include display-flex;
  1479. @include align-items-center;
  1480. @include text-align;
  1481. @include justify-content-between;
  1482. padding: 0.3rem 0;
  1483. .iconfont {
  1484. margin: 0 0.1rem;
  1485. // @media only screen and (max-width: 767px) {
  1486. // font-size: 12px !important;
  1487. // }
  1488. }
  1489. .line {
  1490. background: #a8b3ba;
  1491. width: 0.2rem;
  1492. height: 1px;
  1493. margin: 0 0.2rem;
  1494. display: inline-block;
  1495. }
  1496. }
  1497. }
  1498. }
  1499. .tableSearch {
  1500. width: 100%;
  1501. margin: 0 auto;
  1502. padding: 0.24rem 0;
  1503. background: #f6f8f9;
  1504. ul {
  1505. width: 50%;
  1506. background: #fff;
  1507. margin: 0 auto;
  1508. border-radius: 30px;
  1509. li {
  1510. @include display-flex;
  1511. @include align-items-center;
  1512. @include text-align;
  1513. padding-left: 15px;
  1514. .iconfont {
  1515. font-size: 0.42rem;
  1516. }
  1517. input {
  1518. border: none;
  1519. border-radius: 30px;
  1520. padding: 0.15rem;
  1521. width: 100%;
  1522. color: $pgh-color;
  1523. }
  1524. }
  1525. }
  1526. }
  1527. .content {
  1528. .cell {
  1529. float: left;
  1530. width: 3.42rem;
  1531. // width: 100%;
  1532. margin: 0.35rem 0.3rem 0 0.4rem;
  1533. label {
  1534. display: block;
  1535. height: 0.55rem;
  1536. line-height: 0.55rem;
  1537. color: $pgh-color;
  1538. }
  1539. select {
  1540. width: 100%;
  1541. padding: 0.2rem 0;
  1542. border: 1px $border-color solid;
  1543. border-radius: 2px;
  1544. padding-left: 5px;
  1545. }
  1546. .inputBox {
  1547. border: 1px $border-color solid;
  1548. border-radius: 2px;
  1549. padding: 0.18rem 0;
  1550. padding-left: 5px;
  1551. }
  1552. .textarea {
  1553. width: 100%;
  1554. height: 1.22rem;
  1555. border: 1px $border-color solid;
  1556. border-radius: 2px;
  1557. padding-left: 5px;
  1558. }
  1559. }
  1560. .width {
  1561. width: 90%;
  1562. @include box-sizing;
  1563. margin-top: 1rem;
  1564. label {
  1565. display: inline-block;
  1566. }
  1567. button {
  1568. background: $main-color;
  1569. color: #fff;
  1570. border-radius: 6px;
  1571. width: 3rem;
  1572. height: 0.9rem;
  1573. line-height: 0.9rem;
  1574. text-align: center;
  1575. margin: 0 0.1rem 0.6rem 0.1rem;
  1576. border: 1px $main-color solid;
  1577. &.smt-danger {
  1578. background: #fff;
  1579. color: $main-color;
  1580. }
  1581. }
  1582. }
  1583. .center {
  1584. text-align: center;
  1585. }
  1586. .row-class-active > td {
  1587. background: #badcff;
  1588. }
  1589. }
  1590. .table {
  1591. tr {
  1592. td {
  1593. padding-left: 5px;
  1594. padding-right: 5px;
  1595. }
  1596. .advice_name {
  1597. text-align: left;
  1598. }
  1599. .subdrug_name {
  1600. text-align: left;
  1601. padding-left: 25px;
  1602. }
  1603. }
  1604. }
  1605. .AdviceTable {
  1606. padding-top: 0;
  1607. background: #fff;
  1608. min-height: calc(100vh - 230px);
  1609. }
  1610. }
  1611. </style>