|
@@ -51,6 +51,11 @@
|
|
|
<el-tab-pane label="全部" name="all">
|
|
<el-tab-pane label="全部" name="all">
|
|
|
<el-table highlight-current-row stripe :data="entityListAll" v-loading="loading" id="rebateSetTable0" size="mini" border style="width: 100%" @sort-change="orderby" height="calc(100vh - 330px)">
|
|
<el-table highlight-current-row stripe :data="entityListAll" v-loading="loading" id="rebateSetTable0" size="mini" border style="width: 100%" @sort-change="orderby" height="calc(100vh - 330px)">
|
|
|
<!--<el-table-column align="center" label="准入编码" prop="AccessCardNo"></el-table-column>-->
|
|
<!--<el-table-column align="center" label="准入编码" prop="AccessCardNo"></el-table-column>-->
|
|
|
|
|
+ <el-table-column align="center" width="70" label="序号">
|
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
|
+ <span>{{scope.$index+(currentPage - 1) * size + 1}} </span>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-table-column>
|
|
|
<el-table-column label="准入编码" show-tooltip-when-overflow prop="AccessCardNo" align="center" width="110px">
|
|
<el-table-column label="准入编码" show-tooltip-when-overflow prop="AccessCardNo" align="center" width="110px">
|
|
|
<template slot-scope="scope" >
|
|
<template slot-scope="scope" >
|
|
|
<span style="font-family:'黑体';font-size:13px">{{scope.row.AccessCardNo}}</span>
|
|
<span style="font-family:'黑体';font-size:13px">{{scope.row.AccessCardNo}}</span>
|
|
@@ -98,6 +103,11 @@
|
|
|
<el-tab-pane label="准入" name="first">
|
|
<el-tab-pane label="准入" name="first">
|
|
|
<el-table highlight-current-row :data="entityList" v-loading="loading" id="rebateSetTable1" size="mini" border style="width: 100%" @sort-change="orderby" height="calc(100vh - 330px)">
|
|
<el-table highlight-current-row :data="entityList" v-loading="loading" id="rebateSetTable1" size="mini" border style="width: 100%" @sort-change="orderby" height="calc(100vh - 330px)">
|
|
|
<!--<el-table-column align="center" label="准入编码" prop="AccessCardNo"></el-table-column>-->
|
|
<!--<el-table-column align="center" label="准入编码" prop="AccessCardNo"></el-table-column>-->
|
|
|
|
|
+ <el-table-column align="center" width="70" label="序号">
|
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
|
+ <span>{{scope.$index+(currentPage - 1) * size + 1}} </span>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-table-column>
|
|
|
<el-table-column label="准入编码" prop="AccessCardNo" align="center">
|
|
<el-table-column label="准入编码" prop="AccessCardNo" align="center">
|
|
|
<template slot-scope="scope" >
|
|
<template slot-scope="scope" >
|
|
|
<span style="font-family:'黑体';font-size:13px">{{scope.row.AccessCardNo}}</span>
|
|
<span style="font-family:'黑体';font-size:13px">{{scope.row.AccessCardNo}}</span>
|
|
@@ -140,6 +150,11 @@
|
|
|
<el-tab-pane label="增项" name="second">
|
|
<el-tab-pane label="增项" name="second">
|
|
|
<el-table highlight-current-row :data="entityList1" v-loading="loading" id="rebateSetTable2" size="mini" border style="width: 100%" @sort-change="orderby" height="calc(100vh - 330px)">
|
|
<el-table highlight-current-row :data="entityList1" v-loading="loading" id="rebateSetTable2" size="mini" border style="width: 100%" @sort-change="orderby" height="calc(100vh - 330px)">
|
|
|
<!--<el-table-column align="center" label="准入编码" prop="AccessCardNo"></el-table-column>-->
|
|
<!--<el-table-column align="center" label="准入编码" prop="AccessCardNo"></el-table-column>-->
|
|
|
|
|
+ <el-table-column align="center" width="70" label="序号">
|
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
|
+ <span>{{scope.$index+(currentPage - 1) * size + 1}} </span>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-table-column>
|
|
|
<el-table-column label="准入编码" prop="AccessCardNo" align="center">
|
|
<el-table-column label="准入编码" prop="AccessCardNo" align="center">
|
|
|
<template slot-scope="scope" >
|
|
<template slot-scope="scope" >
|
|
|
<span style="font-family:'黑体';font-size:13px">{{scope.row.AccessCardNo}}</span>
|
|
<span style="font-family:'黑体';font-size:13px">{{scope.row.AccessCardNo}}</span>
|
|
@@ -182,6 +197,11 @@
|
|
|
<el-tab-pane label="年审" name="third">
|
|
<el-tab-pane label="年审" name="third">
|
|
|
<el-table highlight-current-row :data="entityList2" v-loading="loading" id="rebateSetTable3" size="mini" border style="width: 100%" @sort-change="orderby" height="calc(100vh - 330px)">
|
|
<el-table highlight-current-row :data="entityList2" v-loading="loading" id="rebateSetTable3" size="mini" border style="width: 100%" @sort-change="orderby" height="calc(100vh - 330px)">
|
|
|
<!--<el-table-column align="center" label="准入编码" prop="AccessCardNo"></el-table-column>-->
|
|
<!--<el-table-column align="center" label="准入编码" prop="AccessCardNo"></el-table-column>-->
|
|
|
|
|
+ <el-table-column align="center" width="70" label="序号">
|
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
|
+ <span>{{scope.$index+(currentPage - 1) * size + 1}} </span>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-table-column>
|
|
|
<el-table-column label="准入编码" prop="AccessCardNo" align="center">
|
|
<el-table-column label="准入编码" prop="AccessCardNo" align="center">
|
|
|
<template slot-scope="scope" >
|
|
<template slot-scope="scope" >
|
|
|
<span style="font-family:'黑体';font-size:13px">{{scope.row.AccessCardNo}}</span>
|
|
<span style="font-family:'黑体';font-size:13px">{{scope.row.AccessCardNo}}</span>
|
|
@@ -224,6 +244,11 @@
|
|
|
<el-tab-pane label="变更申请" name="fourth">
|
|
<el-tab-pane label="变更申请" name="fourth">
|
|
|
<el-table highlight-current-row :data="entityList3" v-loading="loading" id="rebateSetTable4" size="mini" border style="width: 100%" @sort-change="orderby" height="calc(100vh - 330px)">
|
|
<el-table highlight-current-row :data="entityList3" v-loading="loading" id="rebateSetTable4" size="mini" border style="width: 100%" @sort-change="orderby" height="calc(100vh - 330px)">
|
|
|
<!--<el-table-column align="center" label="准入编码" prop="AccessCardNo"></el-table-column>-->
|
|
<!--<el-table-column align="center" label="准入编码" prop="AccessCardNo"></el-table-column>-->
|
|
|
|
|
+ <el-table-column align="center" width="70" label="序号">
|
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
|
+ <span>{{scope.$index+(currentPage - 1) * size + 1}} </span>
|
|
|
|
|
+ </template>
|
|
|
|
|
+ </el-table-column>
|
|
|
<el-table-column label="准入编码" prop="AccessCardNo" align="center">
|
|
<el-table-column label="准入编码" prop="AccessCardNo" align="center">
|
|
|
<template slot-scope="scope" >
|
|
<template slot-scope="scope" >
|
|
|
<span style="font-family:'黑体';font-size:13px">{{scope.row.AccessCardNo}}</span>
|
|
<span style="font-family:'黑体';font-size:13px">{{scope.row.AccessCardNo}}</span>
|