1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555 |
- <template>
- <div>
- <div class="cell clearfix" style="float: right">
- <el-button
- style="float: right"
- size="small"
- icon="el-icon-printer"
- @click="signPrint()"
- type="primary"
- >标签打印
- </el-button>
- <el-button
- style="float: right"
- size="small"
- icon="el-icon-printer"
- @click="printAction()"
- type="primary"
- >打印
- </el-button>
-
- <el-button
- style="float: right"
- size="small"
- icon="el-icon-printer"
- @click="printActionSetting()"
- type="primary">
- 打印设置
- </el-button>
- </div>
-
- <div class="cell clearfix">
- <label class="title"> <span class="name">时间</span> : </label>
- <div class="time">
- <ul class>
- <li
- :class="item.id == week_type ? 'active' : ''"
- @click="selectWeekType(item.id)"
- v-for="item in weekArr"
- :key="item.id"
- >
- {{ item.name }}
- </li>
- </ul>
- </div>
- </div>
- <div class="cell clearfix">
- <div class="title"><span class="name">班 次</span> :</div>
- <div class="time">
- <ul class>
- <li
- :class="item.id == week_time ? 'active' : ''"
- @click="selectWeekTime(item.id)"
- v-for="item in weekTimes"
- :key="item.id"
- >
- {{ item.name }}
- </li>
- </ul>
- </div>
- </div>
- <div class="cell clearfix">
- <div class="title"><span class="name">处方状态</span> :</div>
- <div class="time">
- <ul class>
- <li
- :class="item.id == pre_status ? 'active' : ''"
- @click="selectPreStatus(item.id)"
- v-for="item in preStatus"
- :key="item.id"
- >
- {{ item.name }}
- </li>
- </ul>
- </div>
- </div>
- <div class="cell clearfix">
- <div class="title"><span class="name">分区</span> :</div>
- <!-- <div class="time">
- <ul class>
- <li
- :class="item.id == zone ? 'active' : ''"
- @click="selectZoneList(item.id)"
- v-for="item in zoneList"
- :key="item.id"
- >
- {{ item.name }}
- </li>
- </ul>
- </div> -->
- <el-select v-model="zone" multiple placeholder="请选择" @change="changeZone">
- <el-option
- v-for="item in zoneList"
- :key="item.id"
- :label="item.name"
- :value="item.id">
- </el-option>
- </el-select>
- </div>
- <el-table
- v-loading="isloading"
- :row-style="{ color: '#303133' }"
- :data="summarySchData"
- border
- :header-cell-style="{
- backgroundColor: 'rgb(245, 247, 250)',
- color: '#606266'
- }"
- style="width: 100%"
- >
-
- <el-table-column label="分区" min-width="70" align="center">
- <template slot-scope="scope">
- {{ scope.row.zone.name }}
- </template>
- </el-table-column>
-
- <el-table-column label="透析模式" min-width="100" align="center">
- <template slot-scope="scope">
- <!--{{getModeDesc(scope.row.list)}}-->
- <div v-html>{{getModeDesc(scope.row.list)}}</div>
-
- </template>
- </el-table-column>
- <el-table-column label="透析液" min-width="100" align="center">
- <template slot-scope="scope">
- <div v-html>{{getDialysisLiquidDesc(scope.row.list)}}</div>
- </template>
- </el-table-column>
-
- <el-table-column label="透析管路" min-width="100" align="center">
- <template slot-scope="scope">
- <div v-html>{{getDialysisPipeDesc(scope.row.list)}}</div>
-
- </template>
- </el-table-column>
-
- <el-table-column label="穿刺针" min-width="100" align="center">
- <template slot-scope="scope">
- <div v-html>{{getPunctureNeedleDesc(scope.row.list)}}</div>
-
- </template>
- </el-table-column>
-
-
- <el-table-column label="抗凝剂" min-width="100" align="center">
- <template slot-scope="scope">
- <div v-html>{{getAnticoagulantDesc(scope.row.list)}}</div>
-
- </template>
- </el-table-column>
-
-
- <el-table-column label="促红素" min-width="100" align="center">
- <template slot-scope="scope">
- <div v-html>{{getEPODesc(scope.row.list)}}</div>
-
- </template>
- </el-table-column>
-
-
- </el-table>
-
- <el-table
- v-loading="isloading"
- :row-style="{ color: '#303133' }"
- :data="scheduleData"
- border
- :header-cell-style="{
- backgroundColor: 'rgb(245, 247, 250)',
- color: '#606266'
- }"
- style="width: 100%"
- >
- <el-table-column label="透析处方" min-width="100" align="center">
- <template slot-scope="scope">
- <span v-if="scope.row.prescription.id>0">已确定</span>
- <span v-if="scope.row.prescription.id == 0">未确定</span>
- </template>
- </el-table-column>
- <el-table-column label="星期" min-width="100" align="center">
- <template slot-scope="scope">
- <span v-if="scope.row.schedule_week == 0">周日</span>
- <span v-if="scope.row.schedule_week == 1">周一</span>
- <span v-if="scope.row.schedule_week == 2">周二</span>
- <span v-if="scope.row.schedule_week == 3">周三</span>
- <span v-if="scope.row.schedule_week == 4">周四</span>
- <span v-if="scope.row.schedule_week == 5">周五</span>
- <span v-if="scope.row.schedule_week == 6">周六</span>
- </template>
- </el-table-column>
- <el-table-column label="姓名" min-width="100" align="center">
- <template slot-scope="scope">
- {{ scope.row.patient.name }}
- </template>
- </el-table-column>
- <el-table-column label="分区" min-width="70" align="center">
- <template slot-scope="scope">
- {{ scope.row.zone.name }}
- </template>
- </el-table-column>
- <el-table-column label="班次" min-width="70" align="center">
- <template slot-scope="scope">
- {{ getSchedulesType(scope.row.schedule_type) }}
- </template>
- </el-table-column>
- <el-table-column label="机号" min-width="70" align="center">
- <template slot-scope="scope">
- {{ scope.row.number.number }}
- </template>
- </el-table-column>
- <el-table-column label="透析模式" min-width="100" align="center">
- <template slot-scope="scope">
- {{
- scope.row.mode_id && modeOptions[scope.row.mode_id]
- ? modeOptions[scope.row.mode_id].name
- : ''
- }}
- </template>
- </el-table-column>
- <el-table-column label="透析器/灌流器" min-width="100" align="center">
- <template slot-scope="scope">
- <span v-if="org_id!=9987&&org_id!=10131&&org_id!=10215">
- <span v-if="scope.row.prescription.dialyzer_perfusion_apparatus!=''">
- <span>{{ scope.row.prescription.dialyzer_perfusion_apparatus }}</span>
- </span>
-
- <span v-if="scope.row.prescription.dialyzer_perfusion_apparatus==''&& scope.row.dialysissolution.id > 0 ">{{getDialysisDialyszerPerfusion(scope.row.patient_id)}}</span>
- </span>
- <span v-if="org_id==10131 || org_id == 10215">{{getDialysisDialyszerPerfusionOne(scope.row.patient_id,scope.row.mode_id,scope.row.solution)}}</span>
- {{scope.row.prescription.dialysis_dialyszers}}
- <span v-if="scope.row.prescription.dialysis_dialyszers!='' && scope.row.prescription.dialysis_irrigation!=''">/</span>
- <span v-if="scope.row.prescription.dialysis_irrigation!=''">{{scope.row.prescription.dialysis_irrigation}}</span>
- </template>
- </el-table-column>
-
- <el-table-column label="抗凝剂(商品名称)" min-width="70" align="center">
- <template slot-scope="scope">
- <span v-if="scope.row.dialysissolution.anticoagulant === 1">无肝素</span>
- <span v-if="scope.row.dialysissolution.anticoagulant === 2">普通肝素</span>
- <span v-if="scope.row.dialysissolution.anticoagulant === 3">低分子肝素</span>
- <span v-if="scope.row.dialysissolution.anticoagulant === 4">阿加曲班</span>
- <span v-if="scope.row.dialysissolution.anticoagulant === 5">枸橼酸钠</span>
- <span v-if="scope.row.dialysissolution.anticoagulant === 6">低分子肝素钙</span>
- <span v-if="scope.row.dialysissolution.anticoagulant === 7">低分子肝素钠</span>
- <span v-if="scope.row.dialysissolution.anticoagulant === 8">伊诺肝素</span>
- <span v-if="scope.row.dialysissolution.anticoagulant === 9">达肝素</span>
- <span v-if="scope.row.dialysissolution.anticoagulant === 10">体外抗凝</span>
- <span v-if="scope.row.dialysissolution.anticoagulant === 11">那曲肝素</span>
-
- <span v-if="scope.row.dialysissolution.antioxidant_commodity_name!=''">
- (<span>{{scope.row.prescription.antioxidant_commodity_name}}</span>)
- </span>
- </template>
- </el-table-column>
- <el-table-column label="总量" min-width="100" align="center">
- <template slot-scope="scope">
- <span v-if="scope.row.dialysissolution.anticoagulant == 1">{{
- scope.row.dialysissolution.anticoagulant_zongliang
- ? scope.row.dialysissolution.anticoagulant_zongliang + 'mg'
- : ''
- }}</span>
- <span v-if="scope.row.dialysissolution.anticoagulant == 2">{{
- scope.row.dialysissolution.anticoagulant_zongliang
- ? scope.row.dialysissolution.anticoagulant_zongliang + 'iu'
- : ''
- }}</span>
- <span v-if="scope.row.dialysissolution.anticoagulant == 3">{{
- scope.row.dialysissolution.anticoagulant_zongliang
- ? scope.row.dialysissolution.anticoagulant_zongliang + 'iu'
- : ''
- }}</span>
- <span v-if="scope.row.dialysissolution.anticoagulant == 4">{{
- scope.row.dialysissolution.anticoagulant_zongliang
- ? scope.row.dialysissolution.anticoagulant_zongliang + 'mg'
- : ''
- }}</span>
- <span v-if="scope.row.dialysissolution.anticoagulant == 5">{{
- scope.row.dialysissolution.anticoagulant_zongliang
- ? scope.row.dialysissolution.anticoagulant_zongliang + 'mg'
- : ''
- }}</span>
- <span v-if="scope.row.dialysissolution.anticoagulant == 6">{{scope.row.dialysissolution.anticoagulant_zongliang? scope.row.dialysissolution.anticoagulant_zongliang + 'iu': ''}}</span>
- <span v-if="scope.row.dialysissolution.anticoagulant == 7">{{scope.row.dialysissolution.anticoagulant_zongliang? scope.row.dialysissolution.anticoagulant_zongliang + 'iu': ''}}</span>
- <span v-if="scope.row.dialysissolution.anticoagulant == 8">{{scope.row.dialysissolution.anticoagulant_zongliang? scope.row.dialysissolution.anticoagulant_zongliang + 'iu': ''}}</span>
- <span v-if="scope.row.dialysissolution.anticoagulant == 9">{{scope.row.dialysissolution.anticoagulant_zongliang? scope.row.dialysissolution.anticoagulant_zongliang + 'iu': ''}}</span>
- <span v-if="scope.row.dialysissolution.anticoagulant == 10">{{scope.row.dialysissolution.anticoagulant_zongliang? scope.row.dialysissolution.anticoagulant_zongliang + 'iu': ''}}</span>
- <span v-if="scope.row.dialysissolution.anticoagulant == 11">{{scope.row.dialysissolution.anticoagulant_zongliang? scope.row.dialysissolution.anticoagulant_zongliang + 'iu': ''}}</span>
- </template>
- </el-table-column>
-
- <el-table-column label="长期医嘱" min-width="440" align="center">
- <template slot-scope="scope">
- <span style="white-space: pre">
- <span v-if="scope.row.doctoradvice.length >0">{{ getAdvice(scope.row.doctoradvice)}}</span>
- <span v-if="scope.row.hisdoctoradviceinfo.length>0">{{ getAdviceOne(scope.row.hisdoctoradviceinfo)}}</span>
- </span>
- </template>
- </el-table-column>
- </el-table>
-
- <el-dialog
- title="打印设置"
- :visible.sync="dialogVisible"
- width="30%"
- >
- <span>
- <ul>
- <li>
- <el-checkbox v-model="prescription_status">透析处方状态</el-checkbox>
- </li>
- <li>
- <el-checkbox v-model="week">星期</el-checkbox>
- </li>
- <li>
- <el-checkbox v-model="name">姓名</el-checkbox>
- </li>
- <li>
- <el-checkbox v-model="zone_name">分区</el-checkbox>
- </li>
- <li>
- <el-checkbox v-model="classes">班次</el-checkbox>
- </li>
- <li>
- <el-checkbox v-model="number">机号</el-checkbox>
- </li>
- <li>
- <el-checkbox v-model="mode">透析模式</el-checkbox>
- </li>
- <li>
- <el-checkbox v-model="dialyzers">透析器</el-checkbox>
- </li>
- <li>
- <el-checkbox v-model="perfusion_apparatus">灌流器</el-checkbox>
- </li>
- <li>
- <el-checkbox v-model="anticoagulant">抗凝剂(商品名称)</el-checkbox>
- </li>
- <li>
- <el-checkbox v-model="anticoagulant_zongliang">总量</el-checkbox>
- </li>
- <li>
- <el-checkbox v-model="doctor_advice">长期医嘱</el-checkbox>
- </li>
- </ul>
-
- </span>
- <span slot="footer" class="dialog-footer">
- <el-button @click="dialogVisible = false">取 消</el-button>
- <el-button type="primary" @click="saveRemindPrint">保 存</el-button>
- </span>
- </el-dialog>
-
-
- </div>
- </template>
-
- <script>
- import { getDataConfig } from '@/utils/data'
-
- import {
- getAllZoneList,
- getRemindPrintList,
- getScheduleList,
- getSchedules,
- getScheduleWeekDay,
- saveRemindPrint
- } from '@/api/schedule'
- import WeekItem from './WeekItem'
-
- export default {
- name: 'tableWeeks',
- props: {
- weekTime: {
- type: String,
- default: 'thisWeek'
- }
- },
-
- data() {
- return {
- isloading:false,
- weekArr: [
- { id: 0, name: '全部' },
- { id: 1, name: '周一' },
- { id: 2, name: '周二' },
- { id: 3, name: '周三' },
- { id: 4, name: '周四' },
- { id: 5, name: '周五' },
- { id: 6, name: '周六' },
- { id: 7, name: '周日' }
- ],
- anticoagulants_confit: null,
-
- week_type: '1',
- week_time: 0,
- pre_status: 0,
- weekTimes: [
- { id: 0, name: '全部' },
- { id: 1, name: '上午' },
- { id: 2, name: '下午' },
- { id: 3, name: '晚上' }
- ],
- preStatus: [
- { id: 0, name: '全部' },
- { id: 1, name: '已确认' },
- { id: 2, name: '未确认' }
- ],
- weekTitle: ['', '', '', '', '', '', ''],
- weekData: {
- Monday: [],
- Tuesday: [],
- Wednesday: [],
- Thursday: [],
- Friday: [],
- Saturday: [],
- Sunday: []
- },
- scheduleData: [],
- modeOptions: null,
- org_id: 0,
- dialogVisible: false,
- prescription_status: false,
- week: false,
- name: false,
- zone_name: false,
- classes: false,
- number: false,
- mode: false,
- dialyzers: false,
- perfusion_apparatus: false,
- anticoagulant: false,
- anticoagulant_zongliang: false,
- doctor_advice: false,
- form: {
- id: 0,
- prescription_status: '',
- week: '',
- name: '',
- zone: '',
- classes: '',
- number: '',
- mode: '',
- dialyzers: '',
- perfusion_apparatus: '',
- anticoagulant: '',
- anticoagulant_zongliang: '',
- doctor_advice: ''
- },
- // zone: 0,
- // zoneList: [{ id: 0, name: '全部' }],
- summarySchData: [],
- zone:0,
- zoneList:[],
- }
- },
- watch: {
- weekTime: function() {
-
- var theType = this.weekType(this.weekTime)
- this.getSchedules(theType)
- }
- },
-
- methods: {
- getModeName(mode_id) {
- return this.$store.getters.treatment_mode[mode_id] != undefined ? this.$store.getters.treatment_mode[mode_id].name : ''
-
- }, getDialysisLiquidName(id) {
- let dialysate_formulation_options = getDataConfig(
- 'hemodialysis',
- 'dialysate_formulation'
- )
- // return this.$store.getters.dialysate_formulation[mode_id] != undefined ? this.$store.getters.treatment_mode[mode_id].name: ""
- for (let i = 0; i < dialysate_formulation_options.length; i++) {
- if (id == dialysate_formulation_options[i].id) {
- return dialysate_formulation_options[i].name
- }
- }
-
-
- return ''
-
- },getAnticoagulantName(id) {
-
- return this.$store.getters.anticoagulants_confit[id] != undefined ? this.$store.getters.anticoagulants_confit[id].name: ""
-
-
- },
- getModeDesc(list) {
- let modes = []
- for (let b = 0; b < list.length; b++) {
- let obj = {
- mode_id: list[b].mode_id,
- mode_name: this.getModeName(list[b].mode_id),
- count: 0
-
- }
- modes.push(obj)
- }
- modes = this.uniqueMode(modes)
-
- for (let i = 0; i < list.length; i++) {
- switch (list[i].mode_id) {
- case 1:
- for (let b = 0; b < modes.length; b++) {
- if (modes[b].mode_id == list[i].mode_id) {
- modes[b].count = modes[b].count + 1
- }
- }
- break
- case 2:
- for (let b = 0; b < modes.length; b++) {
- if (modes[b].mode_id == list[i].mode_id) {
- modes[b].count = modes[b].count + 1
- }
- }
- break
- case 3:
- for (let b = 0; b < modes.length; b++) {
- if (modes[b].mode_id == list[i].mode_id) {
- modes[b].count = modes[b].count + 1
- }
- }
- break
- case 4:
- for (let b = 0; b < modes.length; b++) {
- if (modes[b].mode_id == list[i].mode_id) {
- modes[b].count = modes[b].count + 1
- }
- }
- break
- case 5:
- for (let b = 0; b < modes.length; b++) {
- if (modes[b].mode_id == list[i].mode_id) {
- modes[b].count = modes[b].count + 1
- }
- }
- break
- case 6:
- for (let b = 0; b < modes.length; b++) {
- if (modes[b].mode_id == list[i].mode_id) {
- modes[b].count = modes[b].count + 1
- }
- }
- break
- case 7:
- for (let b = 0; b < modes.length; b++) {
- if (modes[b].mode_id == list[i].mode_id) {
- modes[b].count = modes[b].count + 1
- }
- }
- break
- case 8:
- for (let b = 0; b < modes.length; b++) {
- if (modes[b].mode_id == list[i].mode_id) {
- modes[b].count = modes[b].count + 1
- }
- }
- break
- case 9:
- for (let b = 0; b < modes.length; b++) {
- if (modes[b].mode_id == list[i].mode_id) {
- modes[b].count = modes[b].count + 1
- }
- }
- break
- case 10:
- for (let b = 0; b < modes.length; b++) {
- if (modes[b].mode_id == list[i].mode_id) {
- modes[b].count = modes[b].count + 1
- }
- }
- break
- case 11:
- for (let b = 0; b < modes.length; b++) {
- if (modes[b].mode_id == list[i].mode_id) {
- modes[b].count = modes[b].count + 1
- }
- }
- break
- case 12:
- for (let b = 0; b < modes.length; b++) {
- if (modes[b].mode_id == list[i].mode_id) {
- modes[b].count = modes[b].count + 1
- }
- }
- break
- case 13:
- for (let b = 0; b < modes.length; b++) {
- if (modes[b].mode_id == list[i].mode_id) {
- modes[b].count = modes[b].count + 1
- }
- }
- break
- case 14:
- for (let b = 0; b < modes.length; b++) {
- if (modes[b].mode_id == list[i].mode_id) {
- modes[b].count = modes[b].count + 1
- }
- }
- break
- case 19:
- for (let b = 0; b < modes.length; b++) {
- if (modes[b].mode_id == list[i].mode_id) {
- modes[b].count = modes[b].count + 1
- }
- }
- break
- case 20:
- for (let b = 0; b < modes.length; b++) {
- if (modes[b].mode_id == list[i].mode_id) {
- modes[b].count = modes[b].count + 1
- }
- }
- break
- case 21:
- for (let b = 0; b < modes.length; b++) {
- if (modes[b].mode_id == list[i].mode_id) {
- modes[b].count = modes[b].count + 1
- }
- }
- break
- case 22:
- for (let b = 0; b < modes.length; b++) {
- if (modes[b].mode_id == list[i].mode_id) {
- modes[b].count = modes[b].count + 1
- }
- }
- break
- case 23:
- for (let b = 0; b < modes.length; b++) {
- if (modes[b].mode_id == list[i].mode_id) {
- modes[b].count = modes[b].count + 1
- }
- }
- break
- }
- }
-
- let desc = ''
- for (let i = 0; i < modes.length; i++) {
- if (desc.length == 0) {
- desc = modes[i].mode_name + ': ' + modes[i].count + '次'
-
- } else {
-
- desc = desc + ' ' + modes[i].mode_name + ': ' + modes[i].count + '次'
-
- }
-
- }
- return desc
-
- },
- getDialysisLiquidDesc(list) {
- let modes = []
- for (let b = 0; b < list.length; b++) {
- let obj = {
- id: list[b].dialysissolution.dialysate_formulation,
- name: this.getDialysisLiquidName(list[b].dialysissolution.dialysate_formulation),
- count: 0
-
- }
- modes.push(obj)
-
- }
-
- modes = this.uniqueDialysisFormulation(modes)
- for (let i = 0; i < list.length; i++) {
- for (let c = 0; c < modes.length; c++) {
- if (modes[c].id == list[i].dialysissolution.dialysate_formulation) {
- modes[c].count = modes[c].count + 1
- }
- }
- }
- let desc = ''
- for (let b = 0; b < modes.length; b++) {
- if (desc.length == 0) {
- desc = modes[b].name + ': ' + modes[b].count
- } else {
- desc = desc + ' ' + modes[b].name + ': ' + modes[b].count
- }
- }
-
- return desc
-
- },
- getDialysisPipeDesc(list) {
-
- let dialysisPipe = []
- for (let b = 0; b < list.length; b++) {
- var hemodialysis_pipelines_arr = []
-
- if (list[b].dialysissolution.hemodialysis_pipelines.length > 0) {
- hemodialysis_pipelines_arr = list[b].dialysissolution.hemodialysis_pipelines.split(',')
- } else {
- hemodialysis_pipelines_arr = []
- }
-
- for (let c = 0; c < hemodialysis_pipelines_arr.length; c++) {
- let obj = {
- name: hemodialysis_pipelines_arr[c],
- count: 0
- }
- dialysisPipe.push(obj)
- }
- }
- console.log(dialysisPipe)
- dialysisPipe = this.uniqueDialysisPipe(dialysisPipe)
- console.log(dialysisPipe)
-
- let desc = ''
- for (let b = 0; b < dialysisPipe.length; b++) {
- for (let i = 0; i < list.length; i++) {
-
- let hemodialysis_pipelines_arr = list[i].dialysissolution.hemodialysis_pipelines.split(',')
- console.log(hemodialysis_pipelines_arr)
- for (let c = 0; c < hemodialysis_pipelines_arr.length; c++) {
- if (dialysisPipe[b].name == hemodialysis_pipelines_arr[c]) {
- dialysisPipe[b].count = dialysisPipe[b].count + list[i].dialysissolution.hemodialysis_pipelines_count
- }
- }
- }
- }
-
- for (let b = 0; b < dialysisPipe.length; b++) {
- if (desc.length == 0) {
- desc = dialysisPipe[b].name + ': ' + dialysisPipe[b].count + '支'
- } else {
- desc = desc + ' ' + dialysisPipe[b].name + ': ' + dialysisPipe[b].count + '支'
- }
- }
-
- return desc
- }
- ,
- getPunctureNeedleDesc(list) {
-
- let punctureNeedle = []
- for (let b = 0; b < list.length; b++) {
- var puncture_needle_arr = []
-
- if (list[b].dialysissolution.puncture_needle.length > 0) {
- puncture_needle_arr = list[b].dialysissolution.puncture_needle.split(',')
- } else {
- puncture_needle_arr = []
- }
-
- for (let c = 0; c < puncture_needle_arr.length; c++) {
- let obj = {
- name: puncture_needle_arr[c],
- count: 0
- }
- punctureNeedle.push(obj)
- }
- }
- punctureNeedle = this.uniqueDialysisPipe(punctureNeedle)
-
- let desc = ''
- for (let b = 0; b < punctureNeedle.length; b++) {
- for (let i = 0; i < list.length; i++) {
- let puncture_needle_arr = list[i].dialysissolution.puncture_needle.split(',')
- for (let c = 0; c < puncture_needle_arr.length; c++) {
- if (punctureNeedle[b].name == puncture_needle_arr[c]) {
- punctureNeedle[b].count = punctureNeedle[b].count + list[i].dialysissolution.puncture_needle_count
-
- }
- }
- }
- }
-
- for (let b = 0; b < punctureNeedle.length; b++) {
- if (desc.length == 0) {
- desc = punctureNeedle[b].name + ': ' + punctureNeedle[b].count + '支'
- } else {
- desc = desc + ' ' + punctureNeedle[b].name + ': ' + punctureNeedle[b].count + '支'
- }
- }
-
- return desc
- }
- ,
- getAnticoagulantDesc(list) {
- let modes = []
- for (let b = 0; b < list.length; b++) {
- let obj = {
- id: list[b].dialysissolution.anticoagulant,
- name: this.getAnticoagulantName(list[b].dialysissolution.anticoagulant),
- count: 0
-
- }
- modes.push(obj)
-
- }
- modes = this.uniqueAnticoagulant(modes)
- for (let i = 0; i < list.length; i++) {
- for (let c = 0; c < modes.length; c++) {
- if (modes[c].id == list[i].dialysissolution.anticoagulant) {
- modes[c].count = modes[c].count + 1
- }
- }
- }
- let desc = ''
- for (let b = 0; b < modes.length; b++) {
- if (desc.length == 0) {
- desc = modes[b].name + ': ' + modes[b].count + '支'
- } else {
- desc = desc + ' ' + modes[b].name + ': ' + modes[b].count + '支'
- }
- }
- return desc
- },
- getEPODesc(list) {
- let EPO = []
- for (let b = 0; b < list.length; b++) {
- var epo_arr = []
- if (list[b].dialysissolution.epo.length > 0) {
- epo_arr = list[b].dialysissolution.epo.split(',')
- } else {
- epo_arr = []
- }
-
- for (let c = 0; c < epo_arr.length; c++) {
- let obj = {
- name: epo_arr[c],
- count: 0
- }
- EPO.push(obj)
- }
- }
- EPO = this.uniqueDialysisPipe(EPO)
-
- let desc = ''
- for (let b = 0; b < EPO.length; b++) {
- for (let i = 0; i < list.length; i++) {
- let epo_arr = list[i].dialysissolution.epo.split(',')
- for (let c = 0; c < epo_arr.length; c++) {
- if (EPO[b].name == epo_arr[c]) {
- EPO[b].count = EPO[b].count + list[i].dialysissolution.epo_count
-
- }
- }
- }
- }
- for (let b = 0; b < EPO.length; b++) {
- if (desc.length == 0) {
- desc = EPO[b].name + ': ' + EPO[b].count + '支'
- } else {
- desc = desc + ' ' + EPO[b].name + ': ' + EPO[b].count + '支'
- }
- }
-
- return desc
-
- }
- ,
- printAction() {
- var zone = this.zone
- var newArr = []
- for(let i=0;i<this.zoneList.length;i++){
- newArr.push(this.zoneList[i].id)
- }
- var arr = newArr.join(",")
- var str = ""
- if(this.zone == 0){
- str = arr
- }
- if(zone != 0){
- str = zone.join(",")
- }
- this.$router.push({
- path: '/schedule/remind/print?week_type=' + this.week_type + '&week_time=' + this.week_time + '&zone=' + str
- })
- }
- ,
- signPrint() {
- var zone = this.zone
- console.log("zone23232",zone)
- var newArr = []
- for(let i=0;i<this.zoneList.length;i++){
- newArr.push(this.zoneList[i].id)
- }
- var arr = newArr.join(",")
- var str = ""
- if(this.zone == 0){
- str = arr
- }
- if(zone != 0){
- str = zone.join(",")
- }
- this.$router.push({
- path: '/schedule/remind/print/setting?week_type=' + this.week_type + '&week_time=' + this.week_time + '&zone=' + str + '&prestatus=' + this.pre_status+"&type="+1
- })
- }
- ,
- compare(property) {
- return function(a, b) {
- var value1 = a[property]
- var value2 = b[property]
- return value1 - value2
- }
- }
- ,
- getScheduleWeekDay() {
-
- const params = {
- week_type: this.week_type,
- week_time: this.week_time
- }
- getScheduleWeekDay(params).then(response => {
- this.scheduleData = []
- if (response.data.state == 1) {
- var scheduleData = response.data.data.schdules
- console.log('列表', scheduleData)
- for (let i = 0; i < scheduleData.length; i++) {
- scheduleData[i].sort = scheduleData[i].number.sort
- }
- var arr = scheduleData.sort(this.compare('sort'))
-
- var arr = scheduleData.sort(this.compare('sort'))
-
- this.scheduleData = arr
- } else {
- this.$message.error('网络错误')
- return false
- }
- })
- }
- ,
- uniqueZone(arr) {
- const res = new Map()
- return arr.filter((arr) => !res.has(arr.id) && res.set(arr.id, 1))
- }
- ,
- uniqueMode(arr) {
- const res = new Map()
- return arr.filter((arr) => !res.has(arr.mode_id) && res.set(arr.mode_id, 1))
- }
- ,
- uniqueDialysisPipe(arr) {
- const res = new Map()
- return arr.filter((arr) => !res.has(arr.name) && res.set(arr.name, 1))
- }
- ,
- uniqueDialysisFormulation(arr) {
- const res = new Map()
- return arr.filter((arr) => !res.has(arr.id) && res.set(arr.id, 1))
- }
- , uniqueAnticoagulant(arr) {
- const res = new Map()
- return arr.filter((arr) => !res.has(arr.id) && res.set(arr.id, 1))
- }
- ,
-
- getScheduleList() {
-
- var zone = this.zone
- var newArr = []
- for(let i=0;i<this.zoneList.length;i++){
- newArr.push(this.zoneList[i].id)
- }
- var arr = newArr.join(",")
- var str = ""
- if(this.zone == 0){
- str = arr
- }
- if(zone != 0){
- str = zone.join(",")
- }
- const params = {
- week_type: this.week_type,
- week_time: this.week_time,
- zone: str,
- }
- console.log("param",params)
- this.scheduleData = []
- this.isloading = true
- getScheduleList(params).then(response => {
- if (response.data.state == 1) {
- this.isloading = false
- console.log('22333333333', this.pre_status)
- var list = response.data.data.list
- console.log("list33333333333333333333",list)
- if (this.pre_status == 0) {
-
- for (let i = 0; i < list.length; i++) {
- list[i].sort = list[i].number.sort
- }
-
- var arr = list.sort(this.compare('sort'))
- this.scheduleData = arr
-
- //汇总逻辑
- var zones = []
- for (let b = 0; b < arr.length; b++) {
- zones.push(arr[b].zone)
- }
-
- zones = this.uniqueZone(zones)
- this.summarySchData = []
- for (let i = 0; i < zones.length; i++) {
- let obj = {
- zone: zones[i],
- list: []
- }
- for (let b = 0; b < arr.length; b++) {
- if (zones[i].id == arr[b].zone.id) {
- obj.list.push(arr[b])
- }
- }
- this.summarySchData.push(obj)
- }
-
- }
- if (this.pre_status == 1) {
- var newList = []
- for (let i = 0; i < list.length; i++) {
- if (list[i].prescription.id > 0) {
- newList.push(list[i])
- }
- }
- var arr = newList.sort(this.compare('sort'))
- this.scheduleData = arr
-
- //汇总逻辑
- var zones = []
- for (let b = 0; b < arr.length; b++) {
- zones.push(arr[b].zone)
- }
-
- zones = this.uniqueZone(zones)
- this.summarySchData = []
- for (let i = 0; i < zones.length; i++) {
- let obj = {
- zone: zones[i],
- list: []
- }
- for (let b = 0; b < arr.length; b++) {
- if (zones[i].id == arr[b].zone.id) {
- obj.list.push(arr[b])
- }
- }
- this.summarySchData.push(obj)
- }
- }
-
- if (this.pre_status == 2) {
- var newList = []
- for (let i = 0; i < list.length; i++) {
- if (list[i].prescription.id == 0) {
- newList.push(list[i])
- }
- }
- var arr = newList.sort(this.compare('sort'))
- this.scheduleData = arr
-
- //汇总逻辑
- var zones = []
- for (let b = 0; b < arr.length; b++) {
- zones.push(arr[b].zone)
- }
-
- zones = this.uniqueZone(zones)
- this.summarySchData = []
- for (let i = 0; i < zones.length; i++) {
- let obj = {
- zone: zones[i],
- list: []
- }
- for (let b = 0; b < arr.length; b++) {
- if (zones[i].id == arr[b].zone.id) {
- obj.list.push(arr[b])
- }
- }
- this.summarySchData.push(obj)
- }
- }
-
- }
- })
- }
- ,
-
- weekType(weekTime) {
- var theType = 2
- switch (weekTime) {
- case 'lastWeek':
- theType = 1
- break
- case 'thisWeek':
- theType = 2
- break
- case 'nextWeek':
- theType = 3
- break
- case 'nextTwoWeek':
- theType = 4
- break
- default:
- theType = 2
- break
- }
- return theType
- }
- ,
- weekPath(week) {
- var weekArr = {
- 1: 'Monday',
- 2: 'Tuesday',
- 3: 'Wednesday',
- 4: 'Thursday',
- 5: 'Friday',
- 6: 'Saturday',
- 7: 'Sunday'
- }
- if (typeof weekArr[week] == 'undefined') {
- return ''
- }
- return weekArr[week]
- }
- ,
- selectWeekType(type) {
- this.week_type = type
- this.getScheduleList()
- }
- ,
-
- selectWeekTime(type) {
- this.week_time = type
- this.getScheduleList()
- }
- ,
- selectPreStatus(type) {
- this.pre_status = type
- this.getScheduleList()
- }
- ,
- selectZoneList(type) {
- this.zone = type
- this.getScheduleList()
- }
- ,
- getSchedulesType: function(type) {
- let type_name = ''
- switch (type) {
- case 1:
- type_name = '上午'
- break
- case 2:
- type_name = '下午'
- break
- case 3:
- type_name = '晚上'
- break
- }
- return type_name
- }
- ,
- getAdvice: function(doctor_advice) {
-
- if (doctor_advice.length > 0) {
- let name = ''
- for (let i = 0; i < doctor_advice.length; i++) {
- let prescribing_number = ''
- let single_dose = ''
- let drug_spec = ''
-
- if (doctor_advice[i].prescribing_number > 0) {
- prescribing_number =
- doctor_advice[i].prescribing_number +
- doctor_advice[i].prescribing_number_unit
- }
- if (doctor_advice[i].single_dose > 0) {
- single_dose =
- ' 单次用量 ' +
- doctor_advice[i].single_dose +
- doctor_advice[i].single_dose_unit
- }
-
- if (doctor_advice[i].drug_spec > 0) {
- drug_spec =
- doctor_advice[i].drug_spec + doctor_advice[i].drug_spec_unit
- }
-
- name =
- name +
- doctor_advice[i].advice_name +
- ' ' +
- drug_spec +
- ' ' +
- prescribing_number +
- ' ' +
- single_dose +
- ' ' +
- doctor_advice[i].delivery_way +
- ' ' +
- doctor_advice[i].execution_frequency +
- ' ' +
- doctor_advice[i].remark +
- '\n'
-
- if (doctor_advice[i].child.length > 0) {
- for (let a = 0; a < doctor_advice[i].child.length; a++) {
- if (doctor_advice[i].child[a].prescribing_number > 0) {
- doctor_advice[i].child[a]['presc'] =
- doctor_advice[i].child[a].prescribing_number +
- doctor_advice[i].child[a].prescribing_number_unit
- } else {
- doctor_advice[i].child[a]['presc'] = ''
- }
-
- if (doctor_advice[i].child[a].single_dose > 0) {
- doctor_advice[i].child[a]['single'] =
- ' ' +
- ' 单次用量 ' +
- ' ' +
- doctor_advice[i].child[a].single_dose +
- doctor_advice[i].child[a].single_dose_unit
- } else {
- doctor_advice[i].child[a]['single'] = ''
- }
-
- name =
- name +
- '▲' +
- doctor_advice[i].child[a].advice_name +
- '' +
- doctor_advice[i].child[a].advice_desc +
- doctor_advice[i].child[a].drug_spec_unit +
- doctor_advice[i].child[a].presc +
- doctor_advice[i].child[a].single +
- '\n'
- }
- }
- }
- return name
- } else {
- return ''
- }
- }
- ,
- getAdviceOne: function(doctor_advice) {
-
- if (doctor_advice.length > 0) {
- let name = ''
- for (let i = 0; i < doctor_advice.length; i++) {
- let prescribing_number = ''
- let single_dose = ''
- let drug_spec = ''
-
- if (doctor_advice[i].prescribing_number > 0) {
- prescribing_number =
- doctor_advice[i].prescribing_number +
- doctor_advice[i].prescribing_number_unit
- }
- if (doctor_advice[i].single_dose > 0) {
- single_dose =
- ' 单次用量 ' +
- doctor_advice[i].single_dose +
- doctor_advice[i].single_dose_unit
- }
-
- if (doctor_advice[i].drug_spec > 0) {
- drug_spec =
- doctor_advice[i].drug_spec + doctor_advice[i].drug_spec_unit
- }
-
- name =
- name +
- doctor_advice[i].advice_name +
- ' ' +
- drug_spec +
- ' ' +
- prescribing_number +
- ' ' +
- single_dose +
- ' ' +
- doctor_advice[i].delivery_way +
- ' ' +
- doctor_advice[i].execution_frequency +
- ' ' +
- doctor_advice[i].remark +
- '\n'
- }
- return name
- } else {
- return ''
- }
- }
- ,
- printActionSetting() {
- this.getAllZoneList()
- this.getlist()
- this.dialogVisible = true
-
- }
- ,
- saveRemindPrint() {
- console.log('455555555', this.prescription_status)
-
- if (this.perfusion_apparatus == true) {
- console.log('3333')
- this.form.perfusion_apparatus = 1
- }
- if (this.perfusion_apparatus == false) {
- this.form.perfusion_apparatus = 2
- }
- if (this.prescription_status == true) {
- this.form.prescription_status = 1
- }
- if (this.prescription_status == false) {
- this.form.prescription_status = 2
- }
- if (this.week == true) {
- this.form.week = 1
- }
- if (this.week == false) {
- this.form.week = 2
- }
- if (this.name == true) {
- this.form.name = 1
- }
- if (this.name == false) {
- this.form.name = 2
- }
- if (this.zone_name == true) {
- this.form.zone = 1
- }
- if (this.zone_name == false) {
- this.form.zone = 2
- }
- if (this.classes == true) {
- this.form.classes = 1
- }
- if (this.classes == false) {
- this.form.classes = 2
- }
- if (this.number == true) {
- this.form.number = 1
- }
- if (this.number == false) {
- this.form.number = 2
- }
- if (this.mode == true) {
- this.form.mode = 1
- }
- if (this.mode == false) {
- this.form.mode = 2
- }
- if (this.dialyzers == true) {
- this.form.dialyzers = 1
- }
- if (this.dialyzers == false) {
- this.form.dialyzers = 2
- }
-
- if (this.anticoagulant == true) {
- this.form.anticoagulant = 1
- }
- if (this.anticoagulant == false) {
- this.form.anticoagulant = 2
- }
- if (this.anticoagulant_zongliang == true) {
- this.form.anticoagulant_zongliang = 1
- }
- if (this.anticoagulant_zongliang == false) {
- this.form.anticoagulant_zongliang = 2
- }
- if (this.doctor_advice == true) {
- this.form.doctor_advice = 1
- }
- if (this.doctor_advice == false) {
- this.form.doctor_advice = 2
- }
- console.log('555555555', this.form.prescription_status)
- var params = {
- id: this.form.id,
- prescription_status: this.form.prescription_status,
- week: this.form.week,
- name: this.form.name,
- zone: this.form.zone,
- classes: this.form.classes,
- number: this.form.number,
- mode: this.form.mode,
- dialyzers: this.form.dialyzers,
- perfusion_apparatus: this.form.perfusion_apparatus,
- anticoagulant: this.form.anticoagulant,
- anticoagulant_zongliang: this.form.anticoagulant_zongliang,
- doctor_advice: this.form.doctor_advice
- }
- console.log('params', params)
- saveRemindPrint(params).then(response => {
- if (response.data.state == 1) {
- var settting = response.data.data.setting
- this.$message.success('保存成功')
- this.dialogVisible = false
- this.getlist()
- }
- })
- }
- ,
- getlist() {
- getRemindPrintList().then(response => {
- if (response.data.state == 1) {
- var list = response.data.data.list
- console.log('list222332', list)
- if (list.anticoagulant == 1) {
- console.log('进来22222')
- this.anticoagulant = true
- }
- if (list.anticoagulant == 2) {
- this.anticoagulant = false
- }
- if (list.anticoagulant_zongliang == 1) {
- this.anticoagulant_zongliang = true
- }
- if (list.anticoagulant_zongliang == 2) {
- this.anticoagulant_zongliang = false
- }
- if (list.classes == 1) {
- this.classes = true
- }
- if (list.classes == 2) {
- this.classes = false
- }
- if (list.dialyzers == 1) {
- this.dialyzers = true
- }
- if (list.dialyzers == 2) {
- this.dialyzers = false
- }
- if (list.doctor_advice == 1) {
- this.doctor_advice = true
- }
- if (list.doctor_advice == 2) {
- this.doctor_advice = false
- }
- if (list.name == 1) {
- this.name = true
- }
- if (list.name == 2) {
- this.name = false
- }
- if (list.number == 1) {
- this.number = true
- }
- if (list.number == 2) {
- this.number = false
- }
- if (list.perfusion_apparatus == 1) {
- this.perfusion_apparatus = true
- }
- if (list.perfusion_apparatus == 2) {
- this.perfusion_apparatus = false
- }
- if (list.prescription_status == 1) {
- this.prescription_status = true
- }
- if (list.prescription_status == 2) {
- this.prescription_status = false
- }
- if (list.week == 1) {
- this.week = true
- }
- if (list.week == 2) {
- this.week = false
- }
- if (list.zone == 1) {
- this.zone_name = true
- }
- if (list.zone == 2) {
- this.zone_name = false
- }
- if (list.mode == 1) {
- this.mode = true
- }
- if (list.mode == 2) {
- this.mode = false
- }
- this.form.id = list.id
- }
- })
- }
- ,
- getAllZoneList() {
- getAllZoneList().then(response => {
- if (response.data.state == 1) {
- var zonelist = response.data.data.zoneList
- this.zoneList.push(...zonelist)
- this.getScheduleList()
- }
- })
- }
- ,
- getDialysisDialyszerPerfusion(patient_id) {
- var name = ''
- for (let i = 0; i < this.scheduleData.length; i++) {
- if (patient_id == this.scheduleData[i].patient_id) {
- // var arrLength = this.scheduleData[i].dialysissolution.length
- // if (arrLength > 0) {
- name = this.scheduleData[i].dialysissolution.dialysis_dialyszers
- // }
- }
- }
- return name
- },
- getDialysisDialyszerPerfusionOne(patient_id,mode_id,solution) {
- var name = ''
- for (let i = 0; i < solution.length; i++) {
- if (mode_id == solution[i].mode_id) {
-
- name = solution[i].dialyzer_perfusion_apparatus
-
- }
- }
- console.log('name', name)
- return name
- },
- changeZone(val){
- this.zone = val
- this.getScheduleList()
- }
- },
- components: {
- WeekItem
- }
- ,
- created() {
- this.getAllZoneList()
- this.modeOptions = this.$store.getters.treatment_mode
- this.anticoagulants_confit = this.$store.getters.anticoagulants_confit
- this.week_type = new Date().getDay()
- if (this.week_type == 0) {
- this.week_type = 7
- }
- this.org_id = this.$store.getters.xt_user.org.id
- }
- }
- </script>
-
- <style rel="stylesheet/css" lang="scss">
- .el-table td,
- .el-table th.is-leaf,
- .el-table--border,
- .el-table--group {
- border-color: #d0d3da;
- }
-
- .el-table--border::after,
- .el-table--group::after,
- .el-table::before {
- background-color: #d0d3da;
- }
- </style>
|