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
bc0f6565
Commit
bc0f6565
authored
Jun 12, 2025
by
赵乐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dituxuanze
parent
3d0ac2cb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
CustomerInfoSaveReqVO.java
...ntroller/admin/customerinfo/vo/CustomerInfoSaveReqVO.java
+2
-2
index.vue
yudao-ui/yudao-ui-admin-vue3/src/views/visit/info/index.vue
+3
-3
No files found.
yudao-module-visit/src/main/java/cn/iocoder/yudao/module/visit/controller/admin/customerinfo/vo/CustomerInfoSaveReqVO.java
View file @
bc0f6565
...
...
@@ -60,11 +60,11 @@ public class CustomerInfoSaveReqVO {
private
String
locationImage
;
@Schema
(
description
=
"产品信息"
)
@NotEmpty
(
message
=
"产品信息不能为空"
)
//
@NotEmpty(message = "产品信息不能为空")
private
String
productIds
;
@Schema
(
description
=
"产品信息名称"
)
@NotEmpty
(
message
=
"产品信息名称不能为空"
)
//
@NotEmpty(message = "产品信息名称不能为空")
private
String
productNames
;
@Schema
(
description
=
"客户部门"
)
...
...
yudao-ui/yudao-ui-admin-vue3/src/views/visit/info/index.vue
View file @
bc0f6565
...
...
@@ -178,7 +178,7 @@
label=
"拜访日期"
align=
"center"
prop=
"visitDate"
:formatter=
"dateFormatter"
:formatter=
"dateFormatter
2
"
width=
"180px"
/>
<el-table-column
label=
"性质等级"
align=
"center"
prop=
"customerStatus"
>
...
...
@@ -205,7 +205,7 @@
label=
"创建时间"
align=
"center"
prop=
"createTime"
:formatter=
"dateFormatter"
:formatter=
"dateFormatter
2
"
width=
"180px"
/>
<el-table-column
label=
"操作"
align=
"center"
min-width=
"180px"
fixed=
"right"
>
...
...
@@ -258,7 +258,7 @@
<
script
setup
lang=
"ts"
>
import
{
DICT_TYPE
,
getIntDictOptions
}
from
'
@/utils/dict
'
import
{
dateFormatter
}
from
'
@/utils/formatTime
'
import
{
dateFormatter
,
dateFormatter2
}
from
'
@/utils/formatTime
'
import
download
from
'
@/utils/download
'
import
{
InfoApi
,
InfoVO
}
from
'
@/api/visit/info
'
import
InfoForm
from
'
./InfoForm.vue
'
...
...
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