Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-admin
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
project
jinfa-admin
Commits
190ba833
Commit
190ba833
authored
Sep 17, 2021
by
前端-黄佳鑫
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🐞
fix(平台营销活动管理): 修复BUG
parent
6c7c7911
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
1 deletion
+13
-1
add.tsx
...ages/marketingManage/marketing/waitAddedMarketing/add.tsx
+1
-1
index.tsx
...eting/waitAddedMarketing/components/applyMember/index.tsx
+1
-0
index.tsx
...eting/waitAddedMarketing/components/basicLayout/index.tsx
+11
-0
index.tsx
...eting/waitAddedMarketing/components/rulesLayout/index.tsx
+0
-0
No files found.
src/pages/marketingManage/marketing/waitAddedMarketing/add.tsx
View file @
190ba833
...
...
@@ -248,7 +248,7 @@ const AddedMarketing = (props: any) => {
roleType
:
item
.
roleId
,
roleTypeName
:
item
.
roleName
,
level
:
item
.
level
,
levelTyp
:
item
.
levelTyp
,
levelTyp
:
item
.
levelTyp
e
,
levelTypeName
:
item
.
levelTypeName
,
levelTag
:
item
.
levelTag
,
}
...
...
src/pages/marketingManage/marketing/waitAddedMarketing/components/applyMember/index.tsx
View file @
190ba833
...
...
@@ -282,6 +282,7 @@ const ApplyMemberLayout: React.FC<ApplyMemberLayoutProps> = (props: any) => {
}
}
}
}
value=
{
dataSource
}
/>
</
CardLayout
>
)
...
...
src/pages/marketingManage/marketing/waitAddedMarketing/components/basicLayout/index.tsx
View file @
190ba833
...
...
@@ -65,6 +65,13 @@ const BasicInfoLayout: React.FC<BasicInfoProps> = (props: any) => {
focus$
.
emit
(
option
);
}
useEffect
(()
=>
{
if
(
isEdit
)
{
setActivitySignUpType
(
1
);
form
.
setFieldsValue
({
'activitySignUpType'
:
1
})
}
},
[
isEdit
])
return
(
<
CardLayout
id=
"basicInfoLayout"
...
...
@@ -136,6 +143,7 @@ const BasicInfoLayout: React.FC<BasicInfoProps> = (props: any) => {
>
<
DatePicker
showTime
showNow=
{
false
}
allowClear
disabledDate=
{
(
current
)
=>
startTimeDisabled
(
current
,
'endTime'
)
}
/>
...
...
@@ -173,6 +181,7 @@ const BasicInfoLayout: React.FC<BasicInfoProps> = (props: any) => {
>
<
DatePicker
showTime
showNow=
{
false
}
allowClear
disabledDate=
{
(
current
)
=>
endTimeDisabled
(
current
,
'startTime'
)
}
/>
...
...
@@ -215,6 +224,7 @@ const BasicInfoLayout: React.FC<BasicInfoProps> = (props: any) => {
>
<
DatePicker
showTime
showNow=
{
false
}
allowClear
disabledDate=
{
(
current
)
=>
startTimeDisabled
(
current
,
'signUpEndTime'
)
}
/>
...
...
@@ -249,6 +259,7 @@ const BasicInfoLayout: React.FC<BasicInfoProps> = (props: any) => {
>
<
DatePicker
showTime
showNow=
{
false
}
allowClear
disabledDate=
{
(
current
)
=>
endTimeDisabled
(
current
,
'signUpStartTime'
)
}
/>
...
...
src/pages/marketingManage/marketing/waitAddedMarketing/components/rulesLayout/index.tsx
View file @
190ba833
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