待退料数量

This commit is contained in:
sxu 2024-08-27 09:31:43 +08:00
parent b3b71364e0
commit 2c170fd903
1 changed files with 7 additions and 1 deletions

View File

@ -157,6 +157,12 @@
prop="preNum"
:show-overflow-tooltip="true"
/>
<el-table-column
label="已完成退料数量"
align="center"
prop="finishedBackNum"
:show-overflow-tooltip="true"
/>
<el-table-column
label="待退料数量"
align="center"
@ -230,7 +236,7 @@
@click="handleBackup(scope.row)"
v-if="
!isView &&
scope.row.num < scope.row.preNum &&
scope.row.num < scope.row.preNum - scope.row.finishedBackNum &&
(userId == scope.row.userId || userId == 1)
"
>