task#15950,综合打分后加信息变更按钮
This commit is contained in:
@ -96,7 +96,10 @@
|
|||||||
</div>
|
</div>
|
||||||
<div :class="{'reciceOrder':true,'webCom':!isMobile,'store':isMobile}">
|
<div :class="{'reciceOrder':true,'webCom':!isMobile,'store':isMobile}">
|
||||||
<div class="scoreTitle">
|
<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>
|
<i class="el-icon-question" @click.prevent="showScoreChart = !showScoreChart"></i>
|
||||||
</div>
|
</div>
|
||||||
<div class="storeWrap" v-if="indexData">
|
<div class="storeWrap" v-if="indexData">
|
||||||
@ -349,6 +352,16 @@ export default {
|
|||||||
// await this.allDataChart()
|
// await this.allDataChart()
|
||||||
},
|
},
|
||||||
methods: {
|
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(){
|
async selectSupplierNameHanldle(){
|
||||||
await this.getData()
|
await this.getData()
|
||||||
setTimeout(()=>{
|
setTimeout(()=>{
|
||||||
@ -885,13 +898,15 @@ export default {
|
|||||||
{
|
{
|
||||||
type: 'value',
|
type: 'value',
|
||||||
axisLabel: {
|
axisLabel: {
|
||||||
formatter: '{value}'
|
formatter: '{value}',
|
||||||
|
rotate: 45,
|
||||||
|
margin: 2
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'value',
|
type: 'value',
|
||||||
axisLabel: {
|
axisLabel: {
|
||||||
formatter: '{value}'
|
formatter: '{value}',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
@ -899,6 +914,7 @@ export default {
|
|||||||
{
|
{
|
||||||
name: '案件量',
|
name: '案件量',
|
||||||
type: 'bar',
|
type: 'bar',
|
||||||
|
yAxisIndex: 0,
|
||||||
data:v1
|
data:v1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user