Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xugong
hls-xcmg-vue-app
Commits
aced6013
Commit
aced6013
authored
Mar 30, 2023
by
白日依山山山
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户准入审批
parent
39879ee7
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
8 deletions
+9
-8
dev.env.js
config/dev.env.js
+1
-1
AttachmentInfo.vue
src/pages/customerAccessApply/components/AttachmentInfo.vue
+1
-1
BaseInfoNP.vue
src/pages/customerAccessApply/components/BaseInfoNP.vue
+1
-1
BaseInfoOrg.vue
src/pages/customerAccessApply/components/BaseInfoOrg.vue
+5
-4
to-do-list.vue
src/pages/functionCenter/to-do-list.vue
+1
-1
No files found.
config/dev.env.js
View file @
aced6013
...
...
@@ -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
"'
}
src/pages/customerAccessApply/components/AttachmentInfo.vue
View file @
aced6013
...
...
@@ -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;
}
...
...
src/pages/customerAccessApply/components/BaseInfoNP.vue
View file @
aced6013
...
...
@@ -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;
}
...
...
src/pages/customerAccessApply/components/BaseInfoOrg.vue
View file @
aced6013
...
...
@@ -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
>
src/pages/functionCenter/to-do-list.vue
View file @
aced6013
...
...
@@ -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
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment