Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
Overview
Overview
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
marketing-web
marketing
Commits
8abefc12
Commit
8abefc12
authored
Jun 15, 2021
by
黑潮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: bug修改
parent
b9c59715
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
form.vue
src/views/card/form.vue
+1
-1
form.js
src/views/ecm/form.js
+1
-1
No files found.
src/views/card/form.vue
View file @
8abefc12
...
...
@@ -255,7 +255,7 @@
</el-select>
生效,有效天数
<el-input-number
controls-position=
"right"
class=
"w200"
@
focus=
"form.cardEffectiveMode = 1"
:disabled=
"isEdit || isInfo || cardValidity"
v-model=
"form.limitDay"
:precision=
"0"
:min=
"1"
:max=
"isEdit || isInfo ? 100000000 : 1200"
></el-input-number>
天
</div>
<div
v-if=
"isEffective"
class=
"pt20"
>
<div
v-if=
"isEffective
|| form.cardEffectiveMode == 2
"
class=
"pt20"
>
<el-radio
@
change=
"changeCardEffectiveMode"
v-model=
"form.cardEffectiveMode"
:label=
"2"
:disabled=
"isEdit || isInfo || cardValidity"
>
当月
</el-radio>
</div>
</el-form-item>
...
...
src/views/ecm/form.js
View file @
8abefc12
...
...
@@ -855,7 +855,7 @@ export default {
params
=
Object
.
assign
(
params
,
consumeObj
);
// 合并消费触发数据
}
if
(
this
.
form
.
effectAction
===
'stored'
&&
this
.
storedChecked
)
{
params
.
effectTriggerJson
=
JSON
.
stringify
({
lowest_cost
:
this
.
form
.
storedLowest
||
0
,
max_cost
:
this
.
form
.
storedMax
||
0
});
params
.
effectTriggerJson
=
JSON
.
stringify
({
lowest_cost
:
this
.
form
.
storedLowest
||
undefined
,
max_cost
:
this
.
form
.
storedMax
||
undefined
});
}
}
params
.
marketingActivityId
=
this
.
form
.
marketingActivityId
||
''
;
// 否 String 营销场景
...
...
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