Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing-opeartion
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
gic-web
marketing-opeartion
Commits
e4b971d6
Commit
e4b971d6
authored
Nov 25, 2021
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 渠道排序修改
parent
f2191cbb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
detail-form.vue
src/views/message/component/detail-form.vue
+5
-5
No files found.
src/views/message/component/detail-form.vue
View file @
e4b971d6
...
...
@@ -12,8 +12,8 @@
<el-checkbox
v-for=
"v in channelList"
:key=
"v.channelId"
:label=
"v.channelId"
:disabled=
"disabledCheckBox.includes(v.channelId)"
>
{{
v
.
channelName
}}
</el-checkbox>
</el-checkbox-group>
</el-form-item>
<el-form-item
label=
"短信模板数量"
prop=
"
max
TemplateCount"
>
<el-input-number
v-model=
"form.
max
TemplateCount"
controls-position=
"right"
:min=
"form.limitTemplateCount"
class=
"w90"
/>
<el-form-item
label=
"短信模板数量"
prop=
"
use
TemplateCount"
>
<el-input-number
v-model=
"form.
use
TemplateCount"
controls-position=
"right"
:min=
"form.limitTemplateCount"
class=
"w90"
/>
<span
class=
"tips"
>
该商户在商户后台看到的短信模板数量
</span>
</el-form-item>
<el-form-item
label=
"短信发送优先级"
prop=
"sendSmsType"
>
...
...
@@ -60,7 +60,7 @@ export default {
smsSignId
:
''
,
smsSignText
:
''
,
channelSignList
:
[],
max
TemplateCount
:
0
,
use
TemplateCount
:
0
,
limitTemplateCount
:
0
,
// 输入限制模板数量
sendSmsType
:
0
,
appointChannel
:
null
,
// 指定通道时的类型
...
...
@@ -72,7 +72,7 @@ export default {
smsSignId
:
{
required
:
true
,
message
:
'请输入签名Id'
,
trigger
:
'blur'
},
smsSignText
:
{
required
:
true
,
message
:
'请输入短信签名'
,
trigger
:
'blur'
},
channelSignList
:
{
required
:
true
,
message
:
'请选择签名应用通道'
,
trigger
:
'blur'
},
max
TemplateCount
:
{
required
:
true
,
message
:
'请输短信模板数量'
,
trigger
:
'blur'
},
use
TemplateCount
:
{
required
:
true
,
message
:
'请输短信模板数量'
,
trigger
:
'blur'
},
sendSmsType
:
{
validator
:
sendSmsTypeValidate
,
trigger
:
'change'
}
}
};
...
...
@@ -92,7 +92,7 @@ export default {
this
.
form
[
key
]
=
this
.
form
[
key
].
split
(
','
).
map
((
el
)
=>
+
el
);
this
.
disabledCheckBox
=
this
.
form
[
key
];
}
if
(
key
==
'
max
TemplateCount'
)
this
.
form
[
'limitTemplateCount'
]
=
this
.
form
[
key
]
||
0
;
if
(
key
==
'
use
TemplateCount'
)
this
.
form
[
'limitTemplateCount'
]
=
this
.
form
[
key
]
||
0
;
if
(
key
==
'sendSmsType'
&&
this
.
form
[
key
]
!=
0
)
{
this
.
form
[
'appointChannel'
]
=
this
.
form
[
key
];
this
.
form
[
key
]
=
1
;
...
...
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