前端修改新购入库驳回
This commit is contained in:
parent
abb791c1a0
commit
369b8f08b0
|
|
@ -138,7 +138,7 @@
|
|||
size="mini"
|
||||
type="success"
|
||||
icon="el-icon-edit"
|
||||
v-if="scope.row.purchasingStatus!='已入库'&&scope.row.purchasingStatus!='已验收合格'&&scope.row.purchasingStatus!='待审核'"
|
||||
v-if="scope.row.purchasingStatus!='已入库'&&scope.row.purchasingStatus!='已验收合格'&&scope.row.purchasingStatus!='待审核'&&scope.row.purchasingStatus!='驳回'"
|
||||
@click="handleAccept(scope.row)"
|
||||
>验收</el-button>
|
||||
<el-button
|
||||
|
|
|
|||
Loading…
Reference in New Issue