This commit is contained in:
Teng 2026-01-15 15:40:30 +08:00
commit f1858267a9
4 changed files with 34 additions and 41 deletions

View File

@ -1,6 +1,6 @@
<template> <template>
<view> <view>
<view class="fixed-card" :style="openleft?{}:{right:`-34vw`}" > <view class="fixed-card" :style="openleft?{}:{right:`-34vw`}" v-if="qcobj.startTime">
<view class="fixed-card-left"> <view class="fixed-card-left">
<image class="card-left-img" :style="!qcobj?.previewFile?'width: 450rpx':''" <image class="card-left-img" :style="!qcobj?.previewFile?'width: 450rpx':''"
:src="qcobj?.previewFile? 'https://www.focusnu.com/media/upFiles/' + qcobj?.previewFile: `/static/index/newindex/wendu/2.png`" mode="aspectFill"/> :src="qcobj?.previewFile? 'https://www.focusnu.com/media/upFiles/' + qcobj?.previewFile: `/static/index/newindex/wendu/2.png`" mode="aspectFill"/>
@ -14,10 +14,14 @@
</view> </view>
<view class="icon-people"> <view class="icon-people">
<image class="people-img" src="/static/index/newindex/leftmenu/iconleft.png" /> <image class="people-img" src="/static/index/newindex/leftmenu/iconleft.png" />
单人执行 <text v-if="qcobj.optType == 1" style="white-space: nowrap;">单人执行</text>
<text v-if="qcobj.optType == 2" style="white-space: nowrap;">协助执行</text>
<image style="margin-left: 1vw;" class="people-img" <image style="margin-left: 1vw;" class="people-img"
src="/static/index/newindex/leftmenu/iconright.png" /> src="/static/index/newindex/leftmenu/iconright.png" />
{{qcobj.employeeName}}
<text v-if="qcobj.optType == 1">{{qcobj.employeeName}}</text>
<text v-if="qcobj.optType == 2">{{qcobj.optNames}}</text>
</view> </view>
<view class="icon-button"> <view class="icon-button">
<view class="" :class="qcobj.izStart=='N'?'button-right':'button-left'" @click="start()"> <view class="" :class="qcobj.izStart=='N'?'button-right':'button-left'" @click="start()">
@ -106,7 +110,7 @@
// } // }
// }) // })
// } // }
const end = (v)=>{ const end = ()=>{
if(qcobj.value.izStart=='Y'&& qcobj.value.izFinish=='N'){ if(qcobj.value.izStart=='Y'&& qcobj.value.izFinish=='N'){
open.value=3; open.value=3;
} }

View File

@ -445,10 +445,16 @@
</view> </view>
<view class="icon-people"> <view class="icon-people">
<image class="people-img" src="/static/index/newindex/leftmenu/iconleft.png" /> <image class="people-img" src="/static/index/newindex/leftmenu/iconleft.png" />
单人执行
<text v-if="indexmessage.optType == 1" style="white-space: nowrap;">单人执行</text>
<text v-if="indexmessage.optType == 2" style="white-space: nowrap;">协助执行</text>
<image style="margin-left: 1vw;" class="people-img" <image style="margin-left: 1vw;" class="people-img"
src="/static/index/newindex/leftmenu/iconright.png" /> src="/static/index/newindex/leftmenu/iconright.png" />
{{indexmessage.employeeName}}
<text v-if="indexmessage.optType == 1">{{indexmessage.employeeName}}</text>
<text v-if="indexmessage.optType == 2">{{indexmessage.optNames}}</text>
</view> </view>
<!-- <view style="color: #555555;"> <!-- <view style="color: #555555;">
业务单号P10120251010001 业务单号P10120251010001

View File

@ -9,7 +9,11 @@
@touchend="handleTouchEnd($event,v,index)" @touchstart="touchstart($event,v,index)" @touchend="handleTouchEnd($event,v,index)" @touchstart="touchstart($event,v,index)"
scroll-with-animation scroll-x="true" :scroll-left="v.scrollleft" @scroll="scroll($event,v)"> scroll-with-animation scroll-x="true" :scroll-left="v.scrollleft" @scroll="scroll($event,v)">
<view class="speitem guodu" :class="v.zk?'spleft':''"> <view class="speitem guodu" :class="v.zk?'spleft':''">
<image :src="v.materialImg?serverUrl+v.materialImg:'/static/index/procurement/k.png'" mode="aspectFill"></image> <view class="imghs">
<image :src="v.materialImg?serverUrl+v.materialImg:'/static/index/procurement/k.png'"
mode="aspectFill">
</image>
</view>
<view class="cardp"> <view class="cardp">
<view v-if="v.categoryId_dictText">{{v.categoryId_dictText}}</view> <view v-if="v.categoryId_dictText">{{v.categoryId_dictText}}</view>
<view v-if="v.typeId_dictText">{{v.typeId_dictText}}</view> <view v-if="v.typeId_dictText">{{v.typeId_dictText}}</view>
@ -383,10 +387,18 @@
} }
} }
} }
>image{ .imghs{
width: 9vw; width: 9vw;
height: 8vw; height: 8vw;
margin: 1vw auto 0; margin: 0.8vw auto 0.25vw;
padding: 0.2vw;
background: #fff;
border-radius: 1.1vw;
>image {
width: 100%;
height: 100%;
border-radius: 1.1vw;
}
} }
} }
} }

View File

@ -26,7 +26,7 @@
</view> --> </view> -->
</view> </view>
<view class="kcyj"> <view class="kcyj">
<view class="kjlt" @click="tx=!tx"> <view class="kjlt" >
库存预警 库存预警
</view> </view>
<scroll-view scroll-x="true" class="kcscrol guodu" <scroll-view scroll-x="true" class="kcscrol guodu"
@ -53,37 +53,7 @@
<view class="guodu" :class="qb?(moredex==2?'avt':''):'righ0'" @click="moredex=2">添加全部</view> <view class="guodu" :class="qb?(moredex==2?'avt':''):'righ0'" @click="moredex=2">添加全部</view>
</view> </view>
<view class="kaprght guodu">
<view class="ksfw guodu" :style="tx?'':'right: -38vw !important;'">
<view class="lcar">
<image :src="'/static/index/procurement/k.png'" mode="aspectFill"></image>
<view class="nm">纸尿裤-拉拉裤纸拉拉裤纸拉拉裤纸拉拉裤纸</view>
</view>
<view class="rcar">
<view class="wul">物料采购</view>
<view class="tm">10:00 - 10:10</view>
<view class="zhxng">
<view>
<image src="/static/index/procurement/xz.png" mode="aspectFill"></image>
<text>协助执行</text>
</view>
<view>
<image src="/static/index/procurement/ap.png" mode="aspectFill"></image>
<text>王金福 / 李贵田</text>
</view>
</view>
<view class="shjs">
<view class="iacts">开始服务</view>
<view>服务结束</view>
</view>
<view class="jx">
<image src="/static/index/procurement/l0.png" mode="aspectFill"></image>
<text>待进行</text>
</view>
</view>
</view>
</view>
</view> </view>
<view class="listcard"> <view class="listcard">
@ -124,6 +94,7 @@
<view class="mengban" v-if="moredex==2" @click="moredex=0"></view> <view class="mengban" v-if="moredex==2" @click="moredex=0"></view>
<addall :show="moredex==2" @back="moredex=0" @config="config"></addall> <addall :show="moredex==2" @back="moredex=0" @config="config"></addall>
<errorshow :show="openerror" :font="errmsg" @close="openerror=false" /> <errorshow :show="openerror" :font="errmsg" @close="openerror=false" />
<severcard></severcard>
</view> </view>
</template> </template>