diff --git a/src/views/material/lease/apply/component/homeApply.vue b/src/views/material/lease/apply/component/homeApply.vue index c897a68f..d7b42c32 100644 --- a/src/views/material/lease/apply/component/homeApply.vue +++ b/src/views/material/lease/apply/component/homeApply.vue @@ -331,13 +331,17 @@
领料:
-
+
@@ -349,14 +353,18 @@ style="width: 75%; display: flex; align-items: center; flex-wrap: wrap" v-if="kgSignList.length > 0" > - + > + +
@@ -499,6 +507,7 @@ export default { leaseApplyDetails: [], // 领料任务详情数据 leaseApplyData: {}, + outSignList: [], // 领料单签名 sendTemp: [], // 编码管理查看弹窗 showView: false, @@ -669,6 +678,8 @@ export default { const res = await getApplyInfo(ids) this.leaseApplyDetails = res.data.leaseApplyDetailsList this.leaseApplyData = res.data.leaseApplyInfo + this.outSignList = res.data.outSignList || [] + console.log('🚀 ~ handleLld ~ this.outSignList:', this.outSignList) this.kgSignList = res.data.kgSignList || [] console.log('🚀 ~ handleLld ~ this.kgSignList:', this.kgSignList) }, diff --git a/src/views/material/lease/materialConfirm/index.vue b/src/views/material/lease/materialConfirm/index.vue index 82fb8ca2..753b12e8 100644 --- a/src/views/material/lease/materialConfirm/index.vue +++ b/src/views/material/lease/materialConfirm/index.vue @@ -291,13 +291,17 @@
领料:
-
+
@@ -306,15 +310,16 @@
材料员:
-
-
+
+
@@ -361,22 +366,22 @@ --> - + - + - + - + - +