Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
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
黄庭坚
jinfa-platform
Commits
d0333f21
Commit
d0333f21
authored
Sep 17, 2021
by
前端-黄佳鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐞
fix(商家营销活动): 活动规则输入框增加校验
parent
8c218d36
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
1 deletion
+3
-1
add.tsx
...arketingAbility/selfManagement/readySubmitExamine/add.tsx
+1
-0
index.tsx
...t/readySubmitExamine/components/basicInfoLayout/index.tsx
+2
-0
index.tsx
...readySubmitExamine/components/partakeUserLayout/index.tsx
+0
-1
index.tsx
...ement/readySubmitExamine/components/rulesLayout/index.tsx
+0
-0
No files found.
src/pages/transaction/marketingAbility/selfManagement/readySubmitExamine/add.tsx
View file @
d0333f21
...
...
@@ -78,6 +78,7 @@ const AddedMarketing = () => {
roleType
:
item
.
roleId
,
roleTypeName
:
item
.
roleName
,
level
:
item
.
level
,
levelTyp
:
item
.
levelType
,
levelTypeName
:
item
.
levelTypeName
,
levelTag
:
item
.
levelTag
,
}
...
...
src/pages/transaction/marketingAbility/selfManagement/readySubmitExamine/components/basicInfoLayout/index.tsx
View file @
d0333f21
...
...
@@ -123,6 +123,7 @@ const BasicInfoLayout: React.FC<BasicInfoProps> = (props: any) => {
]
}
>
<
DatePicker
showTime
showNow=
{
false
}
allowClear
disabledDate=
{
(
current
)
=>
startTimeDisabled
(
current
,
'endTime'
)
}
/>
...
...
@@ -133,6 +134,7 @@ const BasicInfoLayout: React.FC<BasicInfoProps> = (props: any) => {
rules=
{
[{
required
:
true
,
message
:
'请选择活动结束时间'
}]
}
>
<
DatePicker
showTime
showNow=
{
false
}
allowClear
disabledDate=
{
(
current
)
=>
endTimeDisabled
(
current
,
'startTime'
)
}
/>
...
...
src/pages/transaction/marketingAbility/selfManagement/readySubmitExamine/components/partakeUserLayout/index.tsx
View file @
d0333f21
...
...
@@ -131,7 +131,6 @@ const PartakeUserLayout: React.FC<PartakeUserLayoutProps> = (props: any) => {
</
Checkbox
.
Group
>
</
Form
.
Item
>
)
}
</
CardLayout
>
)
}
...
...
src/pages/transaction/marketingAbility/selfManagement/readySubmitExamine/components/rulesLayout/index.tsx
View file @
d0333f21
This diff is collapsed.
Click to expand it.
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