配置管理
This commit is contained in:
parent
a306c1a55c
commit
182b95d522
@ -68,3 +68,11 @@ export function delActiveNewlyweds(id) {
|
|||||||
method: 'delete'
|
method: 'delete'
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 删除新人有礼活动
|
||||||
|
export function getInfoActiveNewlyweds() {
|
||||||
|
return request({
|
||||||
|
url: '/business/marketingActivity/activeNewlyweds/getInfo',
|
||||||
|
method: 'get'
|
||||||
|
})
|
||||||
|
}
|
||||||
|
@ -681,7 +681,7 @@
|
|||||||
type="date"
|
type="date"
|
||||||
placeholder="开始日期">
|
placeholder="开始日期">
|
||||||
</el-date-picker>
|
</el-date-picker>
|
||||||
至
|
<span style="margin: 0 5px">至</span>
|
||||||
<el-date-picker
|
<el-date-picker
|
||||||
v-model="ruleForm.activityTimeAfter"
|
v-model="ruleForm.activityTimeAfter"
|
||||||
style="width: 160px"
|
style="width: 160px"
|
||||||
@ -858,7 +858,7 @@
|
|||||||
<el-option label="实收金额" value="1"></el-option>
|
<el-option label="实收金额" value="1"></el-option>
|
||||||
<el-option label="加油升数" value="2"></el-option>
|
<el-option label="加油升数" value="2"></el-option>
|
||||||
</el-select>
|
</el-select>
|
||||||
<el-input placeholder="请输入赠送积分" style="width: 15%;margin: 0 10px" v-model="item.givePoints">
|
<el-input style="width: 15%;margin: 0 10px" v-model="item.givePoints">
|
||||||
<template slot="append">张</template>
|
<template slot="append">张</template>
|
||||||
</el-input>
|
</el-input>
|
||||||
<img src="@/assets/images/ljt.png" style="width: 25px;height: 25px;"
|
<img src="@/assets/images/ljt.png" style="width: 25px;height: 25px;"
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user