Commit d74c5e24 authored by linxin's avatar linxin

add

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