This commit is contained in:
parent
c5169b8448
commit
3900da9f24
|
|
@ -17,13 +17,16 @@
|
||||||
<view class="btn ris" @click="swip(1)" v-if="plsbuy.length>1">
|
<view class="btn ris" @click="swip(1)" v-if="plsbuy.length>1">
|
||||||
<image class="pao-img" :src="`/static/index/newindex/states/ris.png`" />
|
<image class="pao-img" :src="`/static/index/newindex/states/ris.png`" />
|
||||||
</view>
|
</view>
|
||||||
<view class="bots" v-if="plsbuy.length>1">
|
<scroll-view @touchmove.stop class="scrolbox" scroll-x="true" scroll-with-animation :scroll-left="botleft" :enable-flex="true">
|
||||||
|
<view class="bots" v-if="plsbuy.length>1" @touchmove.stop>
|
||||||
<view v-for="(v,i) in plsbuy" :key='i' :class="current==i?'dot':''"
|
<view v-for="(v,i) in plsbuy" :key='i' :class="current==i?'dot':''"
|
||||||
@click="change({'detail':{'current':i}})">
|
@click="change({'detail':{'current':i,'key':1}})">
|
||||||
<view class="bots-red" v-if="v?.chaoshitime"></view>
|
<view class="bots-red" v-if="v?.chaoshitime"></view>
|
||||||
</view>
|
</view>
|
||||||
<!-- :style="v?.chaoshitime?'background:red':''" -->
|
|
||||||
</view>
|
</view>
|
||||||
|
<!-- :style="v?.chaoshitime?'background:red':''" -->
|
||||||
|
</scroll-view>
|
||||||
|
|
||||||
<swiper class="swiper" :circular="true" :indicator-dots="false" :autoplay="autoplay" :interval="3000"
|
<swiper class="swiper" :circular="true" :indicator-dots="false" :autoplay="autoplay" :interval="3000"
|
||||||
:duration="500" :current="current2" @change="change">
|
:duration="500" :current="current2" @change="change">
|
||||||
<swiper-item v-for="(indexmessage,i) in plsbuy" :key="i" class="swper">
|
<swiper-item v-for="(indexmessage,i) in plsbuy" :key="i" class="swper">
|
||||||
|
|
@ -54,13 +57,23 @@
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
<view class="weight-time">
|
<view class="weight-time">
|
||||||
<view>
|
<view v-if="indexmessage.izMulti=='N'">
|
||||||
{{ indexmessage?.startTime?indexmessage?.startTime.slice(11, 16) :'' }}
|
{{ indexmessage?.servStartTime?indexmessage?.servStartTime.slice(11, 16) :'' }} -
|
||||||
|
{{ indexmessage?.servEndTime?indexmessage?.servEndTime.slice(11, 16) :'' }}
|
||||||
<text style="font-size: 1.8vw;font-weight: 500;" v-if="indexmessage?.serviceDuration">
|
<text style="font-size: 1.8vw;font-weight: 500;" v-if="indexmessage?.serviceDuration">
|
||||||
|
|
|
|
||||||
{{indexmessage?.serviceDuration!==`0` ?indexmessage?.serviceDuration: `∞`}}分钟
|
{{indexmessage?.serviceDuration!==`0` ?indexmessage?.serviceDuration: `∞`}}分钟
|
||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
|
<view v-if="indexmessage.izMulti=='Y'">
|
||||||
|
{{ indexmessage?.servStartTime?indexmessage?.servStartTime.slice(11, 16) :'' }} -
|
||||||
|
{{ indexmessage?.servEndTime?indexmessage?.servEndTime.slice(11, 16) :'' }}
|
||||||
|
<text style="font-size: 1.8vw;font-weight: 500;" v-if="indexmessage?.serviceDuration">
|
||||||
|
|
|
||||||
|
{{indexmessage?.serviceDuration!==`0` ?indexmessage?.serviceDuration: `∞`}}分钟
|
||||||
|
</text>
|
||||||
|
</view>
|
||||||
|
<!-- swipdcurrent.value -->
|
||||||
<!-- <view style="height: 4vw;"> </view> -->
|
<!-- <view style="height: 4vw;"> </view> -->
|
||||||
<view class="pao-father">
|
<view class="pao-father">
|
||||||
<image class="pao-img" :src="`/static/index/newindex/states/pao.png`" />
|
<image class="pao-img" :src="`/static/index/newindex/states/pao.png`" />
|
||||||
|
|
@ -69,12 +82,11 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="big-img"
|
<!-- <view class="big-img"
|
||||||
v-if="indexmessage.izPackage=='Y'&&indexmessage?.izStart=='N'&&!indexmessage.flag"
|
v-if="indexmessage.izPackage=='Y'&&indexmessage?.izStart=='N'&&!indexmessage.flag"
|
||||||
@click="indexmessage.flag = true">
|
@click="indexmessage.flag = true">
|
||||||
<image :src="`/static/zlb.png`" :style=" 'width: 420rpx' " mode="aspectFill" />
|
<image :src="`/static/zlb.png`" :style=" 'width: 420rpx' " mode="aspectFill" />
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="cardbox"
|
<view class="cardbox"
|
||||||
v-if="indexmessage.izPackage=='Y'&&indexmessage?.izStart=='Y'||indexmessage.flag">
|
v-if="indexmessage.izPackage=='Y'&&indexmessage?.izStart=='Y'||indexmessage.flag">
|
||||||
<scroll-view scroll-y="true" class="scrollcard" @touchmove.stop>
|
<scroll-view scroll-y="true" class="scrollcard" @touchmove.stop>
|
||||||
|
|
@ -86,30 +98,28 @@
|
||||||
<image src="/static/index/newtarget.png" mode=""></image>
|
<image src="/static/index/newtarget.png" mode=""></image>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<image :src="!v.flag? (v.immediateFile?serverUrl + v.immediateFile:'/static/logo.png'): ( v.immediateFileFocus?serverUrl + v.immediateFileFocus:'/static/logotarget.png')" />
|
||||||
<image
|
|
||||||
:src="!v.flag? (v.immediateFile?serverUrl + v.immediateFile:'/static/logo.png'): ( v.immediateFileFocus?serverUrl + v.immediateFileFocus:'/static/logotarget.png')" />
|
|
||||||
<text>{{v.match[0]}}</text>
|
<text>{{v.match[0]}}</text>
|
||||||
<view v-if="v.match[1]" style="position: relative;z-index: 2;">({{v.match[1]}})
|
<view v-if="v.match[1]" style="position: relative;z-index: 2;">({{v.match[1]}})
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</scroll-view>
|
</scroll-view>
|
||||||
</view>
|
</view> -->
|
||||||
<!-- <swipes v-if="current==i" :indexmessage="indexmessage" @touchmove.stop></swipes> -->
|
<!-- <swipes v-if="current==i" @touchmove.stop></swipes> -->
|
||||||
<!-- <swipecard @touchmove.stop v-if="current==i"></swipecard> -->
|
|
||||||
|
|
||||||
<view class="big-img" v-if="indexmessage.izPackage=='N'&&indexmessage?.previewFile ">
|
<view class="big-img" v-if="indexmessage.izMulti=='N'">
|
||||||
<image
|
<image
|
||||||
:style="!indexmessage?.previewFile?'width: 420rpx':' width:550rpx;height:550rpx;marginTop:-60rpx'"
|
:style="!indexmessage?.previewFile?'width: 460rpx':' width:550rpx;height:460rpx;'"
|
||||||
:src="indexmessage?.previewFile? serverUrl + indexmessage?.previewFile: `/static/index/noorder1.png`"
|
:src="indexmessage?.previewFile? serverUrl + indexmessage?.previewFile: `/static/index/noorder1.png`"
|
||||||
mode="heightFix" />
|
mode="heightFix" />
|
||||||
</view>
|
</view>
|
||||||
|
<swipecard @touchmove.stop v-if="current==i&&indexmessage.izMulti=='Y'" :indexmessage="indexmessage" @current="currentswipd"></swipecard>
|
||||||
|
|
||||||
<view class="big-img" v-if="indexmessage.izPackage=='N'&&!indexmessage?.previewFile ">
|
<!-- <view class="big-img" v-if="indexmessage.izMulti=='N'&&!indexmessage?.previewFile ">
|
||||||
<image :style="!indexmessage?.previewFile?'width: 320rpx;height: 320rpx;':' '"
|
<image :style="!indexmessage?.previewFile?'width: 320rpx;height: 320rpx;':' '"
|
||||||
:src="indexmessage?.previewFile? serverUrl + indexmessage?.previewFile: `/static/index/noorder1.png`"
|
:src="indexmessage?.previewFile? serverUrl + indexmessage?.previewFile: `/static/index/noorder1.png`"
|
||||||
mode="heightFix" />
|
mode="heightFix" />
|
||||||
</view>
|
</view> -->
|
||||||
<view style="display: flex;align-items: center; ">
|
<view style="display: flex;align-items: center; ">
|
||||||
<view class="server-name">
|
<view class="server-name">
|
||||||
{{ indexmessage?.directiveName }}
|
{{ indexmessage?.directiveName }}
|
||||||
|
|
@ -295,7 +305,6 @@
|
||||||
import { ref, onMounted, onBeforeUnmount, computed, nextTick, watch, reactive } from 'vue';
|
import { ref, onMounted, onBeforeUnmount, computed, nextTick, watch, reactive } from 'vue';
|
||||||
import { onBackPress, onShow, onHide } from "@dcloudio/uni-app"
|
import { onBackPress, onShow, onHide } from "@dcloudio/uni-app"
|
||||||
import timeing from './sxy-Timeing.vue'
|
import timeing from './sxy-Timeing.vue'
|
||||||
import swipes from './swipes.vue'
|
|
||||||
import swipecard from './swipecard.vue'
|
import swipecard from './swipecard.vue'
|
||||||
|
|
||||||
import { queryOrderList, queryOrderInfoList, startOrder, endOrder, editSubPicPath, editSubMp4, queryEmpList, transferOrder, assistOrder, generateInstant } from '../../component/doctorask/api/api.js'
|
import { queryOrderList, queryOrderInfoList, startOrder, endOrder, editSubPicPath, editSubMp4, queryEmpList, transferOrder, assistOrder, generateInstant } from '../../component/doctorask/api/api.js'
|
||||||
|
|
@ -306,7 +315,7 @@
|
||||||
const topbuttontarget = ref(0);
|
const topbuttontarget = ref(0);
|
||||||
const ilanarr = ref([]);
|
const ilanarr = ref([]);
|
||||||
const listobj = ref({});
|
const listobj = ref({});
|
||||||
|
const botleft = ref(0)
|
||||||
const serverUrl = ref(uni.getStorageSync('imagebase'))
|
const serverUrl = ref(uni.getStorageSync('imagebase'))
|
||||||
const servervideoUrl = ref(uni.getStorageSync('serverUrl') + '/sys/commonVideo/staticVideo/')
|
const servervideoUrl = ref(uni.getStorageSync('serverUrl') + '/sys/commonVideo/staticVideo/')
|
||||||
const serverpicUrl = ref(uni.getStorageSync('serverUrl') + '/sys/common/static/')
|
const serverpicUrl = ref(uni.getStorageSync('serverUrl') + '/sys/common/static/')
|
||||||
|
|
@ -323,10 +332,20 @@
|
||||||
defineExpose({
|
defineExpose({
|
||||||
init
|
init
|
||||||
})
|
})
|
||||||
|
const swipdcurrent = ref(0)
|
||||||
|
const currentswipd=(e)=>{
|
||||||
|
swipdcurrent.value = e
|
||||||
|
}
|
||||||
const change = (e) => {
|
const change = (e) => {
|
||||||
|
console.log(e)
|
||||||
// return
|
// return
|
||||||
|
|
||||||
current.value = e.detail.current;
|
current.value = e.detail.current;
|
||||||
let a = e.detail.current;
|
let a = e.detail.current;
|
||||||
|
if(e.detail.key==1){
|
||||||
|
current2.value = a
|
||||||
|
}
|
||||||
|
botleft.value = (a-4)*20;
|
||||||
plsbuy.value.forEach((v, i) => {
|
plsbuy.value.forEach((v, i) => {
|
||||||
if (i != a && v.izPackage == 'Y') {
|
if (i != a && v.izPackage == 'Y') {
|
||||||
v.flag = false
|
v.flag = false
|
||||||
|
|
@ -339,7 +358,7 @@
|
||||||
const djstinme = ref(0)
|
const djstinme = ref(0)
|
||||||
const timeacde = () => {
|
const timeacde = () => {
|
||||||
let obj = plsbuy.value[current.value];
|
let obj = plsbuy.value[current.value];
|
||||||
let timestampMs = new Date(obj.endTime).getTime();
|
let timestampMs = new Date(obj.servEndTime).getTime();
|
||||||
let times = new Date().getTime();
|
let times = new Date().getTime();
|
||||||
let djs = timestampMs - times;
|
let djs = timestampMs - times;
|
||||||
|
|
||||||
|
|
@ -350,6 +369,7 @@
|
||||||
}
|
}
|
||||||
const timeend = () => {
|
const timeend = () => {
|
||||||
// 结束超时
|
// 结束超时
|
||||||
|
return
|
||||||
plsbuy.value.splice(current.value, 1)
|
plsbuy.value.splice(current.value, 1)
|
||||||
firstgetqueryCgdList(form.nuId)
|
firstgetqueryCgdList(form.nuId)
|
||||||
}
|
}
|
||||||
|
|
@ -371,7 +391,7 @@
|
||||||
}
|
}
|
||||||
const form = reactive({
|
const form = reactive({
|
||||||
pageNo: 1,
|
pageNo: 1,
|
||||||
pageSize: 30,
|
pageSize: -1,
|
||||||
employeeId: uni.getStorageSync('userInfo').employeesId,
|
employeeId: uni.getStorageSync('userInfo').employeesId,
|
||||||
nuId: uni.getStorageSync('nuId'),
|
nuId: uni.getStorageSync('nuId'),
|
||||||
workType: 5
|
workType: 5
|
||||||
|
|
@ -529,12 +549,13 @@
|
||||||
form.nuId = nuId;
|
form.nuId = nuId;
|
||||||
console.log(nuId)
|
console.log(nuId)
|
||||||
queryOrderList(form).then(res => {
|
queryOrderList(form).then(res => {
|
||||||
console.log(`这啥啊啊啊啊啊`,form, res)
|
console.log(res)
|
||||||
if (res.result.records.length > 0) {
|
console.log(`这啥啊啊啊啊啊`,res.result.length, res)
|
||||||
res.result.records.forEach((item, l) => {
|
if (res.result.length > 0) {
|
||||||
|
res.result.forEach((item, l) => {
|
||||||
item.flag = false;
|
item.flag = false;
|
||||||
item.servebao = [];
|
item.servebao = [];
|
||||||
let timestampMs = new Date(item.endTime).getTime();
|
let timestampMs = new Date(item.servEndTime).getTime();
|
||||||
let times = new Date().getTime();
|
let times = new Date().getTime();
|
||||||
let djs = timestampMs - times;
|
let djs = timestampMs - times;
|
||||||
if (djs < 0) {
|
if (djs < 0) {
|
||||||
|
|
@ -544,8 +565,8 @@
|
||||||
clickLeftMenu(l, item)
|
clickLeftMenu(l, item)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
plsbuy.value = res.result.records;
|
plsbuy.value = res.result;
|
||||||
console.log(plsbuy.value)
|
console.log(plsbuy.value,uni.getStorageSync('imagebase'))
|
||||||
change({ detail: { current: current.value } })
|
change({ detail: { current: current.value } })
|
||||||
} else {
|
} else {
|
||||||
plsbuy.value = [];
|
plsbuy.value = [];
|
||||||
|
|
@ -676,7 +697,7 @@
|
||||||
const cshigb = () => {
|
const cshigb = () => {
|
||||||
let obj = plsbuy.value[current.value];
|
let obj = plsbuy.value[current.value];
|
||||||
// console.log("啥啊",current.value)
|
// console.log("啥啊",current.value)
|
||||||
let timestampMs = new Date(obj.endTime).getTime();
|
let timestampMs = new Date(obj.servEndTime).getTime();
|
||||||
let times = new Date().getTime();
|
let times = new Date().getTime();
|
||||||
let djs = timestampMs - times;
|
let djs = timestampMs - times;
|
||||||
// let timeendamp = timestampMs + (Number(plsbuy.value[current.value].timeoutDuration)*60);
|
// let timeendamp = timestampMs + (Number(plsbuy.value[current.value].timeoutDuration)*60);
|
||||||
|
|
@ -694,13 +715,12 @@
|
||||||
|
|
||||||
}
|
}
|
||||||
const start = (v) => {
|
const start = (v) => {
|
||||||
if (!cshigb()) {
|
// if (!cshigb()) {
|
||||||
|
// errmsg.value = "服务已超时,不能开始服务!"
|
||||||
errmsg.value = "服务已超时,不能开始服务!"
|
// openerror.value = true;
|
||||||
openerror.value = true;
|
// firstgetqueryCgdList(form.nuId);
|
||||||
firstgetqueryCgdList(form.nuId);
|
// return
|
||||||
return
|
// }
|
||||||
}
|
|
||||||
if (v.izStart != 'N') { return }
|
if (v.izStart != 'N') { return }
|
||||||
startOrder({ id: v.id }).then(res => {
|
startOrder({ id: v.id }).then(res => {
|
||||||
console.log(res)
|
console.log(res)
|
||||||
|
|
@ -717,15 +737,12 @@
|
||||||
const endobj = ref({})
|
const endobj = ref({})
|
||||||
const end = (v) => {
|
const end = (v) => {
|
||||||
// console.log("走着了吗?2",v.izStart,v.izFinish)
|
// console.log("走着了吗?2",v.izStart,v.izFinish)
|
||||||
if (!cshigb()) {
|
// if (!cshigb()) {
|
||||||
|
// errmsg.value = "服务已超时,不能结束服务指令!"
|
||||||
errmsg.value = "服务已超时,不能结束服务指令!"
|
// openerror.value = true;
|
||||||
// console.log("走着了吗?1")
|
// firstgetqueryCgdList(form.nuId);
|
||||||
openerror.value = true;
|
// return
|
||||||
firstgetqueryCgdList(form.nuId);
|
// }
|
||||||
|
|
||||||
return
|
|
||||||
}
|
|
||||||
if (v.izStart == 'Y' && v.izFinish == 'N') {
|
if (v.izStart == 'Y' && v.izFinish == 'N') {
|
||||||
// console.log("aaaaa",v)
|
// console.log("aaaaa",v)
|
||||||
endobj.value = v;
|
endobj.value = v;
|
||||||
|
|
@ -739,7 +756,7 @@
|
||||||
const ends = () => {
|
const ends = () => {
|
||||||
// console.log("看看传的", { id: endobj.value.id })
|
// console.log("看看传的", { id: endobj.value.id })
|
||||||
endOrder({ id: endobj.value.id }).then(res => {
|
endOrder({ id: endobj.value.id }).then(res => {
|
||||||
// console.log(res)
|
console.log(res)
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
open.value = 0;
|
open.value = 0;
|
||||||
endobj.value = {};
|
endobj.value = {};
|
||||||
|
|
@ -956,16 +973,19 @@
|
||||||
border-radius: 1.6vw;
|
border-radius: 1.6vw;
|
||||||
margin-top: 0.5vw;
|
margin-top: 0.5vw;
|
||||||
padding: 3vw 0 0;
|
padding: 3vw 0 0;
|
||||||
|
.scrolbox{
|
||||||
.bots {
|
|
||||||
width: 60%;
|
width: 60%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
height: 30rpx;
|
height: 60rpx;
|
||||||
bottom: 2.2vw;
|
bottom: 1.2vw;
|
||||||
left: 20%;
|
left: 20%;
|
||||||
|
z-index: 999;
|
||||||
|
}
|
||||||
|
.bots {
|
||||||
|
height: 100%;
|
||||||
|
white-space: nowrap;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
view {
|
view {
|
||||||
width: 1.3vw;
|
width: 1.3vw;
|
||||||
height: 0.6vw;
|
height: 0.6vw;
|
||||||
|
|
@ -973,6 +993,7 @@
|
||||||
border-radius: 0.2vw;
|
border-radius: 0.2vw;
|
||||||
margin: 0.7vw;
|
margin: 0.7vw;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
display: inline-block;
|
||||||
.bots-red{
|
.bots-red{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0.2vw;
|
left: 0.2vw;
|
||||||
|
|
@ -1214,9 +1235,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.big-img {
|
.big-img {
|
||||||
height: 420rpx;
|
height: 460rpx;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
margin-top: -50rpx;
|
|
||||||
// background-color: red;
|
// background-color: red;
|
||||||
|
|
||||||
image {
|
image {
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
<swiper class="card-swiper" :class="dotStyle?'square-dot':'round-dot'" :indicator-dots="false" :circular="true"
|
<swiper class="card-swiper" :class="dotStyle?'square-dot':'round-dot'" :indicator-dots="false" :circular="true"
|
||||||
:autoplay="false" interval="5000" duration="500" @change="cardSwiper" indicator-color="#8799a3"
|
:autoplay="false" interval="5000" duration="500" @change="cardSwiper" indicator-color="#8799a3"
|
||||||
indicator-active-color="#0081ff">
|
indicator-active-color="#0081ff">
|
||||||
<swiper-item v-for="(item,index) in swiperList" :key="index" :class="cardCur==index?'cur':''">
|
<swiper-item v-for="(item,index) in indexmessage.directiveList" :key="index" :class="cardCur==index?'cur':''">
|
||||||
<view class="swiper-item">
|
<view class="swiper-item">
|
||||||
<image :src="uni.getStorageSync('imagebase')+item.previewFile" mode="aspectFill" ></image>
|
<image :src="uni.getStorageSync('imagebase')+item.previewFile" mode="aspectFill" ></image>
|
||||||
</view>
|
</view>
|
||||||
|
|
@ -14,668 +14,12 @@
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
|
props:{
|
||||||
|
indexmessage:{}
|
||||||
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
cardCur: 0,
|
cardCur: 0,
|
||||||
swiperList: [
|
|
||||||
{
|
|
||||||
"id": "2031987306763653122",
|
|
||||||
"orderNo": "HL101202603120133",
|
|
||||||
"orderType": "1",
|
|
||||||
"optType": "1",
|
|
||||||
"optTypeName": null,
|
|
||||||
"izTimeout": "N",
|
|
||||||
"optIds": "2020688543455690753",
|
|
||||||
"optNames": "滕昊达",
|
|
||||||
"poolId": "2031987302368022530",
|
|
||||||
"bizId": "2031652790551449601",
|
|
||||||
"bizType": null,
|
|
||||||
"nuId": "2512101009",
|
|
||||||
"nuName": "护理单元09",
|
|
||||||
"elderId": "101d827c99cf43b4266925996a0b872f261",
|
|
||||||
"elderName": "王伟东",
|
|
||||||
"employeeId": "2020688543455690753",
|
|
||||||
"employeeName": "滕昊达",
|
|
||||||
"directiveId": "2021428428125708290",
|
|
||||||
"directiveName": "轮椅防护",
|
|
||||||
"cycleTypeId": "1",
|
|
||||||
"cycleType": "日常",
|
|
||||||
"cycleValue": null,
|
|
||||||
"previewFile": "2026/03/directive/护理类/日常照料/轮椅防护/轮椅防护(4)_1772784808001.png",
|
|
||||||
"previewFileSmall": null,
|
|
||||||
"mp3File": null,
|
|
||||||
"mp4File": null,
|
|
||||||
"serviceDuration": "15",
|
|
||||||
"serviceContent": "准备好安全带.坐垫..1小内将长者抬起..放松肌肉.",
|
|
||||||
"timeoutDuration": "81",
|
|
||||||
"packageId": null,
|
|
||||||
"packageName": null,
|
|
||||||
"izPackage": "N",
|
|
||||||
"tollPrice": null,
|
|
||||||
"comPrice": null,
|
|
||||||
"realComPrice": null,
|
|
||||||
"startTime": "2026-03-12 15:00:00",
|
|
||||||
"endTime": "2026-03-12 15:15:00",
|
|
||||||
"startTimeStr": null,
|
|
||||||
"endTimeStr": null,
|
|
||||||
"beginEmp": null,
|
|
||||||
"beginTime": null,
|
|
||||||
"finishEmp": null,
|
|
||||||
"finishTime": null,
|
|
||||||
"izStart": "N",
|
|
||||||
"izFinish": "N",
|
|
||||||
"initiatorId": null,
|
|
||||||
"initiatorName": null,
|
|
||||||
"createEmp": null,
|
|
||||||
"createTime": "2026-03-12 14:55:01",
|
|
||||||
"updateEmp": null,
|
|
||||||
"updateTime": null,
|
|
||||||
"delFlag": "0",
|
|
||||||
"remarks": null,
|
|
||||||
"workType": null,
|
|
||||||
"triggerMode": null,
|
|
||||||
"infoList": null,
|
|
||||||
"executeStatus": null,
|
|
||||||
"manuallyPicPath": null,
|
|
||||||
"manuallyMp4Path": null,
|
|
||||||
"immediateFile": null,
|
|
||||||
"immediateFileFocus": null,
|
|
||||||
"flag": false,
|
|
||||||
"servebao": [],
|
|
||||||
"chaoshitime": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "2031988565046464514",
|
|
||||||
"orderNo": "HL101202603120136",
|
|
||||||
"orderType": "1",
|
|
||||||
"optType": "1",
|
|
||||||
"optTypeName": null,
|
|
||||||
"izTimeout": "N",
|
|
||||||
"optIds": "2020688543455690753",
|
|
||||||
"optNames": "滕昊达",
|
|
||||||
"poolId": "2031988560621473793",
|
|
||||||
"bizId": "2031611722489401345",
|
|
||||||
"bizType": null,
|
|
||||||
"nuId": "2512101009",
|
|
||||||
"nuName": "护理单元09",
|
|
||||||
"elderId": "101d827c99cf43b4266925996a0b872f261",
|
|
||||||
"elderName": "王伟东",
|
|
||||||
"employeeId": "2020688543455690753",
|
|
||||||
"employeeName": "滕昊达",
|
|
||||||
"directiveId": "2021428428092153857",
|
|
||||||
"directiveName": "躺下",
|
|
||||||
"cycleTypeId": "1",
|
|
||||||
"cycleType": "日常",
|
|
||||||
"cycleValue": null,
|
|
||||||
"previewFile": "2026/03/directive/护理类/日常照料/调整坐卧/躺下(2)_1773035075572.png",
|
|
||||||
"previewFileSmall": null,
|
|
||||||
"mp3File": null,
|
|
||||||
"mp4File": null,
|
|
||||||
"serviceDuration": "15",
|
|
||||||
"serviceContent": "为老人调整床位180度角",
|
|
||||||
"timeoutDuration": "73",
|
|
||||||
"packageId": null,
|
|
||||||
"packageName": null,
|
|
||||||
"izPackage": "N",
|
|
||||||
"tollPrice": null,
|
|
||||||
"comPrice": null,
|
|
||||||
"realComPrice": null,
|
|
||||||
"startTime": "2026-03-12 15:05:00",
|
|
||||||
"endTime": "2026-03-12 15:20:00",
|
|
||||||
"startTimeStr": null,
|
|
||||||
"endTimeStr": null,
|
|
||||||
"beginEmp": null,
|
|
||||||
"beginTime": null,
|
|
||||||
"finishEmp": null,
|
|
||||||
"finishTime": null,
|
|
||||||
"izStart": "N",
|
|
||||||
"izFinish": "N",
|
|
||||||
"initiatorId": null,
|
|
||||||
"initiatorName": null,
|
|
||||||
"createEmp": null,
|
|
||||||
"createTime": "2026-03-12 15:00:01",
|
|
||||||
"updateEmp": null,
|
|
||||||
"updateTime": null,
|
|
||||||
"delFlag": "0",
|
|
||||||
"remarks": null,
|
|
||||||
"workType": null,
|
|
||||||
"triggerMode": null,
|
|
||||||
"infoList": null,
|
|
||||||
"executeStatus": null,
|
|
||||||
"manuallyPicPath": null,
|
|
||||||
"manuallyMp4Path": null,
|
|
||||||
"immediateFile": null,
|
|
||||||
"immediateFileFocus": null,
|
|
||||||
"flag": false,
|
|
||||||
"servebao": [],
|
|
||||||
"chaoshitime": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "2031989823346053122",
|
|
||||||
"orderNo": "HL101202603120139",
|
|
||||||
"orderType": "1",
|
|
||||||
"optType": "1",
|
|
||||||
"optTypeName": null,
|
|
||||||
"izTimeout": "N",
|
|
||||||
"optIds": "2020688543455690753",
|
|
||||||
"optNames": "滕昊达",
|
|
||||||
"poolId": "2031989818946228225",
|
|
||||||
"bizId": "2031650826958671873",
|
|
||||||
"bizType": null,
|
|
||||||
"nuId": "2512101009",
|
|
||||||
"nuName": "护理单元09",
|
|
||||||
"elderId": "101d827c99cf43b4266925996a0b872f261",
|
|
||||||
"elderName": "王伟东",
|
|
||||||
"employeeId": "2020688543455690753",
|
|
||||||
"employeeName": "滕昊达",
|
|
||||||
"directiveId": "2021428428058599426",
|
|
||||||
"directiveName": "遗体穿衣",
|
|
||||||
"cycleTypeId": "1",
|
|
||||||
"cycleType": "日常",
|
|
||||||
"cycleValue": null,
|
|
||||||
"previewFile": "2026/03/directive/护理类/日常照料/殡仪服务/遗体穿衣(2)_1773035144931.png",
|
|
||||||
"previewFileSmall": null,
|
|
||||||
"mp3File": null,
|
|
||||||
"mp4File": null,
|
|
||||||
"serviceDuration": "15",
|
|
||||||
"serviceContent": null,
|
|
||||||
"timeoutDuration": "67",
|
|
||||||
"packageId": null,
|
|
||||||
"packageName": null,
|
|
||||||
"izPackage": "N",
|
|
||||||
"tollPrice": null,
|
|
||||||
"comPrice": null,
|
|
||||||
"realComPrice": null,
|
|
||||||
"startTime": "2026-03-12 15:10:00",
|
|
||||||
"endTime": "2026-03-12 15:25:00",
|
|
||||||
"startTimeStr": null,
|
|
||||||
"endTimeStr": null,
|
|
||||||
"beginEmp": null,
|
|
||||||
"beginTime": null,
|
|
||||||
"finishEmp": null,
|
|
||||||
"finishTime": null,
|
|
||||||
"izStart": "N",
|
|
||||||
"izFinish": "N",
|
|
||||||
"initiatorId": null,
|
|
||||||
"initiatorName": null,
|
|
||||||
"createEmp": null,
|
|
||||||
"createTime": "2026-03-12 15:05:01",
|
|
||||||
"updateEmp": null,
|
|
||||||
"updateTime": null,
|
|
||||||
"delFlag": "0",
|
|
||||||
"remarks": null,
|
|
||||||
"workType": null,
|
|
||||||
"triggerMode": null,
|
|
||||||
"infoList": null,
|
|
||||||
"executeStatus": null,
|
|
||||||
"manuallyPicPath": null,
|
|
||||||
"manuallyMp4Path": null,
|
|
||||||
"immediateFile": null,
|
|
||||||
"immediateFileFocus": null,
|
|
||||||
"flag": false,
|
|
||||||
"servebao": [],
|
|
||||||
"chaoshitime": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "2031991081519812609",
|
|
||||||
"orderNo": "HL101202603120141",
|
|
||||||
"orderType": "1",
|
|
||||||
"optType": "1",
|
|
||||||
"optTypeName": null,
|
|
||||||
"izTimeout": "N",
|
|
||||||
"optIds": "2020688543455690753",
|
|
||||||
"optNames": "滕昊达",
|
|
||||||
"poolId": "2031991077224845313",
|
|
||||||
"bizId": "2031650023334219778",
|
|
||||||
"bizType": null,
|
|
||||||
"nuId": "2512101009",
|
|
||||||
"nuName": "护理单元09",
|
|
||||||
"elderId": "101d827c99cf43b4266925996a0b872f261",
|
|
||||||
"elderName": "王伟东",
|
|
||||||
"employeeId": "2020688543455690753",
|
|
||||||
"employeeName": "滕昊达",
|
|
||||||
"directiveId": "2021428428066988034",
|
|
||||||
"directiveName": "遗体转移",
|
|
||||||
"cycleTypeId": "1",
|
|
||||||
"cycleType": "日常",
|
|
||||||
"cycleValue": null,
|
|
||||||
"previewFile": "2026/03/directive/护理类/日常照料/殡仪服务/遗体转移(2)_1773035159478.png",
|
|
||||||
"previewFileSmall": null,
|
|
||||||
"mp3File": null,
|
|
||||||
"mp4File": null,
|
|
||||||
"serviceDuration": "15",
|
|
||||||
"serviceContent": null,
|
|
||||||
"timeoutDuration": "68",
|
|
||||||
"packageId": null,
|
|
||||||
"packageName": null,
|
|
||||||
"izPackage": "N",
|
|
||||||
"tollPrice": null,
|
|
||||||
"comPrice": null,
|
|
||||||
"realComPrice": null,
|
|
||||||
"startTime": "2026-03-12 15:15:00",
|
|
||||||
"endTime": "2026-03-12 15:30:00",
|
|
||||||
"startTimeStr": null,
|
|
||||||
"endTimeStr": null,
|
|
||||||
"beginEmp": null,
|
|
||||||
"beginTime": null,
|
|
||||||
"finishEmp": null,
|
|
||||||
"finishTime": null,
|
|
||||||
"izStart": "N",
|
|
||||||
"izFinish": "N",
|
|
||||||
"initiatorId": null,
|
|
||||||
"initiatorName": null,
|
|
||||||
"createEmp": null,
|
|
||||||
"createTime": "2026-03-12 15:10:01",
|
|
||||||
"updateEmp": null,
|
|
||||||
"updateTime": null,
|
|
||||||
"delFlag": "0",
|
|
||||||
"remarks": null,
|
|
||||||
"workType": null,
|
|
||||||
"triggerMode": null,
|
|
||||||
"infoList": null,
|
|
||||||
"executeStatus": null,
|
|
||||||
"manuallyPicPath": null,
|
|
||||||
"manuallyMp4Path": null,
|
|
||||||
"immediateFile": null,
|
|
||||||
"immediateFileFocus": null,
|
|
||||||
"flag": false,
|
|
||||||
"servebao": [],
|
|
||||||
"chaoshitime": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "2032003664444395522",
|
|
||||||
"orderNo": "HL101202603120152",
|
|
||||||
"orderType": "1",
|
|
||||||
"optType": "1",
|
|
||||||
"optTypeName": null,
|
|
||||||
"izTimeout": "N",
|
|
||||||
"optIds": "2020688543455690753",
|
|
||||||
"optNames": "滕昊达",
|
|
||||||
"poolId": "2032003660182982657",
|
|
||||||
"bizId": "2031639905771196417",
|
|
||||||
"bizType": null,
|
|
||||||
"nuId": "2512101009",
|
|
||||||
"nuName": "护理单元09",
|
|
||||||
"elderId": "101d827c99cf43b4266925996a0b872f261",
|
|
||||||
"elderName": "王伟东",
|
|
||||||
"employeeId": "2020688543455690753",
|
|
||||||
"employeeName": "滕昊达",
|
|
||||||
"directiveId": "2021428428058599426",
|
|
||||||
"directiveName": "遗体穿衣",
|
|
||||||
"cycleTypeId": "1",
|
|
||||||
"cycleType": "日常",
|
|
||||||
"cycleValue": null,
|
|
||||||
"previewFile": "2026/03/directive/护理类/日常照料/殡仪服务/遗体穿衣(2)_1773035144931.png",
|
|
||||||
"previewFileSmall": null,
|
|
||||||
"mp3File": null,
|
|
||||||
"mp4File": null,
|
|
||||||
"serviceDuration": "15",
|
|
||||||
"serviceContent": null,
|
|
||||||
"timeoutDuration": "67",
|
|
||||||
"packageId": null,
|
|
||||||
"packageName": null,
|
|
||||||
"izPackage": "N",
|
|
||||||
"tollPrice": null,
|
|
||||||
"comPrice": null,
|
|
||||||
"realComPrice": null,
|
|
||||||
"startTime": "2026-03-12 16:05:00",
|
|
||||||
"endTime": "2026-03-12 16:20:00",
|
|
||||||
"startTimeStr": null,
|
|
||||||
"endTimeStr": null,
|
|
||||||
"beginEmp": null,
|
|
||||||
"beginTime": null,
|
|
||||||
"finishEmp": null,
|
|
||||||
"finishTime": null,
|
|
||||||
"izStart": "N",
|
|
||||||
"izFinish": "N",
|
|
||||||
"initiatorId": null,
|
|
||||||
"initiatorName": null,
|
|
||||||
"createEmp": null,
|
|
||||||
"createTime": "2026-03-12 16:00:01",
|
|
||||||
"updateEmp": null,
|
|
||||||
"updateTime": null,
|
|
||||||
"delFlag": "0",
|
|
||||||
"remarks": null,
|
|
||||||
"workType": null,
|
|
||||||
"triggerMode": null,
|
|
||||||
"infoList": null,
|
|
||||||
"executeStatus": null,
|
|
||||||
"manuallyPicPath": null,
|
|
||||||
"manuallyMp4Path": null,
|
|
||||||
"immediateFile": null,
|
|
||||||
"immediateFileFocus": null,
|
|
||||||
"flag": false,
|
|
||||||
"servebao": [],
|
|
||||||
"chaoshitime": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "2032003664595390465",
|
|
||||||
"orderNo": "HL101202603120153",
|
|
||||||
"orderType": "1",
|
|
||||||
"optType": "1",
|
|
||||||
"optTypeName": null,
|
|
||||||
"izTimeout": "N",
|
|
||||||
"optIds": "2020688543455690753",
|
|
||||||
"optNames": "滕昊达",
|
|
||||||
"poolId": "2032003660224925697",
|
|
||||||
"bizId": "2031650056959954946",
|
|
||||||
"bizType": null,
|
|
||||||
"nuId": "2512101009",
|
|
||||||
"nuName": "护理单元09",
|
|
||||||
"elderId": "101d827c99cf43b4266925996a0b872f261",
|
|
||||||
"elderName": "王伟东",
|
|
||||||
"employeeId": "2020688543455690753",
|
|
||||||
"employeeName": "滕昊达",
|
|
||||||
"directiveId": "2021428428092153857",
|
|
||||||
"directiveName": "躺下",
|
|
||||||
"cycleTypeId": "1",
|
|
||||||
"cycleType": "日常",
|
|
||||||
"cycleValue": null,
|
|
||||||
"previewFile": "2026/03/directive/护理类/日常照料/调整坐卧/躺下(2)_1773035075572.png",
|
|
||||||
"previewFileSmall": null,
|
|
||||||
"mp3File": null,
|
|
||||||
"mp4File": null,
|
|
||||||
"serviceDuration": "15",
|
|
||||||
"serviceContent": "为老人调整床位180度角",
|
|
||||||
"timeoutDuration": "73",
|
|
||||||
"packageId": null,
|
|
||||||
"packageName": null,
|
|
||||||
"izPackage": "N",
|
|
||||||
"tollPrice": null,
|
|
||||||
"comPrice": null,
|
|
||||||
"realComPrice": null,
|
|
||||||
"startTime": "2026-03-12 16:05:00",
|
|
||||||
"endTime": "2026-03-12 16:20:00",
|
|
||||||
"startTimeStr": null,
|
|
||||||
"endTimeStr": null,
|
|
||||||
"beginEmp": null,
|
|
||||||
"beginTime": null,
|
|
||||||
"finishEmp": null,
|
|
||||||
"finishTime": null,
|
|
||||||
"izStart": "N",
|
|
||||||
"izFinish": "N",
|
|
||||||
"initiatorId": null,
|
|
||||||
"initiatorName": null,
|
|
||||||
"createEmp": null,
|
|
||||||
"createTime": "2026-03-12 16:00:01",
|
|
||||||
"updateEmp": null,
|
|
||||||
"updateTime": null,
|
|
||||||
"delFlag": "0",
|
|
||||||
"remarks": null,
|
|
||||||
"workType": null,
|
|
||||||
"triggerMode": null,
|
|
||||||
"infoList": null,
|
|
||||||
"executeStatus": null,
|
|
||||||
"manuallyPicPath": null,
|
|
||||||
"manuallyMp4Path": null,
|
|
||||||
"immediateFile": null,
|
|
||||||
"immediateFileFocus": null,
|
|
||||||
"flag": false,
|
|
||||||
"servebao": [],
|
|
||||||
"chaoshitime": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "2032004922723012609",
|
|
||||||
"orderNo": "CK101202603120007",
|
|
||||||
"orderType": "3",
|
|
||||||
"optType": "1",
|
|
||||||
"optTypeName": null,
|
|
||||||
"izTimeout": "N",
|
|
||||||
"optIds": "2020688543455690753",
|
|
||||||
"optNames": "滕昊达",
|
|
||||||
"poolId": "2032004918524514305",
|
|
||||||
"bizId": "2031633183505649666",
|
|
||||||
"bizType": null,
|
|
||||||
"nuId": "2512101009",
|
|
||||||
"nuName": "护理单元09",
|
|
||||||
"elderId": "101d827c99cf43b4266925996a0b872f261",
|
|
||||||
"elderName": "王伟东",
|
|
||||||
"employeeId": "2020688543455690753",
|
|
||||||
"employeeName": "滕昊达",
|
|
||||||
"directiveId": "2021428428058599426",
|
|
||||||
"directiveName": "遗体穿衣",
|
|
||||||
"cycleTypeId": "1",
|
|
||||||
"cycleType": "日常",
|
|
||||||
"cycleValue": null,
|
|
||||||
"previewFile": "2026/03/directive/护理类/日常照料/殡仪服务/遗体穿衣(2)_1773035144931.png",
|
|
||||||
"previewFileSmall": null,
|
|
||||||
"mp3File": null,
|
|
||||||
"mp4File": null,
|
|
||||||
"serviceDuration": "15",
|
|
||||||
"serviceContent": null,
|
|
||||||
"timeoutDuration": "67",
|
|
||||||
"packageId": null,
|
|
||||||
"packageName": null,
|
|
||||||
"izPackage": "N",
|
|
||||||
"tollPrice": null,
|
|
||||||
"comPrice": null,
|
|
||||||
"realComPrice": null,
|
|
||||||
"startTime": "2026-03-12 16:10:00",
|
|
||||||
"endTime": "2026-03-12 16:25:00",
|
|
||||||
"startTimeStr": null,
|
|
||||||
"endTimeStr": null,
|
|
||||||
"beginEmp": null,
|
|
||||||
"beginTime": null,
|
|
||||||
"finishEmp": null,
|
|
||||||
"finishTime": null,
|
|
||||||
"izStart": "N",
|
|
||||||
"izFinish": "N",
|
|
||||||
"initiatorId": null,
|
|
||||||
"initiatorName": null,
|
|
||||||
"createEmp": null,
|
|
||||||
"createTime": "2026-03-12 16:05:01",
|
|
||||||
"updateEmp": null,
|
|
||||||
"updateTime": null,
|
|
||||||
"delFlag": "0",
|
|
||||||
"remarks": null,
|
|
||||||
"workType": null,
|
|
||||||
"triggerMode": null,
|
|
||||||
"infoList": null,
|
|
||||||
"executeStatus": null,
|
|
||||||
"manuallyPicPath": null,
|
|
||||||
"manuallyMp4Path": null,
|
|
||||||
"immediateFile": null,
|
|
||||||
"immediateFileFocus": null,
|
|
||||||
"flag": false,
|
|
||||||
"servebao": [],
|
|
||||||
"chaoshitime": true
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "2032006181010018305",
|
|
||||||
"orderNo": "HL101202603120156",
|
|
||||||
"orderType": "1",
|
|
||||||
"optType": "1",
|
|
||||||
"optTypeName": null,
|
|
||||||
"izTimeout": "N",
|
|
||||||
"optIds": "2020688543455690753",
|
|
||||||
"optNames": "滕昊达",
|
|
||||||
"poolId": "2032006176798937089",
|
|
||||||
"bizId": "2031611671243395073",
|
|
||||||
"bizType": null,
|
|
||||||
"nuId": "2512101009",
|
|
||||||
"nuName": "护理单元09",
|
|
||||||
"elderId": "101d827c99cf43b4266925996a0b872f261",
|
|
||||||
"elderName": "王伟东",
|
|
||||||
"employeeId": "2020688543455690753",
|
|
||||||
"employeeName": "滕昊达",
|
|
||||||
"directiveId": "2021428428050210821",
|
|
||||||
"directiveName": "遗体净身",
|
|
||||||
"cycleTypeId": "1",
|
|
||||||
"cycleType": "日常",
|
|
||||||
"cycleValue": null,
|
|
||||||
"previewFile": "2026/03/directive/护理类/日常照料/殡仪服务/遗体净身(2)_1773035098789.png",
|
|
||||||
"previewFileSmall": null,
|
|
||||||
"mp3File": null,
|
|
||||||
"mp4File": null,
|
|
||||||
"serviceDuration": "15",
|
|
||||||
"serviceContent": null,
|
|
||||||
"timeoutDuration": "66",
|
|
||||||
"packageId": null,
|
|
||||||
"packageName": null,
|
|
||||||
"izPackage": "N",
|
|
||||||
"tollPrice": null,
|
|
||||||
"comPrice": null,
|
|
||||||
"realComPrice": null,
|
|
||||||
"startTime": "2026-03-12 16:15:00",
|
|
||||||
"endTime": "2026-03-12 16:30:00",
|
|
||||||
"startTimeStr": null,
|
|
||||||
"endTimeStr": null,
|
|
||||||
"beginEmp": null,
|
|
||||||
"beginTime": null,
|
|
||||||
"finishEmp": null,
|
|
||||||
"finishTime": null,
|
|
||||||
"izStart": "N",
|
|
||||||
"izFinish": "N",
|
|
||||||
"initiatorId": null,
|
|
||||||
"initiatorName": null,
|
|
||||||
"createEmp": null,
|
|
||||||
"createTime": "2026-03-12 16:10:01",
|
|
||||||
"updateEmp": null,
|
|
||||||
"updateTime": null,
|
|
||||||
"delFlag": "0",
|
|
||||||
"remarks": null,
|
|
||||||
"workType": null,
|
|
||||||
"triggerMode": null,
|
|
||||||
"infoList": null,
|
|
||||||
"executeStatus": null,
|
|
||||||
"manuallyPicPath": null,
|
|
||||||
"manuallyMp4Path": null,
|
|
||||||
"immediateFile": null,
|
|
||||||
"immediateFileFocus": null,
|
|
||||||
"flag": false,
|
|
||||||
"servebao": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "2032007439301218305",
|
|
||||||
"orderNo": "HL101202603120158",
|
|
||||||
"orderType": "1",
|
|
||||||
"optType": "1",
|
|
||||||
"optTypeName": null,
|
|
||||||
"izTimeout": "N",
|
|
||||||
"optIds": "2020688543455690753",
|
|
||||||
"optNames": "滕昊达",
|
|
||||||
"poolId": "2032007435043999746",
|
|
||||||
"bizId": "2031640287654187010",
|
|
||||||
"bizType": null,
|
|
||||||
"nuId": "2512101009",
|
|
||||||
"nuName": "护理单元09",
|
|
||||||
"elderId": "101d827c99cf43b4266925996a0b872f261",
|
|
||||||
"elderName": "王伟东",
|
|
||||||
"employeeId": "2020688543455690753",
|
|
||||||
"employeeName": "滕昊达",
|
|
||||||
"directiveId": "2021428428066988035",
|
|
||||||
"directiveName": "床位消毒",
|
|
||||||
"cycleTypeId": "1",
|
|
||||||
"cycleType": "日常",
|
|
||||||
"cycleValue": null,
|
|
||||||
"previewFile": "2026/03/directive/护理类/日常照料/殡仪服务/床位消毒(2)_1773035361611.png",
|
|
||||||
"previewFileSmall": null,
|
|
||||||
"mp3File": null,
|
|
||||||
"mp4File": null,
|
|
||||||
"serviceDuration": "15",
|
|
||||||
"serviceContent": null,
|
|
||||||
"timeoutDuration": "69",
|
|
||||||
"packageId": null,
|
|
||||||
"packageName": null,
|
|
||||||
"izPackage": "N",
|
|
||||||
"tollPrice": null,
|
|
||||||
"comPrice": null,
|
|
||||||
"realComPrice": null,
|
|
||||||
"startTime": "2026-03-12 16:20:00",
|
|
||||||
"endTime": "2026-03-12 16:35:00",
|
|
||||||
"startTimeStr": null,
|
|
||||||
"endTimeStr": null,
|
|
||||||
"beginEmp": null,
|
|
||||||
"beginTime": null,
|
|
||||||
"finishEmp": null,
|
|
||||||
"finishTime": null,
|
|
||||||
"izStart": "N",
|
|
||||||
"izFinish": "N",
|
|
||||||
"initiatorId": null,
|
|
||||||
"initiatorName": null,
|
|
||||||
"createEmp": null,
|
|
||||||
"createTime": "2026-03-12 16:15:01",
|
|
||||||
"updateEmp": null,
|
|
||||||
"updateTime": null,
|
|
||||||
"delFlag": "0",
|
|
||||||
"remarks": null,
|
|
||||||
"workType": null,
|
|
||||||
"triggerMode": null,
|
|
||||||
"infoList": null,
|
|
||||||
"executeStatus": null,
|
|
||||||
"manuallyPicPath": null,
|
|
||||||
"manuallyMp4Path": null,
|
|
||||||
"immediateFile": null,
|
|
||||||
"immediateFileFocus": null,
|
|
||||||
"flag": false,
|
|
||||||
"servebao": []
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "2032008194162692098",
|
|
||||||
"orderNo": "HL101202603120159",
|
|
||||||
"orderType": "1",
|
|
||||||
"optType": "1",
|
|
||||||
"optTypeName": null,
|
|
||||||
"izTimeout": "N",
|
|
||||||
"optIds": "2020688543455690753",
|
|
||||||
"optNames": "滕昊达",
|
|
||||||
"poolId": "2032008187313393666",
|
|
||||||
"bizId": "2031640287654187010",
|
|
||||||
"bizType": null,
|
|
||||||
"nuId": "2512101009",
|
|
||||||
"nuName": "护理单元09",
|
|
||||||
"elderId": "101d827c99cf43b4266925996a0b872f261",
|
|
||||||
"elderName": "王伟东",
|
|
||||||
"employeeId": "2020688543455690753",
|
|
||||||
"employeeName": "滕昊达",
|
|
||||||
"directiveId": "2021428428171845635",
|
|
||||||
"directiveName": "巡视",
|
|
||||||
"cycleTypeId": "1",
|
|
||||||
"cycleType": "日常",
|
|
||||||
"cycleValue": null,
|
|
||||||
"previewFile": "2026/03/directive/护理类/睡眠照料/巡视/巡视(3)_1772784456351.png",
|
|
||||||
"previewFileSmall": null,
|
|
||||||
"mp3File": null,
|
|
||||||
"mp4File": null,
|
|
||||||
"serviceDuration": "15",
|
|
||||||
"serviceContent": "巡视中.避免说话.走路轻.",
|
|
||||||
"timeoutDuration": "94",
|
|
||||||
"packageId": null,
|
|
||||||
"packageName": null,
|
|
||||||
"izPackage": "N",
|
|
||||||
"tollPrice": null,
|
|
||||||
"comPrice": null,
|
|
||||||
"realComPrice": null,
|
|
||||||
"startTime": "2026-03-12 16:20:00",
|
|
||||||
"endTime": "2026-03-12 16:35:00",
|
|
||||||
"startTimeStr": null,
|
|
||||||
"endTimeStr": null,
|
|
||||||
"beginEmp": null,
|
|
||||||
"beginTime": null,
|
|
||||||
"finishEmp": null,
|
|
||||||
"finishTime": null,
|
|
||||||
"izStart": "N",
|
|
||||||
"izFinish": "N",
|
|
||||||
"initiatorId": null,
|
|
||||||
"initiatorName": null,
|
|
||||||
"createEmp": null,
|
|
||||||
"createTime": "2026-03-12 16:18:01",
|
|
||||||
"updateEmp": null,
|
|
||||||
"updateTime": null,
|
|
||||||
"delFlag": "0",
|
|
||||||
"remarks": null,
|
|
||||||
"workType": null,
|
|
||||||
"triggerMode": null,
|
|
||||||
"infoList": null,
|
|
||||||
"executeStatus": null,
|
|
||||||
"manuallyPicPath": null,
|
|
||||||
"manuallyMp4Path": null,
|
|
||||||
"immediateFile": null,
|
|
||||||
"immediateFileFocus": null,
|
|
||||||
"flag": false,
|
|
||||||
"servebao": []
|
|
||||||
}
|
|
||||||
],
|
|
||||||
dotStyle: false,
|
dotStyle: false,
|
||||||
towerStart: 0,
|
towerStart: 0,
|
||||||
direction: ''
|
direction: ''
|
||||||
|
|
@ -683,7 +27,8 @@
|
||||||
},
|
},
|
||||||
methods:{
|
methods:{
|
||||||
cardSwiper(e) {
|
cardSwiper(e) {
|
||||||
this.cardCur = e.detail.current
|
this.cardCur = e.detail.current;
|
||||||
|
this.$emit('current',e.detail.current)
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue