453 lines
13 KiB
Vue
453 lines
13 KiB
Vue
|
<template>
|
||
|
<div class="page">
|
||
|
<topBar
|
||
|
v-if="topList.length > 0"
|
||
|
:topList="topList"
|
||
|
:moren="moren"
|
||
|
></topBar>
|
||
|
<div class="thetopbox">
|
||
|
<el-form label-width="100px">
|
||
|
<el-row>
|
||
|
<el-col :span="4">
|
||
|
<el-form-item :label="$t('MY_ORD_2')" prop="orderType">
|
||
|
<el-select
|
||
|
clearable
|
||
|
:placeholder="$t('CK_KS_38')"
|
||
|
v-model="queryParams.orderType"
|
||
|
>
|
||
|
<el-option
|
||
|
v-for="item in orderTypeList"
|
||
|
: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="$t('CK_KS_134')" prop="pkAwardsLevel">
|
||
|
<el-select
|
||
|
clearable
|
||
|
:placeholder="$t('CK_KS_38')"
|
||
|
v-model="queryParams.pkAwardsLevel"
|
||
|
>
|
||
|
<el-option
|
||
|
v-for="item in awardsLevelList"
|
||
|
: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="$t('CK_KS_16')" prop="pkAwards">
|
||
|
<el-select
|
||
|
clearable
|
||
|
:placeholder="$t('CK_KS_38')"
|
||
|
v-model="queryParams.pkAwards"
|
||
|
>
|
||
|
<el-option
|
||
|
v-for="item in awardsList"
|
||
|
:key="item.pkId"
|
||
|
:label="item.awardsName"
|
||
|
:value="item.pkId"
|
||
|
></el-option>
|
||
|
</el-select>
|
||
|
</el-form-item>
|
||
|
</el-col>
|
||
|
<el-col :span="4">
|
||
|
<el-form-item :label="$t('MN_F_T_829')" prop="pkVertex">
|
||
|
<el-select
|
||
|
clearable
|
||
|
:placeholder="$t('CK_KS_38')"
|
||
|
v-model="queryParams.pkVertex"
|
||
|
>
|
||
|
<el-option
|
||
|
v-for="item in vertexList"
|
||
|
:key="item.pkId"
|
||
|
:label="item.vertexName"
|
||
|
:value="item.pkId"
|
||
|
></el-option>
|
||
|
</el-select>
|
||
|
</el-form-item>
|
||
|
</el-col>
|
||
|
<el-col :span="4">
|
||
|
<el-form-item :label="$t('MN_F_T_122')" prop="pkTeamCode">
|
||
|
<el-select
|
||
|
clearable
|
||
|
:placeholder="$t('CK_KS_38')"
|
||
|
v-model="queryParams.pkTeamCode"
|
||
|
>
|
||
|
<el-option
|
||
|
v-for="item in memberTeamList"
|
||
|
:key="item.pkId"
|
||
|
:label="item.teamName"
|
||
|
:value="item.pkId"
|
||
|
></el-option>
|
||
|
</el-select>
|
||
|
</el-form-item>
|
||
|
</el-col>
|
||
|
<!-- <el-col :span="4">
|
||
|
<el-form-item :label="$t('S_C_83')" prop="orderType">
|
||
|
<el-select
|
||
|
clearable
|
||
|
:placeholder="$t('CK_KS_38')"
|
||
|
v-model="queryParams.orderType"
|
||
|
>
|
||
|
<el-option
|
||
|
v-for="item in countryList"
|
||
|
:key="item.pkId"
|
||
|
:label="item.name"
|
||
|
:value="item.pkId"
|
||
|
></el-option>
|
||
|
</el-select>
|
||
|
</el-form-item>
|
||
|
</el-col> -->
|
||
|
<el-col :span="8">
|
||
|
<el-form-item :label="$t('CK_KS_123')" prop="thetimes">
|
||
|
<el-date-picker
|
||
|
v-model="queryParams.thetimes"
|
||
|
@change="changeTime"
|
||
|
value-format="yyyy-MM-dd"
|
||
|
type="daterange"
|
||
|
:clearable="false"
|
||
|
:range-separator="$t('w_0139')"
|
||
|
:start-placeholder="$t('CK_KS_4')"
|
||
|
:end-placeholder="$t('CK_KS_5')"
|
||
|
>
|
||
|
</el-date-picker>
|
||
|
</el-form-item>
|
||
|
</el-col>
|
||
|
<el-col :span="4">
|
||
|
<div class="searchbox">
|
||
|
<el-button
|
||
|
class="my_search"
|
||
|
@click="
|
||
|
() => {
|
||
|
getSearch();
|
||
|
getCzNum();
|
||
|
}
|
||
|
"
|
||
|
>
|
||
|
{{ $t("MN_T_2") }}</el-button
|
||
|
>
|
||
|
<el-button class="my_reset" @click="reChongzhi">
|
||
|
{{ $t("MN_T_3") }}</el-button
|
||
|
>
|
||
|
</div>
|
||
|
</el-col>
|
||
|
</el-row>
|
||
|
</el-form>
|
||
|
</div>
|
||
|
<div class="main">
|
||
|
<div class="maintop">
|
||
|
<div class="mainbtn">
|
||
|
<el-button size="small" class="thebtn1" @click="handleExport">
|
||
|
{{ $t("MN_T_8") }}</el-button
|
||
|
>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="maintable">
|
||
|
<el-table
|
||
|
:data="tableData"
|
||
|
v-loading="loading"
|
||
|
height="680px"
|
||
|
style="width: 100%"
|
||
|
:header-cell-style="{ background: '#EEEEEE' }"
|
||
|
@selection-change="handleSelectionChange"
|
||
|
>
|
||
|
<el-table-column prop="colsele" type="selection" width="55">
|
||
|
</el-table-column>
|
||
|
|
||
|
<el-table-column
|
||
|
align="center"
|
||
|
prop="pkCountryIcon"
|
||
|
:label="$t('MN_F_T_508')"
|
||
|
>
|
||
|
<template scope="scope">
|
||
|
<img
|
||
|
style="width: 44px; height: 44px; border-radius: 50%"
|
||
|
:src="scope.row.pkCountryIcon"
|
||
|
alt=""
|
||
|
/>
|
||
|
</template>
|
||
|
</el-table-column>
|
||
|
|
||
|
<el-table-column
|
||
|
align="center"
|
||
|
prop="pkCountryName"
|
||
|
:label="$t('S_C_83')"
|
||
|
min-width="120px"
|
||
|
>
|
||
|
</el-table-column>
|
||
|
<el-table-column
|
||
|
align="center"
|
||
|
prop="memberCode"
|
||
|
:label="$t('MN_T_1')"
|
||
|
min-width="120px"
|
||
|
>
|
||
|
</el-table-column>
|
||
|
<el-table-column
|
||
|
align="center"
|
||
|
prop="memberName"
|
||
|
:label="$t('CK_KS_14')"
|
||
|
min-width="120px"
|
||
|
>
|
||
|
</el-table-column>
|
||
|
|
||
|
<el-table-column
|
||
|
align="center"
|
||
|
prop="phone"
|
||
|
:label="$t('w_0052')"
|
||
|
min-width="120px"
|
||
|
>
|
||
|
</el-table-column>
|
||
|
<el-table-column
|
||
|
align="center"
|
||
|
prop="pkAwardsVal"
|
||
|
:label="$t('CK_KS_16')"
|
||
|
>
|
||
|
</el-table-column>
|
||
|
<el-table-column
|
||
|
align="center"
|
||
|
prop="vertexName"
|
||
|
:label="$t('MN_F_T_829')"
|
||
|
>
|
||
|
</el-table-column>
|
||
|
<el-table-column
|
||
|
align="center"
|
||
|
prop="teamName"
|
||
|
:label="$t('MN_F_T_122')"
|
||
|
>
|
||
|
</el-table-column>
|
||
|
|
||
|
<el-table-column
|
||
|
align="center"
|
||
|
prop="orderAmount"
|
||
|
min-width="100px"
|
||
|
:label="$t('CK_KS_135') + `(${isLocalSymbol()})`"
|
||
|
>
|
||
|
</el-table-column>
|
||
|
<el-table-column
|
||
|
align="center"
|
||
|
prop="orderAchieve"
|
||
|
min-width="100px"
|
||
|
:label="$t('S_C_71') + `(PV)`"
|
||
|
>
|
||
|
</el-table-column>
|
||
|
<!-- <el-table-column
|
||
|
min-width="120px"
|
||
|
align="center"
|
||
|
prop=""
|
||
|
:label="$t('CK_KS_123')"
|
||
|
>
|
||
|
</el-table-column> -->
|
||
|
</el-table>
|
||
|
</div>
|
||
|
</div>
|
||
|
<pagination
|
||
|
v-show="total > 0"
|
||
|
:total="total"
|
||
|
:page.sync="queryParams.pageNum"
|
||
|
:limit.sync="queryParams.pageSize"
|
||
|
@pagination="getSearch"
|
||
|
/>
|
||
|
</div>
|
||
|
</template>
|
||
|
|
||
|
<script>
|
||
|
import topBar from "@/components/topBar";
|
||
|
import * as sta from "@/api/statistics";
|
||
|
import * as log from "@/api/logistics";
|
||
|
import { getAwardsListChiose } from "@/api/level";
|
||
|
import { getcountryAllList } from "@/api/exchangerate";
|
||
|
import { getvertexValue, getmemberTeamList } from "@/api/financialCase";
|
||
|
import { isLocals, isLocalSymbol } from "@/utils/numberToCurrency";
|
||
|
import { mapGetters } from "vuex";
|
||
|
export default {
|
||
|
name: "UmbrellaBloodline",
|
||
|
components: {
|
||
|
topBar,
|
||
|
},
|
||
|
data() {
|
||
|
return {
|
||
|
moren: "umbrellaBloodline",
|
||
|
topList: [
|
||
|
{
|
||
|
name: this.$t('CK_KS_133'),
|
||
|
path: "umbrellaBloodline",
|
||
|
},
|
||
|
],
|
||
|
tableData: [],
|
||
|
loading:false,
|
||
|
queryParams: {
|
||
|
pageNum: 1,
|
||
|
pageSize: 50,
|
||
|
thetimes: [],
|
||
|
},
|
||
|
total: 0,
|
||
|
multipleSelection: [],
|
||
|
awardsList: [],
|
||
|
memberTeamList: [],
|
||
|
vertexList: [],
|
||
|
countryList: [],
|
||
|
orderTypeList: [],
|
||
|
awardsLevelList:[]
|
||
|
};
|
||
|
},
|
||
|
created() {
|
||
|
this.getSearch();
|
||
|
this.getOthers();
|
||
|
},
|
||
|
computed: {
|
||
|
...mapGetters(["getUser"]),
|
||
|
},
|
||
|
methods: {
|
||
|
isLocalSymbol,
|
||
|
isLocals,
|
||
|
changeTime(val) {
|
||
|
this.queryParams.startDate = val[0];
|
||
|
this.queryParams.endDate = val[1];
|
||
|
},
|
||
|
getOthers() {
|
||
|
getAwardsListChiose().then((res) => {
|
||
|
this.awardsList = res.rows;
|
||
|
});
|
||
|
getmemberTeamList().then((res) => {
|
||
|
this.memberTeamList = res.rows;
|
||
|
});
|
||
|
getvertexValue().then((res) => {
|
||
|
this.vertexList = res.data;
|
||
|
});
|
||
|
getcountryAllList().then((res) => {
|
||
|
this.countryList = res.data;
|
||
|
});
|
||
|
// 获取订单类型
|
||
|
log.getUnderAddOrderType().then((res) => {
|
||
|
this.orderTypeList = res.data;
|
||
|
});
|
||
|
sta.getAwardsLevelList().then(res=>{
|
||
|
this.awardsLevelList = res.data
|
||
|
})
|
||
|
},
|
||
|
//导出
|
||
|
handleExport() {
|
||
|
this.$confirm(this.$t("MN_F_T_407"), this.$t("MN_F_T_304"), {
|
||
|
confirmButtonText: this.$t("w_0035"),
|
||
|
cancelButtonText: this.$t("ENU_P_TYPE0"),
|
||
|
type: "warning",
|
||
|
}).then((_) => {
|
||
|
this.download(
|
||
|
"/report/manager/member-awards/export-blood-remove-same",
|
||
|
{ ...this.queryParams },
|
||
|
`${this.$t("CK_KS_133")}${new Date().getTime()}.xlsx`
|
||
|
);
|
||
|
});
|
||
|
},
|
||
|
handleSelectionChange(val) {
|
||
|
this.multipleSelection = val;
|
||
|
},
|
||
|
reChongzhi() {
|
||
|
this.queryParams = {
|
||
|
pageNum: 1,
|
||
|
pageSize: 50,
|
||
|
thetimes: [],
|
||
|
};
|
||
|
this.getSearch();
|
||
|
},
|
||
|
getSearch() {
|
||
|
this.loading = true
|
||
|
sta.getBloodRemoveSame(this.queryParams).then((res) => {
|
||
|
this.loading = false
|
||
|
if (res.code == 200) {
|
||
|
res.rows.forEach((item) => {
|
||
|
item.pkCountryName = this.getUser.country.shortName;
|
||
|
item.pkCountryIcon = this.getUser.country.nationalFlag2;
|
||
|
});
|
||
|
this.tableData = res.rows;
|
||
|
this.total = res.total;
|
||
|
|
||
|
}
|
||
|
});
|
||
|
},
|
||
|
getCzNum() {
|
||
|
this.queryParams.pageNum = 1;
|
||
|
},
|
||
|
},
|
||
|
};
|
||
|
</script>
|
||
|
|
||
|
<style lang="scss" scoped>
|
||
|
::v-deep .el-image-viewer__close {
|
||
|
right: 500px;
|
||
|
}
|
||
|
::v-deep .dizhi .el-cascader {
|
||
|
width: 100%;
|
||
|
}
|
||
|
::v-deep .el-range-editor.el-input__inner {
|
||
|
width: 100%;
|
||
|
}
|
||
|
::v-deep .el-table thead {
|
||
|
color: #000000;
|
||
|
}
|
||
|
::v-deep .el-table .warning-row {
|
||
|
background: #f9f9f9;
|
||
|
}
|
||
|
.page {
|
||
|
padding: 10px 20px;
|
||
|
background: #f9f9f9;
|
||
|
font-size: 14px;
|
||
|
.thetopbox {
|
||
|
padding: 15px 20px 15px 0;
|
||
|
background: #ffffff;
|
||
|
border-radius: 8px;
|
||
|
.searchbox {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
margin-left: 40px;
|
||
|
}
|
||
|
.searchtitle {
|
||
|
margin-right: 10px;
|
||
|
}
|
||
|
.searchbtn {
|
||
|
background: #08143f;
|
||
|
color: #ffffff;
|
||
|
}
|
||
|
}
|
||
|
.main {
|
||
|
//margin-top: 20px;
|
||
|
background: #f9f9f9;
|
||
|
//border-radius: 8px;
|
||
|
//box-shadow: 0px 2px 20px 0px rgba(238, 238, 238, 0.5);
|
||
|
|
||
|
.maintop {
|
||
|
display: flex;
|
||
|
// padding: 10px 0;
|
||
|
justify-content: space-between;
|
||
|
align-items: center;
|
||
|
.mainbtn {
|
||
|
.thebtn1 {
|
||
|
color: #ffffff;
|
||
|
background: #ffad41;
|
||
|
width: 68px;
|
||
|
height: 32px;
|
||
|
}
|
||
|
.thebtn2 {
|
||
|
color: #ffffff;
|
||
|
background: #009b58;
|
||
|
width: 68px;
|
||
|
height: 32px;
|
||
|
}
|
||
|
.thebtn3 {
|
||
|
color: #ffffff;
|
||
|
background: #c8161d;
|
||
|
width: 68px;
|
||
|
height: 32px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
</style>
|
||
|
|