Commit d74c5e24 authored by linxin's avatar linxin

add

parents e716161c 79ddc586
Pipeline #5167 canceled with stages
......@@ -11,6 +11,6 @@ module.exports = {
ocrPath:'"http://180.104.121.66:8088/r/api"',
fileUploadSvcPath:'"http://180.104.121.66:8088/r/api/app/fileUploadSvc?sysName=XCMG_UAT&apiName="',
appId: '"com.xcmg.app.dev"',
currentVersion: '"1.8.8"'
currentVersion: '"1.9.0"'
}
......@@ -218,7 +218,7 @@ export default {
content: `检测成功,请进行电子签认证`,
onConfirm: () => {
// 电子签认证
vm.svaeVideo(fileUrl)
// vm.svaeVideo(fileUrl)
setTimeout(vm.goElectronicSign(), 3000)
},
})
......
......@@ -241,6 +241,7 @@ export default {
beforeRouteEnter (to, from, next) {
next(vm => {
if (from.name === 'ConfirmList') {
vm.$refs.body.hideBody()
vm.getDetail()
vm.getEquipment()
vm.getAttachment()
......@@ -443,7 +444,7 @@ export default {
hlsUtil.baiduOcrFace(obj, url, function (res) {
hlsPopup.hideLoading()
if (res.success && res.result.result.score) {
vm.save_picture(vm.faceListUpload)
// vm.save_picture(vm.faceListUpload)
let identifyScore = res.result.result.score.toFixed(0)
if (identifyScore >= 50) {
hlsPopup.showPopup({
......
......@@ -366,6 +366,7 @@ export default {
beforeRouteEnter (to, from, next) {
next(vm => {
if (from.name === 'ContractSigning') {
vm.$refs.body.hideBody()
vm.bank_flag = false
vm.isConfirm = false
vm.ischecked = false
......
......@@ -289,6 +289,7 @@ export default {
beforeRouteEnter (to, from, next) {
next(vm => {
if (from.name === 'ContractList') {
vm.$refs.body.hideBody()
vm.tabNum = 0
vm.baseInfo = {}
vm.info = {}
......
......@@ -8,7 +8,7 @@
</h-header>
<h-content>
<list-item :item-height="44">
<item v-if="(isApproved&&!isMultiRole)||!isApproved" :showArrow="true">
<item v-if="!isApproved" :showArrow="true">
<div slot="name" class="required">客户类型</div>
<input
slot="content"
......@@ -20,6 +20,10 @@
@click="selectIdTypeOnly()"
>
</item>
<item v-if="isApproved&&!isMultiRole">
<div slot="name" class="required">客户类型</div>
<span slot="content">{{ baseInfo.bp_type_n }}</span>
</item>
<item v-if="isApproved&&isMultiRole&&!hasMultiRole" :showArrow="true" @click.native="selectIdType">
<div slot="name" class="required">客户类型</div>
<div slot="content" class="typeBP">
......@@ -466,6 +470,7 @@ export default {
beforeRouteEnter (to, from, next) {
// 绑定查询入口
next(vm => {
vm.isAddNewType = false
if (from.fullPath === '/tab/my-info') {
if (vm.$route.params.status === 'APPROVED') {
vm.isApproved = true
......
......@@ -16,7 +16,7 @@
<h-content class="content">
<div>
<list-item :item-height="44">
<item v-if="(isApproved&&!isMultiRole)||!isApproved" :showArrow="true">
<item v-if="!isApproved" :showArrow="true">
<div slot="name" class="font-color required">客户类型</div>
<input
slot="content"
......@@ -27,6 +27,10 @@
@click="selectIdTypeOnly()"
>
</item>
<item v-if="isApproved&&!isMultiRole">
<div slot="name" class="required">客户类型</div>
<span slot="content">{{ baseInfo.bp_type_n }}</span>
</item>
<item v-if="(isMultiRole&&!hasMultiRole)" :showArrow="true" @click.native="selectIdType">
<div slot="name" class="required">客户类型</div>
<div slot="content" class="typeBP">
......@@ -602,6 +606,7 @@ export default {
next(vm => {
vm.getBpType()
vm.getProvince()
vm.isAddNewType = false
if (from.fullPath === '/tab/my-info') { /* || from.fullPath === '/margin-first-pay' */
vm.legal_personMsg = {
id_card_no: null,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment