123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849 |
- <template>
- <view class="inspectList">
- <view class="page_tab">
- <view class="page_tab_bar active">
- <view class="tab_dept">
- <text @click="changeDept">{{ currenDept.dept}}</text>
- <button class="changeDept" type="default" size="mini" @click="moreFilter()">
- 更多筛选
- </button>
- </view>
- </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 v-if="zxzData.length" class="page_items">
- <scroll-view class="page_items_scroll" scroll-y :refresher-enabled="scroll_refresher_enabled"
- :refresher-triggered="triggered" @refresherrefresh="refresherrefresh" @refresherrestore="refresherrestore"
- @scrolltolower="scrolltolower" :scroll-top="scroll_top" @refresherabort="refresherabort" @scroll="scroll"
- refresher-background="transport">
- <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">
- <template v-if="item.illnessState">
- <text v-if="item.illnessState.value === '2'"
- class="colorRed icon_transport transport-tubiao_wei"></text>
- <text v-if="item.illnessState.value === '3'" class="colorRed icon_transport transport-zhong"></text>
- </template>
- <template v-if="item.careLevel">
- <text v-if="item.careLevel.value === '0'" class="icon_transport transport-te1"></text>
- <text v-if="item.careLevel.value === '1'" class="icon_transport transport-1_round_solid"></text>
- <text v-if="item.careLevel.value === '2'" class="icon_transport transport-2_round_solid"></text>
- <text v-if="item.careLevel.value === '3'" class="icon_transport transport-3_round_solid"></text>
- </template>
- <text class="L_time"
- :style="{ color: item.focusPatient == 1 ? 'red' : '' }">{{ item.patientName }}({{ item.bedNum }})</text>
- </view>
- <view class="page_item_top_R">
- <text>{{item.inspectState?item.inspectState.name:''}}</text>
- <button @click="build(item)"
- v-if="!item.gdId&&(item.inspectState.value==1||item.inspectState.value==30)">建单</button>
- <button @click="viewWorkOrder(item)" v-if="item.gdId">查看工单</button>
- </view>
- </view>
- <view class="page_item_cont">
- <view class="page_item_conts">
- <view>
- <text class="p_title">住院号:</text>
- <text class="p_info">{{ item.residenceNo || "-" }}</text>
- </view>
- <view>
- <text class="p_title">检查科室:</text>
- <text class="p_info">{{
- item.execDept ? item.execDept.dept : "-"
- }}</text>
- </view>
- <view>
- <text class="p_title">检查项目:</text>
- <text class="p_info">{{ item.inspectName || "-" }}</text>
- </view>
- <view class="btn">
- <text class="p_title">预约时间:</text>
- <text class="p_info">{{ item.yyTime || "-" }}</text>
- <button @click="changeYyTime(item)" v-if="item.inspectState.value == 1 || item.inspectState.value == 30">修改</button>
- </view>
- <view>
- <text class="p_title">预约叫号:</text>
- <text class="p_info">{{
- item.reservationNumber || "-"
- }}</text>
- </view>
- <view>
- <text class="p_title">是否紧急:</text>
- <text class="p_info"
- :class="{red:item.priority==='1'||item.priority===1}">{{(item.priority==='1'||item.priority===1)?'是':'否'}}</text>
- </view>
- <view>
- <text class="p_title">护理等级:</text>
- <text class="p_info"
- :class="{red:item.careLevel&&(item.careLevel.value==0||item.careLevel.value==1)}">{{item.careLevel?item.careLevel.name:'-'}}</text>
- </view>
- <view>
- <text class="p_title">病情级别:</text>
- <text class="p_info"
- :class="{red:item.illnessState&&(item.illnessState.value==2||item.illnessState.value==3)}">{{item.illnessState?item.illnessState.name:'-'}}</text>
- </view>
- </view>
- </view>
- </view>
- <view class="L-l"></view>
- <view class="R-l"></view>
- </view>
- </scroll-view>
- </view>
- <!-- 底部扫一扫 -->
- <bigScreen></bigScreen>
- <!-- 筛选 -->
- <fjj-condition @touchmove.stop :list="list" :visibleDrawer="visibleDrawer" @result="resultConditon"
- :keyWordGvie="searchlist.keyWord" :keyWordOld="keyWordOld" :bedNumSortGvie="searchlist.bedNumSort" :inspectStateList="inspectStateList" />
- <!-- 弹窗 -->
- <showModel :title="models.title" :icon="models.icon" :disjunctor="models.disjunctor" :content="models.content"
- @ok="ok" @cancel="cancel" @know="know" :operate="models.operate"></showModel>
- <!-- 弹窗 -->
- <inspectRemoveModel :title="models1.title" :icon="models1.icon" :disjunctor="models1.disjunctor" :content="models1.content" @know="know1" :operate="models1.operate" @ok="ok1" @cancel="cancel1"></inspectRemoveModel>
- </view>
- </template>
- <script>
- import bigScreen from "../../components/bigScreen/bigScreen.vue";
- import {
- get,
- post,
- deleteIt,
- webHandle
- } from "../../http/http.js";
- // https://ext.dcloud.net.cn/plugin?id=2849
- import fjjCondition from "@/components/fjj-condition/fjj-condition.vue";
- import showModel from "../../components/showModel/showModel.vue";
- export default {
- data() {
- return {
- keyWordOld: '',
- currentInspect: null,
- // 弹窗model1
- models1: {
- disjunctor: false,
- },
- // 记录当前滚动条的位置
- scrollYY: 0,
- // 建单的对象
- jdItem: {},
- // 弹窗model
- models: {
- disjunctor: false,
- },
- // 面板是否显示
- visibleDrawer: false,
- // 面板数据
- list: [{
- title: "时间",
- type: "single", //single不带时分秒
- key: "yyTime",
- },
- {
- title: "关键词",
- type: "keyWord", //keyWord是input
- key: "keyWord",
- },
- {
- title: "排序",
- type: "bedNumSort", //床号排序
- key: "bedNumSort",
- },
- {
- title: "检查信息状态",
- type: "inspectState", //检查信息状态
- key: "inspectState",
- },
- ],
- // 面板搜索数据
- searchlist: {
- yyTime: new Date().Format("yyyy/MM/dd"),
- keyWord: "",
- bedNumSort: false,
- inspectState: "1,30",
- },
- // 检查信息状态列表
- inspectStateList: [],
- //当前登录人所属科室
- currenDept: {},
- // 抢单的id
- qdId: "",
- //列表数据
- zxzData: [],
- //分页页码
- idx: 0,
- // 列表项总数
- totalNum: -1,
- triggered: false, //下拉刷新状态
- freshing: false, //上拉加载开关
- scroll_top: 0, //距离顶部的距离
- scroll_refresher_enabled: true, //是否开启自定义下拉刷新
- };
- },
- components: {
- bigScreen,
- fjjCondition,
- },
- methods: {
- // 修改预约时间->知道了
- know1() {
- this.models1.disjunctor = false;
- },
- // 修改预约时间->确定
- ok1(data) {
- console.log(data);
- const { yyTime} = data;
- if (!yyTime) {
- //没有填写预约时间
- uni.showModal({
- title: "提示",
- content: "请填写预约时间!",
- showCancel: false,
- success: function(res) {
- if (res.confirm) {
- console.log("用户点击确定");
- } else if (res.cancel) {
- console.log("用户点击取消");
- }
- },
- });
- return;
- }
- this.models1.disjunctor = false;
- let postData = {
- inspectCode: this.currentInspect.inspectCode,
- yyTime
- };
- uni.showLoading({
- title: '加载中',
- mask: true,
- })
- post('/workerOrder/updateInspectYytime', postData).then(res => {
- uni.hideLoading();
- if (res.status == 200) {
- this.idx = 0;
- this.totalNum = -1;
- this.waitingOrders(0);
- } else {
- uni.showToast({
- icon: "none",
- title: "修改失败",
- });
- }
- })
- },
- // 修改预约时间->取消
- cancel1() {
- this.models1.disjunctor = false;
- },
- // 修改预约时间
- changeYyTime(item) {
- this.currentInspect = item;
- this.models1 = {
- disjunctor: true,
- content: `您要修改[${item.inspectName||''}]的预约时间`,
- icon: "warn",
- operate: {
- ok: "确定",
- cancel: "取消",
- },
- };
- },
- // 更多筛选
- moreFilter() {
- uni.showLoading({
- title: "加载中",
- mask: true,
- });
- let postData = {
- "type": "list",
- "key": "inspect_state"
- };
- post("/common/common/getDictionary", postData).then((result) => {
- this.inspectStateList = result.map(item => {
- return {
- label: item.name,
- value: item.value
- }
- });
- this.inspectStateList.unshift({
- label: '全部',
- value: '0'
- });
- uni.hideLoading();
- this.visibleDrawer = true;
- })
- },
- // 查看工单
- viewWorkOrder(data) {
- console.log(data)
- uni.navigateTo({
- url: `../receipt_infopage/receipt_infopage?id=${data.gdId}`,
- });
- },
- // 建单
- build(data) {
- console.log(data);
- this.jdItem = data;
- this.models = {
- disjunctor: true,
- title: "提示",
- content: `您即将创建【${data.patientName || ""}】患者前往【${
- data.execDept ? data.execDept.dept : ""
- }】进行【${data.inspectName || ""}】检查,您确认吗?`,
- icon: "warn",
- operate: {
- ok: "确定",
- cancel: "取消",
- },
- };
- },
- //建单后知道了
- know() {
- this.models.disjunctor = false;
- this.idx = 0;
- this.totalNum = -1;
- this.waitingOrders(0);
- // this.scroll_top = Math.random(); //回到顶部
- this.scroll_top = this.scrollYY; //回到当前位置
- },
- //建单确定
- ok() {
- this.models.disjunctor = false;
- let postData = {
- deptId: this.currenDept.id
- };
- let taskId;
- uni.showLoading({
- title: "加载中",
- mask: true,
- });
- post("/nurse/getDeptTaskType", postData).then((result) => {
- if (result.status == 200) {
- let obj = result.data.allTaskTypes.filter(
- (item) => item.associationType.value == "inspect"
- );
- if (obj.length) {
- taskId = obj[0].id;
- let postData = {
- workOrder: {
- sourceId: 4,
- taskType: {
- id: taskId,
- isHalfInspect: obj[0].isHalfInspect === 1 ? 1 : 0
- },
- createDept: this.currenDept.id,
- startDept: {
- id: this.currenDept.id
- },
- patient: {
- patientCode: this.jdItem.patientCode
- },
- checkList: [{
- id: this.jdItem.id
- }],
- goods: "",
- worker: {
- id: uni.getStorageSync("userData").user.id
- },
- workerStartOrderFlag: 1,
- },
- };
- //根据检查的紧急度加急
- if (this.jdItem.priority === 1 || this.jdItem.priority === '1') {
- postData.workOrder["urgentDetails"] = {
- checkStatus: {
- id: 329
- },
- urgentReason: '系统根据检查信息,自动进行加急',
- };
- }
- post("/api/startOrder", postData).then((res) => {
- uni.hideLoading();
- let msg = res.msg;
- let icon = "error";
- if (res.status == 200) {
- msg = "建单成功";
- icon = "success";
- }
- this.models = {
- disjunctor: true,
- content: msg,
- icon: icon,
- operate: {
- know: "知道了",
- },
- };
- });
- } else {
- uni.hideLoading();
- this.models = {
- disjunctor: true,
- content: "建单失败,科室未开通!",
- icon: "error",
- operate: {
- know: "知道了",
- },
- };
- }
- } else {
- uni.hideLoading();
- uni.showToast({
- icon: "none",
- title: "请求失败!",
- });
- }
- });
- },
- //建单取消
- cancel() {
- this.models.disjunctor = false;
- },
- //点击确定后返回参数
- resultConditon(obj) {
- console.log(obj);
- this.visibleDrawer = obj.visibleDrawer;
- if (obj.str_result) {
- this.searchlist = {
- yyTime: obj.str_result.yyTime,
- keyWord: obj.str_result.keyWord,
- bedNumSort: obj.str_result.bedNumSort,
- inspectState: obj.str_result.inspectState,
- };
- this.idx = 0;
- this.totalNum = -1;
- this.waitingOrders(0);
- }
- },
- // 切换科室
- changeDept() {
- uni.navigateTo({
- url: `../search/search?type=inspectList`,
- });
- },
- //检查列表数据获取
- waitingOrders(idx) {
- if (this.zxzData.length == this.totalNum) {
- uni.showToast({
- icon: "none",
- title: "没有更多数据了!",
- });
- this.freshing = true;
- return;
- }
- console.log(this.searchlist, 222222)
- let postData = {
- idx,
- sum: 99999,
- inspect: {
- hosId: uni.getStorageSync("userData").user.currentHospital.id,
- platForm: 2,
- searchDays: 10000,
- applyDept: {
- id: this.currenDept.id,
- },
- clickSort: this.searchlist.bedNumSort,
- yyTime: this.searchlist.yyTime.split("/").join("-") + " 00:00:00",
- },
- };
- if (this.searchlist.inspectState) {
- let arr = this.searchlist.inspectState.split(',');
- let flag = arr.includes('0');
- postData.inspect.inspectState = {
- "value": flag ? '0' : arr.join(',')
- };
- }
- // url传递过来的住院号
- if (this.currenDept.patientCode) {
- this.searchlist.keyWord = this.currenDept.patientCode;
- this.currenDept.patientCode = "";
- }
- if (this.searchlist.keyWord) {
- postData.inspect.keyWord = this.searchlist.keyWord;
- }
- uni.showLoading({
- title: "加载中",
- mask: true,
- });
- // 请求列表数据
- post("/nurse/fetchDataList/inspect", postData).then((res) => {
- uni.hideLoading();
- if (res.status == 200) {
- this.triggered = false;
- this.freshing = true;
- this.totalNum = res.totalNum;
- res.list = res.list.map(v => {
- if(v.yyTime){
- let [date, time] = v.yyTime.split(" ");
- v.yyTime = new Date(date).Format('yyyy-MM-dd') + " " + time.slice(0, -3);
- }
- return v;
- })
- if (idx === 0) {
- this.zxzData = res.list;
- } else {
- this.zxzData.push(...res.list);
- }
- } else {
- uni.showToast({
- icon: "none",
- title: "请求失败!",
- });
- }
- });
- },
- //刷新
- refresherrefresh() {
- if (this.triggered) {
- return;
- }
- console.log("下拉刷新");
- this.triggered = true;
- this.idx = 0;
- this.totalNum = -1;
- this.waitingOrders(0);
- },
- // 下拉刷新复位
- refresherrestore() {
- this.triggered = false;
- console.log("下拉刷新复位");
- },
- //下拉刷新中止
- refresherabort() {
- this.triggered = false;
- console.log("下拉刷新中止");
- },
- //分页,上拉加载
- scrolltolower() {
- if (this.freshing) {
- console.log("上拉加载");
- this.freshing = false;
- this.waitingOrders(++this.idx);
- }
- },
- // 滚动
- scroll(e) {
- this.scrollYY = e.detail.scrollTop;
- if (e.detail.scrollTop < 20) {
- this.scroll_refresher_enabled = true;
- } else {
- this.scroll_refresher_enabled = false;
- }
- },
- // 阻止浏览器滑动
- stop(e) {
- e.preventDefault();
- },
- },
- onLoad(options) {
- console.log(options, 'options');
- let patientCurrentDept = uni.getStorageSync("patientCurrentDept");
- if (Object.keys(options).length) {
- let {
- id,
- dept,
- patientCode
- } = options;
- this.currenDept.id = id;
- this.currenDept.dept = dept;
- this.currenDept.patientCode = patientCode;
- this.keyWordOld = patientCode;
- } else if (patientCurrentDept) {
- this.currenDept.id = patientCurrentDept.id;
- this.currenDept.dept = patientCurrentDept.dept;
- } else {
- this.currenDept = uni.getStorageSync("userData").user.dept;
- }
- this.waitingOrders(0);
- // #ifdef APP-PLUS
- webHandle("no", "app");
- // #endif
- // #ifdef H5
- webHandle("no", "wx");
- // #endif
- },
- onShow() {
- // #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">
- .inspectList {
- width: 100%;
- height: 100%;
- position: relative;
- .icon_transport {
- color: #49b856;
- font-size: 36rpx;
- &.colorRed {
- color: red;
- font-size: 32rpx;
- }
- }
- .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_dept {
- position: relative;
- .changeDept {
- width: 140rpx;
- white-space: nowrap;
- margin: 0;
- position: absolute;
- right: 0;
- top: 50%;
- transform: translate(105%, -50%);
- padding: 0 0.5em;
- line-height: 2;
- }
- .moreFilter {
- left: 0;
- transform: translate(-105%, -50%);
- }
- }
- &.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-top: 96rpx;
- .page_items_scroll {
- height: 100%;
- .page_item_wrap {
- position: relative;
- margin-bottom: 32rpx;
- .page_item {
- margin-bottom: 16rpx;
- background: #fff;
- border-radius: 8rpx;
- overflow: hidden;
- border: 2rpx solid #e5e9ed;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- .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;
- }
- .page_item_top {
- height: 86rpx;
- border-bottom: 2rpx dashed #e5e9ed;
- padding: 0 16rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- .page_item_top_L {
- height: 100%;
- float: left;
- display: flex;
- align-items: center;
- line-height: 88rpx;
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
- color: #6cc076;
- .L_time {
- font-size: 28rpx;
- }
- }
- .page_item_top_R {
- float: right;
- display: flex;
- align-items: center;
- justify-content: space-between;
- text {
- font-size: 28rpx;
- color: #49b856;
- margin-right: 16rpx;
- }
- button {
- font-size: 28rpx;
- color: #49b856;
- height: 50rpx;
- line-height: 50rpx;
- margin: 0;
- }
- }
- }
- .page_item_cont {
- padding: 16rpx;
- text-align: left;
- position: relative;
- .page_item_conts {
- color: rgb(102, 102, 102);
- font-size: 28rpx;
- view {
- margin-bottom: 10rpx;
- margin-left: 40rpx;
- display: flex;
- }
- .btn{
- button {
- font-size: 28rpx;
- color: #49b856;
- height: 50rpx;
- line-height: 50rpx;
- margin: 0;
- }
- }
- .p_title {
- width: 160rpx;
- }
- .p_info {
- flex: 1;
- &.red {
- color: red;
- }
-
- }
- .num {
- float: right;
- }
- }
- }
- .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;
- }
- }
- }
- }
- }
- </style>
|