Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
1ea558d74b
@ -109,8 +109,8 @@
|
|||||||
</el-table-column>-->
|
</el-table-column>-->
|
||||||
<el-table-column label="优惠券状态" align="center" prop="status" >
|
<el-table-column label="优惠券状态" align="center" prop="status" >
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<div v-if="scope.row.status == 0"> <el-tag>启用</el-tag> </div>
|
<div v-if="scope.row.isonline == 1"> <el-tag>上线</el-tag> </div>
|
||||||
<div v-if="scope.row.status == 1"> <el-tag type="danger">禁用</el-tag> </div>
|
<div v-if="scope.row.isonline == 0"> <el-tag type="danger">下线</el-tag> </div>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|
||||||
|
@ -409,7 +409,6 @@ import {
|
|||||||
mounted() {
|
mounted() {
|
||||||
this.getlist()
|
this.getlist()
|
||||||
this.gettj()
|
this.gettj()
|
||||||
|
|
||||||
},
|
},
|
||||||
methods:{
|
methods:{
|
||||||
getwysk(row){
|
getwysk(row){
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<el-card style="margin-bottom: 20px">
|
<el-card style="margin-bottom: 20px">
|
||||||
<el-button type="primary" icon="el-icon-plus" style="margin-bottom: 10px " @click="addoilBlock()">新增囤油卡</el-button>
|
<el-button type="primary" icon="el-icon-plus" style="margin-bottom: 10px " @click="addoilBlock()">新增电子囤油卡</el-button>
|
||||||
<el-alert
|
<el-alert
|
||||||
title="当前配置为锁价活动、锁价活动为充值后所得升数进行锁定,卡类型下每个油品最多可创建6个锁价充值活动"
|
title="当前配置为锁价活动、锁价活动为充值后所得升数进行锁定,卡类型下每个油品最多可创建6个锁价充值活动"
|
||||||
type="info"
|
type="info"
|
||||||
@ -59,6 +59,12 @@
|
|||||||
type="index"
|
type="index"
|
||||||
>
|
>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|
||||||
|
<el-table-column
|
||||||
|
prop="type"
|
||||||
|
label="油品信息"
|
||||||
|
>
|
||||||
|
</el-table-column>
|
||||||
<el-table-column
|
<el-table-column
|
||||||
prop="lockupPrice"
|
prop="lockupPrice"
|
||||||
label="囤油锁定价(元)/L"
|
label="囤油锁定价(元)/L"
|
||||||
@ -430,6 +436,8 @@
|
|||||||
|
|
||||||
},
|
},
|
||||||
addoilBlock(){
|
addoilBlock(){
|
||||||
|
this.gbPrice = null,
|
||||||
|
this.oilPrice=null,
|
||||||
this.ruleForm = {
|
this.ruleForm = {
|
||||||
type:this.queryParams.type,
|
type:this.queryParams.type,
|
||||||
lockupPrice: 0 ,
|
lockupPrice: 0 ,
|
||||||
|
@ -6,11 +6,11 @@ module.exports = {
|
|||||||
// baseUrl: 'http://www.nuoyunr.com/lananRsc/',
|
// baseUrl: 'http://www.nuoyunr.com/lananRsc/',
|
||||||
|
|
||||||
// baseUrl: 'http://192.168.0.121:8080/',
|
// baseUrl: 'http://192.168.0.121:8080/',
|
||||||
baseUrl: 'http://192.168.0.178:8008/',
|
baseUrl: 'http://192.168.0.196:8081/',
|
||||||
|
imagesUrl: 'http://192.168.0.196:8081',
|
||||||
|
|
||||||
// baseUrl: 'http://192.168.1.5:8002/cdJdc',
|
// baseUrl: 'http://192.168.1.5:8002/cdJdc',
|
||||||
imagesUrl: 'http://www.nuoyunr.com/lananRsc',
|
// imagesUrl: 'http://www.nuoyunr.com/lananRsc',
|
||||||
// 应用信息
|
// 应用信息
|
||||||
appInfo: {
|
appInfo: {
|
||||||
// 应用名称
|
// 应用名称
|
||||||
|
@ -76,10 +76,10 @@
|
|||||||
text: "全部"
|
text: "全部"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "储值卡"
|
text: "电子储值卡"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: "囤油卡"
|
text: "电子囤油卡"
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user