新购入库问题修改
This commit is contained in:
parent
273780187a
commit
b91aeb2ccf
|
|
@ -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)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue