123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404 |
- <template>
- <view class="Receiptpage">
- <view class="page_tab">
- <view class="page_tab_bar" :class="{ active: item.label === selectedLabelSlots }" v-for="item in tabs"
- :key="item.value" @click="clickHandler(item.label)">
- {{ item.label }}
- <text class="tab_num">( {{ item.num }} )</text>
- <view class="more" v-if="item.label === '执行中'"></view>
- <picker class="more_picker" v-if="item.label === '执行中'" @click.stop @change="execFilter($event)" :value="index"
- :range="array" range-key="name">
- <view class="uni-input">{{ array[index].name }}</view>
- </picker>
- </view>
- </view>
- <view v-if="zxzData.length == 0" class="zwsj">
- <image class="zwsj-img" mode="widthFix" src="../../static/img/zanwushuju.png"></image>
- <view class="zwsj-txt">暂无数据</view>
- </view>
- <view class="page_items">
- <scroll-view class="page_items_scroll" scroll-y :refresher-enabled="scroll_refresher_enabled"
- :refresher-triggered="triggered" @refresherrefresh="refresherrefresh" @refresherrestore="refresherrestore"
- @scroll="scroll" @scrolltolower="scrolltolower" :scroll-top="scroll_top" @refresherabort="refresherabort">
- <view class="page_item_wrap" v-for="(item, index) of zxzData" :key="index">
- <view class="page_item">
- <view class="L"></view>
- <view class="R"></view>
- <view class="page_item_top">
- <view class="page_item_top_L">
- <!-- <text class="L_iocn" v-if="item.taskType.associationType.value == 'specimen'">标</text>
- <text class="L_iocn" v-if="item.taskType.associationType.value == 'drugsBag'">药</text>
- <text class="L_iocn" v-if="item.taskType.associationType.value == 'specimenPlan'">巡</text>
- <text class="L_iocn" v-if="item.taskType.associationType.value == 'jPBag'">静</text>
- <text class="L_iocn" v-if="item.taskType.associationType.value == 'inspect'">病</text>
- <text class="L_iocn" v-if="
- item.taskType.associationType.value == 'patientTransport'
- ">病</text>
- <text class="L_iocn" v-if="item.taskType.associationType.value == 'other'">其</text> -->
- <view class="page_item_cont_start emergency1" v-if="item.emergencyType.value == 1">
- <image mode="widthFix" class="page_item_cont_start-img" src="../../static/img/icon_shandian.png">
- </image>
- {{ item.emergencyType.name }}
- </view>
- <view class="page_item_cont_start emergency" v-if="item.emergencyType.value == 2">
- <image mode="widthFix" class="page_item_cont_start-img" src="../../static/img/icon_shandian.png">
- </image>
- {{ item.emergencyType.name }}
- </view>
- <view class="page_item_cont_start emergencys" v-if="item.emergencyType.value == 3">
- <image mode="widthFix" class="page_item_cont_start-img" src="../../static/img/icon_shandian.png">
- </image>
- {{ item.emergencyType.name }}
- </view>
- <view class="page_item_top_R type" style="margin-left: 16rpx;">
- {{
- item.isHalfInspect === 1 ? "半程陪检" : item.taskType.taskName
- }}<template v-if="item.goodsRemark">-{{item.goodsRemark}}</template>
- </view>
- <!-- <text class="L_time" v-if="item.overdueTime">{{ item.overdueTime }}前送达</text> -->
- </view>
- <view class="page_item_top_R" v-if="
- !(
- item.taskType.associationType.value == 'inspect' &&
- item.gdState.value == 5
- )
- ">
- <text class="text_big">{{ item.gdState.name }}</text>
- </view>
- <view class="page_item_top_R" v-if="
- item.taskType.associationType.value == 'inspect' &&
- item.gdState.value == 5
- ">
- <text class="text_big">待送回</text>
- </view>
- <!-- <view class="page_item_top_R type">
- {{
- item.isHalfInspect === 1 ? "半程陪检" : item.taskType.taskName
- }}<template v-if="item.goodsRemark">-{{item.goodsRemark}}</template>
- </view> -->
- </view>
- <view class="page_item_cont" @click="itemInfo(item)">
- <view class="page_item_cont_T">
- <view class="page_item_cont_title">
- <text> <text class="starting">起</text> 点科室 </text>
- <text class="text_big">{{ item.startDept.dept }}</text>
- </view>
- <!-- <view class="page_item_cont_start emergency1" v-if="item.emergencyType.value == 1">
- <image mode="widthFix" class="page_item_cont_start-img" src="../../static/img/icon_shandian.png">
- </image>
- {{ item.emergencyType.name }}
- </view>
- <view class="page_item_cont_start emergency" v-if="item.emergencyType.value == 2">
- <image mode="widthFix" class="page_item_cont_start-img" src="../../static/img/icon_shandian.png">
- </image>
- {{ item.emergencyType.name }}
- </view>
- <view class="page_item_cont_start emergencys" v-if="item.emergencyType.value == 3">
- <image mode="widthFix" class="page_item_cont_start-img" src="../../static/img/icon_shandian.png">
- </image>
- {{ item.emergencyType.name }}
- </view> -->
- </view>
- <view class="page_item_conts" v-if="item.taskType.associationType.value == 'specimen'">
- <view v-if="item.overdueTime">{{ item.overdueTime }}前送达</view>
- <view>扫描标本数量 : {{ item.actualReceiveNum || '无'}}</view>
- <view class="line"></view>
- </view>
- <view class="page_item_conts" v-else-if="item.taskType.associationType.value == 'ordinary' && item.taskType.ordinaryField.value == 'blood'">
- <view v-if="item.overdueTime">{{ item.overdueTime }}前送达</view>
- <view>接收数量 : {{ item.actualReceiveNum || '无'}}</view>
- <view class="line"></view>
- </view>
- <view class="page_item_conts" v-else-if="item.taskType.associationType.value == 'inspect'">
- <view v-if="item.overdueTime">{{ item.overdueTime }}前送达</view>
- <view>
- 预约时间 : {{ item.yyTime | yyTimeFilter
- }}<text v-if="item.reservationNumber">({{ item.reservationNumber }})</text>
- </view>
- <view>
- 床号 : {{ item.patient ? item.patient.patientName : "-" }}({{
- item.patient ? item.patient.bedNum : "-"
- }})
- </view>
- <view>
- 携带设备 :
- <text>{{ item.goods || "暂无" }}</text>
- </view>
- <view v-if="item.patient.careLevel">
- 护理等级 :
- <text :class="[
- item.patient.careLevel.value == 0 ||
- item.patient.careLevel.value == 1
- ? 'red'
- : 'green',
- ]">{{ item.patient.careLevel.name }}</text>
- </view>
- <view v-if="item.patient.illnessState">
- 病情级别 :
- <text :class="{
- red:
- item.patient.illnessState.value == 2 ||
- item.patient.illnessState.value == 3,
- }">{{ item.patient.illnessState.name }}</text>
- </view>
- <view v-if="item.isAccompany === 1 || item.isAccompany === 0">
- 陪同情况 :
- <text :class="{ red: item.isAccompany === 1 }">{{
- item.isAccompany === 1 ? "需要医护陪同" : "无需医护陪同"
- }}</text>
- </view>
- <view class="line"></view>
- </view>
- <view class="page_item_conts" v-else-if="item.taskType.associationType.value == 'patientTransport'">
- <view v-if="item.overdueTime">{{ item.overdueTime }}前送达</view>
- <view>
- 预约时间 : {{ item.yyjdTime | yyTimeFilter
- }}<text v-if="item.reservationNumber">({{ item.reservationNumber }})</text>
- </view>
- <view>
- 床号 : {{ item.patient ? item.patient.patientName : "-" }}({{
- item.patient ? item.patient.bedNum : "-"
- }})
- </view>
- <view>
- 携带设备 :
- <text>{{ item.goods || "暂无" }}</text>
- </view>
- <view v-if="item.patient.careLevel">
- 护理等级 :
- <text :class="[
- item.patient.careLevel.value == 0 ||
- item.patient.careLevel.value == 1
- ? 'red'
- : 'green',
- ]">{{ item.patient.careLevel.name }}</text>
- </view>
- <view v-if="item.patient.illnessState">
- 病情级别 :
- <text :class="{
- red:
- item.patient.illnessState.value == 2 ||
- item.patient.illnessState.value == 3,
- }">{{ item.patient.illnessState.name }}</text>
- </view>
- <view v-if="item.isAccompany === 1 || item.isAccompany === 0">
- 陪同情况 :
- <text :class="{ red: item.isAccompany === 1 }">{{
- item.isAccompany === 1 ? "需要医护陪同" : "无需医护陪同"
- }}</text>
- </view>
- <view class="line"></view>
- </view>
- <view class="page_item_conts" v-else-if="item.taskType.associationType.value == 'drugsBag'">
- <view v-if="item.overdueTime">{{ item.overdueTime }}前送达</view>
- <view>
- 药包编码 : {{ item.drugs ? item.drugs.packid : "无" }}
- </view>
- <view class="line"></view>
- </view>
- <view class="page_item_conts" v-else-if="item.taskType.associationType.value == 'jPBag'">
- <view v-if="item.overdueTime">{{ item.overdueTime }}前送达</view>
- <view>
- 药包编码 :
- {{ item.staticDistri ? item.staticDistri.packid : "无" }}
- </view>
- <view class="line"></view>
- </view>
- <view class="page_item_conts" v-else>
- <view v-if="item.overdueTime">{{ item.overdueTime }}前送达</view>
- <view class="line"></view>
- </view>
- <view class="page_item_cont_B">
- <view class="page_item_cont_title" v-if="item.taskType.associationType.value != 'inspect'">
- <text> <text class="End">终</text> 点科室 </text>
- <text class="text_big" v-for="(dept, i) of item.endDepts" :key="i">{{ dept.dept }}</text>
- </view>
- <view class="page_item_cont_title" v-if="item.taskType.associationType.value == 'inspect'">
- <text> <text class="End">检</text> 查科室 </text>
- <text class="text_big" v-for="(dept, i) of item.middleDept" :key="i">{{ dept.dept }}</text>
- </view>
- </view>
- </view>
- <view v-if="
- item.taskType.associationType.value == 'inspect' ||
- item.taskType.associationType.value == 'patientTransport'
- ">
- <!-- 待抢单 -->
- <text class="red" v-if="item.gdState.value == 2">请扫描患者腕带,或者请扫描科室码</text>
- <!-- 待到达 -->
- <text class="red" v-if="item.gdState.value == 4">请扫描患者腕带</text>
- <!-- 执行中 -->
- <text class="red" v-if="item.gdState.value == 8">请扫描检查科室码,并扫描患者腕带</text>
- <!-- 待送达 -->
- <text class="red" v-if="item.gdState.value == 5">请扫描终点科室码,并扫描患者腕带</text>
- </view>
- <!-- 如果不是患者陪检或患者转运或其他,万能交接 -->
- <view class="page_item_btn" v-if="
- selectedLabelSlots == '执行中' &&
- item.taskType.associationType.value != 'patientTransport' &&
- item.taskType.associationType.value != 'inspect' &&
- item.taskType.associationType.value != 'other' &&
- item.taskType.associationType.value != 'ordinary'
- " hover-class="seimin-btn-hover">
- <smallScreen :sData="item" :sType="2">扫码</smallScreen>
- </view>
- <!-- 如果不是静配,药配,标本配送,标本轮巡,万能交接 -->
- <view class="page_item_btn_wrap" v-if="
- selectedLabelSlots == '执行中' &&
- item.taskType.associationType.value != 'jPBag' &&
- item.taskType.associationType.value != 'drugsBag' &&
- item.taskType.associationType.value != 'specimen' &&
- item.taskType.associationType.value != 'specimenPlan' &&
- item.taskType.associationType.value != 'ordinary'
- ">
- <view class="page_item_btn" :style="{
- width:
- item.taskType.associationType.value != 'other' &&
- item.gdState.value == 4
- ? '50%'
- : '100%',
- }" hover-class="seimin-btn-hover">
- <smallScreen :sData="item" :sType="1">扫码</smallScreen>
- </view>
- <view v-if="
- item.taskType.associationType.value != 'other' &&
- item.gdState.value == 4
- " class="page_item_btn" @click="photograph(item)" hover-class="seimin-btn-hover">拍照</view>
- </view>
- <view class="page_item_btn" v-if="selectedLabelSlots == '待接单'" @click="showAlerts(item)"
- hover-class="seimin-btn-hover">接单</view>
- </view>
- <view class="L-l"></view>
- <view class="R-l"></view>
- </view>
- </scroll-view>
- </view>
- <!-- 底部扫一扫 -->
- <bigScreen></bigScreen>
- <!-- 悬浮按钮 -->
- <uni-fab :pattern="pattern" :content="content" :direction="direction" @trigger="trigger"></uni-fab>
- <!-- 弹窗 -->
- <showModel :title="models.title" :icon="models.icon" :disjunctor="models.disjunctor" :content="models.content"
- @ok="ok" @cancel="cancel" @know="know" :operate="models.operate"></showModel>
- <!-- 手动查询标本弹窗 -->
- <handViewSpecimen v-if="speModels.disjunctor" :title="speModels.title" :disjunctor="speModels.disjunctor"
- @ok="speOk" @cancel="speCancel">
- </handViewSpecimen>
- <!-- 手动查询药品弹窗 -->
- <handViewDrugsBag v-if="drugbagModels.disjunctor" :title="drugbagModels.title"
- :disjunctor="drugbagModels.disjunctor" @ok="drugbagOk" @cancel="drugbagCancel">
- </handViewDrugsBag>
- </view>
- </template>
- <script>
- import smallScreen from "../../components/smallScreen/smallScreen.vue";
- import showModel from "../../components/showModel/showModel.vue";
- import bigScreen from "../../components/bigScreen/bigScreen.vue";
- // https://ext.dcloud.net.cn/plugin?id=144
- import uniFab from "@/components/uni-fab/uni-fab.vue";
- import {
- get,
- post,
- SM,
- deleteIt,
- webHandle
- } from "../../http/http.js";
- import {
- photographTool
- } from "../../tools/photograph.js";
- export default {
- data() {
- return {
- SMFlag: true,
- // 手动查询标本弹窗model
- speModels: {
- disjunctor: false,
- },
- // 手动查询药品弹窗model
- drugbagModels: {
- disjunctor: false,
- },
- // 筛选条件
- array: [{
- id: 0,
- name: "全部",
- },
- {
- id: 71,
- name: "待到达",
- },
- {
- id: 72,
- name: "待送达",
- },
- {
- id: 75,
- name: "执行中",
- },
- ],
- index: 0,
- arrayKey: 0,
- // 当前登录人是否是药房角色
- pharmacistFlag: false,
- // 抢单的id
- qdId: "",
- // 弹窗model
- models: {
- disjunctor: false,
- },
- // 悬浮按钮样式
- pattern: {
- buttonColor: "#6cc076",
- },
- // 悬浮按钮展开菜单显示方式
- direction: "vertical",
- // 悬浮按钮展开菜单内容配置项
- content: [{
- text: "我的任务",
- }, ],
- // 当前选中tab页名称
- selectedLabelSlots: "待接单",
- // tab页信息
- tabs: [{
- label: "待接单", //tab页名称
- value: "1", //值
- num: 0, //数量
- },
- {
- label: "执行中",
- value: "2",
- num: 0,
- },
- ],
- //列表数据
- zxzData: [],
- //分页页码
- idx: 0,
- // 列表项总数
- totalNum: -1,
- triggered: false, //下拉刷新状态
- freshing: false, //上拉加载开关
- scroll_top: 0, //距离顶部的距离
- scroll_refresher_enabled: true, //是否开启自定义下拉刷新
- };
- },
- filters: {
- // 自定义管道 yyTime
- yyTimeFilter: function(data) {
- if (data) {
- let nDate = null;
- if (typeof data == 'string') {
- let arr = data.split(/[-:\s]/);
- nDate = new Date(
- arr[0] - 0,
- arr[1] - 1,
- arr[2] - 0,
- arr[3] - 0,
- arr[4] - 0,
- 0
- );
- } else if (typeof data == 'number') {
- nDate = new Date(data);
- }
- const month = (nDate.getMonth() + 1).toString().padStart(2, 0);
- const date = nDate.getDate().toString().padStart(2, 0);
- const hour = nDate.getHours().toString().padStart(2, 0);
- const minute = nDate.getMinutes().toString().padStart(2, 0);
- return `${month}-${date} ${hour}:${minute}`;
- } else {
- return "-";
- }
- },
- },
- components: {
- uniFab,
- showModel,
- bigScreen,
- },
- methods: {
- // 手动查询药品-确认
- drugbagOk(data) {
- console.log(data);
- if (!data.id) {
- //没有查询到药品
- uni.showModal({
- title: '提示',
- content: "没有查询到发药单号!",
- showCancel: false,
- success: function(res) {
- if (res.confirm) {
- console.log('用户点击确定');
- } else if (res.cancel) {
- console.log('用户点击取消');
- }
- }
- });
- return;
- }
- this.drugbagModels.disjunctor = false;
- uni.navigateTo({
- url: `/pages/scanning_drug/scanning_drug?drugsBagId=${data.id}`,
- });
- },
- // 手动查询药品-取消
- drugbagCancel() {
- this.drugbagModels.disjunctor = false;
- },
- // 手动查询药品弹窗
- showHandViewDrugsbag() {
- console.log(1)
- this.drugbagModels = {
- title: '填写发药单号',
- disjunctor: true,
- }
- },
- // 手动查询标本-确认
- speOk(data) {
- console.log(data);
- if (!data.id) {
- //没有查询到标本
- uni.showModal({
- title: '提示',
- content: "没有查询到标本!",
- showCancel: false,
- success: function(res) {
- if (res.confirm) {
- console.log('用户点击确定');
- } else if (res.cancel) {
- console.log('用户点击取消');
- }
- }
- });
- return;
- }
- this.speModels.disjunctor = false;
- let infoDATA = {
- stype: data.stype,
- scode: data.scode,
- patientName: data.patientName,
- sickRoom: data.sickRoom ?
- data.sickRoom.dept : "-",
- checkDept: data.checkDept ?
- data.checkDept.dept : "-",
- bedNum: data.bedNum,
- };
- uni.navigateTo({
- url: `../scanning_B/scanning_B?res=${encodeURIComponent(
- JSON.stringify({data,status:666,scanCodeSpecimenOrderSign:data.scanCodeSpecimenOrderSign,workOrder:data.workOrderDTO})
- )}&infoDATA=${encodeURIComponent(
- JSON.stringify(infoDATA)
- )}`,
- });
- },
- // 手动查询标本-取消
- speCancel() {
- this.speModels.disjunctor = false;
- },
- // 手动查询标本弹窗
- showHandViewSpecimen() {
- this.speModels = {
- title: '填写标本编码',
- disjunctor: true,
- }
- },
- // 执行中筛选
- execFilter({
- detail: {
- value
- }
- }) {
- this.index = value;
- this.arrayKey = this.array[value].id;
- this.zxzData = [];
- this.totalNum = -1;
- this.idx = 0;
- this.selectedLabelSlots = "执行中";
- this.executingOrders(0);
- },
- // 获取科室二维码设置开关
- getMenu() {
- let menu = uni.getStorageSync("userData").menu;
- //判断当前登陆人具体角色 start
- let roles = uni.getStorageSync("userData").user.role;
- this.pharmacistFlag = roles.some(
- (item) => item.rolecode === "pharmacist"
- );
- //判断当前登陆人具体角色 end
- console.log(menu);
- menu.forEach((item) => {
- if (item.link === "wxInspect") {
- this.content.push({
- text: "检查信息",
- });
- } else if (item.link === "wxPatient") {
- this.content.push({
- text: "患者信息",
- });
- } else if (item.link === "wxPharmacy") {
- // 如果是配药师人员,则增加药房
- if (this.pharmacistFlag) {
- this.content.push({
- text: "药房",
- });
- }
- } else if (item.link === "wxCode") {
- this.content.push({
- text: "二维码设置",
- });
- } else if (item.link === "wxSpecimenEntry") {
- this.content.push({
- text: "标本录入",
- });
- } else if (item.link === "wxDrugsbagEntry") {
- this.content.push({
- text: "药品录入",
- });
- } else if (item.link === "wxTakeMedicine") {
- this.content.push({
- text: "摆药取药",
- });
- }
- });
- },
- // 拍照
- photograph(data) {
- photographTool(data);
- },
- // 悬浮按钮点击事件
- trigger(e) {
- if (e.item.text === "我的任务") {
- uni.navigateTo({
- url: "../mypage/mypage",
- });
- } else if (e.item.text === "退出登录") {
- // 假登录
- uni.showToast({
- title: "退出成功!",
- });
- let ip = uni.getStorageSync("ip"); //记住域名或ip
- let username = uni.getStorageSync("username"); //记住用户名
- let password = uni.getStorageSync("password"); //记住密码
- let savePasswordTime = uni.getStorageSync("savePasswordTime"); //记住密码的时间戳
- let clientid = uni.getStorageSync("clientid");
- uni.clearStorageSync();
- if (username) {
- uni.setStorageSync("ip", ip); //记住域名或ip
- uni.setStorageSync("username", username); //记住用户名
- uni.setStorageSync("password", password); //记住密码
- uni.setStorageSync("savePasswordTime", savePasswordTime); //记住密码的时间戳
- }
- uni.setStorageSync("clientid", clientid);
- uni.navigateTo({
- url: "../homePage/homePage",
- });
- // 假登录
- deleteIt("/auth/logout2").then((result) => {
- if (result.status == 200) {
- uni.showToast({
- title: "退出成功!",
- });
- let ip = uni.getStorageSync("ip"); //记住域名或ip
- let username = uni.getStorageSync("username"); //记住用户名
- let password = uni.getStorageSync("password"); //记住密码
- let clientid = uni.getStorageSync("clientid");
- uni.clearStorageSync();
- uni.setStorageSync("ip", ip); //记住域名或ip
- uni.setStorageSync("username", username); //记住用户名
- uni.setStorageSync("password", password); //记住密码
- uni.setStorageSync("clientid", clientid);
- uni.navigateTo({
- url: "../homePage/homePage",
- });
- } else {
- uni.showToast({
- icon: "none",
- title: "请求失败!",
- });
- }
- });
- } else if (e.item.text === "药房") {
- uni.navigateTo({
- url: "../pharmacy/pharmacy",
- });
- } else if (e.item.text === "患者信息") {
- uni.navigateTo({
- url: "../patientInformationList/patientInformationList",
- });
- } else if (e.item.text === "负责科室") {
- if (uni.getStorageSync("setDepts")) {
- uni.removeStorageSync("setDepts"); //清空选择的科室,初始化
- }
- let obj = uni.getStorageSync("setDeptConfg");
- uni.navigateTo({
- url: `../setDept/setDept?configName=${obj.configName}&id=${obj.id}&changedept=1`,
- });
- } else if (e.item.text === "检查信息") {
- uni.navigateTo({
- url: "../inspectList/inspectList",
- });
- } else if (e.item.text === "二维码设置") {
- uni.navigateTo({
- url: "../settingCode/settingCode",
- });
- } else if (e.item.text === "标本录入") {
- this.showHandViewSpecimen();
- } else if (e.item.text === "药品录入") {
- this.showHandViewDrugsbag();
- } else if (e.item.text === "摆药取药") {
- this.handleTakeMedicine()
- }
- },
- // 摆药取药
- handleTakeMedicine() {
- if (!this.SMFlag) {
- return;
- }
- this.SMFlag = false;
- SM().then((content) => {
- uni.showLoading({
- title: "加载中",
- mask: true,
- });
- //检验二维码的有效性(扫码前必须验证)
- post("/dept/scanning", {
- content,
- })
- .then((result) => {
- this.currentCode = result.code;
- this.SMFlag = true;
- // 200检测通过,201没有有效期也通过。
- if (result.state == 200 || result.state == 201) {
- uni.hideLoading();
- uni.navigateTo({
- url: `../promptPage/promptPage?code=${result.code}`,
- });
- } else {
- uni.hideLoading();
- uni.showToast({
- icon: "none",
- title: '请求失败',
- });
- }
- })
- }).catch(err => {
- this.SMFlag = true;
- });
- },
- // 点击tab页切换
- clickHandler(key) {
- this.selectedLabelSlots = key;
- this.idx = 0;
- this.totalNum = -1;
- // this.zxzData = [];
- this.scroll_top = Math.random(); //回到顶部
- if (key === "待接单") {
- this.waitingOrders(0);
- } else if (key === "执行中") {
- this.executingOrders(0);
- }
- },
- // 进入详情页
- itemInfo(workOrder) {
- console.log(workOrder);
- uni.navigateTo({
- url: `../receipt_infopage/receipt_infopage?id=${workOrder.id}&associationTypeValue=${workOrder.taskType.associationType.value}`,
- });
- },
- //抢单后知道了
- know() {
- this.models.disjunctor = false;
- this.idx = 0;
- this.totalNum = -1;
- // this.zxzData = [];
- this.executingOrdersGetNum();
- this.waitingOrders(0); //seimin
- this.scroll_top = Math.random(); //回到顶部
- },
- //抢单确定
- ok() {
- this.models.disjunctor = false;
- get("/workerOrder/takeOrder/" + this.qdId.id).then((res) => {
- let msg = "接单失败";
- let icon = "error";
- if (res.status == 200) {
- msg = "接单成功";
- icon = "success";
- }
- this.models = {
- disjunctor: true,
- content: msg,
- icon: icon,
- operate: {
- know: "知道了",
- },
- };
- });
- },
- //抢单取消
- cancel() {
- this.models.disjunctor = false;
- },
- // 抢单
- showAlerts(data) {
- this.qdId = data;
- this.models = {
- disjunctor: true,
- title: "提示",
- content: "是否确定接单?",
- icon: "warn",
- operate: {
- ok: "确定",
- cancel: "取消",
- },
- };
- },
- //执行中列表数据获取
- executingOrders(idx) {
- console.log(this.zxzData.length, this.totalNum);
- if (this.zxzData.length == this.totalNum) {
- uni.showToast({
- icon: "none",
- title: "没有更多数据了!",
- });
- this.freshing = true;
- return;
- }
- let data = {
- idx,
- sum: 20,
- };
- if (this.arrayKey) {
- data.keyWord = this.arrayKey;
- } else {
- delete data.keyWord;
- }
- uni.showLoading({
- title: "加载中",
- mask: true,
- });
- post("/workerOrder/executingOrders", data).then((res) => {
- uni.hideLoading();
- if (res.status == 200) {
- this.triggered = false;
- this.freshing = true;
- this.totalNum = res.data.resultCount;
- if (idx === 0) {
- this.zxzData = res.data.data;
- } else {
- this.zxzData.push(...res.data.data);
- }
- this.tabs[1].num = res.data.resultCount;
- } else {
- uni.showToast({
- icon: "none",
- title: "请求失败!",
- });
- }
- });
- },
- //待抢单列表数据获取
- waitingOrders(idx) {
- if (this.zxzData.length == this.totalNum) {
- uni.showToast({
- icon: "none",
- title: "没有更多数据了!",
- });
- this.freshing = true;
- return;
- }
- let data = {
- idx,
- sum: 20,
- };
- uni.showLoading({
- title: "加载中",
- mask: true,
- });
- // 请求列表数据
- post("/workerOrder/waitingOrders", data).then((res) => {
- uni.hideLoading();
- if (res.status == 200) {
- this.triggered = false;
- this.freshing = true;
- this.totalNum = res.data.resultCount;
- if (idx === 0) {
- this.zxzData = res.data.data;
- } else {
- this.zxzData.push(...res.data.data);
- }
- this.tabs[0].num = res.data.resultCount;
- } else {
- uni.showToast({
- icon: "none",
- title: "请求失败!",
- });
- }
- });
- },
- //刷新
- refresherrefresh() {
- if (this.triggered) {
- return;
- }
- this.triggered = true;
- this.idx = 0;
- this.totalNum = -1;
- if (this.selectedLabelSlots == "待接单") {
- this.waitingOrders(0);
- } else if (this.selectedLabelSlots == "执行中") {
- this.executingOrders(0);
- }
- },
- // 滚动
- scroll(e) {
- if (e.detail.scrollTop < 20) {
- this.scroll_refresher_enabled = true;
- } else {
- this.scroll_refresher_enabled = false;
- }
- },
- // 下拉刷新复位
- refresherrestore() {
- this.triggered = false;
- console.log("下拉刷新复位");
- },
- //下拉刷新中止
- refresherabort() {
- this.triggered = false;
- console.log("下拉刷新中止");
- },
- //分页,上拉加载
- scrolltolower() {
- if (this.freshing) {
- this.freshing = false;
- if (this.selectedLabelSlots == "待接单") {
- this.waitingOrders(++this.idx);
- } else if (this.selectedLabelSlots == "执行中") {
- this.executingOrders(++this.idx);
- }
- }
- },
- // 执行中获取数字
- executingOrdersGetNum() {
- let data = {
- idx: 0,
- sum: 20,
- };
- if (this.arrayKey) {
- data.keyWord = this.arrayKey;
- } else {
- delete data.keyWord;
- }
- post("/workerOrder/executingOrders", data).then((res) => {
- if (res.status == 200) {
- this.tabs[1].num = res.data.resultCount;
- } else {
- uni.showToast({
- icon: "none",
- title: "请求失败!",
- });
- }
- });
- },
- // 待接单获取数字
- waitingOrdersGetNum() {
- let data = {
- idx: 0,
- sum: 20,
- };
- post("/workerOrder/waitingOrders", data).then((res) => {
- if (res.status == 200) {
- this.tabs[0].num = res.data.resultCount;
- } else {
- uni.showToast({
- icon: "none",
- title: "请求失败!",
- });
- }
- });
- },
- // 阻止浏览器滑动
- stop(e) {
- e.preventDefault();
- },
- },
- onLoad() {
- // 获取菜单权限
- this.getMenu();
- post("/auth/getUserWorkDept", {}).then((ress) => {
- if (ress.status == 200) {
- let userId = uni.getStorageSync("userData").user.id;
- let groupManager = ress.settings && ress.settings.groupManager; //当前工作组合选择的组
- let workType = ress.settings ? ress.settings.workType : -1; //1是综合,2是自主
- let ruleType = ress.settings ? ress.settings.ruleType : -1; //3是科室绑定人员,4是科室绑定分组,2是绑定分组
- if (workType == 2 && (ruleType == 3 || (ruleType == 4 && userId == groupManager.manager))) {
- //自选排班,科室绑定分组,当前登陆人是组长
- this.content.unshift({
- text: "负责科室",
- });
- }
- }
- });
- // let setDeptConfg = uni.getStorageSync("setDeptConfg");
- // let manager = uni.getStorageSync("manager");
- // let userId = uni.getStorageSync("userData").user.id;
- // console.log(setDeptConfg, manager, userId);
- // if (
- // setDeptConfg.workSchemeType == 2 &&
- // (setDeptConfg.ruleType == 3 ||
- // (setDeptConfg.ruleType == 4 && userId == manager))
- // ) {
- // //自选排班,科室绑定人员 || 科室绑定分组 && 组长是当前登陆人
- // this.content.unshift({
- // text: "负责科室",
- // });
- // }
- // #ifdef APP-PLUS
- // this.content.push({
- // text: "退出登录",
- // });
- // #endif
- this.selectedLabelSlots = "执行中";
- this.waitingOrdersGetNum();
- this.executingOrders(0);
- // #ifdef APP-PLUS
- webHandle("no", "app");
- // #endif
- // #ifdef H5
- webHandle("no", "wx");
- // #endif
- },
- onShow() {
- this.SMFlag = true;
- // #ifdef H5
- document.body.addEventListener("touchmove", this.stop, {
- passive: false,
- });
- // #endif
- },
- onHide() {
- // #ifdef H5
- document.body.removeEventListener("touchmove", this.stop, {
- passive: false,
- });
- // #endif
- },
- };
- </script>
- <style lang="less">
- .Receiptpage {
- width: 100%;
- height: 100%;
- position: relative;
- .red {
- color: red !important;
- font-weight: bold !important;
- }
- .page_tab {
- width: 100%;
- height: 96rpx;
- display: flex;
- position: fixed;
- left: 0;
- top: 0;
- z-index: 999;
- .page_tab_bar {
- flex: 1;
- font-size: 36rpx;
- background: #fff;
- display: flex;
- justify-content: center;
- align-items: center;
- position: relative;
- &:after {
- content: "";
- position: absolute;
- left: 0;
- bottom: 0;
- height: 2rpx;
- width: 100%;
- background-color: transparent;
- }
- .tab_num {
- color: #ff3b53;
- margin-left: 8rpx;
- }
- .more {
- position: absolute;
- right: 20rpx;
- width: 40rpx;
- height: 4rpx;
- border-top: 2px solid #49b856;
- border-bottom: 2px solid #49b856;
- background-color: #49b856;
- padding: 5px 0;
- background-clip: content-box;
- }
- .more_picker {
- position: absolute;
- right: 0;
- height: 100%;
- opacity: 0;
- }
- &.active {
- color: #49b856;
- &:after {
- background-color: #49b856;
- }
- }
- }
- }
- .zwsj {
- position: absolute;
- left: 50%;
- top: 180rpx;
- transform: translateX(-50%);
- .zwsj-img {
- width: 560rpx;
- }
- .zwsj-txt {
- font-size: 36rpx;
- font-weight: 700;
- margin-top: 20rpx;
- text-align: center;
- }
- }
- .page_items {
- height: calc(100vh - 184rpx);
- padding: 0 20rpx;
- // padding-bottom: 88rpx;
- padding-top: 96rpx;
- .page_items_scroll {
- height: 100%;
- .page_item_wrap {
- position: relative;
- margin-bottom: 32rpx;
- .page_item {
- margin-bottom: 16rpx;
- // min-height: 356rpx;
- background: #fff;
- border-radius: 8rpx;
- overflow: hidden;
- border: 2rpx solid #e5e9ed;
- .L {
- width: 40rpx;
- height: 40rpx;
- border-radius: 50%;
- background: #f9fafb;
- position: absolute;
- left: -24rpx;
- top: 68rpx;
- border: 2rpx solid #e5e9ed;
- }
- .R {
- width: 40rpx;
- height: 40rpx;
- border-radius: 50%;
- background: #f9fafb;
- position: absolute;
- float: right;
- right: -24rpx;
- top: 68rpx;
- border: 2rpx solid #e5e9ed;
- }
- .starting {
- width: 40rpx;
- height: 40rpx;
- color: #fff;
- background: #49b856;
- display: inline-block;
- border-radius: 50%;
- text-align: center;
- line-height: 40rpx;
- font-size: 28rpx;
- }
- .End {
- width: 40rpx;
- height: 40rpx;
- color: #fff;
- background: #39b199;
- display: inline-block;
- border-radius: 50%;
- text-align: center;
- line-height: 40rpx;
- font-size: 28rpx;
- }
- .page_item_top {
- height: 86rpx;
- border-bottom: 2rpx dashed #e5e9ed;
- padding: 0 16rpx;
- .page_item_top_L {
- height: 100%;
- float: left;
- line-height: 88rpx;
- display: flex;
- align-items: center;
-
- .emergencys {
- background: #ff3b53 !important;
- width: 124rpx !important;
- }
-
- .emergency {
- background: #ff3b53 !important;
- }
-
- .emergency1 {
- background: #49b856 !important;
- }
-
- .page_item_cont_start {
- text-align: center;
- height: 44rpx;
- width: 104rpx;
- line-height: 44rpx;
- border-radius: 8rpx;
- background: #49b856;
- color: #fff;
-
- .page_item_cont_start-img {
- width: 22rpx;
- position: relative;
- top: 6rpx;
- margin-right: 8rpx;
- }
- }
- .L_iocn {
- display: inline-block;
- width: 44rpx;
- height: 44rpx;
- line-height: 42rpx;
- border-radius: 100rpx;
- color: #6cc076;
- font-size: 32rpx;
- border: 4rpx solid #6cc076;
- background: #f0f6ed;
- text-align: center;
- margin-right: 8rpx;
- }
- .L_time {
- color: #6cc076;
- font-size: 32rpx;
- }
- .L_text {
- font-size: 32rpx;
- }
- }
- .page_item_top_R {
- height: 100%;
- float: right;
- line-height: 88rpx;
- font-size: 32rpx;
- &.type {
- margin-right: 32rpx;
- color: red;
- max-width: 260rpx;
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- }
- .text_big{
- font-weight: bold;
- }
- }
- }
- .page_item_cont {
- min-height: 180rpx;
- padding: 0 16rpx;
- text-align: left;
- position: relative;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- .text_big {
- font-size: 32rpx;
- margin-left: 10rpx;
- font-weight: 700;
- }
- .line {
- height: 100%;
- width: 2rpx;
- border-left: 2rpx solid #e5e9ed;
- position: absolute;
- // top: 70rpx;
- top: 50%;
- left: 20rpx;
- transform: translateY(-50%);
- }
- .lines {
- height: 40%;
- width: 2rpx;
- border-left: 2rpx solid #e5e9ed;
- position: absolute;
- top: 23%;
- left: 36rpx;
- }
- .emergencys {
- background: #ff3b53 !important;
- width: 124rpx !important;
- }
- .emergency {
- background: #ff3b53 !important;
- }
- .emergency1 {
- background: #49b856 !important;
- }
- .page_item_cont_T {
- // min-height: 80rpx;
- // max-height: 324rpx;
- font-size: 28rpx;
- margin-top: 16rpx;
- display: flex;
- justify-content: space-between;
- .page_item_cont_title {
- height: 100%;
- // float: left;
- }
- .page_item_cont_start {
- text-align: center;
- // float: right;
- height: 44rpx;
- width: 104rpx;
- line-height: 44rpx;
- border-radius: 8rpx;
- background: #49b856;
- color: #fff;
- .page_item_cont_start-img {
- width: 22rpx;
- position: relative;
- top: 6rpx;
- margin-right: 8rpx;
- }
- }
- }
- .page_item_conts {
- min-height: 30rpx;
- color: rgb(102, 102, 102);
- padding-left: 50rpx;
- font-size: 28rpx;
- margin: 16rpx 0;
- position: relative;
- view:not(.line) {
- line-height: 1.2;
- }
- text {
- color: #49b856;
- }
- }
- .page_item_cont_B {
- // padding-top: 20rpx;
- font-size: 28rpx;
- // overflow: hidden;
- margin-bottom: 16rpx;
- .page_item_cont_title {
- height: 100%;
- float: left;
- }
- }
- }
- .page_item_btn_wrap {
- display: flex;
- justify-content: space-between;
- .page_item_btn {
- height: 88rpx;
- width: 49%;
- background-image: linear-gradient(to right, #72c172, #3bb197);
- border-radius: 8rpx;
- line-height: 88rpx;
- color: #fff;
- font-size: 36rpx;
- font-weight: 700;
- text-align: center;
- }
- }
- .page_item_btn {
- height: 88rpx;
- background-image: linear-gradient(to right, #72c172, #3bb197);
- border-radius: 8rpx;
- line-height: 88rpx;
- color: #fff;
- font-size: 36rpx;
- font-weight: 700;
- text-align: center;
- }
- }
- .L-l {
- width: 2rpx;
- height: 40rpx;
- background: #f9fafb;
- position: absolute;
- left: 20rpx;
- top: 72rpx;
- display: none;
- }
- .R-l {
- width: 2rpx;
- height: 40rpx;
- background: #f9fafb;
- position: absolute;
- right: 20rpx;
- top: 72rpx;
- display: none;
- }
- }
- }
- }
- .text {
- font-size: 36rpx;
- }
- .wt_icon {
- font-size: 40rpx;
- }
- }
- </style>
|