uu
This commit is contained in:
parent
6550115bfe
commit
1bd6ca373f
@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
<view class="dt-block">
|
<view class="dt-block">
|
||||||
<view class="mb-20">
|
<view class="mb-20">
|
||||||
<buns-locus-pos :billCode="searchParam.billCode"></buns-locus-pos>
|
<buns-locus-pos :billCode="searchParam.billCode" ref="lcusRef"></buns-locus-pos>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</div>
|
</div>
|
||||||
@ -134,6 +134,9 @@
|
|||||||
let res = await apiService.getOrderDetail({...this.searchParam, _loading: true})
|
let res = await apiService.getOrderDetail({...this.searchParam, _loading: true})
|
||||||
// 通过对象合并才能修改父级 数据
|
// 通过对象合并才能修改父级 数据
|
||||||
Object.assign(this.modelInfo, res.data || {})
|
Object.assign(this.modelInfo, res.data || {})
|
||||||
|
setTimeout(()=> {
|
||||||
|
this.$refs.lcusRef.initData()
|
||||||
|
}, 300)
|
||||||
},
|
},
|
||||||
handleSubmitDanCheck() {
|
handleSubmitDanCheck() {
|
||||||
this.danCheckModal.show = false
|
this.danCheckModal.show = false
|
||||||
|
|||||||
@ -34,14 +34,14 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
</template>
|
</template>
|
||||||
<template v-slot:footer>
|
<!-- <template v-slot:footer>
|
||||||
<view class="pos-rlt blcok-white" style="border-radius: 0;margin-top: 0;">
|
<view class="pos-rlt blcok-white" style="border-radius: 0;margin-top: 0;">
|
||||||
<u-row>
|
<u-row>
|
||||||
<u-button size="large" shape="circle"
|
<u-button size="large" shape="circle"
|
||||||
custom-style="width: 500rpx;height:80rpx;font-size: 30rpx;" type="primary">打印合包条码</u-button>
|
custom-style="width: 500rpx;height:80rpx;font-size: 30rpx;" type="primary">打印合包条码</u-button>
|
||||||
</u-row>
|
</u-row>
|
||||||
</view>
|
</view>
|
||||||
</template>
|
</template> -->
|
||||||
</tpx-layout>
|
</tpx-layout>
|
||||||
</tpx-page>
|
</tpx-page>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user