合并发版

This commit is contained in:
Teng 2025-11-14 13:27:11 +08:00
parent d9626ce238
commit e7af817c73
53 changed files with 3055 additions and 36 deletions

View File

@ -2,8 +2,8 @@
"name" : "护理单元",
"appid" : "__UNI__FB2D473",
"description" : "护理单元",
"versionName" : "1.0.005",
"versionCode" : 10005,
"versionName" : "1.0.006",
"versionCode" : 10006,
"transformPx" : false,
/* 5+App */
"app-plus" : {

View File

@ -176,7 +176,13 @@
}
},
{
"path": "pages/Warehouse/finish",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/Warehouse/procurecart",
"style": {

View File

@ -75,6 +75,12 @@
url: '/' + navurl.value
})
}
if (housedex.value == 3) {
navurl.value = 'pages/Warehouse/finish'
uni.navigateTo({
url: '/' + navurl.value
})
}
return
}
housedex.value = index;
@ -124,6 +130,12 @@
url: '/' + navurl.value
})
}
if (housedex.value == 3) {
navurl.value = 'pages/Warehouse/finish'
uni.navigateTo({
url: '/' + navurl.value
})
}
// uni.navigateTo({
// url: '/' + navurl.value
// })

2581
pages/Warehouse/finish.vue Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,288 @@
<template>
<view class="contain">
<view v-show="moreindex!=-1 || topbuttontarget!=-1" class="mengban" @click="moreindex=-1; topbuttontarget=-1">
<view v-show="moreindex!=-1 || topbuttontarget!=-1 || openjianhuo || opengaijia" class="mengban"
@click="moreindex=-1; topbuttontarget=-1;openjianhuo=false;opengaijia=false"></view>
<!-- 改价 -->
<view class="gaijiafather" v-show="opengaijia" :style="donghuaopo?{opacity:1}:{opacity:0}">
<view style="width: 100%;margin-top: 50rpx;font-size: 30rpx;">
采购单价:
<text style="color: #888888;">
1.50
</text>
</view>
<view style="margin-top: 150rpx;display: flex;align-items: center;flex-direction: column;width: 50%;">
<view style="font-size: 30rpx;margin-bottom: 10rpx;">
到货单价
</view>
<view class="gray-input">
¥1500.00
</view>
</view>
<view style="position: absolute;right: 30rpx;bottom: 30rpx;">
<view style="display: flex;">
<view
style="width: 160rpx;height: 75rpx;background-color: #ebeced;color: #888888;display: flex;justify-content: center;align-items: center;font-size: 30rpx;border-radius: 40rpx;">
取消
</view>
<view
style="width: 160rpx;height: 75rpx;;color: #0385FA;display: flex;justify-content: center;align-items: center;font-size: 30rpx;border-radius: 40rpx;border: 1rpx solid #0385FA;background: linear-gradient(to bottom,#E9F4FF,#CAE0F9);margin: 0 40rpx;">
确定
</view>
</view>
</view>
<view class="jianhuo-jianpan" style="right: -40rpx;bottom: 150rpx;">
<view style="display: flex;width: 480rpx;">
<view class="gray-button-jianpan">
1
</view>
<view class="gray-button-jianpan">
2
</view>
<view class="gray-button-jianpan">
3
</view>
</view>
<view style="display: flex;width: 480rpx;">
<view class="gray-button-jianpan">
4
</view>
<view class="gray-button-jianpan">
5
</view>
<view class="gray-button-jianpan">
6
</view>
</view>
<view style="display: flex;width: 480rpx;">
<view class="gray-button-jianpan">
7
</view>
<view class="gray-button-jianpan">
8
</view>
<view class="gray-button-jianpan">
9
</view>
</view>
<view style="display: flex;width: 480rpx;">
<view class="gray-button-jianpan">
AC
</view>
<view class="gray-button-jianpan">
0
</view>
<view class="gray-button-jianpan">
.
</view>
</view>
</view>
</view>
<!-- 拣货 -->
<view class="jianhuofather" v-show="openjianhuo" :style="donghuaopo?{opacity:1}:{opacity:0}">
<view style="margin: 40rpx 0;width: 100%;text-align: center;font-size: 35rpx;font-weight: 600;">
留置针敷贴医用透明敷料
</view>
<view style="display: flex;justify-content: space-between;width: 100%;">
<view style="font-weight: 600;font-size: 30rpx;">
物料信息
</view>
<view style="font-weight: 600;font-size: 35rpx;">
10.12
</view>
</view>
<view style="display: flex;margin-top: 10rpx;">
<view class="" style="width: 30%;">
<view style="color: #888888;margin-top: 10rpx;">
物料编码
</view>
<view class="" style="margin-top: 5rpx;">
FLYP001
</view>
</view>
<view class="" style="width: 30%;">
<view style="color: #888888;margin-top: 10rpx;">
规格型号
</view>
<view class="" style="margin-top: 5rpx;">
800mm*680mm
</view>
</view>
</view>
<view style="display: flex;margin-top: 20rpx;">
<view class="" style="width: 30%;">
<view style="color: #888888;margin-top: 10rpx;">
采购单价
</view>
<view class="text-anim" style="margin-top: 5rpx;font-weight: 600;">
0.1
</view>
</view>
<view class="" style="width: 30%;">
<view style="color: #888888;margin-top: 10rpx;">
采购数量
</view>
<view class="" style="margin-top: 5rpx;font-weight: 600;">
30
</view>
</view>
<view class="" style="width: 30%;">
<view style="color: #888888;margin-top: 10rpx;">
采购单位
</view>
<view class="" style="margin-top: 5rpx;">
</view>
</view>
</view>
<view style="width: 95%;height: 0.5rpx; background-color: #eff1f3;margin-top: 10rpx;margin-bottom: 5rpx;">
</view>
<view style="">
<view style="font-weight: 600;font-size: 30rpx;">
入库信息
</view>
</view>
<view style="display: flex;margin-top: 10rpx;">
<view class="" style="width: 30%;">
<view style="color: #888888;margin-top: 10rpx;">
入库数量
</view>
<view class="" style="margin-top: 5rpx;">
0
</view>
</view>
<view class="" style="width: 30%;">
<view style="color: #888888;margin-top: 10rpx;">
挂账数量
</view>
<view class="" style="margin-top: 5rpx;">
0
</view>
</view>
<view class="" style="width: 30%;">
<view style="color: #888888;margin-top: 10rpx;">
销账数量
</view>
<view class="" style="margin-top: 5rpx;">
0
</view>
</view>
</view>
<view style="width: 95%;height: 0.5rpx; background-color: #eff1f3;margin-top: 10rpx;margin-bottom: 5rpx;">
</view>
<view style="">
<view style="font-weight: 600;font-size: 30rpx;">
拣货拍照
</view>
</view>
<view style="display: flex;flex-wrap: wrap;width: 60%;">
<view style="width: 40%;height: 150rpx;margin-right: 4%;margin-top: 3%;" v-for="(item,index) in [1,1,1]"
:key="index">
<image style="width: 100%;height: 100%;" src="/static/ceshiyaoshan.png" />
</view>
<view style="width: 40%;height: 150rpx;margin-right: 4%;margin-top: 3%;">
<view
style="width: 100%;height: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;background-color:#fafdff ;border: 1rpx solid #78B1EB;border-radius: 20rpx;">
<image style="width: 50rpx;height: 50rpx;margin-bottom: 5rpx;"
src="/static/index/warehouse/procurement/picking/addphoto.png" />
<view style="color: #78B1EB;font-size: 25rpx;">
点击拍照上传
</view>
</view>
</view>
<view
style="width: 95%;height: 0.5rpx; background-color: #eff1f3;margin-top: 10rpx;margin-bottom: 5rpx;">
</view>
</view>
<view style="">
<view style="font-weight: 600;font-size: 30rpx;">
数量
</view>
</view>
<view style="display: flex;margin-top: 30rpx;margin-left: 20rpx;">
<view class="gray-button">
-
</view>
<view class="gray-input">
1500
</view>
<view class="gray-button">
+
</view>
</view>
<view class="jianhuobutton">
<view style="display: flex;">
<view
style="width: 160rpx;height: 75rpx;background-color: #ebeced;color: #888888;display: flex;justify-content: center;align-items: center;font-size: 30rpx;border-radius: 40rpx;">
关闭
</view>
<view
style="width: 160rpx;height: 75rpx;;color: #0385FA;display: flex;justify-content: center;align-items: center;font-size: 30rpx;border-radius: 40rpx;border: 1rpx solid #0385FA;background: linear-gradient(to bottom,#E9F4FF,#CAE0F9);margin: 0 20rpx;">
销账
</view>
<view
style="width: 160rpx;height: 75rpx;;color: #0385FA;display: flex;justify-content: center;align-items: center;font-size: 30rpx;border-radius: 40rpx;border: 1rpx solid #0385FA;background: linear-gradient(to bottom,#E9F4FF,#CAE0F9);">
入库
</view>
</view>
</view>
<view class="jianhuo-jianpan">
<view style="display: flex;width: 480rpx;">
<view class="gray-button-jianpan">
1
</view>
<view class="gray-button-jianpan">
2
</view>
<view class="gray-button-jianpan">
3
</view>
</view>
<view style="display: flex;width: 480rpx;">
<view class="gray-button-jianpan">
4
</view>
<view class="gray-button-jianpan">
5
</view>
<view class="gray-button-jianpan">
6
</view>
</view>
<view style="display: flex;width: 480rpx;">
<view class="gray-button-jianpan">
7
</view>
<view class="gray-button-jianpan">
8
</view>
<view class="gray-button-jianpan">
9
</view>
</view>
<view style="display: flex;width: 480rpx;">
<view class="gray-button-jianpan">
AC
</view>
<view class="gray-button-jianpan">
0
</view>
<view class="gray-button-jianpan">
.
</view>
</view>
</view>
</view>
<!-- 照片墙 -->
<view class="photowall" v-show="topbuttontarget!=-1" :style="donghuaopo?{opacity:1}:{opacity:0}">
@ -42,7 +324,7 @@
<view class="photowall-other-one" v-if="topbuttontarget==1">
<view
style="width: 100%;height: 70%;display: flex;flex-direction: column;justify-content: center;align-items: center;background-color:rgba(16, 131, 248, 0.05) ;border: 1rpx solid #1083F8;border-radius: 30rpx;">
style="width: 100%;height: 70%;display: flex;flex-direction: column;justify-content: center;align-items: center;background-color:#fafdff ;border: 1rpx solid #78B1EB;border-radius: 30rpx;">
<image style="width: 70rpx;height: 70rpx;margin-bottom: 5rpx;"
src="/static/index/warehouse/procurement/picking/addphoto.png" />
<view style="color: #78B1EB;">
@ -202,7 +484,7 @@
<view class="" :style="{color: `#1083F8`}">
采购
</view>
<view class="">
<view style="font-size: 25rpx;">
[ {{ v.createBy_dictText }} ]
</view>
</view>
@ -232,7 +514,7 @@
<view class="" :style="{color: `#1083F8`}">
拣货
</view>
<view class="">
<view style="font-size: 25rpx;">
[ {{ v.createBy_dictText }} ]
</view>
</view>
@ -287,7 +569,7 @@
<view class="left-top-tags">
<view class="wuliao-title">
物料信息
<view class="wuliao-heng"></view>
<!-- <view class="wuliao-heng"></view> -->
</view>
</view>
<view :class="!topbuttontarget?`contain-right-button-target`: `contain-right-button`"
@ -328,7 +610,7 @@
<view class="middle-one" v-for="(v,i) in InvoicingList" :key='i'
:style="{border: middletarget === i? '4rpx dashed #1083F8': '4rpx solid transparent'}"
@click="clickmiddle(i)">
<view :class="middletarget==i?`up-tags-target`: `up-tags`">
<view :class="!i || i==3?`up-tags-target`: `up-tags`">
{{ tagsArray[i] }}
</view>
<!-- <image class="middle-img"
@ -417,7 +699,7 @@
</view>
</view>
<view style="display: flex;margin-top: 20rpx;font-size: 30rpx;">
<view :style="outerStyle">
<view :style="outerStyle" @click="opengaijiaclick">
<view :style="segmentsWrapperStyle">
<view v-for="(c, i) in segColors" :key="i" :style="{
flex: 1,
@ -430,7 +712,7 @@
<text :style="textStyle">改价</text>
</view>
</view>
<view
<view @click="openjianhuoclick"
style="background-color: #f8f8f8;color: #555555;display: flex;align-items: center;justify-content: center;color: #555555;width: 180rpx;height: 70rpx;border-radius: 40rpx;box-shadow: 0 4rpx 6rpx rgba(0, 0, 0, 0.1);margin-left: 20rpx;">
拣货
</view>
@ -605,7 +887,7 @@
</view>
<view
style="width: 110rpx;height: 50rpx;border-radius: 30rpx;display: flex;justify-content: center;align-items: center;border: 1rpx solid #C3C3C3;background-color: #f1f1f1;color: #C3C3C3;margin-top: -10rpx;">
style="width: 110rpx;height: 50rpx;border-radius: 30rpx;display: flex;justify-content: center;align-items: center;border: 1rpx solid #f1f1f1;background-color: #f1f1f1;color: #C3C3C3;margin-top: -10rpx;">
入库
</view>
</view>
@ -728,7 +1010,31 @@
const typechange = ref(0);
const serverUrl = ref("")
const serverUrl = ref("");
const opengaijia = ref(false);
const openjianhuo = ref(false);
const openjianhuoclick = () => {
openjianhuo.value = true;
donghuaopo.value = false;
setTimeout(() => {
donghuaopo.value = true;
}, 100)
}
// const opengaijiaclick = () => {
// opengaijia.value = true;
// donghuaopo.value = false;
// setTimeout(() => {
// donghuaopo.value = true;
// }, 100)
// }
const opengaijiaclick = () => {
opengaijia.value = true;
donghuaopo.value = false;
setTimeout(() => {
donghuaopo.value = true;
}, 100)
}
onLoad(() => {
firstgetqueryCgdList();
serverUrl.value = uni.getStorageSync('serverUrl') + '/sys/common/static/';
@ -1273,7 +1579,7 @@
.statues-button {
width: 24%;
margin-left: 2%;
height: 5vh;
height: 4vh;
border-radius: 40rpx;
font-size: 28rpx;
background-color: #fff;
@ -1288,7 +1594,7 @@
.statues-button-target {
width: 24%;
margin-left: 2%;
height: 5vh;
height: 4vh;
border-radius: 40rpx;
font-size: 28rpx;
background-color: #DFF4FC;
@ -1322,7 +1628,7 @@
.pls-card-title {
height: 5.5vh;
width: 100%;
width: 105%;
display: flex;
justify-content: space-between;
align-items: flex-end;
@ -1382,7 +1688,7 @@
.middle-heng {
width: 100%;
height: 1vh;
height: 0.8vh;
position: absolute;
left: 0;
top: 50%;
@ -1525,7 +1831,7 @@
border-radius: 40rpx;
border: 1rpx solid #555555;
margin-left: 20rpx;
background-color: #D9DADC;
background-color: #f7f7f7;
color: #999999;
.buttont-img {
@ -2147,6 +2453,43 @@
align-items: center;
}
.gaijiafather {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 50%;
height: 55%;
border-radius: 30rpx;
background-color: #fff;
transition: all 0.3s;
z-index: 999;
box-shadow: 0 0 10rpx rgba(0, 0, 0, 0.2);
padding: 0 60rpx;
}
.jianhuofather {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 50%;
height: 95%;
border-radius: 30rpx;
background-color: #fff;
transition: all 0.3s;
z-index: 999;
box-shadow: 0 0 10rpx rgba(0, 0, 0, 0.2);
padding: 0 60rpx;
.jianhuobutton {
position: absolute;
bottom: 30rpx;
right: 50rpx;
display: flex;
}
}
.photowall {
position: fixed;
top: 53%;
@ -2198,4 +2541,79 @@
}
}
}
.gray-button {
font-size: 50rpx;
background-color: #F3F5F9;
border-radius: 20rpx;
width: 100rpx;
height: 100rpx;
border: 1rpx solid #CBCFD0;
display: flex;
justify-content: center;
align-items: center;
margin-right: 10rpx;
}
.gray-button-jianpan {
font-size: 40rpx;
font-weight: 600;
background-color: #F3F5F9;
border-radius: 30rpx;
width: 100rpx;
height: 100rpx;
border: 1rpx solid #CBCFD0;
display: flex;
justify-content: center;
align-items: center;
margin-right: 30rpx;
margin-bottom: 20rpx;
}
.gray-input {
font-size: 50rpx;
font-weight: 600;
background-color: #F3F5F9;
border-radius: 20rpx;
// width: 100rpx;
padding: 0 30rpx;
letter-spacing: 10rpx;
height: 100rpx;
border: 1rpx solid #CBCFD0;
display: flex;
justify-content: center;
align-items: center;
padding-left: 40rpx;
margin-right: 10rpx;
}
.jianhuo-jianpan {
position: absolute;
right: 0rpx;
bottom: 15%;
}
.text-anim {
animation: colorScale 2s linear infinite;
transform-origin: left bottom;
animation-iteration-count: 1;
color: #1083F8;
}
@keyframes colorScale {
0% {
color: #1083F8 ;
transform: scale(calc(1));
}
50% {
color: #333333;
transform: scale(calc(3));
}
100% {
color: #1083F8;
transform: scale(calc(1));
}
}
</style>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -7,8 +7,8 @@
"id": "__UNI__FB2D473",
"name": "护理单元",
"version": {
"name": "1.0.005",
"code": 10005
"name": "1.0.006",
"code": 10006
},
"description": "护理单元",
"developer": {

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
.wareaitem[data-v-509e5618]{width:100%;height:100%;position:fixed;top:0;left:0;background:url(../../static/index/warehouse/bg.png) no-repeat;background-size:cover cover}.wareaitem .tp uni-image[data-v-509e5618]{width:100%;height:100%}.wareaitem .operationbtn[data-v-509e5618]{width:22vw;height:10vw;position:absolute;right:1.5vw;bottom:2vw;display:flex;justify-content:space-between;flex-wrap:wrap}.wareaitem .operationbtn>uni-view[data-v-509e5618]{width:10vw;height:4vw;border-radius:1vw;border:.0625rem solid #D9DADC;display:flex;justify-content:center;align-items:center;font-weight:400;font-size:1.3vw;color:#888d99;margin:0 .3vw;transition:transform .18s ease,box-shadow .18s ease,background .25s ease;-webkit-tap-highlight-color:transparent}.wareaitem .operationbtn>uni-view uni-image[data-v-509e5618]{width:1.6vw;height:1.6vw;margin-right:.2vw}.wareaitem .operationbtn .click-box[data-v-509e5618]{color:#888d99;background:rgba(255,255,255,.43)}.wareaitem .operationbtn .click-box-target[data-v-509e5618]{background:#fff;box-shadow:0 0 3vw rgba(12,102,209,.33) inset;color:#6c84a0!important;animation:scalePulse-509e5618 .36s cubic-bezier(.2,.8,.2,1);transform-origin:center center}.wareaitem .operationbtn .grad-text[data-v-509e5618]{background:linear-gradient(90deg,#5b8bb3,#87a1bd);background-size:200% 100%;background-position:0% 50%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;transition:background-position .8s linear}@keyframes scalePulse-509e5618{0%{transform:scale(1)}25%{transform:scale(.94)}65%{transform:scale(1.08)}to{transform:scale(1)}}.wareaitem .wareaitem-item[data-v-509e5618]{width:100%;height:100%;position:fixed;top:0;left:-2vw}.wareaitem .wareaitem-item .itemact1[data-v-509e5618]{width:29vw;height:21vw;top:23vw;left:6vw;z-index:31}.wareaitem .wareaitem-item .itemact2[data-v-509e5618]{width:26vw;height:16vw;top:15vw;left:41vw;z-index:27}.wareaitem .wareaitem-item .itemact4[data-v-509e5618]{width:24vw;height:16vw;top:28vw;left:46vw;z-index:55}.wareaitem .wareaitem-item .itemact3[data-v-509e5618]{width:17vw;height:13vw;top:22vw;left:67vw;z-index:36}.wareaitem .wareaitem-item .wclik[data-v-509e5618]{width:22vw;height:14vw;top:16vw;left:44vw;z-index:47}.wareaitem .wareaitem-item .gifs[data-v-509e5618]{width:41vw;height:20vw;top:21.6vw;left:27.5vw;z-index:29}.wareaitem .wareaitem-item .ys[data-v-509e5618]{width:11vw;height:8vw;top:24.2vw;left:57.9vw;z-index:28}.wareaitem .wareaitem-item .wareitem1[data-v-509e5618]{width:86vw;height:44vw;top:1vw;left:10.5vw;z-index:15}.wareaitem .wareaitem-item .wareitem4[data-v-509e5618]{width:11vw;height:7vw;top:30.9vw;left:60vw}.wareaitem .wareaitem-item .wareitem6[data-v-509e5618]{width:17vw;height:12vw;top:28vw;right:-2vw;z-index:35}.wareaitem .wareaitem-item .wareitem5[data-v-509e5618]{width:18vw;height:15vw;top:37vw;left:73vw;z-index:35}.wareaitem .wareaitem-item .wareitem8[data-v-509e5618]{width:26vw;height:8vw;top:29.7vw;left:21.8vw}.wareaitem .wareaitem-item .wareitem11[data-v-509e5618]{width:3vw;height:3vw;top:24.5vw;left:60vw;z-index:35}.wareaitem .wareaitem-item .wareitem10[data-v-509e5618]{width:55vw;height:27vw;top:38vw;left:20vw;z-index:36}.wareaitem .wareaitem-item>uni-view[data-v-509e5618]{position:absolute}.wareaitem .annotation1[data-v-509e5618]{top:21.5vw;left:19.5vw}.wareaitem .annotation2[data-v-509e5618]{top:13vw;left:47vw}.wareaitem .annotation3[data-v-509e5618]{top:18vw;left:70vw}.wareaitem .annotation4[data-v-509e5618]{top:24vw;left:49.3vw}.wareaitem .annotation5[data-v-509e5618]{top:34vw;left:74vw}.wareaitem .annotation6[data-v-509e5618]{top:24vw;right:6vw}.wareaitem .annotation[data-v-509e5618]{width:7vw;height:8vw;z-index:20;position:fixed}.wareaitem .annotation>uni-view[data-v-509e5618]{position:relative}.wareaitem .annotation>uni-view[data-v-509e5618]:nth-child(2){width:6.5vw;height:3.2vw;margin:-.0625rem auto 0;z-index:2;display:flex;align-items:center;justify-content:center;border-radius:.8vw .8vw 1.5vw 1.5vw;overflow:hidden}.wareaitem .annotation>uni-view:nth-child(2) uni-image[data-v-509e5618]{position:absolute;top:0;left:0}.wareaitem .annotation>uni-view:nth-child(2) uni-text[data-v-509e5618]{position:relative;font-weight:400;font-size:1.1vw;color:#fff;z-index:3;margin-top:-.5vw}.wareaitem .annotation>uni-view[data-v-509e5618]:nth-child(3){width:3vw;height:5vw;z-index:1;margin:-1vw auto 0}.backgroundContainer[data-v-509e5618]{display:flex;flex-direction:column;position:relative;width:100vw;height:100vh;background-image:url(../../static/index/lightbgcnew.png);background-size:cover;background-position:center center;overflow:hidden}.darkbackgroundContainer[data-v-509e5618]{width:100vw;height:100vh;display:flex;flex-direction:column;position:relative;background-image:url(../../static/index/background.png);background-size:cover;background-position:center center;overflow:hidden}.zhanwei[data-v-509e5618]{position:absolute;top:40vh;right:3vw;width:13vw;height:13vw}
.wareaitem[data-v-7a71bf71]{width:100%;height:100%;position:fixed;top:0;left:0;background:url(../../static/index/warehouse/bg.png) no-repeat;background-size:cover cover}.wareaitem .tp uni-image[data-v-7a71bf71]{width:100%;height:100%}.wareaitem .operationbtn[data-v-7a71bf71]{width:22vw;height:10vw;position:absolute;right:1.5vw;bottom:2vw;display:flex;justify-content:space-between;flex-wrap:wrap}.wareaitem .operationbtn>uni-view[data-v-7a71bf71]{width:10vw;height:4vw;border-radius:1vw;border:.0625rem solid #D9DADC;display:flex;justify-content:center;align-items:center;font-weight:400;font-size:1.3vw;color:#888d99;margin:0 .3vw;transition:transform .18s ease,box-shadow .18s ease,background .25s ease;-webkit-tap-highlight-color:transparent}.wareaitem .operationbtn>uni-view uni-image[data-v-7a71bf71]{width:1.6vw;height:1.6vw;margin-right:.2vw}.wareaitem .operationbtn .click-box[data-v-7a71bf71]{color:#888d99;background:rgba(255,255,255,.43)}.wareaitem .operationbtn .click-box-target[data-v-7a71bf71]{background:#fff;box-shadow:0 0 3vw rgba(12,102,209,.33) inset;color:#6c84a0!important;animation:scalePulse-7a71bf71 .36s cubic-bezier(.2,.8,.2,1);transform-origin:center center}.wareaitem .operationbtn .grad-text[data-v-7a71bf71]{background:linear-gradient(90deg,#5b8bb3,#87a1bd);background-size:200% 100%;background-position:0% 50%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;transition:background-position .8s linear}@keyframes scalePulse-7a71bf71{0%{transform:scale(1)}25%{transform:scale(.94)}65%{transform:scale(1.08)}to{transform:scale(1)}}.wareaitem .wareaitem-item[data-v-7a71bf71]{width:100%;height:100%;position:fixed;top:0;left:-2vw}.wareaitem .wareaitem-item .itemact1[data-v-7a71bf71]{width:29vw;height:21vw;top:23vw;left:6vw;z-index:31}.wareaitem .wareaitem-item .itemact2[data-v-7a71bf71]{width:26vw;height:16vw;top:15vw;left:41vw;z-index:27}.wareaitem .wareaitem-item .itemact4[data-v-7a71bf71]{width:24vw;height:16vw;top:28vw;left:46vw;z-index:55}.wareaitem .wareaitem-item .itemact3[data-v-7a71bf71]{width:17vw;height:13vw;top:22vw;left:67vw;z-index:36}.wareaitem .wareaitem-item .wclik[data-v-7a71bf71]{width:22vw;height:14vw;top:16vw;left:44vw;z-index:47}.wareaitem .wareaitem-item .gifs[data-v-7a71bf71]{width:41vw;height:20vw;top:21.6vw;left:27.5vw;z-index:29}.wareaitem .wareaitem-item .ys[data-v-7a71bf71]{width:11vw;height:8vw;top:24.2vw;left:57.9vw;z-index:28}.wareaitem .wareaitem-item .wareitem1[data-v-7a71bf71]{width:86vw;height:44vw;top:1vw;left:10.5vw;z-index:15}.wareaitem .wareaitem-item .wareitem4[data-v-7a71bf71]{width:11vw;height:7vw;top:30.9vw;left:60vw}.wareaitem .wareaitem-item .wareitem6[data-v-7a71bf71]{width:17vw;height:12vw;top:28vw;right:-2vw;z-index:35}.wareaitem .wareaitem-item .wareitem5[data-v-7a71bf71]{width:18vw;height:15vw;top:37vw;left:73vw;z-index:35}.wareaitem .wareaitem-item .wareitem8[data-v-7a71bf71]{width:26vw;height:8vw;top:29.7vw;left:21.8vw}.wareaitem .wareaitem-item .wareitem11[data-v-7a71bf71]{width:3vw;height:3vw;top:24.5vw;left:60vw;z-index:35}.wareaitem .wareaitem-item .wareitem10[data-v-7a71bf71]{width:55vw;height:27vw;top:38vw;left:20vw;z-index:36}.wareaitem .wareaitem-item>uni-view[data-v-7a71bf71]{position:absolute}.wareaitem .annotation1[data-v-7a71bf71]{top:21.5vw;left:19.5vw}.wareaitem .annotation2[data-v-7a71bf71]{top:13vw;left:47vw}.wareaitem .annotation3[data-v-7a71bf71]{top:18vw;left:70vw}.wareaitem .annotation4[data-v-7a71bf71]{top:24vw;left:49.3vw}.wareaitem .annotation5[data-v-7a71bf71]{top:34vw;left:74vw}.wareaitem .annotation6[data-v-7a71bf71]{top:24vw;right:6vw}.wareaitem .annotation[data-v-7a71bf71]{width:7vw;height:8vw;z-index:20;position:fixed}.wareaitem .annotation>uni-view[data-v-7a71bf71]{position:relative}.wareaitem .annotation>uni-view[data-v-7a71bf71]:nth-child(2){width:6.5vw;height:3.2vw;margin:-.0625rem auto 0;z-index:2;display:flex;align-items:center;justify-content:center;border-radius:.8vw .8vw 1.5vw 1.5vw;overflow:hidden}.wareaitem .annotation>uni-view:nth-child(2) uni-image[data-v-7a71bf71]{position:absolute;top:0;left:0}.wareaitem .annotation>uni-view:nth-child(2) uni-text[data-v-7a71bf71]{position:relative;font-weight:400;font-size:1.1vw;color:#fff;z-index:3;margin-top:-.5vw}.wareaitem .annotation>uni-view[data-v-7a71bf71]:nth-child(3){width:3vw;height:5vw;z-index:1;margin:-1vw auto 0}.backgroundContainer[data-v-7a71bf71]{display:flex;flex-direction:column;position:relative;width:100vw;height:100vh;background-image:url(../../static/index/lightbgcnew.png);background-size:cover;background-position:center center;overflow:hidden}.darkbackgroundContainer[data-v-7a71bf71]{width:100vw;height:100vh;display:flex;flex-direction:column;position:relative;background-image:url(../../static/index/background.png);background-size:cover;background-position:center center;overflow:hidden}.zhanwei[data-v-7a71bf71]{position:absolute;top:40vh;right:3vw;width:13vw;height:13vw}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 681 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 996 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 985 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1005 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 983 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 713 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 540 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__FB2D473","name":"护理单元","version":{"name":"1.0.005","code":10005},"description":"护理单元","developer":{"name":"","email":"","url":""},"permissions":{"Share":{},"Camera":{},"VideoPlayer":{},"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"render":"always","id":"1","kernel":"WKWebview"},"usingComponents":true,"nvueStyleCompiler":"uni-app","compilerVersion":3,"nativePlugins":{"MonitorModule":{"__plugin_info__":{"name":"MonitorModule","description":"bugly升级","platforms":"Android","url":"","android_package_name":"","ios_bundle_id":"","isCloud":false,"bought":-1,"pid":"","parameters":{}}}},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#F8F8F8"},"uniStatistics":{"enable":false},"allowsInlineMediaPlayback":true,"uni-app":{"control":"uni-v3","vueVersion":"3","compilerVersion":"4.76","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal","webView":{"minUserAgentVersion":"49.0"}}},"app-harmony":{"useragent":{"value":"uni-app","concatenate":true},"uniStatistics":{"enable":false}},"screenOrientation":["landscape-primary","landscape-secondary"],"launch_path":"__uniappview.html"}
{"@platforms":["android","iPhone","iPad"],"id":"__UNI__FB2D473","name":"护理单元","version":{"name":"1.0.006","code":10006},"description":"护理单元","developer":{"name":"","email":"","url":""},"permissions":{"Share":{},"Camera":{},"VideoPlayer":{},"UniNView":{"description":"UniNView原生渲染"}},"plus":{"useragent":{"value":"uni-app","concatenate":true},"splashscreen":{"target":"id:1","autoclose":true,"waiting":true,"delay":0},"popGesture":"close","launchwebview":{"render":"always","id":"1","kernel":"WKWebview"},"usingComponents":true,"nvueStyleCompiler":"uni-app","compilerVersion":3,"nativePlugins":{"MonitorModule":{"__plugin_info__":{"name":"MonitorModule","description":"bugly升级","platforms":"Android","url":"","android_package_name":"","ios_bundle_id":"","isCloud":false,"bought":-1,"pid":"","parameters":{}}}},"statusbar":{"immersed":"supportedDevice","style":"dark","background":"#F8F8F8"},"uniStatistics":{"enable":false},"allowsInlineMediaPlayback":true,"uni-app":{"control":"uni-v3","vueVersion":"3","compilerVersion":"4.76","nvueCompiler":"uni-app","renderer":"auto","nvue":{"flex-direction":"column"},"nvueLaunchMode":"normal","webView":{"minUserAgentVersion":"49.0"}}},"app-harmony":{"useragent":{"value":"uni-app","concatenate":true},"uniStatistics":{"enable":false}},"screenOrientation":["landscape-primary","landscape-secondary"],"launch_path":"__uniappview.html"}

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
.wareaitem[data-v-509e5618]{width:100%;height:100%;position:fixed;top:0;left:0;background:url(../../static/index/warehouse/bg.png) no-repeat;background-size:cover cover}.wareaitem .tp uni-image[data-v-509e5618]{width:100%;height:100%}.wareaitem .operationbtn[data-v-509e5618]{width:22vw;height:10vw;position:absolute;right:1.5vw;bottom:2vw;display:flex;justify-content:space-between;flex-wrap:wrap}.wareaitem .operationbtn>uni-view[data-v-509e5618]{width:10vw;height:4vw;border-radius:1vw;border:.0625rem solid #D9DADC;display:flex;justify-content:center;align-items:center;font-weight:400;font-size:1.3vw;color:#888d99;margin:0 .3vw;transition:transform .18s ease,box-shadow .18s ease,background .25s ease;-webkit-tap-highlight-color:transparent}.wareaitem .operationbtn>uni-view uni-image[data-v-509e5618]{width:1.6vw;height:1.6vw;margin-right:.2vw}.wareaitem .operationbtn .click-box[data-v-509e5618]{color:#888d99;background:rgba(255,255,255,.43)}.wareaitem .operationbtn .click-box-target[data-v-509e5618]{background:#fff;box-shadow:0 0 3vw rgba(12,102,209,.33) inset;color:#6c84a0!important;animation:scalePulse-509e5618 .36s cubic-bezier(.2,.8,.2,1);transform-origin:center center}.wareaitem .operationbtn .grad-text[data-v-509e5618]{background:linear-gradient(90deg,#5b8bb3,#87a1bd);background-size:200% 100%;background-position:0% 50%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;transition:background-position .8s linear}@keyframes scalePulse-509e5618{0%{transform:scale(1)}25%{transform:scale(.94)}65%{transform:scale(1.08)}to{transform:scale(1)}}.wareaitem .wareaitem-item[data-v-509e5618]{width:100%;height:100%;position:fixed;top:0;left:-2vw}.wareaitem .wareaitem-item .itemact1[data-v-509e5618]{width:29vw;height:21vw;top:23vw;left:6vw;z-index:31}.wareaitem .wareaitem-item .itemact2[data-v-509e5618]{width:26vw;height:16vw;top:15vw;left:41vw;z-index:27}.wareaitem .wareaitem-item .itemact4[data-v-509e5618]{width:24vw;height:16vw;top:28vw;left:46vw;z-index:55}.wareaitem .wareaitem-item .itemact3[data-v-509e5618]{width:17vw;height:13vw;top:22vw;left:67vw;z-index:36}.wareaitem .wareaitem-item .wclik[data-v-509e5618]{width:22vw;height:14vw;top:16vw;left:44vw;z-index:47}.wareaitem .wareaitem-item .gifs[data-v-509e5618]{width:41vw;height:20vw;top:21.6vw;left:27.5vw;z-index:29}.wareaitem .wareaitem-item .ys[data-v-509e5618]{width:11vw;height:8vw;top:24.2vw;left:57.9vw;z-index:28}.wareaitem .wareaitem-item .wareitem1[data-v-509e5618]{width:86vw;height:44vw;top:1vw;left:10.5vw;z-index:15}.wareaitem .wareaitem-item .wareitem4[data-v-509e5618]{width:11vw;height:7vw;top:30.9vw;left:60vw}.wareaitem .wareaitem-item .wareitem6[data-v-509e5618]{width:17vw;height:12vw;top:28vw;right:-2vw;z-index:35}.wareaitem .wareaitem-item .wareitem5[data-v-509e5618]{width:18vw;height:15vw;top:37vw;left:73vw;z-index:35}.wareaitem .wareaitem-item .wareitem8[data-v-509e5618]{width:26vw;height:8vw;top:29.7vw;left:21.8vw}.wareaitem .wareaitem-item .wareitem11[data-v-509e5618]{width:3vw;height:3vw;top:24.5vw;left:60vw;z-index:35}.wareaitem .wareaitem-item .wareitem10[data-v-509e5618]{width:55vw;height:27vw;top:38vw;left:20vw;z-index:36}.wareaitem .wareaitem-item>uni-view[data-v-509e5618]{position:absolute}.wareaitem .annotation1[data-v-509e5618]{top:21.5vw;left:19.5vw}.wareaitem .annotation2[data-v-509e5618]{top:13vw;left:47vw}.wareaitem .annotation3[data-v-509e5618]{top:18vw;left:70vw}.wareaitem .annotation4[data-v-509e5618]{top:24vw;left:49.3vw}.wareaitem .annotation5[data-v-509e5618]{top:34vw;left:74vw}.wareaitem .annotation6[data-v-509e5618]{top:24vw;right:6vw}.wareaitem .annotation[data-v-509e5618]{width:7vw;height:8vw;z-index:20;position:fixed}.wareaitem .annotation>uni-view[data-v-509e5618]{position:relative}.wareaitem .annotation>uni-view[data-v-509e5618]:nth-child(2){width:6.5vw;height:3.2vw;margin:-.0625rem auto 0;z-index:2;display:flex;align-items:center;justify-content:center;border-radius:.8vw .8vw 1.5vw 1.5vw;overflow:hidden}.wareaitem .annotation>uni-view:nth-child(2) uni-image[data-v-509e5618]{position:absolute;top:0;left:0}.wareaitem .annotation>uni-view:nth-child(2) uni-text[data-v-509e5618]{position:relative;font-weight:400;font-size:1.1vw;color:#fff;z-index:3;margin-top:-.5vw}.wareaitem .annotation>uni-view[data-v-509e5618]:nth-child(3){width:3vw;height:5vw;z-index:1;margin:-1vw auto 0}.backgroundContainer[data-v-509e5618]{display:flex;flex-direction:column;position:relative;width:100vw;height:100vh;background-image:url(../../static/index/lightbgcnew.png);background-size:cover;background-position:center center;overflow:hidden}.darkbackgroundContainer[data-v-509e5618]{width:100vw;height:100vh;display:flex;flex-direction:column;position:relative;background-image:url(../../static/index/background.png);background-size:cover;background-position:center center;overflow:hidden}.zhanwei[data-v-509e5618]{position:absolute;top:40vh;right:3vw;width:13vw;height:13vw}
.wareaitem[data-v-7a71bf71]{width:100%;height:100%;position:fixed;top:0;left:0;background:url(../../static/index/warehouse/bg.png) no-repeat;background-size:cover cover}.wareaitem .tp uni-image[data-v-7a71bf71]{width:100%;height:100%}.wareaitem .operationbtn[data-v-7a71bf71]{width:22vw;height:10vw;position:absolute;right:1.5vw;bottom:2vw;display:flex;justify-content:space-between;flex-wrap:wrap}.wareaitem .operationbtn>uni-view[data-v-7a71bf71]{width:10vw;height:4vw;border-radius:1vw;border:.0625rem solid #D9DADC;display:flex;justify-content:center;align-items:center;font-weight:400;font-size:1.3vw;color:#888d99;margin:0 .3vw;transition:transform .18s ease,box-shadow .18s ease,background .25s ease;-webkit-tap-highlight-color:transparent}.wareaitem .operationbtn>uni-view uni-image[data-v-7a71bf71]{width:1.6vw;height:1.6vw;margin-right:.2vw}.wareaitem .operationbtn .click-box[data-v-7a71bf71]{color:#888d99;background:rgba(255,255,255,.43)}.wareaitem .operationbtn .click-box-target[data-v-7a71bf71]{background:#fff;box-shadow:0 0 3vw rgba(12,102,209,.33) inset;color:#6c84a0!important;animation:scalePulse-7a71bf71 .36s cubic-bezier(.2,.8,.2,1);transform-origin:center center}.wareaitem .operationbtn .grad-text[data-v-7a71bf71]{background:linear-gradient(90deg,#5b8bb3,#87a1bd);background-size:200% 100%;background-position:0% 50%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;transition:background-position .8s linear}@keyframes scalePulse-7a71bf71{0%{transform:scale(1)}25%{transform:scale(.94)}65%{transform:scale(1.08)}to{transform:scale(1)}}.wareaitem .wareaitem-item[data-v-7a71bf71]{width:100%;height:100%;position:fixed;top:0;left:-2vw}.wareaitem .wareaitem-item .itemact1[data-v-7a71bf71]{width:29vw;height:21vw;top:23vw;left:6vw;z-index:31}.wareaitem .wareaitem-item .itemact2[data-v-7a71bf71]{width:26vw;height:16vw;top:15vw;left:41vw;z-index:27}.wareaitem .wareaitem-item .itemact4[data-v-7a71bf71]{width:24vw;height:16vw;top:28vw;left:46vw;z-index:55}.wareaitem .wareaitem-item .itemact3[data-v-7a71bf71]{width:17vw;height:13vw;top:22vw;left:67vw;z-index:36}.wareaitem .wareaitem-item .wclik[data-v-7a71bf71]{width:22vw;height:14vw;top:16vw;left:44vw;z-index:47}.wareaitem .wareaitem-item .gifs[data-v-7a71bf71]{width:41vw;height:20vw;top:21.6vw;left:27.5vw;z-index:29}.wareaitem .wareaitem-item .ys[data-v-7a71bf71]{width:11vw;height:8vw;top:24.2vw;left:57.9vw;z-index:28}.wareaitem .wareaitem-item .wareitem1[data-v-7a71bf71]{width:86vw;height:44vw;top:1vw;left:10.5vw;z-index:15}.wareaitem .wareaitem-item .wareitem4[data-v-7a71bf71]{width:11vw;height:7vw;top:30.9vw;left:60vw}.wareaitem .wareaitem-item .wareitem6[data-v-7a71bf71]{width:17vw;height:12vw;top:28vw;right:-2vw;z-index:35}.wareaitem .wareaitem-item .wareitem5[data-v-7a71bf71]{width:18vw;height:15vw;top:37vw;left:73vw;z-index:35}.wareaitem .wareaitem-item .wareitem8[data-v-7a71bf71]{width:26vw;height:8vw;top:29.7vw;left:21.8vw}.wareaitem .wareaitem-item .wareitem11[data-v-7a71bf71]{width:3vw;height:3vw;top:24.5vw;left:60vw;z-index:35}.wareaitem .wareaitem-item .wareitem10[data-v-7a71bf71]{width:55vw;height:27vw;top:38vw;left:20vw;z-index:36}.wareaitem .wareaitem-item>uni-view[data-v-7a71bf71]{position:absolute}.wareaitem .annotation1[data-v-7a71bf71]{top:21.5vw;left:19.5vw}.wareaitem .annotation2[data-v-7a71bf71]{top:13vw;left:47vw}.wareaitem .annotation3[data-v-7a71bf71]{top:18vw;left:70vw}.wareaitem .annotation4[data-v-7a71bf71]{top:24vw;left:49.3vw}.wareaitem .annotation5[data-v-7a71bf71]{top:34vw;left:74vw}.wareaitem .annotation6[data-v-7a71bf71]{top:24vw;right:6vw}.wareaitem .annotation[data-v-7a71bf71]{width:7vw;height:8vw;z-index:20;position:fixed}.wareaitem .annotation>uni-view[data-v-7a71bf71]{position:relative}.wareaitem .annotation>uni-view[data-v-7a71bf71]:nth-child(2){width:6.5vw;height:3.2vw;margin:-.0625rem auto 0;z-index:2;display:flex;align-items:center;justify-content:center;border-radius:.8vw .8vw 1.5vw 1.5vw;overflow:hidden}.wareaitem .annotation>uni-view:nth-child(2) uni-image[data-v-7a71bf71]{position:absolute;top:0;left:0}.wareaitem .annotation>uni-view:nth-child(2) uni-text[data-v-7a71bf71]{position:relative;font-weight:400;font-size:1.1vw;color:#fff;z-index:3;margin-top:-.5vw}.wareaitem .annotation>uni-view[data-v-7a71bf71]:nth-child(3){width:3vw;height:5vw;z-index:1;margin:-1vw auto 0}.backgroundContainer[data-v-7a71bf71]{display:flex;flex-direction:column;position:relative;width:100vw;height:100vh;background-image:url(../../static/index/lightbgcnew.png);background-size:cover;background-position:center center;overflow:hidden}.darkbackgroundContainer[data-v-7a71bf71]{width:100vw;height:100vh;display:flex;flex-direction:column;position:relative;background-image:url(../../static/index/background.png);background-size:cover;background-position:center center;overflow:hidden}.zhanwei[data-v-7a71bf71]{position:absolute;top:40vh;right:3vw;width:13vw;height:13vw}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 681 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 996 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 985 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1005 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 983 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 713 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 540 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB