|
@@ -83,8 +83,15 @@
|
|
|
<view class="list-title-b">进度:<text
|
|
|
:style="{ color: formatColor(receiptInfo.receiptStatus) }">{{ receiptInfo.receiptStatusText }}</text>
|
|
|
</view>
|
|
|
- <view class="list-title-b">确认人:<text class="text">正大单</text></view>
|
|
|
- <view class="list-title-b">确认时间:<text class="text">{{ receiptInfo.confirmDate }}</text></view>
|
|
|
+ <view class="list-title-b">
|
|
|
+ 确认人:
|
|
|
+ <text class="text">
|
|
|
+ {{ receiptInfo.confirmUserName ? receiptInfo.confirmUserName : '无' }}
|
|
|
+ </text>
|
|
|
+ </view>
|
|
|
+ <view class="list-title-b">
|
|
|
+ 确认时间:<text class="text">{{ receiptInfo.confirmDate }}</text>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="section-tips">注:款项和订单已确认关联,等待审核</view>
|