From 2275cce06133f0fc17314568c148c158b892aec0 Mon Sep 17 00:00:00 2001 From: hayu <1604366271@qq.com> Date: Fri, 6 Feb 2026 16:17:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E4=BB=B6=E9=A2=86=E7=94=A8=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8=E5=A2=9E=E5=8A=A0loding?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../partLease/component/addToolsApply.vue | 143 ++++++++++++------ 1 file changed, 95 insertions(+), 48 deletions(-) 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 @@ -