Commit aced6013 authored by 白日依山山山's avatar 白日依山山山

客户准入审批

parent 39879ee7
......@@ -11,5 +11,5 @@ module.exports = {
ocrPath:'"http://180.104.121.66:8088/r/api"',
fileUploadSvcPath:'"http://180.104.121.66:8088/r/api/app/fileUploadSvc?sysName=XCMG_DEV&apiName="',
appId: '"com.xcmg.app.dev"',
currentVersion: '"3.7.7"'
currentVersion: '"3.7.8"'
}
......@@ -127,7 +127,7 @@ export default {
.section-title{
padding: 0 0 0 0.3rem;
font-size: 0.3rem;
color: black;
color: #385880;
line-height: 0.5rem;
margin-top: 12px;
}
......
......@@ -141,7 +141,7 @@ export default {
.section-title{
padding: 0 0 0 0.3rem;
font-size: 0.3rem;
color: black;
color: #385880;
line-height: 0.5rem;
margin-top: 12px;
}
......
......@@ -155,10 +155,10 @@ export default {
['logo上传的超链接', 'logo_upload', 'text'],
['是否授权', 'auth_flag', 'checkbox'],
]
let auth_flag = this.baseInfo.auth_flag
if (['TENANT', 'GUTA'].indexOf(auth_flag) !== -1) {
let bp_type = this.baseInfo.bp_type
if (['TENANT', 'GUTA'].indexOf(bp_type) !== -1) {
return this.factory(baseInfo_A2)
} else if (auth_flag === 'AGENT') {
} else if (bp_type === 'AGENT') {
return this.factory(baseInfo_A)
} else {
return this.factory(baseInfo_A3)
......@@ -215,8 +215,9 @@ export default {
.section-title{
padding: 0 0 0 0.3rem;
font-size: 0.3rem;
color: black;
color: #385880;
line-height: 0.5rem;
margin-top: 12px;
position: relative;
}
</style>
......@@ -220,7 +220,7 @@ export default {
approvalInfo (flow, type) {
let handler = {
'PRJ_CREATE_REQ_WFL': 'financingApplyDetail', // 融租申请工作流
'CLIENT_REG_FLOW': 'customerAccessDetail', // 客户准入工作流
// 'CLIENT_REG_FLOW': 'customerAccessDetail', // 客户准入工作流
}
let routerName = handler[flow.workflow_code]
......
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