From 6ea3fc22c5397be81f1844abceb48a14803676a2 Mon Sep 17 00:00:00 2001 From: sxu <602087911@qq.com> Date: Wed, 28 Aug 2024 17:16:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=80=E6=96=99=E6=8E=A5=E6=94=B6=E6=97=B6,?= =?UTF-8?q?=E6=A3=80=E6=9F=A5=E7=BB=93=E7=AE=97=E8=A1=A8=E6=8B=BF=E5=88=B0?= =?UTF-8?q?=E5=BE=85=E9=80=80=E6=96=99=E6=95=B0=E9=87=8F,=E9=98=B2?= =?UTF-8?q?=E6=AD=A2=E5=A4=9A=E9=80=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../return/receive/component/handlePage.vue | 32 +++++++++++++------ 1 file changed, 22 insertions(+), 10 deletions(-) diff --git a/src/views/claimAndreturn/return/receive/component/handlePage.vue b/src/views/claimAndreturn/return/receive/component/handlePage.vue index 5b2ad0f..522e2ee 100644 --- a/src/views/claimAndreturn/return/receive/component/handlePage.vue +++ b/src/views/claimAndreturn/return/receive/component/handlePage.vue @@ -151,12 +151,24 @@ prop="typeCode" :show-overflow-tooltip="true" /> + + + + + + + @@ -174,7 +186,7 @@ (scope.row.partNum = scope.row.manageType == 0 || scope.row.manageType == 1 - ? scope.row.num + ? scope.row.maxBackNum : scope.row.partNum) }} @@ -210,7 +222,7 @@ v-if=" !isView && scope.row.manageType == '0' && - scope.row.num > 0 && + scope.row.maxBackNum > 0 && (userId == scope.row.userId || userId == 1) " > @@ -224,7 +236,7 @@ !isView && (scope.row.manageType == '1' || scope.row.manageType == '2') && - scope.row.num > 0 && + scope.row.maxBackNum > 0 && (userId == scope.row.userId || userId == 1) " > @@ -236,7 +248,7 @@ @click="handleBackup(scope.row)" v-if=" !isView && - scope.row.num < scope.row.preNum - scope.row.finishedBackNum && + scope.row.inCompletedBackNum > 0 && (userId == scope.row.userId || userId == 1) " > @@ -542,7 +554,7 @@ :show-overflow-tooltip="true" />