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"
/>