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 }, //出库检验单打印