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 {