处理数据
This commit is contained in:
parent
c63f0e378e
commit
e95df63792
@ -7,9 +7,9 @@
|
|||||||
<div class="d-s">
|
<div class="d-s">
|
||||||
<img src="./imgs/new_user.png" style="width: 28px;height: 28px;margin-right: 10px">
|
<img src="./imgs/new_user.png" style="width: 28px;height: 28px;margin-right: 10px">
|
||||||
<div>
|
<div>
|
||||||
<div style="font-weight: bold">匿名</div>
|
<div style="font-weight: bold">{{chooseVipUser.name}}</div>
|
||||||
<div class="d-s">
|
<div class="d-s">
|
||||||
<span>12345679912</span>
|
<span>{{chooseVipUser.mobile}}</span>
|
||||||
<img src="./imgs/fz.png" style="width: 17px;height: 17px;margin: 0px 10px">
|
<img src="./imgs/fz.png" style="width: 17px;height: 17px;margin: 0px 10px">
|
||||||
<img src="./imgs/vipicon.png" style="width: 23px;height: 19px;">
|
<img src="./imgs/vipicon.png" style="width: 23px;height: 19px;">
|
||||||
</div>
|
</div>
|
||||||
@ -550,7 +550,8 @@ export default {
|
|||||||
accountPending: false,
|
accountPending: false,
|
||||||
memberRecharge: false,
|
memberRecharge: false,
|
||||||
//会员搜索列表
|
//会员搜索列表
|
||||||
vipUserList:[]
|
vipUserList:[],
|
||||||
|
chooseVipUser:{}
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -580,7 +581,11 @@ export default {
|
|||||||
|
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
|
chooseUser(data){
|
||||||
|
//选择会员
|
||||||
|
this.userInfo = true
|
||||||
|
this.chooseVipUser = data
|
||||||
|
},
|
||||||
getGoodsItem() {
|
getGoodsItem() {
|
||||||
if (this.oilGunClearing.amount && this.oilGunClearing.amount !== undefined) {
|
if (this.oilGunClearing.amount && this.oilGunClearing.amount !== undefined) {
|
||||||
// 保留两位小数
|
// 保留两位小数
|
||||||
|
Loading…
Reference in New Issue
Block a user