This commit is contained in:
wangweidong 2026-01-13 17:00:44 +08:00
parent f555869efe
commit 20f76480fa
2 changed files with 20 additions and 10 deletions

View File

@ -2477,7 +2477,8 @@
.contain-right { .contain-right {
z-index: 1; z-index: 1;
height: 100vh; height: 100vh;
width: 62vw; width: 60vw;
margin-left: 2%;
overflow: hidden; overflow: hidden;
.contain-right-title { .contain-right-title {
@ -2487,6 +2488,7 @@
justify-content: flex-end; justify-content: flex-end;
position: relative; position: relative;
.contain-right-button { .contain-right-button {
width: 7.3vw; width: 7.3vw;
height: 3.3vw; height: 3.3vw;
@ -2609,7 +2611,7 @@
position: fixed; position: fixed;
height: 102vh; height: 102vh;
background-color: #fff; background-color: #fff;
width: 62.3vw; width: 61vw;
top:-5vh; top:-5vh;
right:-1vw; right:-1vw;
} }
@ -3082,7 +3084,7 @@
.left-top-tags { .left-top-tags {
position: absolute; position: absolute;
top: -25rpx; top: -25rpx;
left: 0rpx; left: 20rpx;
} }
.juzhong { .juzhong {
@ -3147,7 +3149,7 @@
top: 0%; top: 0%;
left: 50%; left: 50%;
transform: translate(-50%, 0%); transform: translate(-50%, 0%);
width: 55%; width: 50%;
height: 100%; height: 100%;
border-radius: 40rpx; border-radius: 40rpx;
background-color: #fff; background-color: #fff;
@ -3202,7 +3204,7 @@
.photowall-other { .photowall-other {
width: 107%; width: 107%;
height: 67vh; height: 64vh;
display: flex; display: flex;
margin-top: 20rpx; margin-top: 20rpx;

View File

@ -27,7 +27,7 @@
v-for="(item,index) in tagsarray" @click="changetype(index)"> v-for="(item,index) in tagsarray" @click="changetype(index)">
{{ item }} {{ item }}
</view> </view>
<view class="heng-blue" :style="{ left: `${selectType === 0 ? 18 : 18 + selectType * 30}%` }"> <view class="heng-blue" :style="{ left: `${selectType === 0 ? 14 :(selectType==3?12:13) + selectType * 24}%` }">
</view> </view>
</view> </view>
@ -60,7 +60,7 @@
{{ item.pddNo }} {{ item.pddNo }}
</view> </view>
</view> </view>
<view class="scroll-title-right"> <view class="scroll-title-right" :style="item.pddType==3?'color: #FF5757;border: 2rpx solid #FF5757;background-color: #FFF1F1;':''">
{{ item.pddType_dictText }} {{ item.pddType_dictText }}
</view> </view>
@ -138,7 +138,7 @@
<view class="bottom-right" @click="openselect=false;firstgetqueryCgdList()"> <view class="bottom-right" @click="openselect=false;firstgetqueryCgdList()">
确定 确定
<text style="font-size: 25rpx;margin-top: 5rpx;" v-if="alltotal"> <text style="font-size: 25rpx;margin-top: 5rpx;" v-if="alltotal">
{{ alltotal }}采购 {{ alltotal }}盘点
</text> </text>
</view> </view>
</view> </view>
@ -158,6 +158,10 @@
@click="plzinfo.pddType=`2`;firstgetqueryCgdList();selectType=2"> @click="plzinfo.pddType=`2`;firstgetqueryCgdList();selectType=2">
已完成 已完成
</view> </view>
<view :class="plzinfo.pddType==`3`?`more-statues-button-target`:`more-statues-button`"
@click="plzinfo.pddType=`3`;firstgetqueryCgdList();selectType=3">
作废
</view>
</view> </view>
@ -267,7 +271,7 @@
const openselect = ref(false); const openselect = ref(false);
const manyselect = ref(false); const manyselect = ref(false);
const addshow = ref(false) const addshow = ref(false)
const tagsarray = ref(["全部", "盘点中", "已完成"]) const tagsarray = ref(["全部", "盘点中", "已完成",'作废'])
const cgrlist = ref([]); const cgrlist = ref([]);
const props = defineProps({ const props = defineProps({
isShow: { isShow: {
@ -338,6 +342,10 @@
case 2: case 2:
plzinfo.pddType = `2` plzinfo.pddType = `2`
break break
case 3:
plzinfo.pddType = `3`
break
} }
firstgetqueryCgdList() firstgetqueryCgdList()
@ -753,7 +761,7 @@
} }
.left-selecttype { .left-selecttype {
width: 450rpx; width: 550rpx;
height: 70rpx; height: 70rpx;
border-radius: 40rpx; border-radius: 40rpx;
// background-color: #FFFFFF; // background-color: #FFFFFF;