血透系统pad前端

OrdersDialog.vue 52KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511
  1. <template>
  2. <div>
  3. <div class="Dialog" v-show="index==0" style="width: 11.8rem;">
  4. <div class="DialogTit" @click="$emit('orderDialog')">
  5. <span class="iconfont">&#xe6e9;</span>
  6. <h1 class="name">临时医嘱</h1>
  7. <span class="success">&nbsp;</span>
  8. </div>
  9. <div class="yzNav" style="width:100%;">
  10. <span
  11. @click="openNewAdvice"
  12. :class="{ forbid: this.$store.getters.user.user.user_type == 3 }"
  13. >新增医嘱</span>
  14. <span
  15. v-if="isShowExce"
  16. @click="execAdvice"
  17. :class="{ forbid: (current_advice&& current_advice.parent_id > 0)||(this.$store.getters.user.user.user_type == 2 && !isPremission) }"
  18. >执行医嘱</span>
  19. <span
  20. v-if="isShowMofifyExce"
  21. @click="modifyExecAdvice"
  22. :class="{ forbid: (current_advice&& current_advice.parent_id > 0) }"
  23. >修改执行医嘱</span>
  24. <span
  25. v-if="template_id != 6"
  26. @click="checkAdvice"
  27. :class="{ forbid: (current_advice&& current_advice.parent_id > 0) || (this.$store.getters.user.user.user_type == 2 && !isPremission) }"
  28. >医嘱核对</span>
  29. <span
  30. @click="openNewChild"
  31. :class="{ forbid: current_advice == null || current_advice.parent_id > 0 || currentAdvices.length != 1 || this.$store.getters.user.user.user_type == 3 }"
  32. >添加子药</span>
  33. <span
  34. v-if="currentSubAdvices.length <= 0"
  35. @click="modifyAdviceAction"
  36. :class="{ forbid: current_group_index < 0 || currentAdvices.length != 1 }"
  37. >修改医嘱</span>
  38. <span
  39. v-if="currentSubAdvices.length <= 0"
  40. @click="deleteAdviceAction"
  41. :class="{ forbid: current_group_index < 0 || currentAdvices.length <= 0 }"
  42. >删除医嘱</span>
  43. <span v-if="currentSubAdvices.length > 0" @click="modifySubdviceAction">修改子医嘱</span>
  44. <span v-if="currentSubAdvices.length > 0" @click="deleteSubAdviceAction">删除子医嘱</span>
  45. </div>
  46. <div class="DialogContent choose" id="dialogTop" style="height:6.5rem;">
  47. <div class="content clearfix">
  48. <div class="orderTable">
  49. <table class="table">
  50. <tr @click="cancelAdviceSelect">
  51. <th width="12%">开嘱医生</th>
  52. <th width="20%">开始时间</th>
  53. <th width="36%">医嘱内容</th>
  54. <th width="20%">执行时间</th>
  55. <th width="12%">执行护士</th>
  56. <th v-if="template_id != 6" width="10%">核对人员</th>
  57. </tr>
  58. <template v-for="(group, group_index) in advice_groups">
  59. <tr
  60. v-for="(advice, advice_index) in group.advices"
  61. :key="advice.id"
  62. :class="{ 'row-class-active': current_group_index == group_index && current_advice_index < 0 }"
  63. >
  64. <td
  65. v-if="advice_index == 0"
  66. :rowspan="group.advices.length"
  67. @click="selectGroupAdviceAction(group_index, -1, null,group)"
  68. >
  69. <span v-if="advice.parent_id==0">{{getXuserName(advice.advice_doctor)}}</span>
  70. <span v-else></span>
  71. </td>
  72. <td
  73. v-if="advice_index == 0"
  74. :rowspan="group.advices.length"
  75. @click="selectGroupAdviceAction(group_index, -1, null,group)"
  76. >
  77. <span>{{uParseTime(advice.start_time, '{m}-{d} {h}:{i}')}}</span>
  78. </td>
  79. <td
  80. :class="{ 'advice_content': advice.parent_id == 0, 'subadvice_content': advice.parent_id > 0, 'td-active':current_group_index == group_index && advice.is_selected == 1 }"
  81. @click="selectAdviceAction(group_index, advice_index, advice)"
  82. >
  83. <div class="txt">
  84. <span>{{advice.advice_name }}</span>
  85. <span v-if="advice.advice_desc">({{ advice.advice_desc }}{{advice.drug_spec_unit}})</span>
  86. <span v-if="advice.prescribing_number">&nbsp;&nbsp;{{advice.prescribing_number}}{{advice.prescribing_number_unit}}</span>
  87. <span v-if="advice.single_dose && template_id == 6" >{{advice.single_dose}}{{advice.single_dose_unit}}</span>
  88. <span v-if="advice.single_dose && template_id != 6" >单次用量{{advice.single_dose}}{{advice.single_dose_unit}}</span>
  89. <span v-if="advice.parent_id == 0">{{advice.delivery_way}}</span>
  90. <span v-if="advice.parent_id == 0">{{advice.execution_frequency}}</span>
  91. <span
  92. v-if="advice.parent_id == 0 && advice.remark.length > 0"
  93. >({{advice.remark}})</span>
  94. </div>
  95. </td>
  96. <td
  97. :class="{'td-active':current_group_index == group_index && advice.is_selected == 1}"
  98. @click="selectAdviceAction(group_index,advice_index, advice)"
  99. >{{uParseTime(advice.execution_time, '{m}-{d} {h}:{i}')}}</td>
  100. <td
  101. :class="{'td-active':current_group_index == group_index && advice.is_selected == 1}"
  102. @click="selectAdviceAction(group_index,advice_index, advice)"
  103. > {{getXuserName(advice.execution_staff)}}
  104. </td>
  105. <td v-if="template_id != 6"
  106. :class="{'td-active':current_group_index == group_index && advice.is_selected == 1}"
  107. @click="selectAdviceAction(group_index,advice_index, advice)"
  108. >{{getXuserName(advice.checker)}}</td>
  109. </tr>
  110. </template>
  111. </table>
  112. </div>
  113. <!-- <el-table
  114. :data="tableData"
  115. border
  116. style="width: 100%">
  117. <el-table-column fixed prop="date" label="开嘱医生" width="180" align="center">
  118. <template slot-scope="scope">
  119. {{getXuserName(scope.row.advice_doctor)}}
  120. </template>
  121. </el-table-column>
  122. <el-table-column prop="name" label="开始时间" width="180" align="center">
  123. <template slot-scope="scope">
  124. {{uParseTime(scope.row.start_time, '{m}-{d} {h}:{i}')}}
  125. </template>
  126. </el-table-column>
  127. <el-table-column prop="address" label="医嘱内容" align="center">
  128. <template slot-scope="scope">
  129. <span>{{scope.row.advice_name }}</span>
  130. <span
  131. v-if="scope.row.advice_desc"
  132. >({{ scope.row.advice_desc }}{{scope.row.drug_spec_unit}})</span>
  133. <span
  134. v-if="scope.row.prescribing_number"
  135. >&nbsp;&nbsp;{{scope.row.prescribing_number}}{{scope.row.prescribing_number_unit}})</span>
  136. <span
  137. v-if="scope.row.single_dose && template_id != 6"
  138. >单次用量{{scope.row.single_dose}}{{scope.row.single_dose_unit}}</span>
  139. <span v-if="scope.row.parent_id == 0">{{scope.row.delivery_way}}</span>
  140. <span v-if="scope.row.parent_id == 0">{{scope.row.execution_frequency}}</span>
  141. <span
  142. v-if="scope.row.parent_id == 0 && scope.row.remark.length > 0"
  143. >({{scope.row.remark}})</span>
  144. </template>
  145. </el-table-column>
  146. <el-table-column prop="address" label="执行时间" align="center">
  147. <template slot-scope="scope">
  148. {{uParseTime(scope.row.execution_time, '{m}-{d} {h}:{i}')}}
  149. </template>
  150. </el-table-column>
  151. <el-table-column prop="address" label="执行护士" align="center">
  152. <template slot-scope="scope">
  153. {{getXuserName(scope.row.checker)}}
  154. </template>
  155. </el-table-column>
  156. </el-table>-->
  157. </div>
  158. </div>
  159. </div>
  160. <add-new-order-dialog
  161. v-show="index==1&&isShowDialog"
  162. @back-action="index = 0"
  163. :patient_id="patient.id"
  164. :drug_spec_unit_options="unitsOption"
  165. :delivery_way_options="deliveryWayOptions"
  166. :execution_frequency_options="executionFrequencyOptions"
  167. :single_dose_unit_options="unitsOption"
  168. :prescribing_number_unit_options="unitsOption"
  169. :advice_templates="adviceTemplates"
  170. @did-create-advices="didCreateAdvices"
  171. ></add-new-order-dialog>
  172. <advice-form
  173. ref="subdrug_form"
  174. @back="index = 0"
  175. @did-create-subdrug="didAddSubdrug"
  176. :single_dose_unit_options="unitsOption"
  177. :prescribing_number_unit_options="unitsOption"
  178. :drug_spec_unit_options="unitsOption"
  179. ></advice-form>
  180. <modify-advice-form
  181. ref="modify_advice_form"
  182. @back="index = 0"
  183. @did-modify="didModifyAdvice"
  184. :drug_spec_unit_options="unitsOption"
  185. :delivery_way_options="deliveryWayOptions"
  186. :execution_frequency_options="executionFrequencyOptions"
  187. :single_dose_unit_options="unitsOption"
  188. :prescribing_number_unit_options="unitsOption"
  189. ></modify-advice-form>
  190. <modify-advice-group-dialog
  191. ref="modify_advice_group"
  192. @back="index = 0"
  193. :patient_id="patient.id"
  194. :delivery_way_options="deliveryWayOptions"
  195. :execution_frequency_options="executionFrequencyOptions"
  196. :single_dose_unit_options="unitsOption"
  197. :drug_spec_unit_options="unitsOption"
  198. :prescribing_number_unit_options="unitsOption"
  199. :advice_templates="adviceTemplates"
  200. @did-create-advices="didCreateAdvices"
  201. ></modify-advice-group-dialog>
  202. <mt-datetime-picker
  203. ref="exec_time"
  204. type="datetime"
  205. @confirm="handleExecTime"
  206. v-model="nowExecTime"
  207. ></mt-datetime-picker>
  208. <mt-datetime-picker
  209. ref="mofify_exec_time"
  210. type="datetime"
  211. @confirm="handleModifyExecTime"
  212. v-model="nowExecTime"
  213. ></mt-datetime-picker>
  214. </div>
  215. </template>
  216. <script>
  217. import {Dialog, Toast} from 'vant'
  218. import {
  219. CheckDoctorAdvice,
  220. CreateDoctorAdvice,
  221. DeleteDoctorAdviceNew,
  222. DeleteSubDoctorAdvice,
  223. EditDoctorAdvice,
  224. ExecDoctorAdvice,
  225. getAdviceConfig,
  226. ModifyExecDoctorAdvice
  227. } from '@/api/advice'
  228. import {uParseTime} from '@/utils/tools'
  229. import CheckBoxSubMenu from './subMenu/checkBoxSubMenu'
  230. import {getDataConfig} from '@/utils/data'
  231. import AddNewOrderDialog from './new_order/AddNewOrders'
  232. import AdviceForm from './new_order/order_form'
  233. import ModifyAdviceForm from './modify_order/modify_order_form'
  234. import ModifyAdviceGroupDialog from './modify_order/ModifyAdviceGroup'
  235. export default {
  236. name: 'OrdersDialog',
  237. components: {
  238. CheckBoxSubMenu,
  239. AddNewOrderDialog,
  240. AdviceForm,
  241. ModifyAdviceForm,
  242. ModifyAdviceGroupDialog,
  243. },
  244. props: {
  245. advice_groups: {
  246. type: Array,
  247. default: () => {
  248. return []
  249. }
  250. },
  251. patient_prop: {
  252. type: Object
  253. },
  254. advice_list_prop: {
  255. type: Array
  256. },
  257. admin_users_prop: {
  258. type: Array
  259. },
  260. special_premission:{
  261. type: Array
  262. }
  263. },
  264. data () {
  265. return {
  266. isShowDialog: true,
  267. template_id: 0,
  268. isShowExce: true,
  269. isShowMofifyExce: false,
  270. title: '临时医嘱',
  271. index: 0,
  272. doctor: '',
  273. adviceTemplates: [],
  274. drugOptions: {},
  275. deliveryWayOptions: [],
  276. executionFrequencyOptions: [],
  277. unitsOption: [],
  278. unitsObj: [],
  279. record_date: '',
  280. nowExecTime: new Date(),
  281. patient: {
  282. id: 0
  283. },
  284. admin_users: [],
  285. adviceList: [],
  286. parent_id: 0,
  287. current_select_object: -1,
  288. current_group_index: -1,
  289. current_advice_index: -1,
  290. current_advice: null,
  291. currentAdviceIdsStr: '',
  292. currentAdvices: [],
  293. currentSubAdvices: [],
  294. isPremission:false,
  295. }
  296. },
  297. created () {
  298. this.template_id = this.$store.getters.user.template_info.template_id
  299. var date = this.$route.query && this.$route.query.date
  300. date *= 1000
  301. var newDate = new Date(date)
  302. var y = newDate.getFullYear()
  303. var m = newDate.getMonth() + 1
  304. var d = newDate.getDate()
  305. if (isNaN(y) || isNaN(m) || isNaN(d)) {
  306. newDate = new Date()
  307. y = newDate.getFullYear()
  308. m = newDate.getMonth() + 1
  309. d = newDate.getDate()
  310. }
  311. this.record_date =
  312. y + '-' + (m < 10 ? '0' + m : m) + '-' + (d < 10 ? '0' + d : d)
  313. this.patient = this.patient_prop
  314. this.adviceList = this.advice_list_prop
  315. this.admin_users = this.admin_users_prop
  316. this.doctor = this.$store.getters.user.user.user_name
  317. this.getAdviceConfig()
  318. this.unitsOption = getDataConfig('hemodialysis', 'units')
  319. for (var index in this.unitsOption) {
  320. this.unitsObj[this.unitsOption[index].id] = this.unitsOption[index]
  321. }
  322. for (let i = 0; i < this.special_premission.length; i++) {
  323. if (this.$store.getters.user.user.id == this.special_premission[i].admin_user_id) {
  324. this.isPremission = true
  325. }
  326. }
  327. },
  328. watch: {
  329. 'advice_groups': function () {
  330. },
  331. 'currentAdvices': function (currentAdvices) {
  332. if (currentAdvices.length == 0) {
  333. this.isShowExce = true
  334. this.isShowMofifyExce = false
  335. } else {
  336. let a = 0
  337. for (let i = 0; i < currentAdvices.length; i++) {
  338. if (currentAdvices[i].execution_state == 1) {
  339. a = a + 1
  340. }
  341. }
  342. if (a == currentAdvices.length) {
  343. this.isShowExce = false
  344. this.isShowMofifyExce = true
  345. }else{
  346. this.isShowExce = true
  347. this.isShowMofifyExce = false
  348. }
  349. }
  350. }
  351. },
  352. methods: {
  353. modifyExecAdvice: function () {
  354. // if(!this.isPremission){
  355. // Toast.fail('你没有权限修改医嘱!')
  356. // }else{
  357. this.nowExecTime = new Date(this.currentAdvices[0].start_time * 1000)
  358. this.$refs.mofify_exec_time.open()
  359. // }
  360. },
  361. didCreateAdvices: function (advices) {
  362. if (advices.length == 0) {
  363. return
  364. }
  365. for (let i = 0; i < advices.length; i++) {
  366. advices[i]['is_selected'] = 0
  367. }
  368. var new_group = Object.assign(
  369. {},
  370. {
  371. group_no: 0,
  372. start_time: 0,
  373. advices: []
  374. }
  375. )
  376. new_group.group_no = advices[0].groupno
  377. new_group.start_time = advices[0].start_time
  378. new_group.advices.push(...advices)
  379. var insertIndex = -1
  380. for (let index = 0; index < this.advice_groups.length; index++) {
  381. const group = this.advice_groups[index]
  382. if (group.start_time < new_group.start_time) {
  383. insertIndex = index
  384. break
  385. }
  386. }
  387. if (insertIndex < 0) {
  388. this.advice_groups.push(new_group)
  389. } else {
  390. this.advice_groups.splice(insertIndex, 0, new_group)
  391. }
  392. this.index = 0
  393. this.advice_groups.sort((a, b) => a.start_time - b.start_time)
  394. },
  395. didModifyAdvice: function (advice) {
  396. Toast.loading({forbidClick: true, duration: 0})
  397. EditDoctorAdvice(advice.id, {
  398. advice_name: advice.title,
  399. advice_desc: advice.advice_desc,
  400. remark: advice.remark,
  401. start_time: advice.start_time,
  402. drug_spec: String(advice.drug_spec),
  403. drug_spec_unit: advice.drug_spec_unit,
  404. delivery_way: advice.delivery_way,
  405. execution_frequency: advice.execution_frequency,
  406. single_dose: String(advice.single_dose),
  407. single_dose_unit: advice.single_dose_unit,
  408. prescribing_number: String(advice.prescribing_number),
  409. prescribing_number_unit: advice.prescribing_number_unit
  410. })
  411. .then(rs => {
  412. if (rs.data.state == 1) {
  413. var resp_advice = rs.data.data.advice
  414. if(!rs.data.data.isChange){
  415. var group = this.advice_groups[this.current_group_index]
  416. for (let index = 0; index < group.advices.length; index++) {
  417. const advice = group.advices[index]
  418. if (advice.id == resp_advice.id) {
  419. advice.advice_name = resp_advice.advice_name
  420. advice.advice_desc = resp_advice.advice_desc
  421. advice.remark = resp_advice.remark;
  422. advice.start_time = resp_advice.start_time;
  423. advice.drug_spec = resp_advice.drug_spec;
  424. (advice.drug_spec_unit = resp_advice.drug_spec_unit),
  425. (advice.delivery_way = resp_advice.delivery_way),
  426. (advice.execution_frequency =
  427. resp_advice.execution_frequency),
  428. (advice.single_dose = resp_advice.single_dose),
  429. (advice.single_dose_unit = resp_advice.single_dose_unit),
  430. (advice.prescribing_number = resp_advice.prescribing_number),
  431. (advice.prescribing_number_unit =
  432. resp_advice.prescribing_number_unit)
  433. break
  434. }
  435. }
  436. }else{
  437. // var group = this.advice_groups[this.current_group_index]
  438. //先删除旧数据,再插入新数据
  439. var adviceArr = this.advice_groups[this.current_group_index].advices
  440. for (let y = resp_advice.length - 1; y >= 0; y--) {
  441. for (let i = adviceArr.length - 1; i >= 0; i--) {
  442. if (adviceArr[i].id == resp_advice[y].id || adviceArr[i].parent_id == resp_advice[y].id) {
  443. adviceArr.splice(i, 1)
  444. }
  445. }
  446. }
  447. var newAdvice = {}
  448. newAdvice['advices'] = resp_advice
  449. newAdvice['group_no'] = resp_advice[0].groupno
  450. this.advice_groups.push(newAdvice)
  451. }
  452. this.currentAdvices = []
  453. this.currentSubAdvices = []
  454. for (let i = 0; i < this.advice_groups.length; i++) {
  455. for (let y = 0; y < this.advice_groups[i].advices.length; y++) {
  456. var advices = this.advice_groups[i].advices[y]
  457. advices.is_selected = 0
  458. }
  459. }
  460. console.log(this.advice_groups)
  461. this.advice_groups.sort((a, b) => a.advices[0].start_time - b.advices[0].start_time)
  462. this.$refs.modify_advice_form.dismiss()
  463. Toast.clear()
  464. this.index = 0
  465. } else {
  466. Toast.fail(rs.data.msg)
  467. }
  468. })
  469. .catch(err => {
  470. Toast.fail(err)
  471. })
  472. },
  473. uParseTime (time, format) {
  474. if (time == 0) {
  475. return ''
  476. }
  477. return uParseTime(time, format)
  478. },
  479. getXuserName (id) {
  480. if (id <= 0) {
  481. return ''
  482. }
  483. var name = ''
  484. if (
  485. this.admin_users == null ||
  486. typeof this.admin_users.length == 'undefined'
  487. ) {
  488. return name
  489. }
  490. var leng = this.admin_users.length
  491. if (leng == 0) {
  492. return name
  493. }
  494. for (let index = 0; index < leng; index++) {
  495. if (this.admin_users[index].id == id) {
  496. name = this.admin_users[index].name
  497. break
  498. }
  499. }
  500. return name
  501. },
  502. didAddSubdrug: function (subdrug) {
  503. Toast.loading({forbidClick: true, duration: 0})
  504. CreateDoctorAdvice(this.patient.id, {
  505. parent_id: subdrug.parent_id,
  506. advice_type: 2,
  507. advice_date: subdrug.record_time,
  508. start_time: subdrug.start_time,
  509. advice_name: subdrug.title,
  510. advice_desc: subdrug.advice_desc,
  511. drug_spec: String(subdrug.drug_spec),
  512. drug_spec_unit: subdrug.drug_spec_unit,
  513. single_dose: String(subdrug.single_dose),
  514. single_dose_unit: subdrug.single_dose_unit,
  515. prescribing_number: String(subdrug.prescribing_number),
  516. prescribing_number_unit: subdrug.prescribing_number_unit
  517. // delivery_way: subdrug.delivery_way,
  518. // execution_frequency: subdrug.execution_frequency
  519. })
  520. .then(response => {
  521. if (response.data.state == 0) {
  522. Toast.fail(response.data.msg)
  523. return false
  524. } else {
  525. Toast.success('添加成功')
  526. var resp_advice = response.data.data.advice
  527. var group_index = this.current_group_index
  528. var adviceArr = this.advice_groups[this.current_group_index].advices
  529. for (let i = 0; i < adviceArr.length; i++) {
  530. if (adviceArr[i].id == this.currentAdvices[0].id && adviceArr[i].is_selected == 1) {
  531. var advice_index = i
  532. }
  533. }
  534. var group = this.advice_groups[group_index]
  535. var insert_index = -1
  536. var last_child_index = -1
  537. for (
  538. let index = advice_index + 1;
  539. index < group.advices.length;
  540. index++
  541. ) {
  542. const advice = group.advices[index]
  543. if (resp_advice.parent_id != advice.parent_id) {
  544. insert_index = index
  545. break
  546. } else {
  547. last_child_index = index
  548. }
  549. }
  550. if (insert_index < 0) {
  551. if (last_child_index < 0) {
  552. group.advices.splice(advice_index + 1, 0, resp_advice)
  553. } else {
  554. group.advices.splice(last_child_index + 1, 0, resp_advice)
  555. }
  556. } else {
  557. group.advices.splice(insert_index, 0, resp_advice)
  558. }
  559. this.cancelAdviceSelect()
  560. this.$refs.subdrug_form.dismiss()
  561. this.index = 0
  562. // this.$emit("new_create", response.data.data.advice);
  563. this.currentAdvices = []
  564. this.currentSubAdvices = []
  565. for (let i = 0; i < this.advice_groups.length; i++) {
  566. for (let y = 0; y < this.advice_groups[i].advices.length; y++) {
  567. var advices = this.advice_groups[i].advices[y]
  568. advices.is_selected = 0
  569. }
  570. }
  571. return false
  572. }
  573. })
  574. .catch(err => {
  575. Toast.fail(err)
  576. })
  577. },
  578. getAdviceConfig () {
  579. getAdviceConfig().then(response => {
  580. if (response.data.state == 1) {
  581. this.deliveryWayOptions =
  582. response.data.data.drugways === null
  583. ? []
  584. : response.data.data.drugways
  585. this.executionFrequencyOptions =
  586. response.data.data.efs === null ? [] : response.data.data.efs
  587. this.adviceTemplates =
  588. response.data.data.advice_templates === null
  589. ? []
  590. : response.data.data.advice_templates
  591. }
  592. })
  593. },handleModifyExecTime(time){
  594. var exceTime = this.handleTime(time)
  595. var currentAdviceIdArr = []
  596. var exceParams = null
  597. for (let i = 0; i < this.currentAdvices.length; i++) {
  598. if ( this.currentAdvices[i].execution_state == 1) {
  599. currentAdviceIdArr.push(this.currentAdvices[i].id)
  600. }
  601. }
  602. this.currentAdviceIdsStr = currentAdviceIdArr.join(',')
  603. if (this.current_select_object == 1) {
  604. exceParams = {
  605. groupno: 0,
  606. advice_id: this.currentAdviceIdsStr,
  607. execution_time: exceTime
  608. }
  609. } else {
  610. var group = this.advice_groups[this.current_group_index]
  611. exceParams = {
  612. groupno: group.group_no <= 0 ? 0 : group.group_no,
  613. advice_id: group.group_no <= 0 ? group.advices[0].id : 0,
  614. execution_time: exceTime
  615. }
  616. }
  617. ModifyExecDoctorAdvice(exceParams)
  618. .then(response => {
  619. if (response.data.state == 0) {
  620. Toast.fail(response.data.msg)
  621. return false
  622. } else {
  623. Toast.success('执行成功!')
  624. var advice = response.data.data.advice
  625. if (this.current_select_object == 1) {
  626. var ids = this.currentAdviceIdsStr.split(',')
  627. var adviceArr = this.advice_groups[this.current_group_index].advices
  628. for (let i = 0; i < adviceArr.length; i++) {
  629. for (let a = 0; a < ids.length; a++) {
  630. if ((adviceArr[i].execution_state == 1 && adviceArr[i].id == ids[a]) || (adviceArr[i].execution_state == 1 && adviceArr[i].parent_id == ids[a])) {
  631. adviceArr[i].execution_time = advice.execution_time
  632. }
  633. }
  634. }
  635. } else {
  636. for (let index = 0; index < group.advices.length; index++) {
  637. const adv = group.advices[index]
  638. if (adv.execution_state == 1) {
  639. adv.execution_time = advice.execution_time
  640. }
  641. }
  642. }
  643. }
  644. })
  645. .catch(err => {
  646. Toast.fail(err)
  647. return false
  648. })
  649. },
  650. handleExecTime (time) {
  651. var exceTime = this.handleTime(time)
  652. var exceParams = null
  653. if (this.current_select_object == 1) {
  654. exceParams = {
  655. groupno: 0,
  656. advice_id: this.currentAdviceIdsStr,
  657. execution_time: exceTime
  658. }
  659. } else {
  660. var group = this.advice_groups[this.current_group_index]
  661. exceParams = {
  662. groupno: group.group_no <= 0 ? 0 : group.group_no,
  663. advice_id: group.group_no <= 0 ? group.advices[0].id : 0,
  664. execution_time: exceTime
  665. }
  666. }
  667. Toast.loading({forbidClick: true, duration: 0})
  668. ExecDoctorAdvice(exceParams)
  669. .then(response => {
  670. if (response.data.state == 0) {
  671. Toast.fail(response.data.msg)
  672. return false
  673. } else {
  674. Toast.success('执行成功!')
  675. var advice = response.data.data.advice
  676. if (this.current_select_object == 1) {
  677. var ids = this.currentAdviceIdsStr.split(',')
  678. var adviceArr = this.advice_groups[this.current_group_index].advices
  679. for (let i = 0; i < adviceArr.length; i++) {
  680. for (let a = 0; a < ids.length; a++) {
  681. if ((adviceArr[i].execution_state == 2 && adviceArr[i].id == ids[a]) || (adviceArr[i].execution_state == 2 && adviceArr[i].parent_id == ids[a])) {
  682. adviceArr[i].execution_staff = advice.execution_staff
  683. adviceArr[i].execution_time = advice.execution_time
  684. adviceArr[i].execution_state = advice.execution_state
  685. }
  686. }
  687. }
  688. } else {
  689. for (let index = 0; index < group.advices.length; index++) {
  690. const adv = group.advices[index]
  691. if (adv.execution_state == 2) {
  692. adv.execution_staff = advice.execution_staff
  693. adv.execution_time = advice.execution_time
  694. adv.execution_state = advice.execution_state
  695. }
  696. }
  697. }
  698. }
  699. })
  700. .catch(err => {
  701. Toast.fail(err)
  702. return false
  703. })
  704. },
  705. handleTime (time) {
  706. var year = time.getFullYear()
  707. var month = time.getMonth() + 1
  708. var day = time.getDate()
  709. var hour = time.getHours()
  710. var minute = time.getMinutes()
  711. if (month < 10) {
  712. month = '0' + month
  713. }
  714. if (day < 10) {
  715. day = '0' + day
  716. }
  717. if (hour < 10) {
  718. hour = '0' + hour
  719. }
  720. if (minute < 10) {
  721. minute = '0' + minute
  722. }
  723. return year + '-' + month + '-' + day + ' ' + hour + ':' + minute + ':00'
  724. }, deleteSubAdviceAction: function () {
  725. if (this.currentSubAdvices.length <= 0) {
  726. return
  727. }
  728. Dialog.confirm({
  729. title: '删除医嘱',
  730. message: '确认删除医嘱吗?'
  731. }).then(() => {
  732. Toast.loading({forbidClick: true, duration: 0})
  733. DeleteSubDoctorAdvice(this.currentSubAdvices[0].id)
  734. .then(rs => {
  735. if (rs.data.state == 1) {
  736. Toast.success('删除成功')
  737. var adviceArr = this.advice_groups[this.current_group_index].advices
  738. for (let i = adviceArr.length - 1; i >= 0; i--) {
  739. if (adviceArr[i].id == this.currentSubAdvices[0].id) {
  740. adviceArr.splice(i, 1)
  741. }
  742. }
  743. this.currentSubAdvices = []
  744. this.currentAdvices = []
  745. for (let i = 0; i < this.advice_groups.length; i++) {
  746. for (let y = 0; y < this.advice_groups[i].advices.length; y++) {
  747. var advices = this.advice_groups[i].advices[y]
  748. advices.is_selected = 0
  749. }
  750. }
  751. } else {
  752. Toast.fail(rs.data.msg)
  753. }
  754. })
  755. .catch(err => {
  756. Toast.fail(err)
  757. })
  758. })
  759. },
  760. deleteAdviceAction: function () {
  761. if (this.current_select_object == 1) {
  762. if (this.currentAdvices.length <= 0) {
  763. return
  764. }
  765. Dialog.confirm({
  766. title: '删除医嘱',
  767. message: '确认删除医嘱吗?'
  768. }).then(() => {
  769. Toast.loading({forbidClick: true, duration: 0})
  770. var group_no = 0
  771. var advice_id = this.currentAdvices.join(',')
  772. var ids = []
  773. for (let i = 0; i < this.currentAdvices.length; i++) {
  774. ids.push(this.currentAdvices[i].id)
  775. }
  776. advice_id = ids.join(',')
  777. DeleteDoctorAdviceNew(group_no, advice_id)
  778. .then(rs => {
  779. if (rs.data.state == 1) {
  780. Toast.success('删除成功')
  781. var adviceArr = this.advice_groups[this.current_group_index].advices
  782. for (let y = ids.length - 1; y >= 0; y--) {
  783. for (let i = adviceArr.length - 1; i >= 0; i--) {
  784. if (adviceArr[i].id == ids[y] || adviceArr[i].parent_id == ids[y]) {
  785. adviceArr.splice(i, 1)
  786. }
  787. }
  788. }
  789. this.currentSubAdvices = []
  790. this.currentAdvices = []
  791. for (let i = 0; i < this.advice_groups.length; i++) {
  792. for (let y = 0; y < this.advice_groups[i].advices.length; y++) {
  793. var advices = this.advice_groups[i].advices[y]
  794. advices.is_selected = 0
  795. }
  796. }
  797. } else {
  798. Toast.fail(rs.data.msg)
  799. }
  800. })
  801. .catch(err => {
  802. Toast.fail(err)
  803. })
  804. })
  805. } else {
  806. if (this.current_group_index < 0) {
  807. return
  808. }
  809. var group = this.advice_groups[this.current_group_index]
  810. Dialog.confirm({
  811. title: '删除医嘱',
  812. message: '确认删除这组医嘱吗?'
  813. }).then(() => {
  814. Toast.loading({forbidClick: true, duration: 0})
  815. var group_no = group.group_no <= 0 ? 0 : group.group_no
  816. var advice_id = 0
  817. if (group.group_no <= 0) {
  818. advice_id = group.advices[0].id
  819. } else if (this.current_advice != null) {
  820. group_no = 0
  821. advice_id = this.current_advice.id
  822. }
  823. DeleteDoctorAdviceNew(group_no, advice_id)
  824. .then(rs => {
  825. if (rs.data.state == 1) {
  826. Toast.success('删除成功')
  827. // if (group.group_no <= 0) {
  828. // this.advice_groups.splice(this.current_group_index, 1);
  829. // } else {
  830. if (this.current_advice_index >= 0) {
  831. // if (group.advices.length <= 1) {
  832. // this.advice_groups.splice(this.current_group_index, 1);
  833. // } else {
  834. var advice = group.advices[this.current_advice_index]
  835. if (advice.parent_id > 0) {
  836. group.advices.splice(this.current_advice_index, 1)
  837. } else {
  838. var child_count = 0
  839. for (
  840. let index = this.current_advice_index + 1;
  841. index < group.advices.length;
  842. index++
  843. ) {
  844. const adv = group.advices[index]
  845. if (adv.parent_id == advice.id) {
  846. child_count++
  847. }
  848. }
  849. group.advices.splice(
  850. this.current_advice_index,
  851. child_count + 1
  852. )
  853. }
  854. if (group.advices.length == 0) {
  855. this.advice_groups.splice(this.current_group_index, 1)
  856. }
  857. // }
  858. } else {
  859. this.advice_groups.splice(this.current_group_index, 1)
  860. }
  861. // }
  862. this.cancelAdviceSelect()
  863. } else {
  864. Toast.fail(rs.data.msg)
  865. }
  866. })
  867. .catch(err => {
  868. Toast.fail(err)
  869. })
  870. })
  871. }
  872. },
  873. checkAdvice () {
  874. if (this.currentAdvices.length <= 0) {
  875. return
  876. }
  877. if (this.current_select_object == 1) {
  878. var isCheck = true
  879. var adviceArr = this.advice_groups[this.current_group_index].advices
  880. for (let i = 0; i < adviceArr.length; i++) {
  881. if (adviceArr[i].check_state == 0 && adviceArr[i].is_selected == 1) {
  882. isCheck = false
  883. }
  884. }
  885. if (isCheck) {
  886. Toast.fail('所选医嘱已核对')
  887. return false
  888. }
  889. for (let i = 0; i < adviceArr.length; i++) {
  890. if (adviceArr[i].is_selected == 1 && adviceArr[i].execution_staff > 0 && adviceArr[i].execution_staff == this.$store.getters.user.user.id) {
  891. Toast.fail('核对与执行不能是同一人')
  892. return false
  893. }
  894. }
  895. var currentAdviceIdArr = []
  896. for (let i = 0; i < adviceArr.length; i++) {
  897. if (adviceArr[i].is_selected == 1) {
  898. currentAdviceIdArr.push(adviceArr[i].id)
  899. }
  900. }
  901. this.currentAdviceIdsStr = currentAdviceIdArr.join(',')
  902. } else {
  903. if (!(this.current_group_index >= 0 && this.current_advice_index < 0)) {
  904. return
  905. }
  906. var isCheck = true
  907. var group_top_advice = this.advice_groups[this.current_group_index]
  908. .advices[0]
  909. var adviceArr = this.advice_groups[this.current_group_index].advices
  910. var advice = null
  911. for (let i = 0; i < adviceArr.length; i++) {
  912. if (adviceArr[i].check_state == 0) {
  913. isCheck = false
  914. }
  915. }
  916. if (isCheck) {
  917. Toast.fail('所选医嘱已核对')
  918. return false
  919. }
  920. for (let i = 0; i < adviceArr.length; i++) {
  921. if (adviceArr[i].is_selected == 1 && adviceArr[i].execution_staff > 0 && adviceArr[i].execution_staff == this.$store.getters.user.user.id) {
  922. Toast.fail('核对与执行不能是同一人')
  923. return false
  924. }
  925. }
  926. // if (
  927. // group_top_advice.execution_staff > 0 &&
  928. // group_top_advice.execution_staff == this.$store.getters.user.user.id
  929. // ) {
  930. // Toast.fail('核对与执行不能是同一人')
  931. // return false
  932. // }
  933. }
  934. Dialog.confirm({
  935. title: '医嘱核对',
  936. message: '确认提交核对?'
  937. }).then(() => {
  938. var params = null
  939. Toast.loading({forbidClick: true, duration: 0})
  940. if (this.current_select_object == 1) {
  941. params = {
  942. groupno: 0,
  943. advice_id: this.currentAdviceIdsStr
  944. }
  945. } else {
  946. var group = this.advice_groups[this.current_group_index]
  947. params = {
  948. groupno: group.group_no <= 0 ? 0 : group.group_no,
  949. advice_id: group.group_no <= 0 ? group.advices[0].id : 0
  950. }
  951. }
  952. CheckDoctorAdvice(params)
  953. .then(response => {
  954. if (response.data.state == 0) {
  955. Toast.fail('你没有权限核对医嘱!')
  956. return false
  957. } else {
  958. Toast.success('核对成功!')
  959. var advice = response.data.data.advice
  960. if (this.current_select_object == 1) {
  961. var ids = this.currentAdviceIdsStr.split(',')
  962. var adviceArr = this.advice_groups[this.current_group_index].advices
  963. for (let i = 0; i < adviceArr.length; i++) {
  964. for (let a = 0; a < ids.length; a++) {
  965. if ((adviceArr[i].check_state == 0 && adviceArr[i].id == ids[a]) || (adviceArr[i].check_state == 0 && adviceArr[i].parent_id == ids[a])) {
  966. adviceArr[i].checker = advice.checker
  967. adviceArr[i].check_time = advice.check_time
  968. adviceArr[i].check_state = advice.check_state
  969. }
  970. }
  971. }
  972. } else {
  973. for (let index = 0; index < group.advices.length; index++) {
  974. const adv = group.advices[index]
  975. adv.checker = advice.checker
  976. adv.check_time = advice.check_time
  977. adv.check_state = advice.check_state
  978. }
  979. }
  980. }
  981. })
  982. .catch(err => {
  983. Toast.fail(err)
  984. })
  985. })
  986. // .catch(err => {
  987. // Toast.fail(err);
  988. // });
  989. },
  990. execAdvice () {
  991. if (this.currentAdvices.length <= 0) {
  992. return
  993. }
  994. if (this.current_select_object == 1) {
  995. var isExecution = true
  996. var adviceArr = this.advice_groups[this.current_group_index].advices
  997. for (let i = 0; i < adviceArr.length; i++) {
  998. if (adviceArr[i].execution_state == 2 && adviceArr[i].is_selected == 1) {
  999. isExecution = false
  1000. }
  1001. }
  1002. if (isExecution) {
  1003. Toast.fail('所选医嘱已停止或执行')
  1004. return false
  1005. }
  1006. for (let i = 0; i < adviceArr.length; i++) {
  1007. if (adviceArr[i].is_selected == 1 && adviceArr[i].checker > 0 && adviceArr[i].checker == this.$store.getters.user.user.id) {
  1008. Toast.fail('核对与执行不能是同一人')
  1009. return false
  1010. }
  1011. }
  1012. var currentAdviceIdArr = []
  1013. for (let i = 0; i < adviceArr.length; i++) {
  1014. if (adviceArr[i].is_selected == 1) {
  1015. currentAdviceIdArr.push(adviceArr[i].id)
  1016. }
  1017. }
  1018. this.currentAdviceIdsStr = currentAdviceIdArr.join(',')
  1019. this.nowExecTime = new Date(adviceArr[0].start_time * 1000)
  1020. } else {
  1021. if (!(this.current_group_index >= 0 && this.current_advice_index < 0)) {
  1022. return
  1023. }
  1024. var isExecution = true
  1025. var group_top_advice = this.advice_groups[this.current_group_index]
  1026. .advices[0]
  1027. var adviceArr = this.advice_groups[this.current_group_index].advices
  1028. for (let i = 0; i < adviceArr.length; i++) {
  1029. if (adviceArr[i].is_selected == 1 && adviceArr[i].execution_state == 2) {
  1030. isExecution = false
  1031. }
  1032. }
  1033. if (isExecution) {
  1034. Toast.fail('所选医嘱已停止或执行')
  1035. return false
  1036. }
  1037. for (let i = 0; i < adviceArr.length; i++) {
  1038. if (adviceArr[i].is_selected == 1 && adviceArr[i].checker > 0 && adviceArr[i].checker == this.$store.getters.user.user.id) {
  1039. Toast.fail('核对与执行不能是同一人')
  1040. return false
  1041. }
  1042. }
  1043. this.nowExecTime = new Date(group_top_advice.start_time * 1000)
  1044. }
  1045. this.$refs.exec_time.open()
  1046. },
  1047. openNewChild () {
  1048. if (this.$store.getters.user.user.user_type == 3) {
  1049. Toast.fail('你没有权限添加子药!')
  1050. return
  1051. }
  1052. if (this.currentAdvices.length == 0) {0
  1053. return false
  1054. }
  1055. this.current_advice = this.currentAdvices[0]
  1056. if (
  1057. this.current_advice.stop_state == 1 ||
  1058. this.current_advice.execution_state == 1 ||
  1059. this.current_advice.check_state == 1
  1060. ) {
  1061. Toast.fail('所选医嘱已停止或执行或核对')
  1062. return false
  1063. }
  1064. this.index = 2
  1065. var start_time = uParseTime(
  1066. this.current_advice.start_time,
  1067. '{y}-{m}-{d} {h}:{i}'
  1068. )
  1069. this.$refs.subdrug_form.showWithNewSubDrug(
  1070. this.current_advice.id,
  1071. this.record_date,
  1072. start_time,
  1073. this.current_advice.delivery_way,
  1074. this.current_advice.execution_frequency
  1075. )
  1076. return
  1077. },
  1078. openNewAdvice () {
  1079. if (this.$store.getters.user.user.user_type == 3) {
  1080. Toast.fail('你没有权限新增医嘱!')
  1081. return
  1082. }
  1083. this.currentAdvices = []
  1084. this.currentSubAdvices = []
  1085. for (let i = 0; i < this.advice_groups.length; i++) {
  1086. for (let y = 0; y < this.advice_groups[i].advices.length; y++) {
  1087. var advices = this.advice_groups[i].advices[y]
  1088. advices.is_selected = 0
  1089. }
  1090. }
  1091. this.index = 1
  1092. this.current_group_index = -1
  1093. this.current_advice_index = -1
  1094. this.current_advice = null
  1095. }, modifySubdviceAction: function () {
  1096. if (this.currentSubAdvices.length <= 0) {
  1097. return
  1098. }
  1099. if (this.current_advice_index >= 0) {
  1100. this.index = 3
  1101. var advice = this.currentSubAdvices[0]
  1102. this.$refs.modify_advice_form.showWithModify({
  1103. id: advice.id,
  1104. parent_id: advice.parent_id,
  1105. title: advice.advice_name,
  1106. advice_desc: advice.advice_desc,
  1107. remark: advice.remark,
  1108. drug_spec: advice.drug_spec,
  1109. drug_spec_unit: advice.drug_spec_unit,
  1110. delivery_way: advice.delivery_way,
  1111. execution_frequency: advice.execution_frequency,
  1112. single_dose: advice.single_dose,
  1113. single_dose_unit: advice.single_dose_unit,
  1114. prescribing_number: advice.prescribing_number,
  1115. prescribing_number_unit: advice.prescribing_number_unit
  1116. })
  1117. }
  1118. },
  1119. modifyAdviceAction: function () {
  1120. if (this.current_group_index < 0) {
  1121. return
  1122. }
  1123. var group = this.advice_groups[this.current_group_index]
  1124. if (this.current_advice_index >= 0) {
  1125. this.index = 3
  1126. var advice = this.currentAdvices[0]
  1127. this.$refs.modify_advice_form.showWithModify({
  1128. id: advice.id,
  1129. parent_id: advice.parent_id,
  1130. title: advice.advice_name,
  1131. advice_desc: advice.advice_desc,
  1132. remark: advice.remark,
  1133. start_time: advice.start_time,
  1134. drug_spec: advice.drug_spec,
  1135. drug_spec_unit: advice.drug_spec_unit,
  1136. delivery_way: advice.delivery_way,
  1137. execution_frequency: advice.execution_frequency,
  1138. single_dose: advice.single_dose,
  1139. single_dose_unit: advice.single_dose_unit,
  1140. prescribing_number: advice.prescribing_number,
  1141. prescribing_number_unit: advice.prescribing_number_unit
  1142. })
  1143. } else {
  1144. if (group.group_no <= 0) {
  1145. this.index = 3
  1146. var advice = group.advices[0]
  1147. this.$refs.modify_advice_form.showWithModify({
  1148. id: advice.id,
  1149. parent_id: advice.parent_id,
  1150. title: advice.advice_name,
  1151. advice_desc: advice.advice_desc,
  1152. remark: advice.remark,
  1153. drug_spec: advice.drug_spec,
  1154. drug_spec_unit: advice.drug_spec_unit,
  1155. delivery_way: advice.delivery_way,
  1156. execution_frequency: advice.execution_frequency,
  1157. single_dose: advice.single_dose,
  1158. single_dose_unit: advice.single_dose_unit,
  1159. prescribing_number: advice.prescribing_number,
  1160. prescribing_number_unit: advice.prescribing_number_unit
  1161. })
  1162. } else {
  1163. this.index = 4
  1164. this.$refs.modify_advice_group.show(group.group_no, group.advices)
  1165. }
  1166. }
  1167. },
  1168. cancelAdviceSelect: function () {
  1169. this.current_group_index = -1
  1170. this.current_advice_index = -1
  1171. this.current_advice = null
  1172. },
  1173. selectAdviceAction: function (group_index, advice_index, advice) {
  1174. console.log(this.current_group_index)
  1175. console.log(group_index)
  1176. console.log(advice.parent_id)
  1177. if ((this.current_group_index != -1 && this.current_group_index != group_index) || advice.parent_id > 0) { //选择其他组,将原来的组选择状态清除
  1178. this.currentAdvices = []
  1179. this.currentSubAdvices = []
  1180. for (let i = 0; i < this.advice_groups.length; i++) {
  1181. for (let y = 0; y < this.advice_groups[i].advices.length; y++) {
  1182. var advices = this.advice_groups[i].advices[y]
  1183. advices.is_selected = 0
  1184. }
  1185. }
  1186. }
  1187. for (let i = 0; i < this.advice_groups.length; i++) { //选择子医嘱,将已经选择的医嘱选择状态清除
  1188. for (let y = 0; y < this.advice_groups[i].advices.length; y++) {
  1189. var advices = this.advice_groups[i].advices[y]
  1190. if (advices.parent_id > 0) {
  1191. advices.is_selected = 0
  1192. }
  1193. }
  1194. }
  1195. for (let i = 0; i < this.advice_groups.length; i++) { //设置选择状态
  1196. for (let y = 0; y < this.advice_groups[i].advices.length; y++) {
  1197. var advices = this.advice_groups[i].advices[y]
  1198. if (advices.id == advice.id) {
  1199. if (advice.is_selected == 1) {
  1200. advice.is_selected = 0
  1201. for (let a = this.currentAdvices.length - 1; a >= 0; a--) {
  1202. if (this.currentAdvices[a].id == advice.id) {
  1203. this.currentAdvices.splice(a, 1)
  1204. }
  1205. }
  1206. } else {
  1207. advice.is_selected = 1
  1208. if (advice.parent_id == 0) {
  1209. this.currentAdvices.push(advice)
  1210. }
  1211. }
  1212. }
  1213. }
  1214. }
  1215. if (advice.parent_id == 0) {
  1216. this.currentSubAdvices = []
  1217. } else {
  1218. this.currentSubAdvices.push(advice)
  1219. }
  1220. this.current_select_object = 1 //单条医嘱
  1221. this.current_group_index = group_index
  1222. this.current_advice_index = advice_index
  1223. this.current_advice = advice
  1224. }, selectGroupAdviceAction: function (group_index, advice_index, advice, group) {
  1225. if (this.current_group_index != -1 && this.current_group_index != group_index) { //选择其他组,将原来的组选择状态清除
  1226. this.currentAdvices = []
  1227. this.currentSubAdvices = []
  1228. for (let i = 0; i < this.advice_groups.length; i++) {
  1229. for (let y = 0; y < this.advice_groups[i].advices.length; y++) {
  1230. var advices = this.advice_groups[i].advices[y]
  1231. advices.is_selected = 0
  1232. }
  1233. }
  1234. }
  1235. for (let i = 0; i < this.advice_groups.length; i++) { //选择子医嘱,将已经选择的医嘱选择状态清除
  1236. for (let y = 0; y < this.advice_groups[i].advices.length; y++) {
  1237. var advices = this.advice_groups[i].advices[y]
  1238. if (advices.parent_id > 0) {
  1239. advices.is_selected = 0
  1240. }
  1241. }
  1242. }
  1243. for (let i = 0; i < this.advice_groups.length; i++) {
  1244. for (let y = 0; y < this.advice_groups[i].advices.length; y++) {
  1245. var advices = this.advice_groups[i].advices[y]
  1246. if (advices.groupno == group.group_no) {
  1247. advices.is_selected = 1
  1248. this.currentAdvices.push(advices)
  1249. }
  1250. }
  1251. }
  1252. this.current_select_object = 2 //单组医嘱
  1253. this.current_group_index = group_index
  1254. this.current_advice_index = advice_index
  1255. this.current_advice = advice
  1256. }
  1257. }
  1258. }
  1259. </script>
  1260. <style style="stylesheet/scss" lang="scss" scoped>
  1261. #dialogTop{
  1262. @media only screen and (max-width: 415px){
  1263. height: 13.8rem !important;
  1264. }
  1265. }
  1266. .DialogContent {
  1267. .content {
  1268. .yzNav {
  1269. position: fixed;
  1270. top: 0.16rem;
  1271. }
  1272. }
  1273. }
  1274. .orderTable{
  1275. width: 100%;
  1276. }
  1277. .table {
  1278. width: 768px;
  1279. tr {
  1280. th {
  1281. background: $main-color;
  1282. color: #fff;
  1283. height: 1.2rem;
  1284. line-height: 1.2rem;
  1285. }
  1286. td {
  1287. line-height: 0.6rem;
  1288. .txt {
  1289. // float: left;
  1290. padding: 0 10px 0 10px;
  1291. // width: 75%;
  1292. text-align: left;
  1293. }
  1294. .ico {
  1295. float: right;
  1296. width: 60px;
  1297. text-align: right;
  1298. padding-right: 3px;
  1299. }
  1300. .iconfont {
  1301. font-size: 20px;
  1302. padding: 0 2px;
  1303. color: #7b8a97;
  1304. }
  1305. .handle {
  1306. color: #409eff;
  1307. // padding: 0 7px;
  1308. }
  1309. }
  1310. .advice_content {
  1311. // background: #eff6fc;
  1312. }
  1313. .subadvice_content {
  1314. // background: #fafcfe;
  1315. padding-left: 20px;
  1316. }
  1317. .td-active {
  1318. background: #badcff !important;
  1319. }
  1320. }
  1321. .row-class-active {
  1322. td {
  1323. background: #badcff;
  1324. }
  1325. }
  1326. }
  1327. .content {
  1328. .cell {
  1329. float: left;
  1330. width: 3.42rem;
  1331. margin: 0.35rem 0.3rem 0 0.4rem;
  1332. label {
  1333. display: block;
  1334. height: 0.55rem;
  1335. line-height: 0.55rem;
  1336. color: $pgh-color;
  1337. }
  1338. select {
  1339. width: 100%;
  1340. padding: 0.2rem 0;
  1341. border: 1px $border-color solid;
  1342. border-radius: 2px;
  1343. padding-left: 5px;
  1344. }
  1345. .inputBox {
  1346. border: 1px $border-color solid;
  1347. border-radius: 2px;
  1348. padding: 0.18rem 0;
  1349. padding-left: 5px;
  1350. }
  1351. .textarea {
  1352. width: 100%;
  1353. height: 1.22rem;
  1354. border: 1px $border-color solid;
  1355. border-radius: 2px;
  1356. padding-left: 5px;
  1357. }
  1358. }
  1359. .width {
  1360. width: 90%;
  1361. @include box-sizing;
  1362. margin-top: 1rem;
  1363. label {
  1364. display: inline-block;
  1365. }
  1366. button {
  1367. background: $main-color;
  1368. color: #fff;
  1369. border-radius: 6px;
  1370. width: 3rem;
  1371. height: 0.9rem;
  1372. line-height: 0.9rem;
  1373. text-align: center;
  1374. margin: 0 0.1rem 0.6rem 0.1rem;
  1375. border: 1px $main-color solid;
  1376. &.smt-danger {
  1377. background: #fff;
  1378. color: $main-color;
  1379. }
  1380. }
  1381. }
  1382. .center {
  1383. text-align: center;
  1384. }
  1385. }
  1386. .yzNav {
  1387. display: flex;
  1388. flex-wrap: wrap;
  1389. span {
  1390. width: 18%;
  1391. @media only screen and (max-width: 415px) {
  1392. padding: 0;
  1393. }
  1394. // @media only screen and (min-width: 666px) and (max-width: 737px) {
  1395. // width: 16% !important;
  1396. // }
  1397. }
  1398. }
  1399. </style>