Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
baifang-java
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
单欣鑫
baifang-java
Commits
99074a0c
Commit
99074a0c
authored
Jun 16, 2025
by
法拉51246
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
f0fb9e2c
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
13 deletions
+11
-13
InfoServiceImpl.java
...oder/yudao/module/visit/service/info/InfoServiceImpl.java
+8
-10
.env
yudao-ui/yudao-ui-admin-vue3/.env
+1
-1
index.html
yudao-ui/yudao-ui-admin-vue3/index.html
+2
-2
No files found.
yudao-module-visit/src/main/java/cn/iocoder/yudao/module/visit/service/info/InfoServiceImpl.java
View file @
99074a0c
...
@@ -176,8 +176,6 @@ public class InfoServiceImpl implements InfoService {
...
@@ -176,8 +176,6 @@ public class InfoServiceImpl implements InfoService {
//拜访时间记录
//拜访时间记录
List
<
LocalDate
>
visitDateList
=
new
ArrayList
<>();
List
<
LocalDate
>
visitDateList
=
new
ArrayList
<>();
//以第一个公司名称作为合并打印的公司
//以第一个公司名称作为合并打印的公司
String
companyName
=
info
.
get
(
0
).
getCompanyName
();
Long
companyId
=
info
.
get
(
0
).
getCompanyId
();
//取最多4张服务图片
//取最多4张服务图片
int
maxImages
=
4
;
int
maxImages
=
4
;
for
(
InfoDO
infoDO
:
info
)
{
for
(
InfoDO
infoDO
:
info
)
{
...
@@ -199,14 +197,14 @@ public class InfoServiceImpl implements InfoService {
...
@@ -199,14 +197,14 @@ public class InfoServiceImpl implements InfoService {
});
});
//下面获取客户信息
//下面获取客户信息
InfoPrintVO
infoPrintVO
=
new
InfoPrintVO
();
InfoPrintVO
infoPrintVO
=
new
InfoPrintVO
();
CustomerInfoDO
customerInfoDO
=
customerInfoMapper
.
selectByCompanyName
(
companyName
,
companyId
);
InfoDO
infoDO
=
info
.
get
(
0
);
if
(
customerI
nfoDO
!=
null
){
if
(
i
nfoDO
!=
null
){
infoPrintVO
.
setVisitProductNames
(
customerInfoDO
.
ge
tProductNames
());
//本次拜访品种
infoPrintVO
.
setVisitProductNames
(
infoDO
.
getVisi
tProductNames
());
//本次拜访品种
infoPrintVO
.
setCompanyName
(
customerI
nfoDO
.
getCompanyName
());
//公司名称
infoPrintVO
.
setCompanyName
(
i
nfoDO
.
getCompanyName
());
//公司名称
infoPrintVO
.
setSalesman
(
customerI
nfoDO
.
getCreator
());
//拜访记录的创建者就是该记录的业务员
infoPrintVO
.
setSalesman
(
i
nfoDO
.
getCreator
());
//拜访记录的创建者就是该记录的业务员
infoPrintVO
.
setLocationImage
(
customerI
nfoDO
.
getLocationImage
());
//公司定位图
infoPrintVO
.
setLocationImage
(
i
nfoDO
.
getLocationImage
());
//公司定位图
infoPrintVO
.
setContact
(
customerI
nfoDO
.
getContact
());
infoPrintVO
.
setContact
(
i
nfoDO
.
getContact
());
infoPrintVO
.
setDepartment
(
customerI
nfoDO
.
getDepartment
());
infoPrintVO
.
setDepartment
(
i
nfoDO
.
getDepartment
());
}
}
//添加多次的信息
//添加多次的信息
infoPrintVO
.
setServiceContent
(
serviceContent
);
infoPrintVO
.
setServiceContent
(
serviceContent
);
...
...
yudao-ui/yudao-ui-admin-vue3/.env
View file @
99074a0c
# 标题
# 标题
VITE_APP_TITLE=
唐桥业务拜访
平台
VITE_APP_TITLE=
千程拜访管理
平台
# 项目本地运行端口号
# 项目本地运行端口号
VITE_PORT=80
VITE_PORT=80
...
...
yudao-ui/yudao-ui-admin-vue3/index.html
View file @
99074a0c
...
@@ -7,11 +7,11 @@
...
@@ -7,11 +7,11 @@
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
/>
<meta
<meta
name=
"keywords"
name=
"keywords"
content=
"唐桥业务拜访平台
基于 vue3 + CompositionAPI + typescript + vite3 + element plus 的后台开源免费管理系统!
"
content=
"唐桥业务拜访平台"
/>
/>
<meta
<meta
name=
"description"
name=
"description"
content=
"唐桥业务拜访平台
基于 vue3 + CompositionAPI + typescript + vite3 + element plus 的后台开源免费管理系统!
"
content=
"唐桥业务拜访平台"
/>
/>
<title>
%VITE_APP_TITLE%
</title>
<title>
%VITE_APP_TITLE%
</title>
</head>
</head>
...
...
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