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
5b83a6c0
Commit
5b83a6c0
authored
Jun 27, 2023
by
xiongjinke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
0c717fff
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
info.vue
...e-ui/src/views/detail/party-a/business/component/info.vue
+4
-3
index.vue
dsk-operate-ui/src/views/detail/party-a/cooperate/index.vue
+1
-0
No files found.
dsk-operate-ui/src/views/detail/party-a/business/component/info.vue
View file @
5b83a6c0
...
@@ -32,8 +32,8 @@
...
@@ -32,8 +32,8 @@
</div>
</div>
<div
class=
"company-info"
>
<div
class=
"company-info"
>
<div
class=
"info-item flex-box"
>
<div
class=
"info-item flex-box"
>
<div
class=
"flex-box item"
><label>
法定代表人:
</label><span
class=
"text-cl1"
>
{{
companyInfo
.
corporatePerson
||
''
}}
</span></div>
<div
class=
"flex-box item"
><label>
法定代表人:
</label><span
class=
"text-cl1"
>
{{
companyInfo
.
corporatePerson
||
'
--
'
}}
</span></div>
<div
class=
"flex-box item"
><label>
统一社会信用代码:
</label><span
class=
"text-cl1"
>
{{
companyInfo
.
creditCode
||
''
}}
</span></div>
<div
class=
"flex-box item"
><label>
统一社会信用代码:
</label><span
class=
"text-cl1"
>
{{
companyInfo
.
creditCode
||
'
--
'
}}
</span></div>
</div>
</div>
<div
class=
"info-item flex-box"
>
<div
class=
"info-item flex-box"
>
<div
class=
"flex-box item"
><label>
注册资本:
</label><span
class=
"text-cl1"
>
{{
companyInfo
.
regCapital
||
'--'
}}
</span></div>
<div
class=
"flex-box item"
><label>
注册资本:
</label><span
class=
"text-cl1"
>
{{
companyInfo
.
regCapital
||
'--'
}}
</span></div>
...
@@ -229,7 +229,7 @@ export default {
...
@@ -229,7 +229,7 @@ export default {
width
:
280px
;
width
:
280px
;
}
}
&
:nth-child
(
2
)
{
&
:nth-child
(
2
)
{
width
:
350px
;
//
width: 350px;
}
}
&
.item-line
{
&
.item-line
{
width
:
100%
;
width
:
100%
;
...
@@ -247,6 +247,7 @@ export default {
...
@@ -247,6 +247,7 @@ export default {
label
{
label
{
color
:
#666666
;
color
:
#666666
;
flex-shrink
:
0
;
flex-shrink
:
0
;
font-weight
:
400
;
}
}
span
{
span
{
display
:
inline-block
;
display
:
inline-block
;
...
...
dsk-operate-ui/src/views/detail/party-a/cooperate/index.vue
View file @
5b83a6c0
...
@@ -289,6 +289,7 @@ export default {
...
@@ -289,6 +289,7 @@ export default {
this
.
addParam
.
customerId
=
this
.
queryParams
.
customerId
this
.
addParam
.
customerId
=
this
.
queryParams
.
customerId
this
.
addParam
.
companyId
=
this
.
info
.
companyId
this
.
addParam
.
companyId
=
this
.
info
.
companyId
this
.
addParam
.
userId
=
this
.
info
.
userId
this
.
addParam
.
userId
=
this
.
info
.
userId
this
.
addParam
.
investmentAmount
=
this
.
addParam
.
investmentAmount
?
this
.
addParam
.
investmentAmount
:
null
addProject
(
this
.
addParam
).
then
(
result
=>
{
addProject
(
this
.
addParam
).
then
(
result
=>
{
if
(
result
.
code
==
200
){
if
(
result
.
code
==
200
){
this
.
$message
.
success
(
'添加成功!'
)
this
.
$message
.
success
(
'添加成功!'
)
...
...
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