Commit a8fb0424 by 10_noah@other.ren

总后台/商家后台:A币统一改为海盗币,B币统一改为巨雾币。目前已知:订单管理、订单详情

parent 0519d9c2
...@@ -92,7 +92,7 @@ export const tableOption ={ ...@@ -92,7 +92,7 @@ export const tableOption ={
}, },
{ {
"type": "input", "type": "input",
"label": "支付A币", "label": "支付海盗币",
"prop": "payACurrency", "prop": "payACurrency",
"span": 12, "span": 12,
"viewDisplay":false, "viewDisplay":false,
...@@ -208,7 +208,7 @@ export const tableOption ={ ...@@ -208,7 +208,7 @@ export const tableOption ={
}, },
{ {
"type": "input", "type": "input",
"label": "支付A币", "label": "支付海盗币",
"labelWidth":120, "labelWidth":120,
"prop": "payACurrency", "prop": "payACurrency",
"formslot":true, "formslot":true,
......
...@@ -99,7 +99,7 @@ export const tableOption = { ...@@ -99,7 +99,7 @@ export const tableOption = {
}, },
{ {
"type": "input", "type": "input",
"label": "支付A币", "label": "支付海盗币",
"prop": "payACurrency", "prop": "payACurrency",
"span": 12, "span": 12,
"viewDisplay":false, "viewDisplay":false,
...@@ -107,7 +107,7 @@ export const tableOption = { ...@@ -107,7 +107,7 @@ export const tableOption = {
}, },
{ {
"type": "input", "type": "input",
"label": "支出B币", "label": "支出巨雾币",
"prop": "expendBCurrency", "prop": "expendBCurrency",
"span": 12 "span": 12
}, },
......
...@@ -58,7 +58,7 @@ export const tableOption = { ...@@ -58,7 +58,7 @@ export const tableOption = {
}, },
{ {
"type": "input", "type": "input",
"label": "A币支付金额", "label": "海盗币支付金额",
"prop": "payAb", "prop": "payAb",
"span": 12 "span": 12
}, },
......
...@@ -55,13 +55,13 @@ export const tableOption = { ...@@ -55,13 +55,13 @@ export const tableOption = {
}, },
{ {
"type": "input", "type": "input",
"label": "A币", "label": "海盗币",
"prop": "a", "prop": "a",
"slot": true "slot": true
}, },
{ {
"type": "input", "type": "input",
"label": "B币", "label": "巨雾币",
"prop": "b", "prop": "b",
"slot": true "slot": true
}, },
......
...@@ -91,12 +91,12 @@ ...@@ -91,12 +91,12 @@
<template slot-scope="{type,row,size,index}" slot="payACurrencyForm"> <template slot-scope="{type,row,size,index}" slot="payACurrencyForm">
<el-row v-if="row['applyStatus']==0"> <el-row v-if="row['applyStatus']==0">
<el-col :span="8"> <el-col :span="8">
<avue-input v-model="row['payACurrency']" placeholder="请输入支付A币" ></avue-input> <avue-input v-model="row['payACurrency']" placeholder="请输入支付海盗币" ></avue-input>
</el-col> </el-col>
<el-col :span="16"> <el-col :span="16">
<el-row> <el-row>
<el-col :span="8"> <el-col :span="8">
<span>A</span> <span>海盗</span>
</el-col> </el-col>
<el-col :span="8" > <el-col :span="8" >
</el-col> </el-col>
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
</el-col> </el-col>
</el-row> </el-row>
<div v-if="row['applyStatus']!=0"> <div v-if="row['applyStatus']!=0">
{{row['payACurrency']}} A {{row['payACurrency']}} 海盗
</div> </div>
</template> </template>
...@@ -239,10 +239,10 @@ import {searchTimeFormatter} from "@/util/common"; ...@@ -239,10 +239,10 @@ import {searchTimeFormatter} from "@/util/common";
row['giftNum']=row['peopleNum']; row['giftNum']=row['peopleNum'];
row['speakNum']=row['peopleNum']; row['speakNum']=row['peopleNum'];
}, },
//初始化支付A //初始化支付海盗
// initPayACurrencyForm(row){ // initPayACurrencyForm(row){
// // if(row['applyStatus']!=0){ // // if(row['applyStatus']!=0){
// row['payACurrency']=row['payACurrency']+" A币" // row['payACurrency']=row['payACurrency']+" 海盗币"
// // } // // }
// }, // },
isTemplateShow(item){ isTemplateShow(item){
......
...@@ -210,7 +210,7 @@ ...@@ -210,7 +210,7 @@
payWithA: [{ payWithA: [{
required: true, required: true,
trigger: "blur", trigger: "blur",
message: "需选择是否A币支付" message: "需选择是否海盗币支付"
}], }],
needVideo: [{ needVideo: [{
required: true, required: true,
......
...@@ -109,10 +109,10 @@ ...@@ -109,10 +109,10 @@
<el-radio v-model="form.isVerified" label="2">否</el-radio> <el-radio v-model="form.isVerified" label="2">否</el-radio>
<span>实名认证 通过才能购买此商品</span> <span>实名认证 通过才能购买此商品</span>
</el-form-item> </el-form-item>
<el-form-item required label="A币支付 :" prop="isAPay" label-width="100px"> <el-form-item required label="海盗币支付 :" prop="isAPay" label-width="100px">
<el-radio v-model="form.isAPay" label="1">是</el-radio> <el-radio v-model="form.isAPay" label="1">是</el-radio>
<el-radio v-model="form.isAPay" label="2">否</el-radio> <el-radio v-model="form.isAPay" label="2">否</el-radio>
<span>可以使用A币支付</span> <span>可以使用海盗币支付</span>
</el-form-item> </el-form-item>
<el-form-item required label="上传视频 :" prop="isUploadVideo" label-width="100px" > <el-form-item required label="上传视频 :" prop="isUploadVideo" label-width="100px" >
<el-radio v-model="form.isUploadVideo" label="1">是</el-radio> <el-radio v-model="form.isUploadVideo" label="1">是</el-radio>
...@@ -139,7 +139,7 @@ ...@@ -139,7 +139,7 @@
<el-button size="medium" type="primary" :loading="loading" @click="onSubmit" >提交</el-button> <el-button size="medium" type="primary" :loading="loading" @click="onSubmit" >提交</el-button>
</el-row> </el-row>
</div> </div>
--> -->
</el-form> </el-form>
</basic-container> </basic-container>
</div> </div>
...@@ -191,7 +191,7 @@ ...@@ -191,7 +191,7 @@
classifyId:1,// 商品分类 直播商品 classifyId:1,// 商品分类 直播商品
virtualSales:520,// 虚拟销售量 virtualSales:520,// 虚拟销售量
isVerified:0,// 实名认证 isVerified:0,// 实名认证
isAPay:0,// A币支付 isAPay:0,// 海盗币支付
isUploadVideo:0,// 上传视频 isUploadVideo:0,// 上传视频
isElectronicContract:0,// 电子合同 isElectronicContract:0,// 电子合同
isLogistics:0,// 是否发货 isLogistics:0,// 是否发货
......
...@@ -86,7 +86,7 @@ ...@@ -86,7 +86,7 @@
refundMoney:'200.00', refundMoney:'200.00',
goodsMoney:'350.00', goodsMoney:'350.00',
mark:'备注消息', mark:'备注消息',
pay_money:'100A币', pay_money:'100海盗币',
} }
} }
} }
......
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
<!-- scope.row.goodsType --> <!-- scope.row.goodsType -->
<el-image style="width: 36px; height: 36px" fit="cover" :src="scope.row.goodsListImage"/> <el-image style="width: 36px; height: 36px" fit="cover" :src="scope.row.goodsListImage"/>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="goodsListName" label="商品名称"></el-table-column> <el-table-column prop="goodsListName" label="商品名称"></el-table-column>
<el-table-column prop="goodsListSpec" label="商品规格"></el-table-column> <el-table-column prop="goodsListSpec" label="商品规格"></el-table-column>
...@@ -149,11 +149,11 @@ ...@@ -149,11 +149,11 @@
</el-form-item> </el-form-item>
<el-form-item label="退还金额 :" prop="" label-width="200px"> <el-form-item label="退还金额 :" prop="" label-width="200px">
<span v-if="info.payTypeName==='现金支付'">{{info.refundMoney+'元'||''}}</span> <span v-if="info.payTypeName==='现金支付'">{{info.refundMoney+'元'||''}}</span>
<span v-if="info.payTypeName==='A币支付'">{{info.refundMoney+'A币'||''}}</span> <span v-if="info.payTypeName==='海盗币支付'">{{info.refundMoney+'海盗币'||''}}</span>
</el-form-item> </el-form-item>
<el-form-item label="支付金额 :" prop="" label-width="200px"> <el-form-item label="支付金额 :" prop="" label-width="200px">
<span v-if="info.payTypeName==='现金支付'">{{info.payMoney+'元'||''}}</span> <span v-if="info.payTypeName==='现金支付'">{{info.payMoney+'元'||''}}</span>
<span v-if="info.payTypeName==='A币支付'">{{info.payMoney+'A币'||''}}</span> <span v-if="info.payTypeName==='海盗币支付'">{{info.payMoney+'海盗币'||''}}</span>
</el-form-item> </el-form-item>
<el-form-item label="商家金额 :" prop="" label-width="200px"> <el-form-item label="商家金额 :" prop="" label-width="200px">
<span>{{info.goodsMoney+'元'||''}}</span> <span>{{info.goodsMoney+'元'||''}}</span>
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<el-form-item style="margin: 0;margin-left: 10px;margin-right: 10px;"> <el-form-item style="margin: 0;margin-left: 10px;margin-right: 10px;">
<el-input v-model="form.oneYuanReward" :min="1" :max="99999" type="number" autocomplete="off"></el-input> <el-input v-model="form.oneYuanReward" :min="1" :max="99999" type="number" autocomplete="off"></el-input>
</el-form-item> </el-form-item>
<span>A币,自定义充值时,充值金额范围为</span> <span>海盗币,自定义充值时,充值金额范围为</span>
<el-form-item style="margin: 0;margin-left: 10px;margin-right: 10px;"> <el-form-item style="margin: 0;margin-left: 10px;margin-right: 10px;">
<el-input v-model="form.lower" :min="0" :max="99999" type="number" autocomplete="off"></el-input> <el-input v-model="form.lower" :min="0" :max="99999" type="number" autocomplete="off"></el-input>
</el-form-item> </el-form-item>
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
<el-form-item style="margin: 0;margin-left: 10px;margin-right: 10px;"> <el-form-item style="margin: 0;margin-left: 10px;margin-right: 10px;">
<el-input v-model="pkg.amount" :min="1" :max="99999" type="number" autocomplete="off"></el-input> <el-input v-model="pkg.amount" :min="1" :max="99999" type="number" autocomplete="off"></el-input>
</el-form-item> </el-form-item>
<span>A币需要支付</span> <span>海盗币需要支付</span>
<el-form-item style="margin: 0;margin-left: 10px;margin-right: 10px;"> <el-form-item style="margin: 0;margin-left: 10px;margin-right: 10px;">
<el-input v-model="pkg.price" :min="1" :max="99999" type="number" autocomplete="off"></el-input> <el-input v-model="pkg.price" :min="1" :max="99999" type="number" autocomplete="off"></el-input>
</el-form-item> </el-form-item>
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
submitForm() { submitForm() {
let oneYuanReward = this.form.oneYuanReward let oneYuanReward = this.form.oneYuanReward
if(oneYuanReward == undefined || oneYuanReward == '') { if(oneYuanReward == undefined || oneYuanReward == '') {
this.warn("请填写1元可购买A币个数") this.warn("请填写1元可购买海盗币个数")
return return
} }
let lower = this.form.lower let lower = this.form.lower
......
...@@ -56,7 +56,7 @@ ...@@ -56,7 +56,7 @@
<el-form-item style="margin: 0;margin-left: 10px;margin-right: 10px;"> <el-form-item style="margin: 0;margin-left: 10px;margin-right: 10px;">
<el-input v-model="form.bannerFee" autocomplete="off"></el-input> <el-input v-model="form.bannerFee" autocomplete="off"></el-input>
</el-form-item> </el-form-item>
<span>A币/天</span> <span>海盗币/天</span>
</div> </div>
</el-form> </el-form>
......
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
<span>%的手续费</span> <span>%的手续费</span>
</div> </div>
<div class="layout_h_v_c" style="margin-top: 16px;"> <div class="layout_h_v_c" style="margin-top: 16px;">
<span>1B币可提现</span> <span>1巨雾币可提现</span>
<el-form-item style="margin: 0;margin-right: 10px;margin-left: 10px;"> <el-form-item style="margin: 0;margin-right: 10px;margin-left: 10px;">
<el-input-number v-model="form.rate" :min="0" :max="100" autocomplete="off" :precision="2" :step="1"></el-input-number> <el-input-number v-model="form.rate" :min="0" :max="100" autocomplete="off" :precision="2" :step="1"></el-input-number>
</el-form-item> </el-form-item>
......
...@@ -38,11 +38,11 @@ ...@@ -38,11 +38,11 @@
<div>{{info.invite}}</div> <div>{{info.invite}}</div>
</div> </div>
<div class="zm_info_row"> <div class="zm_info_row">
<div class="zm_label">A</div> <div class="zm_label">海盗</div>
<div>{{info.a}}</div> <div>{{info.a}}</div>
</div> </div>
<div class="zm_info_row"> <div class="zm_info_row">
<div class="zm_label">B</div> <div class="zm_label">巨雾</div>
<div>{{info.b}}</div> <div>{{info.b}}</div>
</div> </div>
<div class="zm_info_row"> <div class="zm_info_row">
......
...@@ -94,9 +94,9 @@ ...@@ -94,9 +94,9 @@
computed: { computed: {
topTitle() { topTitle() {
if(this.type == 'AList') { if(this.type == 'AList') {
return 'A币明细' return '海盗币明细'
} else if(this.type == 'BList') { } else if(this.type == 'BList') {
return 'B币明细' return '巨雾币明细'
} else if(this.type == 'ValueList') { } else if(this.type == 'ValueList') {
return '财富值明细' return '财富值明细'
} else if(this.type == 'GrowthList') { } else if(this.type == 'GrowthList') {
......
...@@ -82,10 +82,10 @@ ...@@ -82,10 +82,10 @@
</div> </div>
</el-form> </el-form>
<!-- 修改A币 --> <!-- 修改海盗币 -->
<el-form v-if="type == 'A'" :model="aForm" :rules="aRules" label-width="80px"> <el-form v-if="type == 'A'" :model="aForm" :rules="aRules" label-width="80px">
<div class="layout_v" style="margin-bottom: 16px;"> <div class="layout_v" style="margin-bottom: 16px;">
<span class="self_center">当前A币:{{obj ? obj.a : 0}}</span> <span class="self_center">当前海盗币:{{obj ? obj.a : 0}}</span>
</div> </div>
<el-form-item label="修改方式" prop="isAdd"> <el-form-item label="修改方式" prop="isAdd">
<el-select v-model="aForm.isAdd" placeholder="请修改方式"> <el-select v-model="aForm.isAdd" placeholder="请修改方式">
...@@ -98,14 +98,14 @@ ...@@ -98,14 +98,14 @@
</el-input> </el-input>
</el-form-item> </el-form-item>
<div class="layout_v" style="margin-top: 16px;"> <div class="layout_v" style="margin-top: 16px;">
<span class="self_center">修改后A币:{{afterValue}}</span> <span class="self_center">修改后海盗币:{{afterValue}}</span>
</div> </div>
</el-form> </el-form>
<!-- 修改B币 --> <!-- 修改巨雾币 -->
<el-form v-if="type == 'B'" :model="bForm" :rules="bRules" label-width="80px"> <el-form v-if="type == 'B'" :model="bForm" :rules="bRules" label-width="80px">
<div class="layout_v" style="margin-bottom: 16px;"> <div class="layout_v" style="margin-bottom: 16px;">
<span class="self_center">当前B币:{{obj ? obj.b : 0}}</span> <span class="self_center">当前巨雾币:{{obj ? obj.b : 0}}</span>
</div> </div>
<el-form-item label="修改方式" prop="isAdd"> <el-form-item label="修改方式" prop="isAdd">
<el-select v-model="bForm.isAdd" placeholder="请修改方式"> <el-select v-model="bForm.isAdd" placeholder="请修改方式">
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
</el-input> </el-input>
</el-form-item> </el-form-item>
<div class="layout_v" style="margin-top: 16px;"> <div class="layout_v" style="margin-top: 16px;">
<span class="self_center">修改后B币:{{afterValue}}</span> <span class="self_center">修改后巨雾币:{{afterValue}}</span>
</div> </div>
</el-form> </el-form>
...@@ -318,9 +318,9 @@ ...@@ -318,9 +318,9 @@
} else if (this.type == 'Invitor') { } else if (this.type == 'Invitor') {
return '修改邀请用户' return '修改邀请用户'
} else if (this.type == 'A') { } else if (this.type == 'A') {
return "修改A币" return "修改海盗币"
} else if (this.type == 'B') { } else if (this.type == 'B') {
return "修改B币" return "修改巨雾币"
} else if (this.type == 'Permission') { } else if (this.type == 'Permission') {
return "用户权限" return "用户权限"
} else if (this.type == 'Block') { } else if (this.type == 'Block') {
......
...@@ -90,12 +90,12 @@ ...@@ -90,12 +90,12 @@
v-if="isPermit('admin_user_mgt_change_a')" v-if="isPermit('admin_user_mgt_change_a')"
type="primary" type="primary"
size="small" size="small"
@click="onChange('A')">修改A</el-button> @click="onChange('A')">修改海盗</el-button>
<el-button <el-button
v-if="isPermit('admin_user_mgt_change_b')" v-if="isPermit('admin_user_mgt_change_b')"
type="primary" type="primary"
size="small" size="small"
@click="onChange('B')">修改B</el-button> @click="onChange('B')">修改巨雾</el-button>
<el-button <el-button
v-if="isPermit('admin_user_mgt_change_permission')" v-if="isPermit('admin_user_mgt_change_permission')"
type="primary" type="primary"
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
<!-- 修改各种值的弹窗 --> <!-- 修改各种值的弹窗 -->
<user-edit-pop :show="showEdit" :obj="row" :type="editType" @close="showEdit = false" @success="onChangeDone" /> <user-edit-pop :show="showEdit" :obj="row" :type="editType" @close="showEdit = false" @success="onChangeDone" />
<!-- A币,B币,财富值,成长值的流水列表 --> <!-- 海盗币,巨雾币,财富值,成长值的流水列表 -->
<user-detail-pop :show="showList" :obj="row" :type="listType" @close="showList = false" /> <user-detail-pop :show="showList" :obj="row" :type="listType" @close="showList = false" />
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment