From 0b595efa3779223c95558e883151e4d2d4b8466c Mon Sep 17 00:00:00 2001 From: bb_pan Date: Thu, 28 Aug 2025 15:38:31 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E4=BB=B6=E9=A2=86=E6=96=99=E5=8D=95?= =?UTF-8?q?=E7=AD=BE=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../part/partLease/component/homeApply.vue | 42 +++++++++---------- 1 file changed, 20 insertions(+), 22 deletions(-) diff --git a/src/views/material/part/partLease/component/homeApply.vue b/src/views/material/part/partLease/component/homeApply.vue index 87ab146b..a6d739b8 100644 --- a/src/views/material/part/partLease/component/homeApply.vue +++ b/src/views/material/part/partLease/component/homeApply.vue @@ -195,7 +195,7 @@
-
+
审核:
-
-
领料:
+
+
领料:
-
- -
+
-
+
库管:
制单:
@@ -333,7 +327,8 @@ export default { leaseApplyData: {}, // 领料单信息 approveSignList: [], // 审批签字列表 outSignList: [], // 领料签字列表 - kgSignList: [] // 库管签字列表 + kgSignList: [], // 库管签字列表 + leaseSignInfo: {} } }, created() { @@ -354,6 +349,9 @@ export default { this.leaseApplyData = res.data.details this.leaseApplyData.createTime = row.createTime this.leaseApplyData.code = row.code + this.leaseSignInfo = res.data.leaseSignInfo || {} + this.kgSignList = res.data.kgSignList || [] + this.approveSignList = res.data.approveSignInfo || [] } catch (error) { console.log('🚀 ~ handleLld ~ error:', error) } finally {