|
@@ -343,7 +343,7 @@
|
|
|
</el-table-column>
|
|
|
<el-table-column label="操作" width="450">
|
|
|
<template slot-scope="scope">
|
|
|
- <el-button size="mini" type="primary" title="通过"
|
|
|
+ <el-button :disabled="scope.row.auditStatusText=='已完成'||scope.row.auditStatusText=='已拒绝'" size="mini" type="primary" title="通过"
|
|
|
@click="GoodsReceiveAudit(scope.row,1)">通过</el-button>
|
|
|
<el-button size="mini" type="info" title="不通过"
|
|
|
@click="GoodsReceiveAudit(scope.row,2)">不通过</el-button>
|