Merge branch 'main' of http://47.115.223.229:8888/yangjun/hldy_app_mini
|
|
@ -51,25 +51,17 @@
|
|||
borderColor: i === lefttarget ? '' : 'transparent',
|
||||
background: i === lefttarget ? '#fff' : 'rgba(255,255,255,0.6)'
|
||||
}">
|
||||
<view style="background: #ff5757;position: absolute;width: 1.3vw;height: 1.3vw;border-radius: 50%;right: -0.5vw;top: -0.2vw;" v-if="v.izNew=='Y'">
|
||||
<view
|
||||
style="background: #ff5757;position: absolute;width: 1.3vw;height: 1.3vw;border-radius: 50%;right: -0.5vw;top: -0.2vw;"
|
||||
v-if="v.izNew=='Y'">
|
||||
</view>
|
||||
<view class="pls-card-title">
|
||||
<view class="middle-title">
|
||||
<view class="middle-title-spec">
|
||||
请领单号
|
||||
</view>
|
||||
<view class="title-left">
|
||||
{{ v.cgdNo }}
|
||||
</view>
|
||||
<!-- <view class="title-right">
|
||||
<text style="position: absolute;bottom: 4rpx;left: -30rpx;">
|
||||
¥
|
||||
</text>
|
||||
|
||||
<view class="title-right-big">
|
||||
{{ Number(v.totalPrice).toFixed(2) }}
|
||||
</view>
|
||||
|
||||
</view> -->
|
||||
</view>
|
||||
<view class="pls-card-middle">
|
||||
<view class="middle-heng"></view>
|
||||
|
|
@ -91,8 +83,9 @@
|
|||
</view>
|
||||
</view>
|
||||
<view class="pls-card-middle-one">
|
||||
<view class="middle-title">
|
||||
{{ v.jhTime?.slice(0,10) }}
|
||||
<view class="middle-title" :style=" v?.cgdType=='9' ?{color:`#FF5757`}:{}">
|
||||
|
||||
{{ v?.cgdType=='9' ?v.zfTime?.slice(0,10):v.jhTime?.slice(0,10) }}
|
||||
</view>
|
||||
<view class="middle-heng-father">
|
||||
|
||||
|
|
@ -107,8 +100,9 @@
|
|||
{{ v?.cgdType=='9' ?`已作废`:`拣货` }}
|
||||
|
||||
</view>
|
||||
<view style="font-size: 25rpx;" v-if="Number(v.status)>0 && v.jhBy ">
|
||||
{{ "[ " + v.jhBy + " ]" }}
|
||||
<view style="font-size: 25rpx;" v-if="v?.jhBy || v?.zfBy"
|
||||
:style=" v?.cgdType=='9' ?{color:`#FF5757`}:{}">
|
||||
{{ "[ " + (v?.cgdType=='9' ?v?.zfBy:v?.jhBy )+ " ]" }}
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
|
@ -137,7 +131,7 @@
|
|||
</view>
|
||||
<view class="pls-card-end">
|
||||
<view class="end-left">
|
||||
<image class="end-left-img" src="/static/shili.png" />
|
||||
<image class="end-left-img" src="/static/index/requestform/gongyingshang.png" />
|
||||
<view class="end-left-font">
|
||||
{{ v.gysId_dictText }}
|
||||
</view>
|
||||
|
|
@ -151,7 +145,14 @@
|
|||
</scroll-view>
|
||||
</view>
|
||||
<view class="other-contain-right">
|
||||
|
||||
<scroll-view scroll-y="true" scroll-with-animation class="right-contain">
|
||||
<view class="right-ones">
|
||||
<view class="right-one" v-for="(item,index) in nottrue" :key="index" >
|
||||
<!-- <image :src=" '/static/zhiniaoku.png'" mode="aspectFill"></image> -->
|
||||
</view>
|
||||
</view>
|
||||
|
||||
</scroll-view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
|
|
@ -167,6 +168,7 @@
|
|||
|
||||
const transition = ref(false);
|
||||
const tagsarray = ref(["全部", "待出库", "已出库", "已收货 ", "已作废"])
|
||||
const nottrue = Array(10).fill(null)
|
||||
|
||||
const props = defineProps({
|
||||
isShow: {
|
||||
|
|
@ -275,7 +277,7 @@
|
|||
}
|
||||
const clickLeftMenu = (index : any, item : any) => {
|
||||
let num = Math.ceil((index + 1))
|
||||
leftscrolltop.value = (num - 2) * 180;
|
||||
leftscrolltop.value = (num - 2) * 178.5;
|
||||
lefttarget.value = index;
|
||||
// form.cgdId = plsbuy.value[index].id
|
||||
// form.pageNo = 1
|
||||
|
|
@ -475,9 +477,18 @@
|
|||
justify-content: space-between;
|
||||
align-items: flex-end;
|
||||
|
||||
padding-left: 10rpx;
|
||||
padding-right: 35rpx;
|
||||
|
||||
.middle-title-spec {
|
||||
color: #888888;
|
||||
font-size: 29rpx;
|
||||
}
|
||||
|
||||
.title-left {
|
||||
font-weight: 600;
|
||||
font-size: 32rpx;
|
||||
font-size: 34rpx;
|
||||
// color: #888888;
|
||||
}
|
||||
|
||||
.title-right {
|
||||
|
|
@ -506,7 +517,7 @@
|
|||
.pls-card-middle {
|
||||
width: 100%;
|
||||
height: 11vh;
|
||||
margin-top: 1vh;
|
||||
margin-top: 1.5vh;
|
||||
display: flex;
|
||||
position: relative;
|
||||
|
||||
|
|
@ -580,11 +591,12 @@
|
|||
|
||||
.pls-card-end {
|
||||
width: 100%;
|
||||
height: 7vh;
|
||||
|
||||
height: 6vh;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
position: relative;
|
||||
padding-left: 15rpx;
|
||||
margin-top: 10rpx;
|
||||
|
||||
.end-left {
|
||||
height: 100%;
|
||||
|
|
@ -592,8 +604,8 @@
|
|||
align-items: center;
|
||||
|
||||
.end-left-img {
|
||||
width: 30rpx;
|
||||
height: 30rpx;
|
||||
width: 35rpx;
|
||||
height: 35rpx;
|
||||
}
|
||||
|
||||
.end-left-font {
|
||||
|
|
@ -602,7 +614,7 @@
|
|||
// background-color: #007CFF;
|
||||
// font-size: 26rpx;
|
||||
color: #666666;
|
||||
margin-left: 10rpx;
|
||||
margin-left: 3rpx;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
|
|
@ -619,7 +631,7 @@
|
|||
background-color: #FDEBEC;
|
||||
color: #FF5757;
|
||||
position: absolute;
|
||||
right: -5rpx;
|
||||
right: 0rpx;
|
||||
bottom: 20rpx;
|
||||
}
|
||||
|
||||
|
|
@ -634,7 +646,7 @@
|
|||
color: #1083F8;
|
||||
border: 1rpx solid #1083F8;
|
||||
position: absolute;
|
||||
right: -5rpx;
|
||||
right: 0rpx;
|
||||
bottom: 20rpx;
|
||||
}
|
||||
}
|
||||
|
|
@ -642,7 +654,7 @@
|
|||
}
|
||||
|
||||
.left-selecttype {
|
||||
width: 100%;
|
||||
width: 98%;
|
||||
height: 80rpx;
|
||||
border-radius: 40rpx;
|
||||
background-color: #FFFFFF;
|
||||
|
|
@ -689,9 +701,29 @@
|
|||
}
|
||||
|
||||
.other-contain-right {
|
||||
width: 65%;
|
||||
height: 100%;
|
||||
// background-color: red;
|
||||
width: 64%;
|
||||
margin-left: 1%;
|
||||
height: 103.5%;
|
||||
.right-contain{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
.right-ones{
|
||||
display: flex;
|
||||
width: 100%;
|
||||
flex-wrap: wrap;
|
||||
.right-one{
|
||||
width: 570rpx;
|
||||
height: 261rpx;
|
||||
margin-right: 20rpx;
|
||||
margin-bottom: 15rpx;
|
||||
background-color: #fff;
|
||||
border-radius: 30rpx;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
@ -396,8 +396,8 @@
|
|||
</view>
|
||||
</view>
|
||||
<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;position: absolute;top:1.05vw;left: 0;
|
||||
<view style="width: 100%;height: 71%;display: flex;flex-direction: column;
|
||||
justify-content: center;align-items: center;position: absolute;top:1vw;left: 0;
|
||||
background-color:#fafdff ;border: 1rpx solid #78B1EB;border-radius: 30rpx;" @click="uplod(1)">
|
||||
<image style="width: 70rpx;height: 70rpx;margin-bottom: 5rpx;"
|
||||
src="/static/index/warehouse/procurement/picking/addphoto.png" />
|
||||
|
|
@ -547,7 +547,7 @@
|
|||
<view class="middle-heng"></view>
|
||||
<view class="pls-card-middle-one">
|
||||
<view class="middle-title">
|
||||
{{ v.qgDate }}
|
||||
{{ v.qgDate.replace(/-/g, '.') }}
|
||||
</view>
|
||||
<view class="middle-heng-father">
|
||||
<image class="middle-ball-img" src="/static/index/requestform/isok.png" />
|
||||
|
|
@ -557,7 +557,7 @@
|
|||
<view>
|
||||
采购
|
||||
</view>
|
||||
<view style="font-size: 25rpx;">
|
||||
<view >
|
||||
{{ "[ " + v.qgBy + " ]" }}
|
||||
</view>
|
||||
</view>
|
||||
|
|
@ -576,14 +576,14 @@
|
|||
<view>
|
||||
拣货
|
||||
</view>
|
||||
<view style="font-size: 25rpx;" v-if=" v.jhBy">
|
||||
<view v-if=" v.jhBy">
|
||||
{{ "[ " + v.jhBy + " ]" }}
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="pls-card-middle-one">
|
||||
<view class="middle-title">
|
||||
{{ Number(v.status)>=2 ? v.wjTime?.slice(0,10) :""}}
|
||||
{{ Number(v.status)>=2 ? v.wjTime?.slice(0,10).replace(/-/g, '.') :""}}
|
||||
</view>
|
||||
|
||||
<view class="middle-heng-father">
|
||||
|
|
@ -989,7 +989,7 @@
|
|||
</view>
|
||||
</view>
|
||||
<view
|
||||
style="width: 100%;display: flex;justify-content: center;color: #C3C3C3;margin-top: 20rpx;">
|
||||
style="width: 100%;display: flex;justify-content: center;color: #C3C3C3;margin-top: 20rpx;" v-if="lhjlarr.length">
|
||||
<image v-if="statustory=='loading'"
|
||||
style="width: 25rpx;height: 25rpx;margin-right: 10rpx;margin-top: 5rpx;margin-left: -10rpx;"
|
||||
src="/static/index/warehouse/procurement/picking/loading.png" />
|
||||
|
|
@ -997,8 +997,15 @@
|
|||
<text v-if="statustory=='nomore'">已加载全部~</text>
|
||||
<text v-if="statustory=='loadmore'">加载中~</text>
|
||||
</view>
|
||||
|
||||
</scroll-view>
|
||||
|
||||
<view class="nomessage-samll" v-if="!lhjlarr.length">
|
||||
<image style="width: 350rpx;height: 350rpx;margin-top: -200rpx;"
|
||||
src="/static/index/warehouse/procurement/picking/nomessage.png" />
|
||||
<view class="noarray-font">
|
||||
暂无拣货记录
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
|
@ -1535,28 +1542,9 @@
|
|||
plzinfo.canpull = false;
|
||||
}
|
||||
})
|
||||
// middletarget.value = 0;
|
||||
// form.wlParamInfo = searchValue.value;
|
||||
// form.cgdId = plsbuy.value[lefttarget.value].id
|
||||
// queryInvo();
|
||||
}
|
||||
const moreindex = ref(-1);
|
||||
const zuofeiindex = ref(-1);
|
||||
// const openmore = (index : number) => {
|
||||
// zuofeiindex.value = index;
|
||||
// if (plsbuy.value[index].cgdType == '9') {
|
||||
// setTimeout(() => {
|
||||
// uni.showToast({
|
||||
// title: '该采购单已作废',
|
||||
// icon: 'error', // 不显示小图标
|
||||
// duration: 2000
|
||||
// })
|
||||
// }, 300)
|
||||
|
||||
// } else {
|
||||
// moreindex.value = index;
|
||||
// }
|
||||
// }
|
||||
const shareShow = ref(false);
|
||||
const deletedownisopacity = ref(false)
|
||||
const share = () => {
|
||||
|
|
@ -2310,7 +2298,7 @@
|
|||
.pls-card-middle {
|
||||
width: 100%;
|
||||
height: 11vh;
|
||||
margin-top: 1vh;
|
||||
margin-top: 1.5vh;
|
||||
display: flex;
|
||||
position: relative;
|
||||
|
||||
|
|
@ -2373,6 +2361,7 @@
|
|||
.end-font {
|
||||
width: 100%;
|
||||
height: 6vh;
|
||||
font-size: 23rpx;
|
||||
text-align: center;
|
||||
color: #666666;
|
||||
overflow: hidden;
|
||||
|
|
@ -3168,7 +3157,7 @@
|
|||
top: 54%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
width: 70%;
|
||||
width: 80%;
|
||||
height: 83%;
|
||||
border-radius: 30rpx;
|
||||
background-color: #fff;
|
||||
|
|
@ -3199,7 +3188,7 @@
|
|||
}
|
||||
|
||||
.photowall-other {
|
||||
width: 110%;
|
||||
width: 107%;
|
||||
height: 67vh;
|
||||
display: flex;
|
||||
margin-top: 20rpx;
|
||||
|
|
@ -3208,7 +3197,7 @@
|
|||
width: 28.5%;
|
||||
height: 430rpx;
|
||||
margin-right: 3vw;
|
||||
margin-bottom: 0;
|
||||
margin-bottom: 0%;
|
||||
border-radius: 30rpx;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
|
|
@ -3412,7 +3401,7 @@
|
|||
.title-input-button:active,
|
||||
.donghua-do:active,
|
||||
.contain-right-button:active,
|
||||
.jianhuobutton-gray:active,
|
||||
.jianhuobutton-gray:active
|
||||
{
|
||||
color: #1083F8;
|
||||
background: linear-gradient(-45deg, rgba(223, 244, 252, 1), rgba(204, 228, 249, 0.43));
|
||||
|
|
@ -3436,9 +3425,19 @@
|
|||
width: 400rpx;
|
||||
height: 400rpx;
|
||||
}
|
||||
.noarray-font{
|
||||
margin-top: -70rpx;
|
||||
color: #888888;
|
||||
}
|
||||
|
||||
}
|
||||
.noarray-font{
|
||||
margin-top: -70rpx;
|
||||
color: #888888;
|
||||
}
|
||||
.nomessage-samll{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
// background-color: red;
|
||||
display: flex;
|
||||
// justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
</style>
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
<view class="middle-heng"></view>
|
||||
<view class="pls-card-middle-one">
|
||||
<view class="middle-title">
|
||||
{{v.qgDate}}
|
||||
{{v.qgDate?.replace(/-/g, '.')}}
|
||||
</view>
|
||||
<view class="middle-heng-father">
|
||||
<image class="middle-ball-img" src="/static/index/requestform/isok.png" />
|
||||
|
|
@ -35,14 +35,14 @@
|
|||
<view>
|
||||
采购
|
||||
</view>
|
||||
<view style="font-size: 25rpx;">
|
||||
<view>
|
||||
[ {{v.qgBy}} ]
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="pls-card-middle-one">
|
||||
<view class="middle-title">
|
||||
{{ Number(v.status)==1 ?``:v.jhTime }}
|
||||
{{ Number(v.status)==1 ?``:v.jhTime?.replace(/-/g, '.') }}
|
||||
|
||||
</view>
|
||||
<view class="middle-heng-father">
|
||||
|
|
@ -56,14 +56,14 @@
|
|||
<view>
|
||||
拣货
|
||||
</view>
|
||||
<view style="font-size: 25rpx;" v-if="Number(v.status)==1 ">
|
||||
<view v-if="Number(v.status)==1 ">
|
||||
[ {{v.jhBy}} ]
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="pls-card-middle-one">
|
||||
<view class="middle-title">
|
||||
{{v.wjTime}}
|
||||
{{v.wjTime?.replace(/-/g, '.')}}
|
||||
</view>
|
||||
<view class="middle-heng-father">
|
||||
<view class="middle-ball"></view>
|
||||
|
|
@ -613,6 +613,7 @@
|
|||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
font-size: 23rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -497,7 +497,7 @@
|
|||
width: 4.6vw;
|
||||
height: 1.9vw;
|
||||
position: absolute;
|
||||
top: 1.8vw;
|
||||
top: 1vw;
|
||||
right: 1vw;
|
||||
font-weight: 400;
|
||||
font-size: 1.1vw;
|
||||
|
|
@ -518,6 +518,7 @@
|
|||
position: relative;
|
||||
z-index: 2;
|
||||
color: #FFFFFF;
|
||||
// margin-top: 2vw;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -51,7 +51,7 @@
|
|||
<view class="middle-heng"></view>
|
||||
<view class="pls-card-middle-one">
|
||||
<view class="middle-title">
|
||||
{{ v.qgDate }}
|
||||
{{ v.qgDate.replace(/-/g, '.') }}
|
||||
</view>
|
||||
<view class="middle-heng-father">
|
||||
|
||||
|
|
@ -59,16 +59,17 @@
|
|||
</view>
|
||||
<view class="end-font">
|
||||
<view>
|
||||
采购{{ Number(v.status) }}
|
||||
采购
|
||||
</view>
|
||||
<view style="font-size: 25rpx;">
|
||||
<view >
|
||||
{{ "[ " + v.qgBy + " ]" }}
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="pls-card-middle-one">
|
||||
<view class="middle-title">
|
||||
{{ v.jhTime?.slice(0,10) }}
|
||||
<view class="middle-title" :style=" v?.cgdType=='9' ?{color:`#FF5757`}:{}">
|
||||
|
||||
{{ v?.cgdType=='9' ?v.zfTime?.slice(0,10).replace(/-/g, '.'):v.jhTime?.slice(0,10).replace(/-/g, '.') }}
|
||||
</view>
|
||||
<view class="middle-heng-father">
|
||||
|
||||
|
|
@ -83,46 +84,32 @@
|
|||
{{ v?.cgdType=='9' ?`已作废`:`拣货` }}
|
||||
|
||||
</view>
|
||||
<view style="font-size: 25rpx;" v-if="Number(v.status)>0 && v.jhBy ">
|
||||
{{ "[ " + v.jhBy + " ]" }}
|
||||
<view v-if="v?.jhBy || v?.zfBy"
|
||||
:style=" v?.cgdType=='9' ?{color:`#FF5757`}:{}">
|
||||
{{ "[ " + (v?.cgdType=='9' ?v?.zfBy:v?.jhBy )+ " ]" }}
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="pls-card-middle-one">
|
||||
<view class="middle-title">
|
||||
{{ v.wjTime?.slice(0,10) }}
|
||||
{{ v.wjTime?.slice(0,10).replace(/-/g, '.') }}
|
||||
</view>
|
||||
<view class="middle-heng-father">
|
||||
<view class="middle-ball" :style="Number(v.status)==1?{backgroundColor: `#1083F8`}:{} "
|
||||
|
||||
<view class="middle-ball"
|
||||
:style="Number(v.status)==1?{backgroundColor: `#1083F8`}:{} "
|
||||
v-if="Number(v.status)<2"></view>
|
||||
<image class="middle-ball-img" v-else src="/static/index/requestform/isok.png" />
|
||||
|
||||
|
||||
|
||||
|
||||
</view>
|
||||
<view class="end-font">
|
||||
<view>
|
||||
完结
|
||||
</view>
|
||||
<view style="font-size: 25rpx;" v-if="Number(v.status)>1 && v.wjBy ">
|
||||
<view v-if="Number(v.status)>1 && v.wjBy ">
|
||||
{{ "[ " + v.wjBy + " ]" }}
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="middle-heng-father">
|
||||
<view class="middle-heng"
|
||||
style="border-top-right-radius: 20rpx;border-bottom-right-radius: 20rpx;">
|
||||
</view>
|
||||
|
||||
<view class="middle-ball">
|
||||
</view>
|
||||
</view>
|
||||
<view class="end-font">
|
||||
<view class="">
|
||||
完结
|
||||
</view>
|
||||
<view class="">
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
</view>
|
||||
<view class="pls-card-end">
|
||||
|
|
@ -132,9 +119,6 @@
|
|||
{{ v.gysName }}
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view :class="v?.cgdType=='9' ?`tag-fail`:`tag-success`">
|
||||
{{ v?.cgdType=='9' ?`已作废`:`已确定` }}
|
||||
</view> -->
|
||||
<view :class="v?.cgdType=='9' ?`tag-fail`:`tag-success`">
|
||||
|
||||
{{ v?.cgdType=='9' ?`已作废`:tagesstatues[Number(v.status)] }}
|
||||
|
|
@ -276,7 +260,7 @@
|
|||
</view>
|
||||
<view class="gray-heng"></view>
|
||||
</view>
|
||||
<!-- <view class="gray-heng"></view> -->
|
||||
|
||||
<view class="middle-onecard">
|
||||
<view class="threeone">
|
||||
<view class="gray-text">
|
||||
|
|
@ -304,7 +288,7 @@
|
|||
</view>
|
||||
<view class="gray-heng"></view>
|
||||
</view>
|
||||
<!-- <view class="gray-heng"></view> -->
|
||||
|
||||
<view class="middle-onecard">
|
||||
<view class="threeone" style="width: 100%;">
|
||||
<view class="gray-text">
|
||||
|
|
@ -402,7 +386,8 @@
|
|||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="mengban" style="background: RGBA(239, 240, 244, 0.55);" v-if="ification" @click="ification = false"></view>
|
||||
<view class="mengban" style="background: RGBA(239, 240, 244, 0.55);" v-if="ification"
|
||||
@click="ification = false"></view>
|
||||
<classification @confirm="confirm" :show="ification" :typenum="2" :cgdId="plsbuy[lefttarget]?.id">
|
||||
</classification>
|
||||
|
||||
|
|
@ -640,8 +625,8 @@
|
|||
scene: "WXSceneSession",
|
||||
type: 0,
|
||||
href: href,
|
||||
title: "采购单分享",
|
||||
summary: "采购单",
|
||||
summary: "点击查看采购单详情,包含物料规格及采购数量",
|
||||
title: `采购单: ${plsbuy.value[lefttarget.value].cgdNo}`,
|
||||
imageUrl: "https://www.focusnu.com/media/logo.png",
|
||||
success: function (res) {
|
||||
console.log("success:");
|
||||
|
|
@ -774,7 +759,7 @@
|
|||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: flex-end;
|
||||
align-items: center;
|
||||
|
||||
.title-left {
|
||||
font-weight: 600;
|
||||
|
|
@ -876,6 +861,7 @@
|
|||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
font-size: 23rpx;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 37 KiB |
|
|
@ -1 +1 @@
|
|||
.home[data-v-c8064d57]{width:100vw;height:100vh}.tp uni-image[data-v-c8064d57]{width:100%;height:100%}
|
||||
.clikurlbox[data-v-487a30ff]{position:fixed;width:100vw;height:100vw;top:0;left:0;overflow:hidden;z-index:61}.clikurlbox .itemact1[data-v-487a30ff]{width:22.3vw;height:13.6vw;bottom:9.8vw;left:12.6vw;z-index:31}.clikurlbox .itemact2[data-v-487a30ff]{width:9vw;height:9vw;top:22.5vw;left:16.5vw;z-index:57}.clikurlbox .itemact3[data-v-487a30ff]{width:11vw;height:9vw;top:37vw;left:48vw;z-index:55}.clikurlbox .itemact4[data-v-487a30ff]{width:14.4vw;height:13vw;top:35vw;right:4.4vw;z-index:65}.clikurlbox .itemact5[data-v-487a30ff]{width:14.4vw;height:10vw;bottom:3vw;right:21vw;z-index:65}.clikurlbox .itemact6[data-v-487a30ff]{width:18.2vw;height:12vw;top:8vw;left:12vw;z-index:65}.clikurlbox uni-view[data-v-487a30ff]{position:fixed;z-index:10}.cardtm[data-v-487a30ff]{position:relative;z-index:66}.cardtm>uni-view[data-v-487a30ff]{position:fixed;min-width:5vw;height:2.7vw;border-radius:1.35vw;box-shadow:0 0 .3vw rgba(174,174,188,.4);z-index:66;display:flex;align-items:center;padding:0 1vw;white-space:nowrap;z-index:70}.cardtm>uni-view[data-v-487a30ff]:nth-child(1){top:36.5vw;left:20.5vw}.cardtm>uni-view[data-v-487a30ff]:nth-child(2){top:28vw;left:26.5vw}.cardtm>uni-view[data-v-487a30ff]:nth-child(3){bottom:21vw;left:55vw}.cardtm>uni-view[data-v-487a30ff]:nth-child(4){top:35vw;right:6.5vw}.cardtm>uni-view[data-v-487a30ff]:nth-child(5){bottom:11.5vw;right:23.5vw}.cardtm>uni-view[data-v-487a30ff]:nth-child(6){top:6vw;left:17vw}.cardtm>uni-view uni-text[data-v-487a30ff]{width:1vw;height:1vw;border-radius:50%;border:1px solid #0089fe;margin:0 .4vw 0 0}.cardtm>uni-view uni-view[data-v-487a30ff]{width:2.8vw;height:4.4vw;position:absolute;top:2vw;left:30%}.cardtm .actve[data-v-487a30ff]{background:linear-gradient(-45deg,#0089fe,#97c1ff)!important;color:#fff!important}.cardtm .actve uni-text[data-v-487a30ff]{border:1px solid #fff}.cardtm .b[data-v-487a30ff]{background:#eff2f6}.pulu1[data-v-487a30ff]{width:28.2vw;height:9.8vw;position:fixed;top:30vw;right:9.2vw;z-index:60}.pulu1 uni-image[data-v-487a30ff]{position:absolute;top:0;left:0}.pulu2[data-v-487a30ff]{width:16.8vw;height:24vw;position:fixed;top:30.7vw;right:21.1vw;z-index:60}.pulu2 uni-image[data-v-487a30ff]{position:absolute;top:0;left:0}.route[data-v-487a30ff]{width:99.5vw;height:51.2vw;position:fixed;top:4.5vw;left:.3vw;z-index:2}.route uni-image[data-v-487a30ff]{position:absolute;top:0;left:0}.contitem[data-v-487a30ff]{width:48vw;height:36vw;position:fixed;top:5.3vw;left:28.2vw;z-index:50}.hldy[data-v-487a30ff]{position:fixed;left:6.7vw;bottom:3.7vw}.home[data-v-487a30ff]{width:100vw;height:100vh;overflow:hidden;position:relative;z-index:0}.tp uni-image[data-v-487a30ff]{width:100%;height:100%}
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1022 B |
|
Before Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 656 B |
|
After Width: | Height: | Size: 817 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 848 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 110 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 33 KiB |
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 296 KiB |
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 89 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 223 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 28 KiB |
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 27 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 1022 B |
BIN
unpackage/dist/build/app-plus/static/index/warehouse/procurement/picking/noarray.png
vendored
Normal file
|
After Width: | Height: | Size: 35 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
|
@ -574,7 +574,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|||
)
|
||||
]);
|
||||
}
|
||||
const camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/项目/hldy_app_mini/pages/camera.nvue"]]);
|
||||
const camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/hldy_app_mini/pages/camera.nvue"]]);
|
||||
export {
|
||||
camera as default
|
||||
};
|
||||
|
|
|
|||
|
|
@ -577,7 +577,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|||
)
|
||||
]);
|
||||
}
|
||||
const fullcamera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/项目/hldy_app_mini/pages/fullcamera.nvue"]]);
|
||||
const fullcamera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/hldy_app_mini/pages/fullcamera.nvue"]]);
|
||||
export {
|
||||
fullcamera as default
|
||||
};
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
.home[data-v-c8064d57]{width:100vw;height:100vh}.tp uni-image[data-v-c8064d57]{width:100%;height:100%}
|
||||
.clikurlbox[data-v-487a30ff]{position:fixed;width:100vw;height:100vw;top:0;left:0;overflow:hidden;z-index:61}.clikurlbox .itemact1[data-v-487a30ff]{width:22.3vw;height:13.6vw;bottom:9.8vw;left:12.6vw;z-index:31}.clikurlbox .itemact2[data-v-487a30ff]{width:9vw;height:9vw;top:22.5vw;left:16.5vw;z-index:57}.clikurlbox .itemact3[data-v-487a30ff]{width:11vw;height:9vw;top:37vw;left:48vw;z-index:55}.clikurlbox .itemact4[data-v-487a30ff]{width:14.4vw;height:13vw;top:35vw;right:4.4vw;z-index:65}.clikurlbox .itemact5[data-v-487a30ff]{width:14.4vw;height:10vw;bottom:3vw;right:21vw;z-index:65}.clikurlbox .itemact6[data-v-487a30ff]{width:18.2vw;height:12vw;top:8vw;left:12vw;z-index:65}.clikurlbox uni-view[data-v-487a30ff]{position:fixed;z-index:10}.cardtm[data-v-487a30ff]{position:relative;z-index:66}.cardtm>uni-view[data-v-487a30ff]{position:fixed;min-width:5vw;height:2.7vw;border-radius:1.35vw;box-shadow:0 0 .3vw rgba(174,174,188,.4);z-index:66;display:flex;align-items:center;padding:0 1vw;white-space:nowrap;z-index:70}.cardtm>uni-view[data-v-487a30ff]:nth-child(1){top:36.5vw;left:20.5vw}.cardtm>uni-view[data-v-487a30ff]:nth-child(2){top:28vw;left:26.5vw}.cardtm>uni-view[data-v-487a30ff]:nth-child(3){bottom:21vw;left:55vw}.cardtm>uni-view[data-v-487a30ff]:nth-child(4){top:35vw;right:6.5vw}.cardtm>uni-view[data-v-487a30ff]:nth-child(5){bottom:11.5vw;right:23.5vw}.cardtm>uni-view[data-v-487a30ff]:nth-child(6){top:6vw;left:17vw}.cardtm>uni-view uni-text[data-v-487a30ff]{width:1vw;height:1vw;border-radius:50%;border:1px solid #0089fe;margin:0 .4vw 0 0}.cardtm>uni-view uni-view[data-v-487a30ff]{width:2.8vw;height:4.4vw;position:absolute;top:2vw;left:30%}.cardtm .actve[data-v-487a30ff]{background:linear-gradient(-45deg,#0089fe,#97c1ff)!important;color:#fff!important}.cardtm .actve uni-text[data-v-487a30ff]{border:1px solid #fff}.cardtm .b[data-v-487a30ff]{background:#eff2f6}.pulu1[data-v-487a30ff]{width:28.2vw;height:9.8vw;position:fixed;top:30vw;right:9.2vw;z-index:60}.pulu1 uni-image[data-v-487a30ff]{position:absolute;top:0;left:0}.pulu2[data-v-487a30ff]{width:16.8vw;height:24vw;position:fixed;top:30.7vw;right:21.1vw;z-index:60}.pulu2 uni-image[data-v-487a30ff]{position:absolute;top:0;left:0}.route[data-v-487a30ff]{width:99.5vw;height:51.2vw;position:fixed;top:4.5vw;left:.3vw;z-index:2}.route uni-image[data-v-487a30ff]{position:absolute;top:0;left:0}.contitem[data-v-487a30ff]{width:48vw;height:36vw;position:fixed;top:5.3vw;left:28.2vw;z-index:50}.hldy[data-v-487a30ff]{position:fixed;left:6.7vw;bottom:3.7vw}.home[data-v-487a30ff]{width:100vw;height:100vh;overflow:hidden;position:relative;z-index:0}.tp uni-image[data-v-487a30ff]{width:100%;height:100%}
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1022 B |
|
Before Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 656 B |
|
After Width: | Height: | Size: 817 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 848 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
Before Width: | Height: | Size: 100 KiB After Width: | Height: | Size: 110 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 30 KiB |
|
After Width: | Height: | Size: 32 KiB |
|
After Width: | Height: | Size: 33 KiB |
|
After Width: | Height: | Size: 25 KiB |
|
After Width: | Height: | Size: 296 KiB |
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 89 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 223 KiB |
|
After Width: | Height: | Size: 20 KiB |