退料接收按钮判断

This commit is contained in:
zzyuan 2024-04-23 14:35:31 +08:00
parent 6e6420c65c
commit d2d9f5b6c4
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@
size="mini"
type="primary"
@click="handleNumReturn(scope.row)"
v-if="!isView&&(scope.row.manageType=='1'||'2')&&scope.row.num>0"
v-if="!isView&&(scope.row.manageType=='1'||scope.row.manageType=='2')&&scope.row.num>0"
>数量退料</el-button>
<el-button
size="mini"