Merge branch 'material-ui' of http://14.103.246.124:16000/bonus/bonus-ui into material-ui
This commit is contained in:
commit
6b555d6103
|
|
@ -183,6 +183,13 @@
|
||||||
<div class="fillIn" style="margin-top: 30px; display: flex; justify-content: space-between">
|
<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 class="item" style="width: 24%; display: flex; align-items: center; flex-wrap: wrap">
|
||||||
<div style="width: 50%">发料:</div>
|
<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>
|
||||||
<div class="item" style="width: 50%; display: flex; align-items: center; flex-wrap: wrap">
|
<div class="item" style="width: 50%; display: flex; align-items: center; flex-wrap: wrap">
|
||||||
<div style="display: flex; align-items: center">
|
<div style="display: flex; align-items: center">
|
||||||
|
|
@ -288,6 +295,7 @@ export default {
|
||||||
leaseApplyDetails: [],
|
leaseApplyDetails: [],
|
||||||
// 领料任务详情数据
|
// 领料任务详情数据
|
||||||
leaseApplyData: {},
|
leaseApplyData: {},
|
||||||
|
leaseApplyOutData: {},
|
||||||
// 编码管理查看弹窗
|
// 编码管理查看弹窗
|
||||||
showView: false,
|
showView: false,
|
||||||
titleView: '',
|
titleView: '',
|
||||||
|
|
@ -363,6 +371,7 @@ export default {
|
||||||
const res = await getPickListApi({ id: row.id })
|
const res = await getPickListApi({ id: row.id })
|
||||||
this.leaseApplyDetails = res.data.leaseApplyDetailsList
|
this.leaseApplyDetails = res.data.leaseApplyDetailsList
|
||||||
this.leaseApplyData = res.data.leaseApplyInfo
|
this.leaseApplyData = res.data.leaseApplyInfo
|
||||||
|
this.leaseApplyOutData = res.data.leaseOutSign
|
||||||
},
|
},
|
||||||
|
|
||||||
//出库检验单打印
|
//出库检验单打印
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue