|
|
@@ -15,7 +15,7 @@
|
|
|
<image class="scan-image-icon" fit="fill" src="{{imageUrl+'/order_billing_detail_01.png'}}"></image>
|
|
|
</view>
|
|
|
<view style="display: flex;">
|
|
|
- {{objInfo.supName?objInfo.supName + " " + objInfo.supCode
|
|
|
+ {{objInfo.supName?objInfo.supName
|
|
|
:objInfo.cusName + " " + objInfo.cusPhone}}
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -51,7 +51,7 @@
|
|
|
<view style="margin-top: 20rpx;">单据单号: {{item.biznisNo}}</view>
|
|
|
<view style="margin-top: 20rpx;">单据类型: {{item.biznisTypeName}}</view>
|
|
|
<view style="margin-top: 20rpx;">单据金额: {{wxmlUtil.toThousandCents(item.amtShould)}}</view>
|
|
|
- <view style="margin-top: 20rpx;">未/已核销: {{wxmlUtil.toThousandCents(item.amtResidue)}}</view>
|
|
|
+ <view style="margin-top: 20rpx;">未/已核销: {{wxmlUtil.toThousandCents(item.amtResidue)}}/{{wxmlUtil.toThousandCents(item.amtHandle)}}</view>
|
|
|
<view style="margin-top: 20rpx;"> 账务日期: {{item.accDate}}</view>
|
|
|
</view>
|
|
|
|