浏览代码

0423物资进销存

liuhj 3 周之前
父节点
当前提交
f86cd1799d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/OP/SuppliesInventory.vue

+ 1 - 1
src/components/OP/SuppliesInventory.vue

@@ -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>