|
@@ -74,6 +74,33 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
|
|
+ <view v-if="detailData.expensesType == '2'" class='wrap margin-bottom'>
|
|
|
|
+ <view class="xinxi" style="font-size: 28rpx; ">收款账户信息</view>
|
|
|
|
+ <view class="c-row">
|
|
|
|
+ <view class="title">收款方</view>
|
|
|
|
+ <view class="con-list">
|
|
|
|
+ <view>{{detailData.payee}}</view>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="c-row">
|
|
|
|
+ <view class="title">账户</view>
|
|
|
|
+ <view class="con-list">
|
|
|
|
+ <view>{{detailData.accountNumber}}</view>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="c-row">
|
|
|
|
+ <view class="title">开户行</view>
|
|
|
|
+ <view class="con-list">
|
|
|
|
+ <view>{{detailData.bank}}</view>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="c-row">
|
|
|
|
+ <view class="title">开户支行</view>
|
|
|
|
+ <view class="con-list">
|
|
|
|
+ <view>{{detailData.bankBranch}}</view>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
</template>
|
|
|
|
|