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
7f25d410
Commit
7f25d410
authored
Aug 21, 2023
by
liuChang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev20230707' of 192.168.60.201:root/dsk-operate-sys into dev20230707
parents
c97facf0
9703e530
Changes
6
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
243 additions
and
238 deletions
+243
-238
index.vue
dsk-operate-ui/src/layout/index.vue
+3
-0
infoheader.vue
...rc/views/detail/party-a/overview/component/infoheader.vue
+6
-3
index.vue
...te-ui/src/views/enterpriseData/components/Group/index.vue
+223
-232
lxr.vue
...perate-ui/src/views/project/projectList/component/lxr.vue
+2
-2
CustomerFollowRecordListVo.java
...system/domain/customer/vo/CustomerFollowRecordListVo.java
+8
-0
CustomerFollowRecordMapper.xml
...ces/mapper/system/customer/CustomerFollowRecordMapper.xml
+1
-1
No files found.
dsk-operate-ui/src/layout/index.vue
View file @
7f25d410
...
@@ -128,4 +128,7 @@ export default {
...
@@ -128,4 +128,7 @@ export default {
.mobile
.fixed-header
{
.mobile
.fixed-header
{
width
:
100%
;
width
:
100%
;
}
}
.EnterpriseData
{
min-width
:
1648px
;
}
</
style
>
</
style
>
dsk-operate-ui/src/views/detail/party-a/overview/component/infoheader.vue
View file @
7f25d410
...
@@ -101,9 +101,12 @@
...
@@ -101,9 +101,12 @@
<div
class=
"flex-box"
@
click=
"linkTo(statistic.combineMember)"
>
<div
class=
"flex-box"
@
click=
"linkTo(statistic.combineMember)"
>
<img
src=
"@/assets/images/detail/overview/company_ssjt.png"
alt=
"所属集团"
title=
"所属集团"
class=
"swiper-img"
>
<img
src=
"@/assets/images/detail/overview/company_ssjt.png"
alt=
"所属集团"
title=
"所属集团"
class=
"swiper-img"
>
<div
class=
"swiper-item"
>
<div
class=
"swiper-item"
>
<span
class=
"swiper-name"
>
<el-popover
v-if=
"statistic.combineMember.companyName.length>9"
trigger=
"hover"
:content=
"'所属集团-'+statistic.combineMember.companyName"
>
所属集团-{{statistic.combineMember.companyName}}
<span
class=
"swiper-name"
slot=
"reference"
>
所属集团-{{ statistic.combineMember.companyName }}
</span>
</span>
</el-popover>
<span
v-else
class=
"swiper-name"
>
所属集团-{{statistic.combineMember.companyName}}
</span>
<div
>
<div
>
<span
>
集团成员:
</span><i
class=
"num"
>
{{statistic.combineMember.memberNum}}
</i>
<span
>
集团成员:
</span><i
class=
"num"
>
{{statistic.combineMember.memberNum}}
</i>
</div>
</div>
...
...
dsk-operate-ui/src/views/enterpriseData/components/Group/index.vue
View file @
7f25d410
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/views/project/projectList/component/lxr.vue
View file @
7f25d410
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<div
class=
"empty"
v-if=
"total==0"
>
<div
class=
"empty"
v-if=
"total==0"
>
<img
src=
"@/assets/images/project/empty.png"
>
<img
src=
"@/assets/images/project/empty.png"
>
<div
class=
"p1"
>
暂无数据展示
</div>
<div
class=
"p1"
>
暂无数据展示
</div>
<div
class=
"p2"
>
抱歉,你还未添加相关数据,快去添加吧
</div>
<div
class=
"p2"
v-if=
"isDisabled==false"
>
抱歉,你还未添加相关数据,快去添加吧
</div>
<div
class=
"btn btn_primary h36 w102"
@
click=
"opennew"
v-if=
"isDisableds == false"
>
新增联系人
</div>
<div
class=
"btn btn_primary h36 w102"
@
click=
"opennew"
v-if=
"isDisableds == false"
>
新增联系人
</div>
</div>
</div>
<el-table
class=
"fixed-table"
v-else
max-height=
"640"
<el-table
class=
"fixed-table"
v-else
max-height=
"640"
...
@@ -36,7 +36,7 @@
...
@@ -36,7 +36,7 @@
label=
"姓名"
label=
"姓名"
width=
"113"
>
width=
"113"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<div
class=
"wordprimary
"
><span
@
click=
"getDetail(scope.row)"
>
{{
scope
.
row
.
name
||
'--'
}}
</span><img
v-if=
"isDisabled == false"
@
click=
"deltip(scope.row.id)"
src=
"@/assets/images/delete.png"
></div>
<div
:class=
"isDisabled==false?'wordprimary':''
"
><span
@
click=
"getDetail(scope.row)"
>
{{
scope
.
row
.
name
||
'--'
}}
</span><img
v-if=
"isDisabled == false"
@
click=
"deltip(scope.row.id)"
src=
"@/assets/images/delete.png"
></div>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
<!--<el-table-column-->
<!--<el-table-column-->
...
...
dsk-system/src/main/java/com/dsk/system/domain/customer/vo/CustomerFollowRecordListVo.java
View file @
7f25d410
...
@@ -24,6 +24,14 @@ public class CustomerFollowRecordListVo implements Serializable {
...
@@ -24,6 +24,14 @@ public class CustomerFollowRecordListVo implements Serializable {
* 客户id
* 客户id
*/
*/
private
String
customerId
;
private
String
customerId
;
/**
* 企业id
*/
private
Integer
companyId
;
/**
* 城投id
*/
private
String
uipId
;
/**
/**
* 客户名称
* 客户名称
*/
*/
...
...
dsk-system/src/main/resources/mapper/system/customer/CustomerFollowRecordMapper.xml
View file @
7f25d410
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<select
id=
"selectAuthList"
resultType=
"com.dsk.system.domain.customer.vo.CustomerFollowRecordListVo"
>
<select
id=
"selectAuthList"
resultType=
"com.dsk.system.domain.customer.vo.CustomerFollowRecordListVo"
>
select
select
ct.company_name, u.nick_name,
ct.company_
id, ct.uip_id, ct.company_
name, u.nick_name,
<include
refid=
"Base_Bean"
></include>
<include
refid=
"Base_Bean"
></include>
from customer_follow_record cfr
from customer_follow_record cfr
join customer ct on ct.customer_id = cfr.customer_id
join customer ct on ct.customer_id = cfr.customer_id
...
...
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