feat: There is no way the,

This commit is contained in:
super_liu
2022-04-13 19:31:02 +08:00
parent 1c3946c963
commit eaf137859e
17 changed files with 121 additions and 32 deletions
@@ -146,11 +146,11 @@
<div class="block" style="padding-top: 20px;" v-show="active === '3'">
<div class="flow-list">
<el-table
height="100%"
:height="tablePHeight"
ref="selection"
:data="detailData"
tooltip-effect="dark"
style="width: 100%;min-height: 535px"
style="width: 100%"
border
row-key="id"
:no-data-text="listNoDataText"
@@ -698,6 +698,7 @@
// 任务分解单数据
taskTableData: []
},
tablePHeight:'',
tableHeight: {
standardTableHeight: null
},
@@ -2406,6 +2407,10 @@
this.gkglbmOptions=res.data.GKGLBM;//归口管理部门
this.setMap(this.standStateOptions)
})
this.tablePHeight = $('.content').height()
window.onresize = () => {
this.tablePHeight = $('.content').height()
}
this.busVsFunc()
this.modelFunc()
}
@@ -146,11 +146,11 @@
<div class="block" style="padding-top: 20px;" v-show="active === '3'">
<div class="flow-list">
<el-table
height="100%"
:height="tablePHeight"
ref="selection"
:data="detailData"
tooltip-effect="dark"
style="width: 100%;min-height: 535px"
style="width: 100%"
border
row-key="id"
:no-data-text="listNoDataText"
@@ -698,6 +698,7 @@
// 任务分解单数据
taskTableData: []
},
tablePHeight:'',
tableHeight: {
standardTableHeight: null
},
@@ -2405,6 +2406,10 @@
this.gkglbmOptions=res.data.GKGLBM;//归口管理部门
this.setMap(this.standStateOptions)
})
this.tablePHeight = $('.content').height()
window.onresize = () => {
this.tablePHeight = $('.content').height()
}
this.busVsFunc()
this.modelFunc()
}
@@ -159,11 +159,11 @@
<div class="block" style="padding-top: 20px;" v-show="active === '3'">
<div class="flow-list">
<el-table
height="100%"
:height="tablePHeight"
ref="selection"
:data="detailData"
tooltip-effect="dark"
style="width: 100%;min-height: 535px"
style="width: 100%"
border
row-key="id"
:no-data-text="listNoDataText"
@@ -756,6 +756,7 @@
// 任务分解单数据
taskTableData: []
},
tablePHeight:'',
tableHeight: {
standardTableHeight: null
},
@@ -2720,6 +2721,10 @@
this.gkglbmOptions=res.data.GKGLBM;//归口管理部门
this.setMap(this.standStateOptions)
})
this.tablePHeight = $('.content').height()
window.onresize = () => {
this.tablePHeight = $('.content').height()
}
this.busVsFunc()
this.modelFunc()
}
@@ -160,11 +160,11 @@
<div class="block" style="padding-top: 20px;" v-show="active === '3'">
<div class="flow-list">
<el-table
height="100%"
:height="tablePHeight"
ref="selection"
:data="detailData"
tooltip-effect="dark"
style="width: 100%;min-height: 535px"
style="width: 100%"
border
row-key="id"
:no-data-text="listNoDataText"
@@ -757,6 +757,7 @@
// 任务分解单数据
taskTableData: []
},
tablePHeight:'',
tableHeight: {
standardTableHeight: null
},
@@ -2755,6 +2756,10 @@
this.gkglbmOptions=res.data.GKGLBM;//归口管理部门
this.setMap(this.standStateOptions)
})
this.tablePHeight = $('.content').height()
window.onresize = () => {
this.tablePHeight = $('.content').height()
}
this.busVsFunc()
this.modelFunc()
}
@@ -269,11 +269,11 @@
<div class="block" style="padding-top: 20px;" v-show="active === '3'">
<div class="flow-list">
<el-table
height="100%"
:height="tablePHeight"
ref="selection"
:data="detailData"
tooltip-effect="dark"
style="width: 100%;min-height: 535px"
style="width: 100%"
border
row-key="id"
:no-data-text="listNoDataText"
@@ -825,6 +825,7 @@
// 任务分解单数据
taskTableData: []
},
tablePHeight:'',
tableHeight: {
standardTableHeight: null
},
@@ -2735,6 +2736,10 @@
this.getTaskId()
this.getData()
this.processTable()
this.tablePHeight = $('.content').height()
window.onresize = () => {
this.tablePHeight = $('.content').height()
}
}
}
@@ -204,11 +204,11 @@
<div class="block" style="padding-top: 20px;" v-show="active === '3'">
<div class="flow-list">
<el-table
height="100%"
:height="tablePHeight"
ref="selection"
:data="detailData"
tooltip-effect="dark"
style="width: 100%;min-height: 535px"
style="width: 100%"
border
row-key="id"
:no-data-text="listNoDataText"
@@ -802,6 +802,7 @@
// 任务分解单数据
taskTableData: []
},
tablePHeight:'',
tableHeight: {
standardTableHeight: null
},
@@ -2768,6 +2769,10 @@
this.zrbmOptions = res.data.ZRBMCLASS // 责任部门
this.gkglbmOptions=res.data.GKGLBM;//归口管理部门
})
this.tablePHeight = $('.content').height()
window.onresize = () => {
this.tablePHeight = $('.content').height()
}
}
}
@@ -144,11 +144,11 @@
<div class="block" style="padding-top: 20px;" v-show="active === '3'">
<div class="flow-list">
<el-table
height="100%"
:height="tablePHeight"
ref="selection"
:data="detailData"
tooltip-effect="dark"
style="width: 100%;min-height: 535px"
style="width: 100%"
border
row-key="id"
:no-data-text="listNoDataText"
@@ -696,6 +696,7 @@
// 任务分解单数据
taskTableData: []
},
tablePHeight:'',
tableHeight: {
standardTableHeight: null
},
@@ -2416,6 +2417,10 @@
this.gkglbmOptions=res.data.GKGLBM;//归口管理部门
this.setMap(this.standStateOptions)
})
this.tablePHeight = $('.content').height()
window.onresize = () => {
this.tablePHeight = $('.content').height()
}
this.busVsFunc()
this.modelFunc()
}
@@ -395,11 +395,11 @@
<div class="block" style="padding-top: 20px;" v-show="active === '4'">
<div class="flow-list">
<el-table
height="100%"
:height="tablePHeight"
ref="selection"
:data="detailData"
tooltip-effect="dark"
style="width: 100%;min-height: 535px"
style="width: 100%"
border
row-key="id"
:no-data-text="listNoDataText"
@@ -1058,6 +1058,7 @@
//
taskTableData: []
},
tablePHeight:'',
tableHeight: {
standardTableHeight: null
},
@@ -3040,6 +3041,10 @@
this.gkglbmOptions=res.data.GKGLBM;//
this.setMap(this.standStateOptions)
})
this.tablePHeight = $('.content').height()
window.onresize = () => {
this.tablePHeight = $('.content').height()
}
this.busVsFunc()
this.modelFunc()
}
@@ -407,11 +407,11 @@
<div class="block" style="padding-top: 20px;" v-show="active === '3'">
<div class="flow-list">
<el-table
height="100%"
:height="tablePHeight"
ref="selection"
:data="detailData"
tooltip-effect="dark"
style="width: 100%;min-height: 535px"
style="width: 100%"
border
row-key="id"
:no-data-text="listNoDataText"
@@ -1035,6 +1035,7 @@
//
taskTableData: []
},
tablePHeight:'',
tableHeight: {
standardTableHeight: null
},
@@ -3121,6 +3122,10 @@
this.zrbmOptions = res.data.ZRBMCLASS //
this.gkglbmOptions=res.data.GKGLBM;//
})
this.tablePHeight = $('.content').height()
window.onresize = () => {
this.tablePHeight = $('.content').height()
}
}
}
@@ -243,11 +243,11 @@
<div class="block" style="padding-top: 20px;" v-show="active === '3'">
<div class="flow-list">
<el-table
height="100%"
:height="tablePHeight"
ref="selection"
:data="detailData"
tooltip-effect="dark"
style="width: 100%;min-height: 535px"
style="width: 100%"
border
row-key="id"
:no-data-text="listNoDataText"
@@ -816,6 +816,7 @@
//
taskTableData: []
},
tablePHeight:'',
tableHeight: {
standardTableHeight: null
},
@@ -2665,6 +2666,10 @@
this.gkglbmOptions=res.data.GKGLBM;//
this.setMap(this.standStateOptions)
})
this.tablePHeight = $('.content').height()
window.onresize = () => {
this.tablePHeight = $('.content').height()
}
this.busVsFunc()
this.modelFunc()
}
@@ -67,11 +67,11 @@
<div class="block" style="padding-top: 20px;" v-show="active === '3'">
<div class="flow-list">
<el-table
height="100%"
:height="tablePHeight"
ref="selection"
:data="detailData"
tooltip-effect="dark"
style="width: 100%;min-height: 535px"
style="width: 100%"
border
row-key="id"
:no-data-text="listNoDataText"
@@ -638,6 +638,7 @@
//
taskTableData: []
},
tablePHeight:'',
tableHeight: {
standardTableHeight: null
},
@@ -2469,6 +2470,10 @@
this.gkglbmOptions=res.data.GKGLBM;//
this.setMap(this.standStateOptions)
})
this.tablePHeight = $('.content').height()
window.onresize = () => {
this.tablePHeight = $('.content').height()
}
this.busVsFunc()
this.modelFunc()
}
@@ -252,11 +252,11 @@
<div class="block" style="padding-top: 20px;" v-show="active === '3'">
<div class="flow-list">
<el-table
height="100%"
:height="tablePHeight"
ref="selection"
:data="detailData"
tooltip-effect="dark"
style="width: 100%;min-height: 535px"
style="width: 100%"
border
row-key="id"
:no-data-text="listNoDataText"
@@ -829,6 +829,7 @@
//
taskTableData: []
},
tablePHeight:'',
tableHeight: {
standardTableHeight: null
},
@@ -2722,6 +2723,10 @@
this.gkglbmOptions=res.data.GKGLBM;//
this.setMap(this.standStateOptions)
})
this.tablePHeight = $('.content').height()
window.onresize = () => {
this.tablePHeight = $('.content').height()
}
this.busVsFunc()
this.modelFunc()
}
@@ -281,11 +281,11 @@
<div class="block" style="padding-top: 20px;" v-show="active === '3'">
<div class="flow-list">
<el-table
height="100%"
:height="tablePHeight"
ref="selection"
:data="detailData"
tooltip-effect="dark"
style="width: 100%;min-height: 535px"
style="width: 100%"
border
row-key="id"
:no-data-text="listNoDataText"
@@ -881,6 +881,7 @@
//
taskTableData: []
},
tablePHeight:'',
tableHeight: {
standardTableHeight: null
},
@@ -2963,6 +2964,10 @@
this.zrbmOptions = res.data.ZRBMCLASS //
this.gkglbmOptions=res.data.GKGLBM;//
})
this.tablePHeight = $('.content').height()
window.onresize = () => {
this.tablePHeight = $('.content').height()
}
}
}
@@ -204,11 +204,11 @@
<div class="block" style="padding-top: 20px;" v-show="active === '3'">
<div class="flow-list">
<el-table
height="100%"
:height="tablePHeight"
ref="selection"
:data="detailData"
tooltip-effect="dark"
style="width: 100%;min-height: 535px"
style="width: 100%"
border
row-key="id"
:no-data-text="listNoDataText"
@@ -802,6 +802,7 @@
//
taskTableData: []
},
tablePHeight:'',
tableHeight: {
standardTableHeight: null
},
@@ -2757,6 +2758,10 @@
this.zrbmOptions = res.data.ZRBMCLASS //
this.gkglbmOptions=res.data.GKGLBM;//
})
this.tablePHeight = $('.content').height()
window.onresize = () => {
this.tablePHeight = $('.content').height()
}
}
}
@@ -407,11 +407,11 @@
<div class="block" style="padding-top: 20px;" v-show="active === '3'">
<div class="flow-list">
<el-table
height="100%"
:height="tablePHeight"
ref="selection"
:data="detailData"
tooltip-effect="dark"
style="width: 100%;min-height: 535px"
style="width: 100%"
border
row-key="id"
:no-data-text="listNoDataText"
@@ -1035,6 +1035,7 @@
//
taskTableData: []
},
tablePHeight:'',
tableHeight: {
standardTableHeight: null
},
@@ -3120,6 +3121,10 @@
this.zrbmOptions = res.data.ZRBMCLASS //
this.gkglbmOptions=res.data.GKGLBM;//
})
this.tablePHeight = $('.content').height()
window.onresize = () => {
this.tablePHeight = $('.content').height()
}
}
}
@@ -145,11 +145,11 @@
<div class="block" style="padding-top: 20px;" v-show="active === '3'">
<div class="flow-list">
<el-table
height="100%"
:height="tablePHeight"
ref="selection"
:data="detailData"
tooltip-effect="dark"
style="width: 100%;min-height: 535px"
style="width: 100%"
border
row-key="id"
:no-data-text="listNoDataText"
@@ -683,6 +683,7 @@
//
taskTableData: []
},
tablePHeight:'',
tableHeight: {
standardTableHeight: null
},
@@ -2350,6 +2351,10 @@
this.gkglbmOptions=res.data.GKGLBM;//
this.setMap(this.standStateOptions)
})
this.tablePHeight = $('.content').height()
window.onresize = () => {
this.tablePHeight = $('.content').height()
}
this.busVsFunc()
this.modelFunc()
}
+9
View File
@@ -449,6 +449,15 @@ const routes = [
title: '政策征求意见流程'
}
},
{
path: '/zczqyjStep9Detil',
name: 'zczqyjStep9Detil',
component: () => import('@/pages/processCenter/pages/creatProcess/zczqyj/step9Detil.vue'),
meta: {
requireAuth: true,
title: '政策征求意见流程'
}
},
{
path: '/zdrzbzORzchgxxmscStep1',
name: 'zdrzbzORzchgxxmscStep1',