From 7817a414b8de7168ee5f6fddba77b0521d39a50c Mon Sep 17 00:00:00 2001 From: bb_pan Date: Wed, 6 Aug 2025 11:33:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=BE=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../toolsLease/outBound/component/homeApply.vue | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/views/materialsStation/toolsLease/outBound/component/homeApply.vue b/src/views/materialsStation/toolsLease/outBound/component/homeApply.vue index e98d0ab4..93955e88 100644 --- a/src/views/materialsStation/toolsLease/outBound/component/homeApply.vue +++ b/src/views/materialsStation/toolsLease/outBound/component/homeApply.vue @@ -183,15 +183,22 @@
发料:
+
-
领料:
+
领料:
@@ -288,6 +295,7 @@ export default { leaseApplyDetails: [], // 领料任务详情数据 leaseApplyData: {}, + leaseApplyOutData: {}, // 编码管理查看弹窗 showView: false, titleView: '', @@ -360,9 +368,10 @@ export default { this.leaseApplyData = {} this.title = '领料单' this.open = true - const res = await getPickListApi({ id: row.id}) + const res = await getPickListApi({ id: row.id }) this.leaseApplyDetails = res.data.leaseApplyDetailsList this.leaseApplyData = res.data.leaseApplyInfo + this.leaseApplyOutData = res.data.leaseOutSign }, //出库检验单打印