mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-16 02:56:45 +08:00
去掉预收标保
This commit is contained in:
@@ -72,7 +72,7 @@
|
|||||||
<tr class="title">
|
<tr class="title">
|
||||||
<th class="td-1" style="height: 1.2em;">排名</th>
|
<th class="td-1" style="height: 1.2em;">排名</th>
|
||||||
<th class="td-2">机构</th>
|
<th class="td-2">机构</th>
|
||||||
<th>预收标保</th>
|
<!-- <th>预收标保</th> -->
|
||||||
<th>承保标保</th>
|
<th>承保标保</th>
|
||||||
<th>承保保费</th>
|
<th>承保保费</th>
|
||||||
<th>预收件数</th>
|
<th>预收件数</th>
|
||||||
@@ -82,7 +82,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td class="td-1 white" style="width:3em">1</td>
|
<td class="td-1 white" style="width:3em">1</td>
|
||||||
<td class="td-2">合计</td>
|
<td class="td-2">合计</td>
|
||||||
<td>{{ ysbbTotal.toFixed(2) }}</td>
|
<!-- <td>{{ ysbbTotal.toFixed(2) }}</td> -->
|
||||||
<td>{{ bzbfTotol.toFixed(2) }}</td>
|
<td>{{ bzbfTotol.toFixed(2) }}</td>
|
||||||
<td>{{ cbbfTotal.toFixed(2) }}</td>
|
<td>{{ cbbfTotal.toFixed(2) }}</td>
|
||||||
<td>{{ ysjsTotal.toFixed(2) }}</td>
|
<td>{{ ysjsTotal.toFixed(2) }}</td>
|
||||||
@@ -93,7 +93,7 @@
|
|||||||
<td class="td-2">
|
<td class="td-2">
|
||||||
<div style="width:10em">{{ item.name }}</div>
|
<div style="width:10em">{{ item.name }}</div>
|
||||||
</td>
|
</td>
|
||||||
<td>{{ item.ysbb }}</td>
|
<!-- <td>{{ item.ysbb }}</td> -->
|
||||||
<td>{{ item.bzbf }}</td>
|
<td>{{ item.bzbf }}</td>
|
||||||
<td>{{ item.cbbf }}</td>
|
<td>{{ item.cbbf }}</td>
|
||||||
<td>{{ item.ysjs }}</td>
|
<td>{{ item.ysjs }}</td>
|
||||||
@@ -144,8 +144,8 @@ export default {
|
|||||||
bzbfTotal: 0,
|
bzbfTotal: 0,
|
||||||
tableData: [],
|
tableData: [],
|
||||||
timeVal: '',
|
timeVal: '',
|
||||||
sortTypeText: '预收标保',
|
sortTypeText: '预收件数',
|
||||||
queryColumns: ['预收件数', '预收标保', '承保件数', '承保标保', '承保标保'],
|
queryColumns: ['预收件数', '承保件数', '承保标保', '承保标保'],
|
||||||
showPicker: false,
|
showPicker: false,
|
||||||
// 年月日选择器
|
// 年月日选择器
|
||||||
showDatePicker: false,
|
showDatePicker: false,
|
||||||
|
|||||||
@@ -69,7 +69,7 @@
|
|||||||
<tr class="title">
|
<tr class="title">
|
||||||
<th class="td-1" style="height: 1.2em;">排名</th>
|
<th class="td-1" style="height: 1.2em;">排名</th>
|
||||||
<th class="td-2">机构</th>
|
<th class="td-2">机构</th>
|
||||||
<th>预收标保</th>
|
<!-- <th>预收标保</th> -->
|
||||||
<th>承保标保</th>
|
<th>承保标保</th>
|
||||||
<th>承保保费</th>
|
<th>承保保费</th>
|
||||||
<th>预收件数</th>
|
<th>预收件数</th>
|
||||||
@@ -79,7 +79,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td class="td-1 white" style="width:3em">1</td>
|
<td class="td-1 white" style="width:3em">1</td>
|
||||||
<td class="td-2">合计</td>
|
<td class="td-2">合计</td>
|
||||||
<td>{{ ysbbTotal.toFixed(2) }}</td>
|
<!-- <td>{{ ysbbTotal.toFixed(2) }}</td> -->
|
||||||
<td>{{ bzbfTotol.toFixed(2) }}</td>
|
<td>{{ bzbfTotol.toFixed(2) }}</td>
|
||||||
<td>{{ cbbfTotal.toFixed(2) }}</td>
|
<td>{{ cbbfTotal.toFixed(2) }}</td>
|
||||||
<td>{{ ysjsTotal.toFixed(2) }}</td>
|
<td>{{ ysjsTotal.toFixed(2) }}</td>
|
||||||
@@ -90,7 +90,7 @@
|
|||||||
<td class="td-2">
|
<td class="td-2">
|
||||||
<div style="width:10em">{{ item.name }}</div>
|
<div style="width:10em">{{ item.name }}</div>
|
||||||
</td>
|
</td>
|
||||||
<td>{{ item.ysbb }}</td>
|
<!-- <td>{{ item.ysbb }}</td> -->
|
||||||
<td>{{ item.bzbf }}</td>
|
<td>{{ item.bzbf }}</td>
|
||||||
<td>{{ item.cbbf }}</td>
|
<td>{{ item.cbbf }}</td>
|
||||||
<td>{{ item.ysjs }}</td>
|
<td>{{ item.ysjs }}</td>
|
||||||
@@ -141,8 +141,8 @@ export default {
|
|||||||
bzbfTotol: 0,
|
bzbfTotol: 0,
|
||||||
tableData: [],
|
tableData: [],
|
||||||
timeVal: '',
|
timeVal: '',
|
||||||
sortTypeText: '预收标保',
|
sortTypeText: '预收件数',
|
||||||
queryColumns: ['预收件数', '预收标保', '承保件数', '承保标保', '承保标保'],
|
queryColumns: ['预收件数', '承保件数', '承保标保', '承保标保'],
|
||||||
showPicker: false,
|
showPicker: false,
|
||||||
// 年月日选择器
|
// 年月日选择器
|
||||||
showDatePicker: false,
|
showDatePicker: false,
|
||||||
@@ -181,7 +181,7 @@ export default {
|
|||||||
if (name == 1) {
|
if (name == 1) {
|
||||||
//this.curMainType = '02'
|
//this.curMainType = '02'
|
||||||
this.$router.push({
|
this.$router.push({
|
||||||
path: '/institutionalPerform/InstitutionalManpower/02/8645'
|
path: '/institutionalPerform/InstitutionalManpower/02/8645'
|
||||||
})
|
})
|
||||||
} else {
|
} else {
|
||||||
this.curMainType = '01'
|
this.curMainType = '01'
|
||||||
|
|||||||
@@ -69,7 +69,7 @@
|
|||||||
<tr class="title">
|
<tr class="title">
|
||||||
<th class="td-1" style="height: 1.2em;">排名</th>
|
<th class="td-1" style="height: 1.2em;">排名</th>
|
||||||
<th class="td-2">机构</th>
|
<th class="td-2">机构</th>
|
||||||
<th>预收标保</th>
|
<!-- <th>预收标保</th> -->
|
||||||
<th>承保标保</th>
|
<th>承保标保</th>
|
||||||
<th>承保保费</th>
|
<th>承保保费</th>
|
||||||
<th>预收件数</th>
|
<th>预收件数</th>
|
||||||
@@ -79,7 +79,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td class="td-1 white" style="width:3em">1</td>
|
<td class="td-1 white" style="width:3em">1</td>
|
||||||
<td class="td-2">合计</td>
|
<td class="td-2">合计</td>
|
||||||
<td>{{ ysbbTotal.toFixed(2) }}</td>
|
<!-- <td>{{ ysbbTotal.toFixed(2) }}</td> -->
|
||||||
<td>{{ bzbfTotol.toFixed(2) }}</td>
|
<td>{{ bzbfTotol.toFixed(2) }}</td>
|
||||||
<td>{{ cbbfTotal.toFixed(2) }}</td>
|
<td>{{ cbbfTotal.toFixed(2) }}</td>
|
||||||
<td>{{ ysjsTotal.toFixed(2) }}</td>
|
<td>{{ ysjsTotal.toFixed(2) }}</td>
|
||||||
@@ -90,7 +90,7 @@
|
|||||||
<td class="td-2">
|
<td class="td-2">
|
||||||
<div style="width:10em">{{ item.name }}</div>
|
<div style="width:10em">{{ item.name }}</div>
|
||||||
</td>
|
</td>
|
||||||
<td>{{ item.ysbb }}</td>
|
<!-- <td>{{ item.ysbb }}</td> -->
|
||||||
<td>{{ item.bzbf }}</td>
|
<td>{{ item.bzbf }}</td>
|
||||||
<td>{{ item.cbbf }}</td>
|
<td>{{ item.cbbf }}</td>
|
||||||
<td>{{ item.ysjs }}</td>
|
<td>{{ item.ysjs }}</td>
|
||||||
@@ -141,8 +141,8 @@ export default {
|
|||||||
bzbfTotal: 0,
|
bzbfTotal: 0,
|
||||||
tableData: [],
|
tableData: [],
|
||||||
timeVal: '',
|
timeVal: '',
|
||||||
sortTypeText: '预收标保',
|
sortTypeText: '预收件数',
|
||||||
queryColumns: ['预收件数', '预收标保', '承保件数', '承保标保', '承保标保'],
|
queryColumns: ['预收件数', '承保件数', '承保标保', '承保标保'],
|
||||||
showPicker: false,
|
showPicker: false,
|
||||||
// 年月日选择器
|
// 年月日选择器
|
||||||
showDatePicker: false,
|
showDatePicker: false,
|
||||||
|
|||||||
@@ -69,7 +69,7 @@
|
|||||||
<tr class="title">
|
<tr class="title">
|
||||||
<th class="td-1" style="height: 1.2em;">排名</th>
|
<th class="td-1" style="height: 1.2em;">排名</th>
|
||||||
<th class="td-2">机构</th>
|
<th class="td-2">机构</th>
|
||||||
<th>预收标保</th>
|
<!-- <th>预收标保</th> -->
|
||||||
<th>承保标保</th>
|
<th>承保标保</th>
|
||||||
<th>承保保费</th>
|
<th>承保保费</th>
|
||||||
<th>预收件数</th>
|
<th>预收件数</th>
|
||||||
@@ -78,7 +78,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td class="td-1 white" style="width:3em">1</td>
|
<td class="td-1 white" style="width:3em">1</td>
|
||||||
<td class="td-2">合计</td>
|
<td class="td-2">合计</td>
|
||||||
<td>{{ ysbbTotal.toFixed(2) }}</td>
|
<!-- <td>{{ ysbbTotal.toFixed(2) }}</td> -->
|
||||||
<td>{{ bzbfTotol.toFixed(2) }}</td>
|
<td>{{ bzbfTotol.toFixed(2) }}</td>
|
||||||
<td>{{ cbbfTotal.toFixed(2) }}</td>
|
<td>{{ cbbfTotal.toFixed(2) }}</td>
|
||||||
<td>{{ ysjsTotal.toFixed(2) }}</td>
|
<td>{{ ysjsTotal.toFixed(2) }}</td>
|
||||||
@@ -89,7 +89,7 @@
|
|||||||
<td class="td-2">
|
<td class="td-2">
|
||||||
<div style="width:10em">{{ item.name }}</div>
|
<div style="width:10em">{{ item.name }}</div>
|
||||||
</td>
|
</td>
|
||||||
<td>{{ item.ysbb }}</td>
|
<!-- <td>{{ item.ysbb }}</td> -->
|
||||||
<td>{{ item.bzbf }}</td>
|
<td>{{ item.bzbf }}</td>
|
||||||
<td>{{ item.cbbf }}</td>
|
<td>{{ item.cbbf }}</td>
|
||||||
<td>{{ item.ysjs }}</td>
|
<td>{{ item.ysjs }}</td>
|
||||||
@@ -136,8 +136,8 @@ export default {
|
|||||||
ysbbTotal: 0,
|
ysbbTotal: 0,
|
||||||
bzbfTotol: 0,
|
bzbfTotol: 0,
|
||||||
timeVal: '',
|
timeVal: '',
|
||||||
sortTypeText: '预收标保',
|
sortTypeText: '预收件数',
|
||||||
queryColumns: ['预收件数', '预收标保', '承保件数', '承保标保', '承保标保'],
|
queryColumns: ['预收件数', '承保件数', '承保标保', '承保标保'],
|
||||||
showPicker: false,
|
showPicker: false,
|
||||||
// 年月日选择器
|
// 年月日选择器
|
||||||
showDatePicker: false,
|
showDatePicker: false,
|
||||||
|
|||||||
@@ -69,7 +69,7 @@
|
|||||||
<tr class="title">
|
<tr class="title">
|
||||||
<th class="td-1" style="height: 1.2em;">排名</th>
|
<th class="td-1" style="height: 1.2em;">排名</th>
|
||||||
<th class="td-2">机构</th>
|
<th class="td-2">机构</th>
|
||||||
<th>预收标保</th>
|
<!-- <th>预收标保</th> -->
|
||||||
<th>承保标保</th>
|
<th>承保标保</th>
|
||||||
<th>承保保费</th>
|
<th>承保保费</th>
|
||||||
<th>预收件数</th>
|
<th>预收件数</th>
|
||||||
@@ -79,7 +79,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td class="td-1 white" style="width:3em">1</td>
|
<td class="td-1 white" style="width:3em">1</td>
|
||||||
<td class="td-2">合计</td>
|
<td class="td-2">合计</td>
|
||||||
<td>{{ ysbbTotal.toFixed(2) }}</td>
|
<!-- <td>{{ ysbbTotal.toFixed(2) }}</td> -->
|
||||||
<td>{{ bzbfTotol.toFixed(2) }}</td>
|
<td>{{ bzbfTotol.toFixed(2) }}</td>
|
||||||
<td>{{ cbbfTotal.toFixed(2) }}</td>
|
<td>{{ cbbfTotal.toFixed(2) }}</td>
|
||||||
<td>{{ ysjsTotal.toFixed(2) }}</td>
|
<td>{{ ysjsTotal.toFixed(2) }}</td>
|
||||||
@@ -90,7 +90,7 @@
|
|||||||
<td class="td-2">
|
<td class="td-2">
|
||||||
<div style="width:10em">{{ item.name }}</div>
|
<div style="width:10em">{{ item.name }}</div>
|
||||||
</td>
|
</td>
|
||||||
<td>{{ item.ysbb }}</td>
|
<!-- <td>{{ item.ysbb }}</td> -->
|
||||||
<td>{{ item.bzbf }}</td>
|
<td>{{ item.bzbf }}</td>
|
||||||
<td>{{ item.cbbf }}</td>
|
<td>{{ item.cbbf }}</td>
|
||||||
<td>{{ item.ysjs }}</td>
|
<td>{{ item.ysjs }}</td>
|
||||||
@@ -141,8 +141,8 @@ export default {
|
|||||||
ysbbTotal: 0,
|
ysbbTotal: 0,
|
||||||
bzbfTotol: 0,
|
bzbfTotol: 0,
|
||||||
timeVal: '',
|
timeVal: '',
|
||||||
sortTypeText: '预收标保',
|
sortTypeText: '预收件数',
|
||||||
queryColumns: ['预收件数', '预收标保', '承保件数', '承保标保', '承保标保'],
|
queryColumns: ['预收件数', '承保件数', '承保标保', '承保标保'],
|
||||||
showPicker: false,
|
showPicker: false,
|
||||||
// 年月日选择器
|
// 年月日选择器
|
||||||
showDatePicker: false,
|
showDatePicker: false,
|
||||||
|
|||||||
@@ -69,7 +69,7 @@
|
|||||||
<tr class="title">
|
<tr class="title">
|
||||||
<th class="td-1" style="height: 1.2em;">排名</th>
|
<th class="td-1" style="height: 1.2em;">排名</th>
|
||||||
<th class="td-2">机构</th>
|
<th class="td-2">机构</th>
|
||||||
<th>预收标保</th>
|
<!-- <th>预收标保</th> -->
|
||||||
<th>承保标保</th>
|
<th>承保标保</th>
|
||||||
<th>承保保费</th>
|
<th>承保保费</th>
|
||||||
<th>预收件数</th>
|
<th>预收件数</th>
|
||||||
@@ -79,7 +79,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td class="td-1 white" style="width:3em">1</td>
|
<td class="td-1 white" style="width:3em">1</td>
|
||||||
<td class="td-2">合计</td>
|
<td class="td-2">合计</td>
|
||||||
<td>{{ ysbbTotal.toFixed(2) }}</td>
|
<!-- <td>{{ ysbbTotal.toFixed(2) }}</td> -->
|
||||||
<td>{{ bzbfTotol.toFixed(2) }}</td>
|
<td>{{ bzbfTotol.toFixed(2) }}</td>
|
||||||
<td>{{ cbbfTotal.toFixed(2) }}</td>
|
<td>{{ cbbfTotal.toFixed(2) }}</td>
|
||||||
<td>{{ ysjsTotal.toFixed(2) }}</td>
|
<td>{{ ysjsTotal.toFixed(2) }}</td>
|
||||||
@@ -90,7 +90,7 @@
|
|||||||
<td class="td-2">
|
<td class="td-2">
|
||||||
<div style="width:10em">{{ item.name }}</div>
|
<div style="width:10em">{{ item.name }}</div>
|
||||||
</td>
|
</td>
|
||||||
<td>{{ item.ysbb }}</td>
|
<!-- <td>{{ item.ysbb }}</td> -->
|
||||||
<td>{{ item.bzbf }}</td>
|
<td>{{ item.bzbf }}</td>
|
||||||
<td>{{ item.cbbf }}</td>
|
<td>{{ item.cbbf }}</td>
|
||||||
<td>{{ item.ysjs }}</td>
|
<td>{{ item.ysjs }}</td>
|
||||||
@@ -141,8 +141,8 @@ export default {
|
|||||||
bzbfTotal: 0,
|
bzbfTotal: 0,
|
||||||
tableData: [],
|
tableData: [],
|
||||||
timeVal: '',
|
timeVal: '',
|
||||||
sortTypeText: '预收标保',
|
sortTypeText: '预收件数',
|
||||||
queryColumns: ['预收件数', '预收标保', '承保件数', '承保标保', '承保标保'],
|
queryColumns: ['预收件数', '承保件数', '承保标保', '承保标保'],
|
||||||
showPicker: false,
|
showPicker: false,
|
||||||
// 年月日选择器
|
// 年月日选择器
|
||||||
showDatePicker: false,
|
showDatePicker: false,
|
||||||
|
|||||||
@@ -69,7 +69,7 @@
|
|||||||
<tr class="title">
|
<tr class="title">
|
||||||
<th class="td-1" style="height: 1.2em;">排名</th>
|
<th class="td-1" style="height: 1.2em;">排名</th>
|
||||||
<th class="td-2">机构</th>
|
<th class="td-2">机构</th>
|
||||||
<th>预收标保</th>
|
<!-- <th>预收标保</th> -->
|
||||||
<th>承保标保</th>
|
<th>承保标保</th>
|
||||||
<th>承保保费</th>
|
<th>承保保费</th>
|
||||||
<th>预收件数</th>
|
<th>预收件数</th>
|
||||||
@@ -79,7 +79,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td class="td-1 white" style="width:3em">1</td>
|
<td class="td-1 white" style="width:3em">1</td>
|
||||||
<td class="td-2">合计</td>
|
<td class="td-2">合计</td>
|
||||||
<td>{{ ysbbTotal.toFixed(2) }}</td>
|
<!-- <td>{{ ysbbTotal.toFixed(2) }}</td> -->
|
||||||
<td>{{ bzbfTotol.toFixed(2) }}</td>
|
<td>{{ bzbfTotol.toFixed(2) }}</td>
|
||||||
<td>{{ cbbfTotal.toFixed(2) }}</td>
|
<td>{{ cbbfTotal.toFixed(2) }}</td>
|
||||||
<td>{{ ysjsTotal.toFixed(2) }}</td>
|
<td>{{ ysjsTotal.toFixed(2) }}</td>
|
||||||
@@ -90,7 +90,7 @@
|
|||||||
<td class="td-2">
|
<td class="td-2">
|
||||||
<div style="width:10em">{{ item.name }}</div>
|
<div style="width:10em">{{ item.name }}</div>
|
||||||
</td>
|
</td>
|
||||||
<td>{{ item.ysbb }}</td>
|
<!-- <td>{{ item.ysbb }}</td> -->
|
||||||
<td>{{ item.bzbf }}</td>
|
<td>{{ item.bzbf }}</td>
|
||||||
<td>{{ item.cbbf }}</td>
|
<td>{{ item.cbbf }}</td>
|
||||||
<td>{{ item.ysjs }}</td>
|
<td>{{ item.ysjs }}</td>
|
||||||
@@ -142,8 +142,8 @@ export default {
|
|||||||
tableData: [],
|
tableData: [],
|
||||||
bzbfTotol: 0,
|
bzbfTotol: 0,
|
||||||
timeVal: '',
|
timeVal: '',
|
||||||
sortTypeText: '预收标保',
|
sortTypeText: '预收件数',
|
||||||
queryColumns: ['预收件数', '预收标保', '承保件数', '承保标保', '承保标保'],
|
queryColumns: ['预收件数', '承保件数', '承保标保', '承保标保'],
|
||||||
showPicker: false,
|
showPicker: false,
|
||||||
// 年月日选择器
|
// 年月日选择器
|
||||||
showDatePicker: false,
|
showDatePicker: false,
|
||||||
@@ -289,9 +289,9 @@ export default {
|
|||||||
case '预收件数':
|
case '预收件数':
|
||||||
this.sortType = '1'
|
this.sortType = '1'
|
||||||
break
|
break
|
||||||
case '预收标保':
|
// case '预收标保':
|
||||||
this.sortType = '2'
|
// this.sortType = '2'
|
||||||
break
|
// break
|
||||||
case '承保件数':
|
case '承保件数':
|
||||||
this.sortType = '3'
|
this.sortType = '3'
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user