|
|
|
@ -173,13 +173,13 @@ |
|
|
|
|
<input placeholder="请输入四位数字的mcc编号" v-model="mccno" maxlength="4" style="width: 70%;" |
|
|
|
|
placeholder-style="color: #bfbfbf;font-size:14px;padding-top:2px;" /> |
|
|
|
|
</view> --> |
|
|
|
|
<!-- <view class="username"> |
|
|
|
|
<view class="username"> |
|
|
|
|
<view class="namecont">mcc编号</view> |
|
|
|
|
<input placeholder="请选择mcc编号" v-model="mccno" style="width: 70%;" disabled="true" |
|
|
|
|
@click="jumpchangemcc()" placeholder-style="color: #bfbfbf;font-size:14px;padding-top:2px;" /> |
|
|
|
|
<image src="../../../static/img/jtg.png" mode="widthFix" class="iconw"></image> |
|
|
|
|
</view> |
|
|
|
|
--> |
|
|
|
|
|
|
|
|
|
<view class="username" style="border-bottom: 0px;"> |
|
|
|
|
<view class="namecont">详情地址</view> |
|
|
|
|
<input placeholder="请精确到XX路XX号" v-model="detailsaddress" style="width: 70%;" |
|
|
|
@ -238,10 +238,10 @@ |
|
|
|
|
<view class="username" style="border-bottom: 0px;"> |
|
|
|
|
<view class="namecont">有效期</view> |
|
|
|
|
<view class="width30 aliitem" @tap="idcardtime='1'"> |
|
|
|
|
<radio class="checbox" :checked="idcardtime=='1'" color="#0083f5" /> 选择时间 |
|
|
|
|
<radio class="checbox" :checked="idcardtime =='1'" color="#0083f5" /> 选择时间 |
|
|
|
|
</view> |
|
|
|
|
<view class="width30 aliitem" @tap="idcardtime='2'"> |
|
|
|
|
<radio class="checbox" :checked="idcardtime=='2'" color="#0083f5" /> 长期有效 |
|
|
|
|
<radio class="checbox" :checked="idcardtime =='2'" color="#0083f5" /> 长期有效 |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="username width80"> |
|
|
|
@ -839,6 +839,7 @@ |
|
|
|
|
onLoad(options) { |
|
|
|
|
this.merId = options.id; |
|
|
|
|
this.getMerDetail(1); |
|
|
|
|
console.log('======' + this.cardstart_date); |
|
|
|
|
}, |
|
|
|
|
onShow() { |
|
|
|
|
if (app.globalData.businessid) { |
|
|
|
@ -1180,7 +1181,7 @@ |
|
|
|
|
url: items |
|
|
|
|
} |
|
|
|
|
recognizeIdCard(params).then(res => { |
|
|
|
|
uni.hideLoading(); |
|
|
|
|
uni.hideLoading(); |
|
|
|
|
if (res.return_code == '000000' && res.return_data) { |
|
|
|
|
if (item == 1) { |
|
|
|
|
if (JSON.parse(res.return_data.data).data.face != undefined) { |
|
|
|
@ -1204,6 +1205,7 @@ |
|
|
|
|
this.cardstart_date = times[0]; |
|
|
|
|
this.idcardsideimg = items; |
|
|
|
|
this.cardend_date = times[1]; |
|
|
|
|
console.log('======' + this.idcardtime); |
|
|
|
|
} else { |
|
|
|
|
uni.showToast({ |
|
|
|
|
title: '请上传身份证国徽信息', |
|
|
|
@ -1268,11 +1270,11 @@ |
|
|
|
|
gonextstep() { |
|
|
|
|
uni.pageScrollTo({ |
|
|
|
|
scrollTop: 0 |
|
|
|
|
}) |
|
|
|
|
// this.getMerDetail(0); |
|
|
|
|
}) |
|
|
|
|
// this.getMerDetail(0); |
|
|
|
|
// 第一步 |
|
|
|
|
if (this.merchart == 1) { |
|
|
|
|
if (this.currentstatus == 1) { |
|
|
|
|
if (this.currentstatus == 1) { |
|
|
|
|
this.getMerDetail(0); |
|
|
|
|
this.merchart = 2; |
|
|
|
|
} else { |
|
|
|
@ -1373,9 +1375,15 @@ |
|
|
|
|
// this.idcardsideimg = res.return_data.larIdCardNationalEmblemImg; |
|
|
|
|
// this.uploadidcardsideimg = res.return_data.larIdCardNationalEmblemImg; |
|
|
|
|
this.getImgSignedUrl(3, res.return_data.larIdCardNationalEmblemImg); |
|
|
|
|
this.cardstart_date = res.return_data.larIdCardPeriodStart; |
|
|
|
|
this.idcardtime = res.return_data.larIdCardPeriodType; |
|
|
|
|
this.cardend_date = res.return_data.larIdCardPeriodEnd; |
|
|
|
|
if (res.return_data.larIdCardPeriodStart) { |
|
|
|
|
this.cardstart_date = res.return_data.larIdCardPeriodStart; |
|
|
|
|
} |
|
|
|
|
if (res.return_data.larIdCardPeriodType) { |
|
|
|
|
this.idcardtime = res.return_data.larIdCardPeriodType; |
|
|
|
|
} |
|
|
|
|
if (res.return_data.larIdCardPeriodEnd) { |
|
|
|
|
this.cardend_date = res.return_data.larIdCardPeriodEnd; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
//第三步 |
|
|
|
|
if (res.return_data.merSettleAcct && this.rateCodeList) { |
|
|
|
@ -1946,7 +1954,7 @@ |
|
|
|
|
"settleIdCardNationalEmblemImg": that.uploadidcardsideimg, //"【对私非法人结算】结算人身份证国徽面图片", |
|
|
|
|
"settleIdCardPeriodStart": that.cardstart_date, //"【对私非法人结算】结算人身份证有效期开始时间", |
|
|
|
|
"settleIdCardPeriodEnd": that.cardend_date, //"【对私非法人结算】结算人身份证有效期结束时间" |
|
|
|
|
// "merRateList": that.merRateList //费率传值 |
|
|
|
|
"merRateList": that.merRateList //费率传值 |
|
|
|
|
} |
|
|
|
|
configMerSettlement(datas).then(res => { |
|
|
|
|
uni.hideLoading(); |
|
|
|
@ -2226,4 +2234,4 @@ |
|
|
|
|
border-radius: 8px; |
|
|
|
|
color: #bfbfbf; |
|
|
|
|
} |
|
|
|
|
</style> |
|
|
|
|
</style> |