From 54af499b76fdc87a675ef5c8cbc858a19176942c Mon Sep 17 00:00:00 2001 From: wangweidong <850489345@qq.com> Date: Mon, 24 Nov 2025 15:09:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/Warehouse/picking.vue | 11 ++++++----- pages/procurement/purchaseorder.vue | 13 ++++++++----- 2 files changed, 14 insertions(+), 10 deletions(-) diff --git a/pages/Warehouse/picking.vue b/pages/Warehouse/picking.vue index 2ff094c..c00ea8d 100644 --- a/pages/Warehouse/picking.vue +++ b/pages/Warehouse/picking.vue @@ -672,7 +672,7 @@ - + { // console.log(showvalue.value) middletarget.value = index; showvalue.value = InvoicingList.value[index]; showvalue.value.jianhuobtn = false; + Invoiscroll.value = (index - 2) * 205; if (Number(showvalue.value.status) == 0 || (Number(showvalue.value.status) > 0 && Number(showvalue.value.wrksl) > 0)) { showvalue.value.maxnum = (showvalue.value.rksl == 0 && showvalue.value.wrksl == 0 && showvalue.value.xzsl == 0) ? showvalue.value.purchaseQuantity : showvalue.value.wrksl showvalue.value.num = showvalue.value.maxnum; @@ -3149,7 +3151,7 @@ padding: 0 90rpx; .photowall-title { - margin-top: 80rpx; + margin-top: 50rpx; display: flex; justify-content: space-between; width: 100%; @@ -3173,11 +3175,10 @@ width: 110%; height: 67vh; display: flex; - margin-top: 40rpx; - + margin-top: 20rpx; .photowall-other-one { width: 28.5%; - height: 400rpx; + height: 430rpx; margin-right: 3vw; margin-bottom: 3%; border-radius: 30rpx; diff --git a/pages/procurement/purchaseorder.vue b/pages/procurement/purchaseorder.vue index d2b2e48..02b939a 100644 --- a/pages/procurement/purchaseorder.vue +++ b/pages/procurement/purchaseorder.vue @@ -184,7 +184,7 @@ - + {{ showvalue?.typeId_dictText }} - + + {{showvalue.medicationId_dictText}} + @@ -581,9 +581,11 @@ cgdId: "", isWaring: 0 } + const Invoitop = ref(0) const clickmiddle = (index : number) => { middletarget.value = index; showvalue.value = InvoicingList.value[index]; + Invoitop.value = Math.floor(index/3) * 105; Object.assign(form, mobanform) form.pageSize = -1; } @@ -1087,7 +1089,7 @@ } .tags-one { - width: 130rpx; + min-width: 130rpx; height: 60rpx; display: flex; justify-content: center; @@ -1098,6 +1100,7 @@ margin-top: 20rpx; font-size: 25rpx; color: #555555; + padding: 0 0.5vw; } }