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