task#15950,综合打分后加信息变更按钮

This commit is contained in:
2024-11-12 14:31:11 +08:00
parent d239781d5d
commit 18ebd7c0d9

View File

@ -96,7 +96,10 @@
</div>
<div :class="{'reciceOrder':true,'webCom':!isMobile,'store':isMobile}">
<div class="scoreTitle">
<span class="title">综合打分</span>
<div>
<span class="title">综合打分</span>
<el-button v-if="!isMobile && isZd != 1" size="mini" type="primary" @click="applicateHandle">信息变更申请</el-button>
</div>
<i class="el-icon-question" @click.prevent="showScoreChart = !showScoreChart"></i>
</div>
<div class="storeWrap" v-if="indexData">
@ -349,6 +352,16 @@ export default {
// await this.allDataChart()
},
methods: {
applicateHandle() {
if (window.parent) {
const hasListener = window.parent.dispatchEvent(new Event('checkCloseDialog'));
if (hasListener) {
window.parent.postMessage('handle', '*');
} else {
window.history.back();
}
}
},
async selectSupplierNameHanldle(){
await this.getData()
setTimeout(()=>{
@ -885,13 +898,15 @@ export default {
{
type: 'value',
axisLabel: {
formatter: '{value}'
formatter: '{value}',
rotate: 45,
margin: 2
}
},
{
type: 'value',
axisLabel: {
formatter: '{value}'
formatter: '{value}',
}
}
],
@ -899,6 +914,7 @@ export default {
{
name: '案件量',
type: 'bar',
yAxisIndex: 0,
data:v1
},
{