...
|
...
|
@@ -256,17 +256,41 @@ |
256
|
256
|
<text class='text_left'>贷款类型</text>
|
257
|
257
|
<text class='text_right_333'>{{datas.loan_type}}</text>
|
258
|
258
|
</view>
|
259
|
|
- <view style='height:90rpx;width:100%;clear:both;'>
|
260
|
|
- <text class='text_left'>贷款合同编号</text>
|
261
|
|
- <text class='text_right_333'>{{datas.loan_contract_no}}</text>
|
262
|
|
- </view>
|
263
|
|
- <view style='height:90rpx;width:100%;clear:both;'>
|
264
|
|
- <text class='text_left'>首次还款日期</text>
|
265
|
|
- <text class='text_right_333'>{{datas.loan_start}}</text>
|
|
259
|
+ <view wx:if="{{datas.loan_type=='商业贷款'||datas.loan_type=='组合贷款'}}">
|
|
260
|
+ <view style='height:90rpx;width:100%;clear:both;'>
|
|
261
|
+ <text class='text_left'>商业贷款合同编号</text>
|
|
262
|
+ <text class='text_right_333'>{{datas.sec_loan_contract_no}}</text>
|
|
263
|
+ </view>
|
|
264
|
+ <view style='height:90rpx;width:100%;clear:both;'>
|
|
265
|
+ <text class='text_left'>商业贷款银行</text>
|
|
266
|
+ <text class='text_right_333'>{{datas.sec_loan_bank}}</text>
|
|
267
|
+ </view>
|
|
268
|
+ <view style='height:90rpx;width:100%;clear:both;'>
|
|
269
|
+ <text class='text_left'>首次还款日期</text>
|
|
270
|
+ <text class='text_right_333'>{{datas.loan_start}}</text>
|
|
271
|
+ </view>
|
|
272
|
+ <view style='height:90rpx;width:100%;clear:both;'>
|
|
273
|
+ <text class='text_left'>商业贷款期限(月数)</text>
|
|
274
|
+ <text class='text_right_333'>{{datas.sec_loan_months}}</text>
|
|
275
|
+ </view>
|
266
|
276
|
</view>
|
267
|
|
- <view style='height:90rpx;width:100%;clear:both;'>
|
268
|
|
- <text class='text_left'>贷款期限(月数)</text>
|
269
|
|
- <text class='text_right_333'>{{datas.loan_months}}</text>
|
|
277
|
+ <view wx:if="{{datas.loan_type=='公积金贷款'||datas.loan_type=='组合贷款'}}">
|
|
278
|
+ <view style='height:90rpx;width:100%;clear:both;'>
|
|
279
|
+ <text class='text_left'>公积金贷款合同编号</text>
|
|
280
|
+ <text class='text_right_333'>{{datas.loan_contract_no}}</text>
|
|
281
|
+ </view>
|
|
282
|
+ <view style='height:90rpx;width:100%;clear:both;'>
|
|
283
|
+ <text class='text_left'>公积金贷款银行</text>
|
|
284
|
+ <text class='text_right_333'>{{datas.loan_bank}}</text>
|
|
285
|
+ </view>
|
|
286
|
+ <view style='height:90rpx;width:100%;clear:both;'>
|
|
287
|
+ <text class='text_left'>首次还款日期</text>
|
|
288
|
+ <text class='text_right_333'>{{datas.loan_start}}</text>
|
|
289
|
+ </view>
|
|
290
|
+ <view style='height:90rpx;width:100%;clear:both;'>
|
|
291
|
+ <text class='text_left'>公积金贷款期限(月数)</text>
|
|
292
|
+ <text class='text_right_333'>{{datas.loan_months}}</text>
|
|
293
|
+ </view>
|
270
|
294
|
</view>
|
271
|
295
|
<view style='height:90rpx;width:100%;clear:both;'>
|
272
|
296
|
<text class='text_left'>扣除方式</text>
|
...
|
...
|
|