feat(global): 移除创客空间相关代码

This commit is contained in:
woody 2025-05-21 18:01:32 +08:00
parent bfa35f13b6
commit f23e09aabf
8 changed files with 299 additions and 715 deletions

View File

@ -415,33 +415,6 @@ export function superStudioSpaceUpload(data) {
}) })
} }
// 创客空间推荐
export function recommendSub(data) {
return request({
url: '/member/manage/maker-space/recommend',
method: 'put',
data
})
}
// 创客空间上传
export function recommendSubUpload(data) {
return request({
url: '/member/manage/maker-space/upload-data-submit',
method: 'post',
data
})
}
// 创客空间取消推荐
export function recommendCancel(data) {
return request({
url: '/member/manage/maker-space/recommend-cancel',
method: 'put',
data
})
}
// 修改政策币发起签呈 // 修改政策币发起签呈
export function updatePolicy(data) { export function updatePolicy(data) {
return request({ return request({
@ -874,33 +847,6 @@ export function submitMemberRenewal(data) {
}) })
} }
// 创客空间有舱发起签呈
export function cabinSubmit(data) {
return request({
url: 'member/manage/maker-space/cabinSubmit',
method: 'post',
data
})
}
// 创客空间新协议发起签呈
export function accordSubmit(data) {
return request({
url: '/member/manage/maker-space/accordSubmit',
method: 'post',
data
})
}
// 沙棘权益赠送
export function submitSeabuckEquityGift(data) {
return request({
url: '/activity/manage/equity-config/online-petition',
method: 'post',
data
})
}
// 免密登录 // 免密登录
export function freeLogin(data) { export function freeLogin(data) {
return request({ return request({

View File

@ -74,87 +74,6 @@ export function productUpdate(data) {
}) })
} }
// 获取创客空间列表
export function markerSpace(params) {
return request({
url: '/member/manage/maker-space/list',
method: 'get',
params
})
}
// 超级工作室空间驳回
export function superStudioReject(data) {
return request({
url: '/member/manage/super-studio/reject',
method: 'put',
data
})
}
// 经销商驳回
export function dealerReject(data) {
return request({
url: '/member/manage/dealer/reject',
method: 'put',
data
})
}
// 创客空间驳回
export function makerSpaceReject(data) {
return request({
url: '/member/manage/maker-space/reject',
method: 'put',
data
})
}
// 获取创客空间详情
export function markerSpaceDetail(params) {
return request({
url: '/member/manage/maker-space/detail',
method: 'get',
params
})
}
// 获取超级工作室列表
export function superStudioList(params) {
return request({
url: '/member/manage/super-studio/list',
method: 'get',
params
})
}
// 获取超级工作室详情
export function superStudioDetails(params) {
return request({
url: '/member/manage/super-studio/detail',
method: 'get',
params
})
}
// 获取经销商工作室列表
export function dealerList(params) {
return request({
url: '/member/manage/dealer/list',
method: 'get',
params
})
}
// 获取经销商详情
export function dealerDetails(params) {
return request({
url: '/member/manage/dealer/detail',
method: 'get',
params
})
}
// 更新团队信息 // 更新团队信息
export function updateTeams(data) { export function updateTeams(data) {
return request({ return request({
@ -294,24 +213,6 @@ export function placeImg(data) {
}) })
} }
// 创客空间发起人修改关联编码
export function upCabinCode(data) {
return request({
url: '/member/manage/maker-space/upCabinCode',
method: 'post',
data
})
}
// 创客空间发起人修改关联编码确认接口
export function upCabinCodeConfirm(data) {
return request({
url: '/member/manage/maker-space/upCabinCode-confirm',
method: 'post',
data
})
}
// 隶属团队 // 隶属团队
export function listNoPage(params) { export function listNoPage(params) {
return request({ return request({

View File

@ -246,38 +246,6 @@
</el-form-item> </el-form-item>
</el-col> </el-col>
<!-- <el-col :span="4">-->
<!-- <el-form-item label="营业执照" prop="isBusLicense">-->
<!-- <el-select-->
<!-- clearable-->
<!-- :placeholder="'请选择'"-->
<!-- v-model="queryParams.isBusLicense"-->
<!-- >-->
<!-- <el-option-->
<!-- v-for="item in yesnouploadsList"-->
<!-- :key="item.value"-->
<!-- :label="item.label"-->
<!-- :value="item.value"-->
<!-- ></el-option>-->
<!-- </el-select>-->
<!-- </el-form-item>-->
<!-- </el-col>-->
<!-- <el-col :span="4">
<el-form-item :label="'讲师等级'" prop="isMakerSpace">
<el-select
v-model="queryParams.lecturerLevel"
clearable
:placeholder="'请选择'"
>
<el-option
v-for="item in lecturerLevel"
:key="item.value"
:label="item.label"
:value="item.value"
/>
</el-select>
</el-form-item>
</el-col> -->
<el-col :span="4"> <el-col :span="4">
<el-form-item :label="'订单类型'" prop="orderSource"> <el-form-item :label="'订单类型'" prop="orderSource">
<el-select <el-select
@ -392,22 +360,6 @@
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
<!-- <el-col :span="4">
<el-form-item label="创客合伙人">
<el-select
v-model="queryParams.isMakerGift"
clearable
:placeholder="'请选择'"
>
<el-option
v-for="item in this.dealerList"
:key="item.value"
:label="item.label"
:value="item.value"
/>
</el-select>
</el-form-item>
</el-col> -->
<el-col :span="8"> <el-col :span="8">
<el-form-item :label="'创建日期'" prop="code"> <el-form-item :label="'创建日期'" prop="code">
@ -1077,7 +1029,6 @@ export default {
isRealName: '', // isRealName: '', //
isBusLicense: '', // isBusLicense: '', //
orderSource: '', // orderSource: '', //
isMakerSpace: '', //
centerMemberCode: '', // centerMemberCode: '', //
centerMemberName: '', // centerMemberName: '', //
parMemberCode: '', // parMemberCode: '', //

View File

@ -8,9 +8,9 @@
<div class="page"> <div class="page">
<topBar <topBar
v-if="topList.length > 0" v-if="topList.length > 0"
:topList="topList" :top-list="topList"
:moren="moren" :moren="moren"
></topBar> />
<div class="main"> <div class="main">
<el-form <el-form
ref="select" ref="select"
@ -49,39 +49,36 @@
<el-form-item :label="'业绩时间'"> <el-form-item :label="'业绩时间'">
<el-date-picker <el-date-picker
v-model="creationTime" v-model="creationTime"
@change="changeTime"
value-format="yyyy-MM-dd" value-format="yyyy-MM-dd"
type="daterange" type="daterange"
:range-separator="'至'" :range-separator="'至'"
:start-placeholder="'开始日期'" :start-placeholder="'开始日期'"
:end-placeholder="'结束日期'" :end-placeholder="'结束日期'"
> @change="changeTime"
</el-date-picker> />
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="6"> <el-col :span="6">
<el-form-item :label="'隶属体系'"> <el-form-item :label="'隶属体系'">
<el-cascader <el-cascader
:options="verList"
v-model="select.pkBdVertexStred" v-model="select.pkBdVertexStred"
@change="getPkBdVertexStr" :options="verList"
:props="props" :props="props"
collapse-tags collapse-tags
clearable clearable
></el-cascader> @change="getPkBdVertexStr"
/>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4" style="margin-left: 10px"> <el-col :span="4" style="margin-left: 10px">
<el-button type="primary" @click="getDataList"> <el-button type="primary" @click="getDataList">
{{ '搜索' }}</el-button {{ '搜索' }}</el-button>
>
<el-button type="primary" @click="reset"> <el-button type="primary" @click="reset">
{{ '重置' }}</el-button {{ '重置' }}</el-button>
> <el-button v-hasButtons="['performanceListTotal']" type="primary" @click="getNewData"> 统计</el-button>
<el-button type="primary" v-hasButtons="['performanceListTotal']" @click="getNewData"> 统计</el-button>
</el-col> </el-col>
</el-row> </el-row>
<el-row> </el-row> <el-row />
<!-- <el-row> <!-- <el-row>
<el-col> <el-col>
<el-form-item :label="'隶属体系'"> <el-form-item :label="'隶属体系'">
@ -120,13 +117,12 @@
<div class="maintop"> <div class="maintop">
<div class="mainbtn"> <div class="mainbtn">
<el-button <el-button
size="small"
@click="handleExport"
v-hasButtons="['performanceListExport']" v-hasButtons="['performanceListExport']"
size="small"
class="thebtn2" class="thebtn2"
@click="handleExport"
> >
{{ '导出' }}</el-button {{ '导出' }}</el-button>
>
</div> </div>
<!-- <div> <!-- <div>
<el-dropdown :hide-on-click="false" placement="top"> <el-dropdown :hide-on-click="false" placement="top">
@ -145,9 +141,9 @@
<div class="maintable"> <div class="maintable">
<!-- <div class="itemTrading"> --> <!-- <div class="itemTrading"> -->
<el-table <el-table
ref="mainTable"
v-loading="loading" v-loading="loading"
:data="tableData" :data="tableData"
ref="mainTable"
height="700px" height="700px"
:header-cell-style="{ background: '#EEEEEE' }" :header-cell-style="{ background: '#EEEEEE' }"
:summary-method="getSummaries" :summary-method="getSummaries"
@ -155,13 +151,13 @@
:row-class-name="tableRowClassName" :row-class-name="tableRowClassName"
@selection-change="handleSelectionChange" @selection-change="handleSelectionChange"
> >
<el-table-column type="selection" width="60"> </el-table-column> <el-table-column type="selection" width="60" />
<el-table-column <el-table-column
v-for="(item, index) in menuList" v-for="(item, index) in menuList"
v-if="item.id != 0"
:key="item.id" :key="item.id"
align="center" align="center"
width="120" width="120"
v-if="item.id != 0"
:prop="item.prop" :prop="item.prop"
:label="item.text" :label="item.text"
> >
@ -187,24 +183,24 @@
</template> </template>
<script> <script>
import topBar from "@/components/topBarRole"; import topBar from '@/components/topBarRole'
import * as api from "@/api/settle.js"; import * as api from '@/api/settle.js'
import { classifyUpdate, classifySave } from "@/api/product"; import { classifyUpdate, classifySave } from '@/api/product'
import { getRouters } from "@/api/settle.js"; import { getRouters } from '@/api/settle.js'
import { isOther, numberToCurrencyNo } from "@/utils/numberToCurrency"; import { isOther, numberToCurrencyNo } from '@/utils/numberToCurrency'
export default { export default {
name: "Bzpz", name: 'Bzpz',
components: { components: {
topBar, topBar
}, },
filters: { filters: {
isAgree(val) { isAgree(val) {
if (!val) { if (!val) {
return '允许'; return '允许'
} else { } else {
return '禁止'; return '禁止'
}
} }
},
}, },
data() { data() {
return { return {
@ -212,186 +208,172 @@ export default {
typeList: [ typeList: [
{ {
value: 0, value: 0,
label: '前台', label: '前台'
}, },
{ {
value: 1, value: 1,
label: '后台', label: '后台'
}, }
], ],
digList: [ digList: [
{ {
value: 0, value: 0,
label: '允许', label: '允许'
}, },
{ {
value: 1, value: 1,
label: '禁止', label: '禁止'
}, }
], ],
menuList: [ menuList: [
{ {
id: 0, id: 0,
text: '全选', text: '全选',
checked: false, checked: false
}, },
{ {
id: 1, id: 1,
text: '隶属体系', text: '隶属体系',
checked: true, checked: true,
prop: "vertexName", prop: 'vertexName'
}, },
{ {
id: 27, id: 27,
text: '业绩时间', text: '业绩时间',
checked: false, checked: false,
prop: "creationTime", prop: 'creationTime'
}, },
{ {
id: 2, id: 2,
text: '隶属团队', text: '隶属团队',
checked: true, checked: true,
prop: "teamName", prop: 'teamName'
}, },
{ {
id: 28, id: 28,
text: "首购PV拨比(%)", text: '首购PV拨比(%)',
checked: true, checked: true,
prop: "mainBonusPvRate", prop: 'mainBonusPvRate',
total: "mainBonusPvRateSum", total: 'mainBonusPvRateSum'
}, },
{ {
id: 29, id: 29,
text: "复购PV拨比(%)", text: '复购PV拨比(%)',
checked: true, checked: true,
prop: "repurBonusPvRate", prop: 'repurBonusPvRate',
total: "repurBonusPvRateSum", total: 'repurBonusPvRateSum'
}, },
{ {
id: 3, id: 3,
text: `${'注册专区'}(¥)`, text: `${'注册专区'}(¥)`,
checked: true, checked: true,
prop: "mainRegAmount", prop: 'mainRegAmount',
total: "mainRegAmountSum", total: 'mainRegAmountSum'
}, },
{ {
id: 4, id: 4,
text: `${'升级专区'}(¥)`, text: `${'升级专区'}(¥)`,
checked: true, checked: true,
prop: "mainUpAmount", prop: 'mainUpAmount',
total: "mainUpAmountSum", total: 'mainUpAmountSum'
}, },
{ {
id: 5, id: 5,
text: `${'云代注册'}(¥)`, text: `${'云代注册'}(¥)`,
checked: true, checked: true,
prop: "agentRegAmount", prop: 'agentRegAmount',
total: "agentRegAmountSum", total: 'agentRegAmountSum'
}, },
{ {
id: 6, id: 6,
text: `${'云代升级'}(¥)`, text: `${'云代升级'}(¥)`,
checked: true, checked: true,
prop: "agentUpAmount", prop: 'agentUpAmount',
total: "agentUpAmountSum", total: 'agentUpAmountSum'
}, },
{ {
id: 7, id: 7,
text: `${'首购金额'}(¥)`, text: `${'首购金额'}(¥)`,
checked: true, checked: true,
prop: "firstPurchaseAll", prop: 'firstPurchaseAll',
total: "firstPurchaseAllSum", total: 'firstPurchaseAllSum'
}, },
{ {
id: 30, id: 30,
text: `能量舱金额(¥)`, text: `能量舱金额(¥)`,
checked: true, checked: true,
prop: "energyAmountAll", prop: 'energyAmountAll',
total: "energyAmountAllSum", total: 'energyAmountAllSum'
}, },
{ {
id: 8, id: 8,
text: `${'直推收益'}(¥)`, text: `${'直推收益'}(¥)`,
checked: true, checked: true,
prop: "introduceBonus", prop: 'introduceBonus',
total: "introduceBonusSum", total: 'introduceBonusSum'
}, },
{ {
id: 9, id: 9,
text: `${'拓展收益'}(¥)`, text: `${'拓展收益'}(¥)`,
checked: true, checked: true,
prop: "orgBonus", prop: 'orgBonus',
total: "orgBonusSum", total: 'orgBonusSum'
}, },
{ {
id: 10, id: 10,
text: `${'辅导收益'}(¥)`, text: `${'辅导收益'}(¥)`,
checked: true, checked: true,
prop: "leaderBonus", prop: 'leaderBonus',
total: "leaderBonusSum", total: 'leaderBonusSum'
}, },
{ {
id: 11, id: 11,
text: `${'分红收益'}(¥)`, text: `${'分红收益'}(¥)`,
checked: true, checked: true,
prop: "shareBonus", prop: 'shareBonus',
total: "shareBonusSum", total: 'shareBonusSum'
}, },
{ {
id: 12, id: 12,
text: `${'服务补贴'}(¥)`, text: `${'服务补贴'}(¥)`,
checked: true, checked: true,
prop: "serviceBonus", prop: 'serviceBonus',
total: "serviceBonusSum", total: 'serviceBonusSum'
},
{
id: 31,
text: `创客空间直推收益(¥)`,
checked: true,
prop: "makerDirect",
total: "makerDirectSum",
},
{
id: 32,
text: `创客空间共享收益(¥)`,
checked: true,
prop: "makerShare",
total: "makerShareSum",
}, },
{ {
id: 13, id: 13,
text: `${'云代直推'}(¥)`, text: `${'云代直推'}(¥)`,
checked: true, checked: true,
prop: "agentIntroduceBonus", prop: 'agentIntroduceBonus',
total: "agentIntroduceBonusSum", total: 'agentIntroduceBonusSum'
}, },
{ {
id: 14, id: 14,
text: `${'云代首购'}(¥)`, text: `${'云代首购'}(¥)`,
checked: true, checked: true,
prop: "agentFirstAmount", prop: 'agentFirstAmount',
total: "agentFirstAmountSum", total: 'agentFirstAmountSum'
}, },
{ {
id: 15, id: 15,
text: `${'云代复购'}(¥)`, text: `${'云代复购'}(¥)`,
checked: true, checked: true,
prop: "agentRepurAmount", prop: 'agentRepurAmount',
total: "agentRepurAmountSum", total: 'agentRepurAmountSum'
}, },
{ {
id: 16, id: 16,
text: `${'复购专区'}(¥)`, text: `${'复购专区'}(¥)`,
checked: true, checked: true,
prop: "mainRepurAmount", prop: 'mainRepurAmount',
total: "mainRepurAmountSum", total: 'mainRepurAmountSum'
}, },
{ {
id: 17, id: 17,
text: `${'海粉专区'}(¥)`, text: `${'海粉专区'}(¥)`,
checked: true, checked: true,
prop: "hifansRegAmount", prop: 'hifansRegAmount',
total: "hifansRegAmountSum", total: 'hifansRegAmountSum'
}, },
// { // {
// id: 16, // id: 16,
@ -403,65 +385,65 @@ export default {
id: 18, id: 18,
text: `${'复购金额'}(¥)`, text: `${'复购金额'}(¥)`,
checked: false, checked: false,
prop: "repurchaseAllAmount", prop: 'repurchaseAllAmount',
total: "repurchaseAllAmountSum", total: 'repurchaseAllAmountSum'
}, },
{ {
id: 19, id: 19,
text: `${'复购极差收益'}(¥)`, text: `${'复购极差收益'}(¥)`,
checked: false, checked: false,
prop: "repurRangeBonus", prop: 'repurRangeBonus',
total: "repurRangeBonusSum", total: 'repurRangeBonusSum'
}, },
{ {
id: 20, id: 20,
text: `${'复购拓展收益'}(¥)`, text: `${'复购拓展收益'}(¥)`,
checked: false, checked: false,
prop: "repurOrgBonus", prop: 'repurOrgBonus',
total: "repurOrgBonusSum", total: 'repurOrgBonusSum'
}, },
{ {
id: 21, id: 21,
text: `${'首购拨出金额'}(¥)`, text: `${'首购拨出金额'}(¥)`,
checked: false, checked: false,
prop: "mainBonus", prop: 'mainBonus',
total: "mainBonusSum", total: 'mainBonusSum'
}, },
{ {
id: 22, id: 22,
text: '首购拨出比例' + "(%)", text: '首购拨出比例' + '(%)',
checked: false, checked: false,
prop: "mainBonusRate", prop: 'mainBonusRate',
total: "mainBonusRateSum", total: 'mainBonusRateSum'
}, },
{ {
id: 23, id: 23,
text: `${'复购拨出金额'}(¥)`, text: `${'复购拨出金额'}(¥)`,
checked: false, checked: false,
prop: "repurBonus", prop: 'repurBonus',
total: "repurBonusSum", total: 'repurBonusSum'
}, },
{ {
id: 24, id: 24,
text: '复购拨出比例' + "(%)", text: '复购拨出比例' + '(%)',
checked: false, checked: false,
prop: "repurBonusRate", prop: 'repurBonusRate',
total: "repurBonusRateSum", total: 'repurBonusRateSum'
}, },
{ {
id: 25, id: 25,
text: `${'总拨出金额'}(¥)`, text: `${'总拨出金额'}(¥)`,
checked: false, checked: false,
prop: "totalBonus", prop: 'totalBonus',
total: "totalBonusSum", total: 'totalBonusSum'
}, },
{ {
id: 26, id: 26,
text: '总拨出比例' + "(%)", text: '总拨出比例' + '(%)',
checked: false, checked: false,
prop: "totalBonusRate", prop: 'totalBonusRate',
total: "totalBonusRateSum", total: 'totalBonusRateSum'
}, }
// { // {
// id: 28, // id: 28,
@ -474,43 +456,43 @@ export default {
creationTime1: [], creationTime1: [],
select: { select: {
pkVertexList: [], pkVertexList: [],
pkMemberTeamList: [], pkMemberTeamList: []
}, },
// //
queryParams: { queryParams: {
pageNum: 1, pageNum: 1,
pageSize: 50, pageSize: 50
}, },
addOrEdit: "", addOrEdit: '',
total: 0, total: 0,
dialogVisible: false, dialogVisible: false,
tableData: [], tableData: [],
moren: "/settlementCenter/performanceList", moren: '/settlementCenter/performanceList',
topList: [ topList: [
{ {
name: '拨比图型', name: '拨比图型',
path: "/settlementCenter/performanceRatio", path: '/settlementCenter/performanceRatio',
url: "performanceRatio", url: 'performanceRatio',
changed: false, changed: false
}, },
{ {
name: '拨比图表', name: '拨比图表',
path: "/settlementCenter/performanceChart", path: '/settlementCenter/performanceChart',
url: "performanceChart", url: 'performanceChart',
changed: false, changed: false
}, },
{ {
name: '拨比列表', name: '拨比列表',
path: "/settlementCenter/performanceList", path: '/settlementCenter/performanceList',
url: "performanceList", url: 'performanceList',
changed: false, changed: false
}, },
{ {
name: '个人伞下拨比查询', name: '个人伞下拨比查询',
path: "/settlementCenter/personalAllocation", path: '/settlementCenter/personalAllocation',
url: "PersonalAllocation", url: 'PersonalAllocation',
changed: false, changed: false
}, }
], ],
form: {}, form: {},
verList: [], verList: [],
@ -519,25 +501,25 @@ export default {
tableList: {}, tableList: {},
props: { props: {
multiple: true, multiple: true,
expandTrigger: "hover", expandTrigger: 'hover',
value: "pkId", value: 'pkId',
label: "vertexName", label: 'vertexName',
children: "childList", children: 'childList'
}, }
}; }
}, },
mounted() { mounted() {
// //
this.getData(); this.getData()
// //
this.getDataList(); this.getDataList()
this.getUserRoute(); this.getUserRoute()
}, },
methods: { methods: {
getPkBdVertexStr(e) { getPkBdVertexStr(e) {
let arr = e.map((item) => item[1]); const arr = e.map((item) => item[1])
let pkBdVertexStr = arr.join(","); const pkBdVertexStr = arr.join(',')
this.$set(this.select, "pkBdVertexStr", pkBdVertexStr); this.$set(this.select, 'pkBdVertexStr', pkBdVertexStr)
}, },
// getpkVertex() { // getpkVertex() {
// let pkBdVertexStr = this.select.pkVertexList.join(',') // let pkBdVertexStr = this.select.pkVertexList.join(',')
@ -552,25 +534,25 @@ export default {
.subtotal(Object.assign({}, this.queryParams, this.select)) .subtotal(Object.assign({}, this.queryParams, this.select))
.then((res) => { .then((res) => {
if (res.code == 200) { if (res.code == 200) {
this.tableList = res.data; this.tableList = res.data
} }
}); })
}, },
getSummaries(param) { getSummaries(param) {
let arr = []; const arr = []
this.menuList.forEach((item) => { this.menuList.forEach((item) => {
for (var i in this.tableList) { for (var i in this.tableList) {
if (i == item.total) { if (i == item.total) {
arr.push(numberToCurrencyNo(this.tableList[i])); arr.push(numberToCurrencyNo(this.tableList[i]))
} }
} }
}); })
arr.unshift("合计", "", "", ""); arr.unshift('合计', '', '', '')
arr.push(""); arr.push('')
this.$nextTick(() => { this.$nextTick(() => {
this.$refs.mainTable.doLayout(); this.$refs.mainTable.doLayout()
}); })
return arr; return arr
// return [] // return []
}, },
getUserRoute() { getUserRoute() {
@ -578,36 +560,36 @@ export default {
res.data.forEach((item) => { res.data.forEach((item) => {
this.topList.forEach((items) => { this.topList.forEach((items) => {
if (item.routeName == items.url) { if (item.routeName == items.url) {
items.changed = true; items.changed = true
} }
}); })
}); })
}); })
}, },
reset() { reset() {
this.select = { this.select = {
pkVertexList: [], pkVertexList: [],
pkMemberTeamList: [], pkMemberTeamList: [],
pkTeamCodeStr: "", pkTeamCodeStr: '',
pkBdVertexStr: "", pkBdVertexStr: ''
}; }
this.creationTime = []; this.creationTime = []
}, },
getMenu(e, id) { getMenu(e, id) {
if (e && id == 0) { if (e && id == 0) {
this.menuList.forEach((item) => { this.menuList.forEach((item) => {
this.$set(item, "checked", true); this.$set(item, 'checked', true)
}); })
} else if (!e && id == 0) { } else if (!e && id == 0) {
this.menuList.forEach((item) => { this.menuList.forEach((item) => {
this.$set(item, "checked", false); this.$set(item, 'checked', false)
}); })
} }
}, },
getData() { getData() {
api.accountList().then((res) => { api.accountList().then((res) => {
this.acList = res.data; this.acList = res.data
}); })
// api.vertexList().then((res) => { // api.vertexList().then((res) => {
// this.verList = res.data // this.verList = res.data
// }) // })
@ -615,24 +597,24 @@ export default {
// this.memberList = res.rows // this.memberList = res.rows
// }) // })
api.vertexChild().then((res) => { api.vertexChild().then((res) => {
this.verList = res.data; this.verList = res.data
}); })
}, },
changeTime(val) { changeTime(val) {
this.select.startDate = val ? val[0] : ""; this.select.startDate = val ? val[0] : ''
this.select.endDate = val ? val[1] : ""; this.select.endDate = val ? val[1] : ''
}, },
changeTime1(val) { changeTime1(val) {
this.select.startEffectDate = val ? val[0] : ""; this.select.startEffectDate = val ? val[0] : ''
this.select.endEffectDate = val ? val[1] : ""; this.select.endEffectDate = val ? val[1] : ''
}, },
getNewData() { getNewData() {
this.loading = true this.loading = true
api api
.bonusListHistory(Object.assign({}, this.queryParams, this.select)) .bonusListHistory(Object.assign({}, this.queryParams, this.select))
.then((res) => { .then((res) => {
this.getDataList(); this.getDataList()
}); })
}, },
getDataList() { getDataList() {
api api
@ -640,11 +622,11 @@ export default {
.then((res) => { .then((res) => {
this.loading = false this.loading = false
if (res.code == 200) { if (res.code == 200) {
this.tableData = res.rows; this.tableData = res.rows
this.total = res.total; this.total = res.total
this.getTotal(); this.getTotal()
} }
}); })
}, },
handleSelectionChange(val) {}, handleSelectionChange(val) {},
/** 导出按钮操作 */ /** 导出按钮操作 */
@ -652,25 +634,25 @@ export default {
this.$confirm('是否确认导出所有数据项?', '警告', { this.$confirm('是否确认导出所有数据项?', '警告', {
confirmButtonText: '确定', confirmButtonText: '确定',
cancelButtonText: '取消', cancelButtonText: '取消',
type: "warning", type: 'warning'
}).then((_) => { }).then((_) => {
this.download( this.download(
"/member/manage/bonus-statis/export", '/member/manage/bonus-statis/export',
Object.assign({}, this.queryParams, this.select), Object.assign({}, this.queryParams, this.select),
`拨比列表-${new Date().getTime()}.xlsx` `拨比列表-${new Date().getTime()}.xlsx`
); )
}); })
}, },
tableRowClassName({ row, rowIndex }) { tableRowClassName({ row, rowIndex }) {
if (rowIndex % 2 == 1) { if (rowIndex % 2 == 1) {
return "warning-row"; return 'warning-row'
} else if (rowIndex % 2 == 0) { } else if (rowIndex % 2 == 0) {
return "success-row"; return 'success-row'
}
return ''
}
}
} }
return "";
},
},
};
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
::v-deep .el-table .warning-row { ::v-deep .el-table .warning-row {

View File

@ -346,20 +346,6 @@ export default {
prop: 'serviceBonus', prop: 'serviceBonus',
total: 'serviceBonusSum' total: 'serviceBonusSum'
}, },
{
id: 33,
text: `创客空间直推收益(¥)`,
checked: true,
prop: 'makerDirect',
total: 'makerDirectSum'
},
{
id: 32,
text: `创客空间共享收益(¥)`,
checked: true,
prop: 'makerShare',
total: 'makerShareSum'
},
{ {
id: 13, id: 13,
text: `${'云代直推'}(¥)`, text: `${'云代直推'}(¥)`,

View File

@ -8,9 +8,9 @@
<div class="page"> <div class="page">
<topBar <topBar
v-if="topList.length > 0" v-if="topList.length > 0"
:topList="topList" :top-list="topList"
:moren="moren" :moren="moren"
></topBar> />
<div class="main"> <div class="main">
<el-form <el-form
ref="select" ref="select"
@ -49,14 +49,13 @@
<el-form-item :label="'业绩时间'"> <el-form-item :label="'业绩时间'">
<el-date-picker <el-date-picker
v-model="creationTime" v-model="creationTime"
@change="changeTime"
value-format="yyyy-MM-dd" value-format="yyyy-MM-dd"
type="daterange" type="daterange"
:range-separator="'至'" :range-separator="'至'"
:start-placeholder="'开始日期'" :start-placeholder="'开始日期'"
:end-placeholder="'结束日期'" :end-placeholder="'结束日期'"
> @change="changeTime"
</el-date-picker> />
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="6"> <el-col :span="6">
@ -67,17 +66,15 @@
:key="item.pkVertex" :key="item.pkVertex"
:label="`${item.memberCode} (${item.memberName})`" :label="`${item.memberCode} (${item.memberName})`"
:value="item.pkVertex" :value="item.pkVertex"
></el-option> />
</el-select> </el-select>
</el-form-item> </el-form-item>
</el-col> </el-col>
<el-col :span="4" style="margin-left: 10px"> <el-col :span="4" style="margin-left: 10px">
<el-button type="primary" @click="getDataList"> <el-button type="primary" @click="getDataList">
{{ '搜索' }}</el-button {{ '搜索' }}</el-button>
>
<el-button type="primary" @click="reset"> <el-button type="primary" @click="reset">
{{ '重置' }}</el-button {{ '重置' }}</el-button>
>
<!-- <el-button <!-- <el-button
type="primary" type="primary"
v-hasButtons="['TopPerformanceTotal']" v-hasButtons="['TopPerformanceTotal']"
@ -87,7 +84,7 @@
> --> > -->
</el-col> </el-col>
</el-row> </el-row>
<el-row> </el-row> <el-row />
<!-- <el-row> <!-- <el-row>
<el-col> <el-col>
<el-form-item :label="'隶属体系'"> <el-form-item :label="'隶属体系'">
@ -126,13 +123,12 @@
<div class="maintop"> <div class="maintop">
<div class="mainbtn"> <div class="mainbtn">
<el-button <el-button
size="small"
@click="handleExport"
v-hasButtons="['topPerformanceTotalExport']" v-hasButtons="['topPerformanceTotalExport']"
size="small"
class="thebtn2" class="thebtn2"
@click="handleExport"
> >
{{ '导出' }}</el-button {{ '导出' }}</el-button>
>
</div> </div>
<!-- <div> <!-- <div>
<el-dropdown :hide-on-click="false" placement="top"> <el-dropdown :hide-on-click="false" placement="top">
@ -151,9 +147,9 @@
<div class="maintable"> <div class="maintable">
<!-- <div class="itemTrading"> --> <!-- <div class="itemTrading"> -->
<el-table <el-table
ref="mainTable"
v-loading="loading" v-loading="loading"
:data="tableData" :data="tableData"
ref="mainTable"
height="700px" height="700px"
:header-cell-style="{ background: '#EEEEEE' }" :header-cell-style="{ background: '#EEEEEE' }"
:summary-method="getSummaries" :summary-method="getSummaries"
@ -161,7 +157,7 @@
:row-class-name="tableRowClassName" :row-class-name="tableRowClassName"
@selection-change="handleSelectionChange" @selection-change="handleSelectionChange"
> >
<el-table-column type="selection" width="60"> </el-table-column> <el-table-column type="selection" width="60" />
<el-table-column <el-table-column
v-for="(item, index) in menuList" v-for="(item, index) in menuList"
:key="index" :key="index"
@ -192,24 +188,24 @@
</template> </template>
<script> <script>
import topBar from "@/components/topBar"; import topBar from '@/components/topBar'
import * as api from "@/api/settle.js"; import * as api from '@/api/settle.js'
import { classifyUpdate, classifySave } from "@/api/product"; import { classifyUpdate, classifySave } from '@/api/product'
import { getRouters } from "@/api/settle.js"; import { getRouters } from '@/api/settle.js'
import { isOther, numberToCurrencyNo } from "@/utils/numberToCurrency"; import { isOther, numberToCurrencyNo } from '@/utils/numberToCurrency'
export default { export default {
name: "Bzpz", name: 'Bzpz',
components: { components: {
topBar, topBar
}, },
filters: { filters: {
isAgree(val) { isAgree(val) {
if (!val) { if (!val) {
return '允许'; return '允许'
} else { } else {
return '禁止'; return '禁止'
}
} }
},
}, },
data() { data() {
return { return {
@ -217,126 +213,122 @@ export default {
typeList: [ typeList: [
{ {
value: 0, value: 0,
label: '前台', label: '前台'
}, },
{ {
value: 1, value: 1,
label: '后台', label: '后台'
}, }
], ],
digList: [ digList: [
{ {
value: 0, value: 0,
label: '允许', label: '允许'
}, },
{ {
value: 1, value: 1,
label: '禁止', label: '禁止'
}, }
], ],
menuList: [ menuList: [
{ {
text: "系统编号", text: '系统编号',
prop: "memberCode", prop: 'memberCode'
}, },
{ {
text: "顶点名称", text: '顶点名称',
prop: "memberName", prop: 'memberName'
}, },
{ {
text: `${'首购金额'}(¥)`, text: `${'首购金额'}(¥)`,
prop: "firstPurchaseAll", prop: 'firstPurchaseAll'
}, },
{ {
text: `首购金额占比(%)`, text: `首购金额占比(%)`,
prop: "firstPurchaseRatio", prop: 'firstPurchaseRatio'
}, },
{ {
text: `能量舱金额(¥)`, text: `能量舱金额(¥)`,
prop: "energyAmountAll", prop: 'energyAmountAll'
}, },
{ {
text: `能量舱金额占比(%)`, text: `能量舱金额占比(%)`,
prop: "energyAmountRatio", prop: 'energyAmountRatio'
}, },
{ {
text: `首购奖金(¥)`, text: `首购奖金(¥)`,
prop: "mainBonus", prop: 'mainBonus'
}, },
{ {
text: `首购金额拨比(%)`, text: `首购金额拨比(%)`,
prop: "mainBonusRate", prop: 'mainBonusRate'
}, },
{ {
text: "首购PV拨比(%)", text: '首购PV拨比(%)',
prop: "mainBonusPvRate", prop: 'mainBonusPvRate'
}, },
{ {
text: "直推拨比(%)", text: '直推拨比(%)',
prop: "introduceBonusRate", prop: 'introduceBonusRate'
}, },
{ {
text: "拓展拨比(%)", text: '拓展拨比(%)',
prop: "orgBonusRate", prop: 'orgBonusRate'
}, },
{ {
text: "服务补贴拨比(%)", text: '服务补贴拨比(%)',
prop: "serviceBonusRate", prop: 'serviceBonusRate'
}, },
{ {
text: "创客空间拨比(%)", text: '复购金额(¥)',
prop: "makerRate", prop: 'repurchaseAllAmount'
}, },
{ {
text: "复购金额(¥)", text: '复购奖金(¥)',
prop: "repurchaseAllAmount", prop: 'repurBonus'
}, },
{ {
text: "复购奖金(¥)", text: '复购金额拨比(%)',
prop: "repurBonus", prop: 'repurBonusRate'
}, },
{ {
text: "复购金额拨比(%)", text: '复购PV拨比(%)',
prop: "repurBonusRate", prop: 'repurBonusPvRate'
},
{
text: "复购PV拨比(%)",
prop: "repurBonusPvRate",
}, },
{ {
text: `拓展平均碰次`, text: `拓展平均碰次`,
prop: "orgAvTouch", prop: 'orgAvTouch'
}, },
{ {
text: `拓展最高碰次`, text: `拓展最高碰次`,
prop: "orgMaxTouch", prop: 'orgMaxTouch'
}, },
{ {
text: `拓展封顶人数`, text: `拓展封顶人数`,
prop: "orgTopNumber", prop: 'orgTopNumber'
}, }
], ],
creationTime: [], creationTime: [],
creationTime1: [], creationTime1: [],
select: { select: {
pkVertexList: [], pkVertexList: [],
pkMemberTeamList: [], pkMemberTeamList: []
}, },
// //
queryParams: { queryParams: {
pageNum: 1, pageNum: 1,
pageSize: 50, pageSize: 50
}, },
addOrEdit: "", addOrEdit: '',
total: 0, total: 0,
dialogVisible: false, dialogVisible: false,
tableData: [], tableData: [],
moren: "topPerformanceTotal", moren: 'topPerformanceTotal',
topList: [ topList: [
{ {
name: "顶点奖金拨比汇总", name: '顶点奖金拨比汇总',
path: "topPerformanceTotal", path: 'topPerformanceTotal'
}, }
], ],
form: {}, form: {},
verList: [], verList: [],
@ -345,18 +337,18 @@ export default {
tableList: {}, tableList: {},
props: { props: {
multiple: true, multiple: true,
expandTrigger: "hover", expandTrigger: 'hover',
value: "pkId", value: 'pkId',
label: "vertexName", label: 'vertexName',
children: "childList", children: 'childList'
}, }
}; }
}, },
mounted() { mounted() {
// //
this.getData(); this.getData()
// //
this.getDataList(); this.getDataList()
// this.getUserRoute(); // this.getUserRoute();
}, },
methods: { methods: {
@ -365,46 +357,44 @@ export default {
.topSubtotal(Object.assign({}, this.queryParams, this.select)) .topSubtotal(Object.assign({}, this.queryParams, this.select))
.then((res) => { .then((res) => {
if (res.code == 200) { if (res.code == 200) {
this.tableList = res.data; this.tableList = res.data
} }
}); })
}, },
getSummaries({ columns, data }) { getSummaries({ columns, data }) {
this.$nextTick(() => { this.$nextTick(() => {
this.$refs.mainTable.doLayout(); this.$refs.mainTable.doLayout()
}); })
const lastRecord = data[data.length - 1]; const lastRecord = data[data.length - 1]
return columns.map((column, index) => { return columns.map((column, index) => {
const { property } = column; const { property } = column
if (index === 0) { if (index === 0) {
// //
return '合计'; return '合计'
} } else if (index === 1) {
else if (index === 1) {
// //
return ''; return ''
} } else if (index === 2) {
else if (index === 2) {
// //
return ''; return ''
} }
// 使 // 使
return lastRecord[property]; return lastRecord[property]
}); })
}, },
reset() { reset() {
this.select = { this.select = {
pkVertexList: [], pkVertexList: [],
pkMemberTeamList: [], pkMemberTeamList: [],
pkTeamCodeStr: "", pkTeamCodeStr: '',
pkBdVertexStr: "", pkBdVertexStr: ''
}; }
this.creationTime = []; this.creationTime = []
}, },
getData() { getData() {
api.accountList().then((res) => { api.accountList().then((res) => {
this.acList = res.data; this.acList = res.data
}); })
// api.vertexList().then((res) => { // api.vertexList().then((res) => {
// this.verList = res.data // this.verList = res.data
// }) // })
@ -412,32 +402,32 @@ export default {
// this.memberList = res.rows // this.memberList = res.rows
// }) // })
api.topVertexList().then((res) => { api.topVertexList().then((res) => {
this.verList = res.rows; this.verList = res.rows
}); })
}, },
changeTime(val) { changeTime(val) {
this.select.startDate = val ? val[0] : ""; this.select.startDate = val ? val[0] : ''
this.select.endDate = val ? val[1] : ""; this.select.endDate = val ? val[1] : ''
}, },
getNewData() { getNewData() {
this.loading = true; this.loading = true
api api
.topBonusListHistory(Object.assign({}, this.queryParams, this.select)) .topBonusListHistory(Object.assign({}, this.queryParams, this.select))
.then((res) => { .then((res) => {
this.getDataList(); this.getDataList()
}); })
}, },
getDataList() { getDataList() {
api api
.bonusVertex(Object.assign({}, this.queryParams, this.select)) .bonusVertex(Object.assign({}, this.queryParams, this.select))
.then((res) => { .then((res) => {
this.loading = false; this.loading = false
if (res.code == 200) { if (res.code == 200) {
this.tableData = res.rows; this.tableData = res.rows
this.total = res.total; this.total = res.total
// this.getTotal(); // this.getTotal();
} }
}); })
}, },
handleSelectionChange(val) {}, handleSelectionChange(val) {},
/** 导出按钮操作 */ /** 导出按钮操作 */
@ -445,25 +435,25 @@ export default {
this.$confirm('是否确认导出所有数据项?', '警告', { this.$confirm('是否确认导出所有数据项?', '警告', {
confirmButtonText: '确定', confirmButtonText: '确定',
cancelButtonText: '取消', cancelButtonText: '取消',
type: "warning", type: 'warning'
}).then((_) => { }).then((_) => {
this.download( this.download(
"/member/manage/bonus-vertex-total-statis/export", '/member/manage/bonus-vertex-total-statis/export',
Object.assign({}, this.queryParams, this.select), Object.assign({}, this.queryParams, this.select),
`顶点奖金拨比列表统计-${new Date().getTime()}.xlsx` `顶点奖金拨比列表统计-${new Date().getTime()}.xlsx`
); )
}); })
}, },
tableRowClassName({ row, rowIndex }) { tableRowClassName({ row, rowIndex }) {
if (rowIndex % 2 == 1) { if (rowIndex % 2 == 1) {
return "warning-row"; return 'warning-row'
} else if (rowIndex % 2 == 0) { } else if (rowIndex % 2 == 0) {
return "success-row"; return 'success-row'
}
return ''
}
}
} }
return "";
},
},
};
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
::v-deep .el-table .warning-row { ::v-deep .el-table .warning-row {

View File

@ -368,48 +368,7 @@
:label="'车奖积分'" :label="'车奖积分'"
:formatter="stateFormat" :formatter="stateFormat"
/> />
<!-- <el-table-column
v-if="allTxt.carAwardPoints"
align="center"
prop="carAwardPoints"
width="130"
:label="'车奖积分' + '($)'"
:formatter="stateFormat"
/> -->
<!-- <el-table-column
v-if="allTxt.hiFunIncome"
align="center"
prop="hiFunIncome"
width="130"
:label="'嗨粉推荐收益' + `($)`"
:formatter="stateFormat"
/> -->
<!-- <el-table-column
v-if="allTxt.makerDirectIncome"
align="center"
prop="makerDirectIncome"
width="160"
:label="'创客空间直推收益' + `($)`"
:formatter="stateFormat"
/> -->
<!-- <el-table-column
v-if="allTxt.makerShareIncomeOri"
align="center"
prop="makerShareIncomeOri"
width="130"
:label="'创客共享收益' + `(${isLocalSymbol()})`"
:formatter="stateFormat"
/>
<el-table-column
v-if="allTxt.makerShareIncome"
align="center"
prop="makerShareIncome"
width="130"
:label="'创客共享收益' + `($)`"
:formatter="stateFormat"
/> -->
<el-table-column <el-table-column
v-if="allTxt.purRealSubtotalOri" v-if="allTxt.purRealSubtotalOri"
align="center" align="center"
@ -418,23 +377,7 @@
:label="'首购实发小计' + `(${isLocalSymbol()})`" :label="'首购实发小计' + `(${isLocalSymbol()})`"
:formatter="stateFormat" :formatter="stateFormat"
/> />
<!-- <el-table-column
v-if="allTxt.purRealSubtotal"
align="center"
prop="purRealSubtotal"
width="130"
:label="'首购实发小计' + '($)'"
:formatter="stateFormat"
/> -->
<!-- <el-table-column
v-if="allTxt.cloudRealSubtotal"
align="center"
prop="cloudRealSubtotal"
width="130"
:label="'云代实发小计' + '($)'"
:formatter="stateFormat"
/> -->
<el-table-column <el-table-column
v-if="allTxt.repurRealSubtotalOri" v-if="allTxt.repurRealSubtotalOri"
align="center" align="center"
@ -467,22 +410,7 @@
:label="'复购券实发小计' + `($)`" :label="'复购券实发小计' + `($)`"
:formatter="stateFormat" :formatter="stateFormat"
/> --> /> -->
<!-- <el-table-column
v-if="allTxt.makerRealSubtotalOri"
align="center"
prop="makerRealSubtotalOri"
width="160"
:label="'创客空间实发小计' + `(${isLocalSymbol()})`"
:formatter="stateFormat"
/>
<el-table-column
v-if="allTxt.makerRealSubtotal"
align="center"
prop="makerRealSubtotal"
width="160"
:label="'创客空间实发小计' + `($)`"
:formatter="stateFormat"
/> -->
<el-table-column <el-table-column
v-if="allTxt.realIncomeTotalOri" v-if="allTxt.realIncomeTotalOri"
align="center" align="center"

View File

@ -401,11 +401,7 @@ export default {
routeName: 'agentGradeVal', routeName: 'agentGradeVal',
changed: false changed: false
}, },
// {
// menuName: '',
// routeName: 'pkMaxAwardsVal',
// changed: false
// },
{ {
menuName: '历史荣誉', menuName: '历史荣誉',
routeName: 'histroyAwardsName', routeName: 'histroyAwardsName',
@ -431,11 +427,7 @@ export default {
routeName: 'lecturerLevelVal', routeName: 'lecturerLevelVal',
changed: false changed: false
}, },
// {
// menuName: '',
// routeName: 'systemLevelVal',
// changed: false
// },
{ {
menuName: '注册等级', menuName: '注册等级',
routeName: 'pkRegisterGradeVal', routeName: 'pkRegisterGradeVal',
@ -481,16 +473,7 @@ export default {
routeName: 'isDealerVal', routeName: 'isDealerVal',
changed: false changed: false
}, },
// {
// menuName: '',
// routeName: 'superStudioVal',
// changed: false
// },
// {
// menuName: '',
// routeName: 'isMakerSpaceVal',
// changed: false
// },
{ {
menuName: '账户状态', menuName: '账户状态',
routeName: 'accountStatusVal', routeName: 'accountStatusVal',
@ -988,16 +971,7 @@ export default {
routeName: 'register_power_state', routeName: 'register_power_state',
changed: false changed: false
}, },
// {
// menuName: '',
// routeName: 'maker_space_power_state',
// changed: false
// },
// {
// menuName: '',
// routeName: 'super_studio_attest',
// changed: false
// },
{ {
menuName: '经销商认证', menuName: '经销商认证',
routeName: 'dealer_attest', routeName: 'dealer_attest',
@ -1167,36 +1141,7 @@ export default {
routeName: 'tripartitePvLocality', routeName: 'tripartitePvLocality',
changed: false changed: false
}, },
// {
// menuName: '' + '(¥)',
// routeName: 'directSupplyAmount',
// changed: false,
// },
// {
// menuName: '' + '($)',
// routeName: 'directSupplyAmountDollar',
// changed: false,
// },
// {
// menuName: '' + `(${isLocalSymbol()})`,
// routeName: 'directSupplyAmountLocality',
// changed: false,
// },
// {
// menuName: '' + '(¥)',
// routeName: 'directSupplyPv',
// changed: false,
// },
// {
// menuName: '' + '($)',
// routeName: 'directSupplyPvDollar',
// changed: false,
// },
// {
// menuName: '' + `(${isLocalSymbol()})`,
// routeName: 'directSupplyPvLocality',
// changed: false,
// },
{ {
menuName: '海粉金额' + '(¥)', menuName: '海粉金额' + '(¥)',
routeName: 'fansAmount', routeName: 'fansAmount',
@ -1667,16 +1612,7 @@ export default {
routeName: 'hiFunIncomeOri', routeName: 'hiFunIncomeOri',
changed: false changed: false
}, },
// {
// menuName: '' + '(¥)',
// routeName: 'makerDirectIncomeOri',
// changed: false
// },
// {
// menuName: '' + '(¥)',
// routeName: 'makerShareIncomeOri',
// changed: false
// },
{ {
menuName: '首购实发小计' + '(¥)', menuName: '首购实发小计' + '(¥)',
routeName: 'purRealSubtotalOri', routeName: 'purRealSubtotalOri',
@ -1712,11 +1648,7 @@ export default {
routeName: 'repurCouponSubtotalOri', routeName: 'repurCouponSubtotalOri',
changed: false changed: false
}, },
// {
// menuName: '' + '(¥)',
// routeName: 'makerRealSubtotalOri',
// changed: false
// },
{ {
menuName: '实发收益总计' + '(¥)', menuName: '实发收益总计' + '(¥)',
routeName: 'realIncomeTotalOri', routeName: 'realIncomeTotalOri',
@ -1769,26 +1701,13 @@ export default {
routeName: 'repurCouponShare', routeName: 'repurCouponShare',
changed: false changed: false
}, },
// {
// menuName: '' + `($)`,
// routeName: 'makerDirectIncome',
// changed: false
// },
// {
// menuName: '' + `($)`,
// routeName: 'makerShareIncome',
// changed: false
// },
{ {
menuName: '复购券实发小计' + `($)`, menuName: '复购券实发小计' + `($)`,
routeName: 'repurCouponSubtotal', routeName: 'repurCouponSubtotal',
changed: false changed: false
} }
// {
// menuName: '' + `($)`,
// routeName: 'makerRealSubtotal',
// changed: false
// }
] ]
} }
// - // -
@ -2014,26 +1933,7 @@ export default {
routeName: 'hiFunIncome', routeName: 'hiFunIncome',
changed: false changed: false
}, },
// {
// menuName: '' + '(¥)',
// routeName: 'makerDirectIncomeOri',
// changed: false
// },
// {
// menuName: '' + '($)',
// routeName: 'makerDirectIncome',
// changed: false
// },
// {
// menuName: '' + '(¥)',
// routeName: 'makerShareIncomeOri',
// changed: false
// },
// {
// menuName: '' + '($)',
// routeName: 'makerShareIncome',
// changed: false
// },
{ {
menuName: '首购实发小计' + '(¥)', menuName: '首购实发小计' + '(¥)',
routeName: 'purRealSubtotalOri', routeName: 'purRealSubtotalOri',