|
@@ -10,6 +10,8 @@
|
|
|
tableName="orderclueList"
|
|
tableName="orderclueList"
|
|
|
idName="sat_orderclueid"
|
|
idName="sat_orderclueid"
|
|
|
:autoQuery="false"
|
|
:autoQuery="false"
|
|
|
|
|
+ :isExport="false"
|
|
|
|
|
+ @listData="reList"
|
|
|
:specialKey="[{key:'leader',value:'name'}]"
|
|
:specialKey="[{key:'leader',value:'name'}]"
|
|
|
:apiId="{query:20221101094502,del:''}"
|
|
:apiId="{query:20221101094502,del:''}"
|
|
|
:options="options"
|
|
:options="options"
|
|
@@ -17,6 +19,7 @@
|
|
|
@checkboxCallBack="checkboxCallBack"
|
|
@checkboxCallBack="checkboxCallBack"
|
|
|
>
|
|
>
|
|
|
<div slot="titleRight" >
|
|
<div slot="titleRight" >
|
|
|
|
|
+ <exportFile :param="param" fileName="销售线索"></exportFile>
|
|
|
<changeSite class="inline-16" v-if="tool.checkAuth($route.name,'changeSite')" :selectList="selectList" @onSuccess="$refs.list.listData($refs.list.param.content.pageNumber = 1)"></changeSite>
|
|
<changeSite class="inline-16" v-if="tool.checkAuth($route.name,'changeSite')" :selectList="selectList" @onSuccess="$refs.list.listData($refs.list.param.content.pageNumber = 1)"></changeSite>
|
|
|
</div>
|
|
</div>
|
|
|
<template #custom>
|
|
<template #custom>
|
|
@@ -108,9 +111,11 @@
|
|
|
|
|
|
|
|
<script>
|
|
<script>
|
|
|
import changeSite from '@/HManagement/clueManage/clue_private/modules/changeSite.vue'
|
|
import changeSite from '@/HManagement/clueManage/clue_private/modules/changeSite.vue'
|
|
|
|
|
+import exportFile from '@/components/export_file/index3'
|
|
|
export default {
|
|
export default {
|
|
|
components:{
|
|
components:{
|
|
|
- changeSite
|
|
|
|
|
|
|
+ changeSite,
|
|
|
|
|
+ exportFile
|
|
|
},
|
|
},
|
|
|
data () {
|
|
data () {
|
|
|
return {
|
|
return {
|
|
@@ -127,7 +132,8 @@ export default {
|
|
|
tradefields:[],
|
|
tradefields:[],
|
|
|
selectList:[],
|
|
selectList:[],
|
|
|
tagData:[],
|
|
tagData:[],
|
|
|
- tag:''
|
|
|
|
|
|
|
+ tag:'',
|
|
|
|
|
+ param:{}
|
|
|
}
|
|
}
|
|
|
},
|
|
},
|
|
|
provide() {
|
|
provide() {
|
|
@@ -153,6 +159,9 @@ export default {
|
|
|
|
|
|
|
|
},
|
|
},
|
|
|
methods:{
|
|
methods:{
|
|
|
|
|
+ reList(){
|
|
|
|
|
+ this.param = this.$refs.list.param
|
|
|
|
|
+ },
|
|
|
async getTeamList () {
|
|
async getTeamList () {
|
|
|
let res = await this.$api.requested({
|
|
let res = await this.$api.requested({
|
|
|
/*"classname": "sale.team.team",
|
|
/*"classname": "sale.team.team",
|