前端
This commit is contained in:
parent
86eb74e8de
commit
6517b81b45
@ -1,11 +1,26 @@
|
||||
<template>
|
||||
<div class="app-container">
|
||||
<!-- 储值卡-->
|
||||
<el-card style="margin-bottom: 20px">
|
||||
<el-radio-group v-model="isonline" @input="getlist()">
|
||||
<el-radio-button label="0">可用</el-radio-button>
|
||||
<el-radio-button label="1">已下线</el-radio-button>
|
||||
</el-radio-group>
|
||||
<el-card style="margin-bottom: 20px;">
|
||||
<div style="display: flex;align-items: center;justify-content: space-between">
|
||||
<div>
|
||||
<el-breadcrumb separator="/">
|
||||
<el-breadcrumb-item :to="{ path: '/' }">首页</el-breadcrumb-item>
|
||||
<el-breadcrumb-item :to="{ path: '/EventMarketing/CardHolder/index' }" >电子卡券管理</el-breadcrumb-item>
|
||||
<el-breadcrumb-item>电子储值卡</el-breadcrumb-item>
|
||||
</el-breadcrumb>
|
||||
</div>
|
||||
<div>
|
||||
<el-radio-group v-model="isonline" @input="getlist()">
|
||||
<el-radio-button label="0">可用</el-radio-button>
|
||||
<el-radio-button label="1">已下线</el-radio-button>
|
||||
</el-radio-group>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
</el-card>
|
||||
|
||||
<el-card style="margin-bottom: 20px">
|
||||
|
@ -1,8 +1,12 @@
|
||||
<template>
|
||||
<div class="app-container">
|
||||
<el-card style="margin-bottom: 20px">
|
||||
<el-breadcrumb separator="/" style="margin-bottom: 35px">
|
||||
<el-breadcrumb-item :to="{ path: '/' }">首页</el-breadcrumb-item>
|
||||
<el-breadcrumb-item :to="{ path: '/EventMarketing/center/index' }" >活动中心</el-breadcrumb-item>
|
||||
<el-breadcrumb-item>消费有礼</el-breadcrumb-item>
|
||||
</el-breadcrumb>
|
||||
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="100px">
|
||||
|
||||
<el-form-item label="" prop="name">
|
||||
<el-input
|
||||
v-model="queryParams.name"
|
||||
|
@ -2,6 +2,11 @@
|
||||
<div class="app-container">
|
||||
<el-card style="margin-bottom: 20px">
|
||||
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="100px">
|
||||
<el-breadcrumb separator="/" style="margin-bottom: 35px">
|
||||
<el-breadcrumb-item :to="{ path: '/' }">首页</el-breadcrumb-item>
|
||||
<el-breadcrumb-item :to="{ path: '/EventMarketing/center/index' }" >活动中心</el-breadcrumb-item>
|
||||
<el-breadcrumb-item>折扣营销</el-breadcrumb-item>
|
||||
</el-breadcrumb>
|
||||
<el-form-item label="" prop="name">
|
||||
<el-input
|
||||
v-model="queryParams.name"
|
||||
|
@ -1,7 +1,13 @@
|
||||
<template>
|
||||
<div class="app-container">
|
||||
<el-card style="margin-bottom: 20px">
|
||||
<el-breadcrumb separator="/" style="margin-bottom: 35px">
|
||||
<el-breadcrumb-item :to="{ path: '/' }">首页</el-breadcrumb-item>
|
||||
<el-breadcrumb-item :to="{ path: '/EventMarketing/center/index' }" >活动中心</el-breadcrumb-item>
|
||||
<el-breadcrumb-item>满减营销</el-breadcrumb-item>
|
||||
</el-breadcrumb>
|
||||
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="100px">
|
||||
|
||||
<el-form-item label="" prop="name">
|
||||
<el-input
|
||||
v-model="queryParams.name"
|
||||
|
@ -1,6 +1,11 @@
|
||||
<template>
|
||||
<div class="app-container">
|
||||
<el-card style="margin-bottom: 20px">
|
||||
<el-breadcrumb separator="/" style="margin-bottom: 35px">
|
||||
<el-breadcrumb-item :to="{ path: '/' }">首页</el-breadcrumb-item>
|
||||
<el-breadcrumb-item :to="{ path: '/EventMarketing/center/index' }" >活动中心</el-breadcrumb-item>
|
||||
<el-breadcrumb-item>新人有礼</el-breadcrumb-item>
|
||||
</el-breadcrumb>
|
||||
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="100px">
|
||||
|
||||
<el-form-item label="" prop="name">
|
||||
|
@ -1,6 +1,11 @@
|
||||
<template>
|
||||
<div class="appconter">
|
||||
<el-card style="margin-bottom: 20px">
|
||||
<el-breadcrumb separator="/" style="margin-bottom: 35px">
|
||||
<el-breadcrumb-item :to="{ path: '/' }">首页</el-breadcrumb-item>
|
||||
<el-breadcrumb-item :to="{ path: '/EventMarketing/center/index' }" >活动中心</el-breadcrumb-item>
|
||||
<el-breadcrumb-item>推荐有礼</el-breadcrumb-item>
|
||||
</el-breadcrumb>
|
||||
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="100px">
|
||||
<el-form-item label="活动名称" prop="activeName">
|
||||
<el-input
|
||||
|
@ -2,6 +2,11 @@
|
||||
<!-- 优惠券页面-->
|
||||
<div class="app-container">
|
||||
<el-card style="margin-bottom: 20px">
|
||||
<el-breadcrumb separator="/" style="margin-bottom: 35px">
|
||||
<el-breadcrumb-item :to="{ path: '/' }">首页</el-breadcrumb-item>
|
||||
<el-breadcrumb-item :to="{ path: '/EventMarketing/CardHolder/index' }" >电子卡券管理</el-breadcrumb-item>
|
||||
<el-breadcrumb-item>电子优惠券</el-breadcrumb-item>
|
||||
</el-breadcrumb>
|
||||
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="68px">
|
||||
<el-form-item label="" prop="name">
|
||||
<el-input v-model="queryParams.name" placeholder="优惠券名称"></el-input>
|
||||
|
@ -1,12 +1,17 @@
|
||||
<template>
|
||||
<div class="app-container">
|
||||
<el-card style="margin-bottom: 20px">
|
||||
<div style="width: 100%;display: flex;align-items: center;justify-content: space-between">
|
||||
<el-breadcrumb separator="/" style="margin-right: 35px">
|
||||
<el-breadcrumb-item :to="{ path: '/' }">首页</el-breadcrumb-item>
|
||||
<el-breadcrumb-item :to="{ path: '/EventMarketing/CardHolder/index' }" >电子卡券管理</el-breadcrumb-item>
|
||||
<el-breadcrumb-item>电子兑换券</el-breadcrumb-item>
|
||||
</el-breadcrumb>
|
||||
<el-radio-group v-model="value">
|
||||
<el-radio-button label="1">兑换券</el-radio-button>
|
||||
<!-- <el-radio-button label="2">领取记录</el-radio-button>
|
||||
<el-radio-button label="3">核销记录</el-radio-button>-->
|
||||
<el-radio-button label="4">在线核销</el-radio-button>
|
||||
</el-radio-group>
|
||||
</div>
|
||||
</el-card>
|
||||
<cardExchange v-if="value == 1"></cardExchange>
|
||||
<cardExchangeRecord v-if="value == 2"></cardExchangeRecord>
|
||||
|
@ -3,6 +3,12 @@
|
||||
<!-- 礼品卡-->
|
||||
<el-card style="margin-bottom: 20px">
|
||||
<div class="top-hang">
|
||||
<el-breadcrumb separator="/" style="margin-right: 35px">
|
||||
<el-breadcrumb-item :to="{ path: '/' }">首页</el-breadcrumb-item>
|
||||
<el-breadcrumb-item :to="{ path: '/EventMarketing/CardHolder/index' }" >电子卡券管理</el-breadcrumb-item>
|
||||
<el-breadcrumb-item>电子礼品卡</el-breadcrumb-item>
|
||||
</el-breadcrumb>
|
||||
|
||||
<el-select v-model="queryParams.cardAmount" clearable style="margin-right: 10px" placeholder="请选择面值">
|
||||
<el-option
|
||||
v-for="item in jglist"
|
||||
|
@ -2,6 +2,12 @@
|
||||
<div class="app-container">
|
||||
<!-- 存油卡-->
|
||||
<el-card style="margin-bottom: 20px">
|
||||
<div style="display: flex;align-items: center;justify-content: space-between">
|
||||
<el-breadcrumb separator="/" style="margin-right: 35px">
|
||||
<el-breadcrumb-item :to="{ path: '/' }">首页</el-breadcrumb-item>
|
||||
<el-breadcrumb-item :to="{ path: '/EventMarketing/CardHolder/index' }" >电子卡券管理</el-breadcrumb-item>
|
||||
<el-breadcrumb-item>电子囤油卡</el-breadcrumb-item>
|
||||
</el-breadcrumb>
|
||||
<el-radio-group v-model="queryParams.type" @input="radiovalue(dict.label)">
|
||||
<el-radio-button v-for="dict in dict.type.oil_type"
|
||||
:key="dict.value"
|
||||
@ -9,7 +15,7 @@
|
||||
:value="dict.value"
|
||||
></el-radio-button>
|
||||
</el-radio-group>
|
||||
|
||||
</div>
|
||||
<div class="top-sousuo">
|
||||
<el-select v-model="queryParams.oilType" clearable placeholder="请选择油号">
|
||||
<el-option
|
||||
|
@ -1,6 +1,11 @@
|
||||
<template>
|
||||
<div class="app-container">
|
||||
<el-card style="margin-bottom: 20px">
|
||||
<el-breadcrumb separator="/" style="margin-bottom: 35px">
|
||||
<el-breadcrumb-item :to="{ path: '/' }">首页</el-breadcrumb-item>
|
||||
<el-breadcrumb-item :to="{ path: '/EventMarketing/center/index' }" >活动中心</el-breadcrumb-item>
|
||||
<el-breadcrumb-item>一键发券</el-breadcrumb-item>
|
||||
</el-breadcrumb>
|
||||
<el-form :model="queryParams" ref="queryForm" size="small" :inline="true" v-show="showSearch" label-width="100px">
|
||||
<el-form-item label="" prop="name">
|
||||
<el-input
|
||||
|
@ -822,12 +822,10 @@
|
||||
.size-hui{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
//width: 200px;
|
||||
font-family: Source Han Sans CN, Source Han Sans CN;
|
||||
font-weight: 400;
|
||||
font-size: 13px;
|
||||
color: #888888;
|
||||
//line-height: 0px;
|
||||
text-align: left;
|
||||
font-style: normal;
|
||||
text-transform: none;
|
||||
@ -836,15 +834,11 @@
|
||||
}
|
||||
}
|
||||
.size-bole{
|
||||
//font-weight: bold;
|
||||
|
||||
//width: 53px;
|
||||
height: 31px;
|
||||
font-family: YouSheBiaoTiHei;
|
||||
font-weight: 400;
|
||||
font-size: 24px;
|
||||
color: #555555;
|
||||
//line-height: 0px;
|
||||
text-align: left;
|
||||
font-style: normal;
|
||||
text-transform: none;
|
||||
|
@ -562,7 +562,6 @@ export default {
|
||||
}
|
||||
}
|
||||
.size-bole{
|
||||
|
||||
height:31px;
|
||||
font-family: YouSheBiaoTiHei;
|
||||
font-weight: 400;
|
||||
|
Loading…
Reference in New Issue
Block a user