|
|
@ -5,10 +5,10 @@ |
|
|
|
<scroll-view scroll-y="true" class="page-main-scroll"> |
|
|
|
<view class="" style="background-color: #fff; padding-left: 20rpx;padding-right: 20rpx; padding-top: 10rpx;padding-bottom: 10rpx;"> |
|
|
|
<view class="" style="font-size: 35rpx;"> |
|
|
|
单据号 : {{jobContent.number}} |
|
|
|
单据号 : {{requestContent.number}} |
|
|
|
</view> |
|
|
|
<view class="" style="font-size: 35rpx;"> |
|
|
|
<text>供应商代码 : {{jobContent.supplierCode}} </text> |
|
|
|
<text>供应商代码 : {{requestContent.supplierCode}} </text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<u-line /> |
|
|
@ -93,7 +93,7 @@ |
|
|
|
that.showMessage('未获取到详情'); |
|
|
|
} else { |
|
|
|
if (res.data.subList.length > 0) { |
|
|
|
that.jobContent = res.data; |
|
|
|
that.requestContent = res.data; |
|
|
|
that.subList = res.data.subList; |
|
|
|
that.detailSource = getDataSource(that.subList) |
|
|
|
// that.subList = res.data[0]; |
|
|
|