|
@@ -9,7 +9,7 @@
|
|
|
:turnPageId="20221020143502"
|
|
|
idname="sa_projectid"
|
|
|
:tags="[]"
|
|
|
- :tabs="['详细信息','关联客户','联系人','产品配置单','报价单','竞争对手','合同','关联线索','项目评估']"
|
|
|
+ :tabs="['详细信息','关联客户','联系人','产品配置单','报价单','竞争对手','合同','关联线索','报备进度','项目评估']"
|
|
|
@pageChange="pageChange"
|
|
|
@onEditSuccess="queryMainData($route.query.id)"
|
|
|
@sysTag="sysTag">
|
|
@@ -44,7 +44,7 @@
|
|
|
<div slot="slot0" class=" normal-panel">
|
|
|
<BaseInfo v-if="detailInfo" :detailInfo="detailInfo"/>
|
|
|
</div>
|
|
|
- <div slot="slot8" class=" normal-panel">
|
|
|
+ <div slot="slot9" class=" normal-panel">
|
|
|
<StageTask ref="setStage" v-if="mainData" :rowData="mainData"/>
|
|
|
</div>
|
|
|
<div slot="slot1" class=" normal-panel">
|
|
@@ -68,6 +68,9 @@
|
|
|
<div slot="slot7" class=" normal-panel">
|
|
|
<clue v-if="mainData" :data="mainData" />
|
|
|
</div>
|
|
|
+ <div slot="slot8" class=" normal-panel">
|
|
|
+ <reportingProgress></reportingProgress>
|
|
|
+ </div>
|
|
|
|
|
|
</basicDetails>
|
|
|
</template>
|
|
@@ -92,9 +95,11 @@ import contract from './modules/contract/index'
|
|
|
import duplicatesProject from "@/components/duplicatesData/duplicatesProject";
|
|
|
import projectRecovery from "@/components/duplicatesCheck/projectRecovery";
|
|
|
import mindmap from "@/components/mindmap/index.vue";
|
|
|
+import reportingProgress from './modules/reportingProgress/index.vue'
|
|
|
|
|
|
export default {
|
|
|
components:{
|
|
|
+ reportingProgress,
|
|
|
Quotation,
|
|
|
product_set,
|
|
|
Rival,
|