优化项
This commit is contained in:
parent
a3ed2f8b2d
commit
431947960b
@ -7,7 +7,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<el-button type="primary" plain round @click="subCard">子卡管理<i class="el-icon-bank-card el-icon--right"></i></el-button>
|
<el-button type="primary" plain round @click="subCard">子卡管理<i class="el-icon-bank-card el-icon--right"></i></el-button>
|
||||||
<el-button type="primary" plain round>会员码</el-button>
|
<!-- <el-button type="primary" plain round>会员码</el-button>-->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div>基础资料</div>
|
<div>基础资料</div>
|
||||||
|
@ -224,7 +224,7 @@
|
|||||||
<el-row>
|
<el-row>
|
||||||
<el-col :span="24">
|
<el-col :span="24">
|
||||||
<el-form-item label="等级" prop="grade">
|
<el-form-item label="等级" prop="grade">
|
||||||
<el-input v-model="form.grade" placeholder="请输入等级,正整数" maxlength="10" />
|
<el-input v-model="form.grade" placeholder="请输入等级级别,必须为正整数,且不可重复" maxlength="10" />
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
</el-col>
|
</el-col>
|
||||||
</el-row>
|
</el-row>
|
||||||
@ -238,7 +238,7 @@
|
|||||||
<el-row>
|
<el-row>
|
||||||
<el-col :span="24">
|
<el-col :span="24">
|
||||||
<el-form-item label="所需成长值" prop="growthValue">
|
<el-form-item label="所需成长值" prop="growthValue">
|
||||||
<el-input v-model="form.growthValue" placeholder="1">
|
<el-input v-model="form.growthValue" placeholder="达到当前等级需要的成长值">
|
||||||
<template slot="append">成长值</template>
|
<template slot="append">成长值</template>
|
||||||
</el-input>
|
</el-input>
|
||||||
<!-- <e-row>-->
|
<!-- <e-row>-->
|
||||||
|
@ -95,9 +95,9 @@ public class QRCodeServiceImpl extends ServiceImpl<QRCodeMapper, QRCode> impleme
|
|||||||
qrCode.setStoreId(store.getId());
|
qrCode.setStoreId(store.getId());
|
||||||
qrCode.setChainStoreId(store.getChainStoreId());
|
qrCode.setChainStoreId(store.getChainStoreId());
|
||||||
// 带有店铺id 跳转首页
|
// 带有店铺id 跳转首页
|
||||||
qrCode.setCollection("https://www.tuofeng.cc/oilIndex?storeId="+store.getChainStoreId());
|
qrCode.setCollection("https://www.tuofeng.cc/oilIndex?storeId="+store.getId());
|
||||||
// 带有店铺id 跳转一键加油页面
|
// 带有店铺id 跳转一键加油页面
|
||||||
qrCode.setPayment("https://www.tuofeng.cc/oilRefuel?storeId="+store.getChainStoreId());
|
qrCode.setPayment("https://www.tuofeng.cc/oilRefuel?storeId="+store.getId());
|
||||||
row = baseMapper.insert(qrCode);
|
row = baseMapper.insert(qrCode);
|
||||||
IndexBanner indexBanner = new IndexBanner();
|
IndexBanner indexBanner = new IndexBanner();
|
||||||
indexBannerService.insertIndexBanner(indexBanner,storeId);
|
indexBannerService.insertIndexBanner(indexBanner,storeId);
|
||||||
|
@ -128,7 +128,7 @@
|
|||||||
userInfo: {
|
userInfo: {
|
||||||
storeId: 12,
|
storeId: 12,
|
||||||
staffId: "",
|
staffId: "",
|
||||||
phone: '18457621459'
|
phone: '16548796325'
|
||||||
},
|
},
|
||||||
|
|
||||||
type: 'phone',
|
type: 'phone',
|
||||||
|
@ -199,7 +199,7 @@
|
|||||||
},
|
},
|
||||||
onLoad(e) {
|
onLoad(e) {
|
||||||
this.orderNo = e.orderNo
|
this.orderNo = e.orderNo
|
||||||
// this.orderNo = "234520240104104141863b59"
|
// this.orderNo = "2345202401061730169a69d8"
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
this.getOilOrder();
|
this.getOilOrder();
|
||||||
|
Loading…
Reference in New Issue
Block a user