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
553fab91
Commit
553fab91
authored
Aug 21, 2023
by
danfuman
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev20230707' of
http://192.168.60.201/root/dsk-operate-sys
into dev20230707
parents
241af2d5
7f25d410
Changes
10
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
271 additions
and
242 deletions
+271
-242
IndexController.java
...main/java/com/dsk/web/controller/dsk/IndexController.java
+12
-0
IndexBigBidPageBody.java
...com/dsk/common/core/domain/model/IndexBigBidPageBody.java
+2
-2
IndexBigWinningBidsPageBody.java
...common/core/domain/model/IndexBigWinningBidsPageBody.java
+2
-2
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
IndexService.java
...src/main/java/com/dsk/system/dskService/IndexService.java
+12
-0
CustomerFollowRecordMapper.xml
...ces/mapper/system/customer/CustomerFollowRecordMapper.xml
+1
-1
No files found.
dsk-admin/src/main/java/com/dsk/web/controller/dsk/IndexController.java
View file @
553fab91
package
com
.
dsk
.
web
.
controller
.
dsk
;
package
com
.
dsk
.
web
.
controller
.
dsk
;
import
com.alibaba.fastjson2.JSONObject
;
import
com.dsk.common.core.domain.AjaxResult
;
import
com.dsk.common.core.domain.R
;
import
com.dsk.common.core.domain.R
;
import
com.dsk.common.core.domain.model.*
;
import
com.dsk.common.core.domain.model.*
;
import
com.dsk.common.core.page.TableDataInfo
;
import
com.dsk.common.core.page.TableDataInfo
;
...
@@ -61,5 +63,15 @@ public class IndexController {
...
@@ -61,5 +63,15 @@ public class IndexController {
return
enterpriseService
.
bigBidProjectType
(
paramMap
);
return
enterpriseService
.
bigBidProjectType
(
paramMap
);
}
}
@ApiOperation
(
value
=
"集团中标统计"
)
@PostMapping
(
"/countByCompany"
)
public
AjaxResult
countByCompany
(
@RequestBody
JSONObject
object
)
{
return
enterpriseService
.
countByCompany
(
object
);
}
@ApiOperation
(
value
=
"建筑企业中标排行榜"
)
@PostMapping
(
"/bidRank"
)
public
AjaxResult
bidRank
(
@RequestBody
JSONObject
object
)
{
return
enterpriseService
.
bidRank
(
object
);
}
}
}
dsk-common/src/main/java/com/dsk/common/core/domain/model/IndexBigBidPageBody.java
View file @
553fab91
...
@@ -18,11 +18,11 @@ public class IndexBigBidPageBody extends BasePage
...
@@ -18,11 +18,11 @@ public class IndexBigBidPageBody extends BasePage
/**
/**
* 开始时间
* 开始时间
*/
*/
private
Date
timeStart
=
DateUtils
.
addDays
(
new
Date
(),
-
7
);
private
String
timeStart
=
DateUtils
.
dateTime
(
DateUtils
.
addDays
(
new
Date
(),
-
6
)
);
/**
/**
* 截止时间
* 截止时间
*/
*/
private
Date
timeEnd
=
new
Date
();
private
String
timeEnd
=
DateUtils
.
get
Date
();
/**
/**
* 金额起 默认2亿
* 金额起 默认2亿
*/
*/
...
...
dsk-common/src/main/java/com/dsk/common/core/domain/model/IndexBigWinningBidsPageBody.java
View file @
553fab91
...
@@ -17,11 +17,11 @@ public class IndexBigWinningBidsPageBody extends BasePage {
...
@@ -17,11 +17,11 @@ public class IndexBigWinningBidsPageBody extends BasePage {
/**
/**
* 开始时间
* 开始时间
*/
*/
private
Date
timeStart
=
DateUtils
.
addDays
(
new
Date
(),
-
7
);
private
String
timeStart
=
DateUtils
.
dateTime
(
DateUtils
.
addDays
(
new
Date
(),
-
6
)
);
/**
/**
* 截止时间
* 截止时间
*/
*/
private
Date
timeEnd
=
new
Date
();
private
String
timeEnd
=
DateUtils
.
get
Date
();
/**
/**
* 金额起 默认2亿
* 金额起 默认2亿
*/
*/
...
...
dsk-operate-ui/src/layout/index.vue
View file @
553fab91
...
@@ -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 @
553fab91
...
@@ -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"
>
</span>
所属集团-{{ statistic.combineMember.companyName }}
</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 @
553fab91
This diff is collapsed.
Click to expand it.
dsk-operate-ui/src/views/project/projectList/component/lxr.vue
View file @
553fab91
...
@@ -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 @
553fab91
...
@@ -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/java/com/dsk/system/dskService/IndexService.java
View file @
553fab91
package
com
.
dsk
.
system
.
dskService
;
package
com
.
dsk
.
system
.
dskService
;
import
cn.hutool.core.bean.BeanUtil
;
import
cn.hutool.core.bean.BeanUtil
;
import
com.alibaba.fastjson2.JSONObject
;
import
com.dsk.common.core.domain.AjaxResult
;
import
com.dsk.common.core.domain.R
;
import
com.dsk.common.core.domain.R
;
import
com.dsk.common.core.domain.model.*
;
import
com.dsk.common.core.domain.model.*
;
import
com.dsk.common.core.page.TableDataInfo
;
import
com.dsk.common.core.page.TableDataInfo
;
...
@@ -51,4 +53,14 @@ public class IndexService {
...
@@ -51,4 +53,14 @@ public class IndexService {
Map
<
String
,
Object
>
map
=
dskOpenApiUtil
.
requestBody
(
"/operate/enterpriseProject/bigBidProjectType"
,
paramMap
);
Map
<
String
,
Object
>
map
=
dskOpenApiUtil
.
requestBody
(
"/operate/enterpriseProject/bigBidProjectType"
,
paramMap
);
return
BeanUtil
.
toBean
(
map
,
R
.
class
);
return
BeanUtil
.
toBean
(
map
,
R
.
class
);
}
}
public
AjaxResult
countByCompany
(
JSONObject
object
)
{
Map
<
String
,
Object
>
map
=
dskOpenApiUtil
.
requestBody
(
"/nationzj/marketAnalysis/centralEnterprse/countByCompany"
,
object
);
return
BeanUtil
.
toBean
(
map
,
AjaxResult
.
class
);
}
public
AjaxResult
bidRank
(
JSONObject
object
)
{
Map
<
String
,
Object
>
map
=
dskOpenApiUtil
.
requestBody
(
"/nationzj/marketAnalysis/bidRank"
,
object
);
return
BeanUtil
.
toBean
(
map
,
AjaxResult
.
class
);
}
}
}
dsk-system/src/main/resources/mapper/system/customer/CustomerFollowRecordMapper.xml
View file @
553fab91
...
@@ -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