Ver código fonte

0423物资进销存

liuhj 3 semanas atrás
pai
commit
f86cd1799d
1 arquivos alterados com 1 adições e 1 exclusões
  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>