This commit is contained in:
bb_pan 2025-08-06 11:33:50 +08:00
parent 1c8528768f
commit 7817a414b8
1 changed files with 12 additions and 3 deletions

View File

@ -183,6 +183,13 @@
<div class="fillIn" style="margin-top: 30px; display: flex; justify-content: space-between">
<div class="item" style="width: 24%; display: flex; align-items: center; flex-wrap: wrap">
<div style="width: 50%">发料</div>
<img
v-if="leaseApplyOutData.outSignUrl"
:src="leaseApplyOutData.outSignUrl"
style="width: 40px; height: 90px"
:style="{ transform: leaseApplyOutData.outSignType == 0 ? 'rotate(-90deg)' : '' }"
alt=""
/>
</div>
<div class="item" style="width: 50%; display: flex; align-items: center; flex-wrap: wrap">
<div style="display: flex; align-items: center">
@ -288,6 +295,7 @@ export default {
leaseApplyDetails: [],
//
leaseApplyData: {},
leaseApplyOutData: {},
//
showView: false,
titleView: '',
@ -363,6 +371,7 @@ export default {
const res = await getPickListApi({ id: row.id })
this.leaseApplyDetails = res.data.leaseApplyDetailsList
this.leaseApplyData = res.data.leaseApplyInfo
this.leaseApplyOutData = res.data.leaseOutSign
},
//