diff --git a/src/views/material/part/partLease/component/addToolsApply.vue b/src/views/material/part/partLease/component/addToolsApply.vue index 2eba91a1..df22dccf 100644 --- a/src/views/material/part/partLease/component/addToolsApply.vue +++ b/src/views/material/part/partLease/component/addToolsApply.vue @@ -17,13 +17,13 @@ placeholder="请输入领料单号" clearable maxlength="50" - style="width: 240px" + style="width: 240px" disabled /> 通过通过 @@ -50,19 +50,19 @@ plain icon="el-icon-close" size="mini" - :disabled="multiple" + :disabled="multiple || auditLoading" @click="handleFailAll" - >驳回驳回 - + - - + + @@ -84,8 +83,10 @@ style="margin-bottom: 10px" type="success" v-if="scope.row.status == '0'" + :disabled="auditLoading" @click="handlePass(scope.row)" - >通过 + :loading="currentAuditId === scope.row.id && auditLoading" + >通过 驳回 + :disabled="auditLoading" + :loading="currentAuditId === scope.row.id && auditLoading" + >驳回
-
@@ -109,7 +112,7 @@ -