Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dsk-cr20g
Project
Project
Details
Activity
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
Administrator
dsk-cr20g
Commits
ebabd409
Commit
ebabd409
authored
Jun 30, 2023
by
远方不远
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://192.168.60.201/root/dsk-operate-sys
parents
14108ce6
0f44ea38
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
6 deletions
+10
-6
favicon.ico
dsk-operate-ui/public/favicon.ico
+0
-0
index.vue
dsk-operate-ui/src/views/detail/party-a/index.vue
+8
-4
infoheader.vue
...rc/views/detail/party-a/overview/component/infoheader.vue
+1
-1
index.vue
dsk-operate-ui/src/views/macro/urban/index.vue
+1
-1
No files found.
dsk-operate-ui/public/favicon.ico
View replaced file @
14108ce6
View file @
ebabd409
5.53 KB
|
W:
|
H:
16.6 KB
|
W:
|
H:
2-up
Swipe
Onion skin
dsk-operate-ui/src/views/detail/party-a/index.vue
View file @
ebabd409
...
...
@@ -167,10 +167,14 @@ export default {
},
beforeRouteEnter
(
to
,
from
,
next
)
{
next
(
vm
=>
{
if
(
to
.
query
.
customerId
){
let
customerId
=
to
.
query
.
customerId
vm
.
association
(
customerId
)
vm
.
currentPath
.
pathName
=
to
.
query
.
path
if
(
from
.
name
){
if
(
to
.
query
.
customerId
){
let
customerId
=
to
.
query
.
customerId
if
(
to
.
query
.
path
){
vm
.
currentPath
.
pathName
=
to
.
query
.
path
}
vm
.
association
(
customerId
)
}
}
})
},
...
...
dsk-operate-ui/src/views/detail/party-a/overview/component/infoheader.vue
View file @
ebabd409
...
...
@@ -185,7 +185,7 @@ export default {
companyName
:
this
.
companyInfo
.
companyName
,
creditLevel
:
this
.
companyInfo
.
bratingSubjectLevel
||
''
,
legalPerson
:
this
.
companyInfo
.
corporatePerson
||
''
,
registerCapital
:
this
.
companyInfo
.
regCapital
||
''
,
registerCapital
:
this
.
companyInfo
.
reg
istered
Capital
||
''
,
provinceId
:
this
.
companyInfo
.
provinceId
||
''
,
cityId
:
this
.
companyInfo
.
cityId
||
''
,
districtId
:
this
.
companyInfo
.
districtCode
||
''
,
...
...
dsk-operate-ui/src/views/macro/urban/index.vue
View file @
ebabd409
...
...
@@ -615,7 +615,7 @@ export default {
companyId
:
item
.
companyId
,
creditLevel
:
item
.
bratingSubjectLevel
,
legalPerson
:
res
.
data
.
corporatePerson
,
registerCapital
:
res
.
data
.
regCapital
,
registerCapital
:
res
.
data
.
reg
istered
Capital
,
provinceId
:
res
.
data
.
provinceId
||
''
,
cityId
:
res
.
data
.
cityId
||
''
,
districtId
:
res
.
data
.
districtCode
||
''
,
...
...
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