新购入库问题修改

This commit is contained in:
hayu 2024-04-15 09:40:05 +08:00
parent 273780187a
commit b91aeb2ccf
1 changed files with 1 additions and 0 deletions

View File

@ -220,6 +220,7 @@
scope.row.purchasingStatus != '已审核' && scope.row.purchasingStatus != '已审核' &&
scope.row.purchasingStatus != '已验收合格' && scope.row.purchasingStatus != '已验收合格' &&
scope.row.purchasingStatus != '待审核' && scope.row.purchasingStatus != '待审核' &&
scope.row.purchasingStatus != '验收不通过' &&
scope.row.purchasingStatus != '驳回' scope.row.purchasingStatus != '驳回'
" "
@click="handleAccept(scope.row)" @click="handleAccept(scope.row)"