|
|
@@ -11,14 +11,15 @@
|
|
|
turnPageId="20221101094402"
|
|
|
idname="sat_orderclueid"
|
|
|
tags=""
|
|
|
- :tabs="['跟进记录','详细信息']"
|
|
|
+ :tabs="['跟进记录','详细信息','来源线索']"
|
|
|
@pageChange="pageChange"
|
|
|
delApiId="20221101100502"
|
|
|
@onEditSuccess="queryMainData($route.query.id)">
|
|
|
<div slot="tags">
|
|
|
</div>
|
|
|
<div slot="customOperation">
|
|
|
- <distobutionOne v-if="tool.checkAuth($route.name,'oneDistribution')" :status="mainData.status" @onSuccess="$store.dispatch('changeDetailDrawer',false),$router.back()" />
|
|
|
+ <distobutionOne v-if="tool.checkAuth($route.name,'oneDistribution')" :status="mainData.status" @onSuccess="$store.dispatch('changeDetailDrawer',false),$router.back()" class="inline-16" />
|
|
|
+ <changeSite v-if="tool.checkAuth($route.name,'changeSite')" class="inline-16"></changeSite>
|
|
|
<!-- <recall v-if="tool.checkAuth($route.name,'recall')" :data="mainData" @onSuccess="queryMainData"></recall> -->
|
|
|
</div>
|
|
|
<div slot="slot1" class="container normal-panel">
|
|
|
@@ -75,6 +76,9 @@
|
|
|
</el-pagination>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <div slot="slot2" class="container normal-panel">
|
|
|
+ <sourceClues></sourceClues>
|
|
|
+ </div>
|
|
|
</basicDetails>
|
|
|
</div>
|
|
|
</template>
|
|
|
@@ -84,6 +88,8 @@ import FileItem from '@/SManagement/orderclue/components/file/index2'
|
|
|
import BaseInfo from '@/HDrpManagement/projectChange/modules/modules/baseInfo/baseInfo'
|
|
|
import recall from './recall.vue'
|
|
|
import distobutionOne from './distobutionOne'
|
|
|
+import sourceClues from '@/HManagement/clueManage/clue_public/modules/sourceClues'
|
|
|
+import changeSite from '@/HManagement/clueManage/clue_private/modules/changeToSite.vue'
|
|
|
export default {
|
|
|
name: "detail",
|
|
|
data() {
|
|
|
@@ -127,7 +133,9 @@ export default {
|
|
|
components:{
|
|
|
BaseInfo,recall,
|
|
|
FileItem,
|
|
|
- distobutionOne
|
|
|
+ distobutionOne,
|
|
|
+ sourceClues,
|
|
|
+ changeSite
|
|
|
},
|
|
|
methods:{
|
|
|
handleSizeChange(val) {
|
|
|
@@ -169,6 +177,9 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
this.mainData = res.data
|
|
|
+ console.log(this.$route.query.id,'111')
|
|
|
+ this.selectList[0] = this.$route.query.id
|
|
|
+ console.log(this.selectList[0])
|
|
|
console.log(this.mainData);
|
|
|
|
|
|
this.changeDataStructure()
|