|
@@ -56,41 +56,41 @@
|
|
|
<span>{{scope.$index+(currentPage - 1) * size + 1}} </span>
|
|
<span>{{scope.$index+(currentPage - 1) * size + 1}} </span>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</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" sortable 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>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column align="center" label="公司名称" prop="SupplierName" width="300px"></el-table-column>
|
|
|
|
|
- <el-table-column align="center" label="申请时间" prop="CreateOn" width="100px">
|
|
|
|
|
|
|
+ <el-table-column align="center" label="公司名称" sortable prop="SupplierName" min-width="300px"></el-table-column>
|
|
|
|
|
+ <el-table-column align="center" label="申请时间" sortable prop="CreateOn" width="100px">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
{{ jstimehandle(scope.row.CreateOn+'') }}
|
|
{{ jstimehandle(scope.row.CreateOn+'') }}
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column align="center" label="完成时间" prop="AddinTime" width="100px">
|
|
|
|
|
|
|
+ <el-table-column align="center" label="完成时间" sortable prop="AddinTime" width="100px">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
{{ jstimehandle(scope.row.AddinTime+'') }}
|
|
{{ jstimehandle(scope.row.AddinTime+'') }}
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column align="center" label="推荐单位" show-tooltip-when-overflow prop="RecUnitName"></el-table-column>
|
|
|
|
|
- <el-table-column align="center" label="申报人员" show-tooltip-when-overflow prop="ContactName"></el-table-column>
|
|
|
|
|
- <el-table-column align="center" label="联系电话" width="110" prop="Mobile"></el-table-column>
|
|
|
|
|
- <el-table-column align="center" label="类别" prop="Type">
|
|
|
|
|
|
|
+ <el-table-column align="center" label="推荐单位" sortable width="100px" show-tooltip-when-overflow prop="RecUnitName"></el-table-column>
|
|
|
|
|
+ <el-table-column align="center" label="申报人员" sortable min-width="100px" show-tooltip-when-overflow prop="ContactName"></el-table-column>
|
|
|
|
|
+ <el-table-column align="center" label="联系电话" sortable width="110" prop="Mobile"></el-table-column>
|
|
|
|
|
+ <el-table-column align="center" label="类别" prop="Type" sortable width="100px">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
{{typeStr(scope.row.Type)}}
|
|
{{typeStr(scope.row.Type)}}
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column align="center" label="类型" prop="SupplierTypeCode">
|
|
|
|
|
|
|
+ <el-table-column align="center" label="类型" prop="SupplierTypeCode" sortable width="100px">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
{{transferStr(scope.row.SupplierTypeCode)}}
|
|
{{transferStr(scope.row.SupplierTypeCode)}}
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column align="center" label="当前状态" prop="Status">
|
|
|
|
|
|
|
+ <el-table-column align="center" label="当前状态" sortable prop="Status" width="100px">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
{{statusStr(scope.row.Status, scope.row.Type)}}
|
|
{{statusStr(scope.row.Status, scope.row.Type)}}
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column align="center" label="操作">
|
|
|
|
|
|
|
+ <el-table-column align="center" label="操作" fixed="right" width="100px">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<el-button type="text" title="查看流程" icon="el-icon-edit" size="mini" @click="openwfhistory(scope.row)">查看流程</el-button>
|
|
<el-button type="text" title="查看流程" icon="el-icon-edit" size="mini" @click="openwfhistory(scope.row)">查看流程</el-button>
|
|
|
</template>
|
|
</template>
|
|
@@ -108,36 +108,36 @@
|
|
|
<span>{{scope.$index+(currentPage - 1) * size + 1}} </span>
|
|
<span>{{scope.$index+(currentPage - 1) * size + 1}} </span>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column label="准入编码" prop="AccessCardNo" align="center">
|
|
|
|
|
|
|
+ <el-table-column label="准入编码" prop="AccessCardNo" align="center" sortable width="100px">
|
|
|
<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>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column align="center" label="公司名称" prop="SupplierName" width="300px"></el-table-column>
|
|
|
|
|
- <el-table-column align="center" label="申请时间" prop="CreateOn">
|
|
|
|
|
|
|
+ <el-table-column align="center" label="公司名称" sortable prop="SupplierName" min-width="300px"></el-table-column>
|
|
|
|
|
+ <el-table-column align="center" label="申请时间" sortable prop="CreateOn" width="100px">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
{{ jstimehandle(scope.row.CreateOn+'') }}
|
|
{{ jstimehandle(scope.row.CreateOn+'') }}
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column align="center" label="完成时间" prop="AddinTime">
|
|
|
|
|
|
|
+ <el-table-column align="center" label="完成时间" sortable prop="AddinTime" width="100px">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
{{ jstimehandle(scope.row.AddinTime+'') }}
|
|
{{ jstimehandle(scope.row.AddinTime+'') }}
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column align="center" label="推荐单位" prop="RecUnitName"></el-table-column>
|
|
|
|
|
- <el-table-column align="center" label="申报人员" show-tooltip-when-overflow prop="ContactName"></el-table-column>
|
|
|
|
|
- <el-table-column align="center" label="联系电话" width="100"prop="Mobile"></el-table-column>
|
|
|
|
|
- <el-table-column align="center" label="类型" prop="SupplierTypeCode">
|
|
|
|
|
|
|
+ <el-table-column align="center" label="推荐单位" sortable prop="RecUnitName" min-width="100px"></el-table-column>
|
|
|
|
|
+ <el-table-column align="center" label="申报人员" sortable min-width="100px" show-tooltip-when-overflow prop="ContactName"></el-table-column>
|
|
|
|
|
+ <el-table-column align="center" label="联系电话" sortable prop="Mobile" width="100px"></el-table-column>
|
|
|
|
|
+ <el-table-column align="center" label="类型" prop="SupplierTypeCode" sortable width="100px">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
{{transferStr(scope.row.SupplierTypeCode)}}
|
|
{{transferStr(scope.row.SupplierTypeCode)}}
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column align="center" label="当前状态" prop="Status">
|
|
|
|
|
|
|
+ <el-table-column align="center" label="当前状态" sortable prop="Status" width="100px">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
{{statusStr(scope.row.Status, scope.row.Type)}}
|
|
{{statusStr(scope.row.Status, scope.row.Type)}}
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column align="center" label="操作">
|
|
|
|
|
|
|
+ <el-table-column align="center" label="操作" fixed="right" width="100px">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<el-button type="text" title="查看流程" icon="el-icon-edit" size="mini" @click="openwfhistory(scope.row)">查看流程</el-button>
|
|
<el-button type="text" title="查看流程" icon="el-icon-edit" size="mini" @click="openwfhistory(scope.row)">查看流程</el-button>
|
|
|
</template>
|
|
</template>
|
|
@@ -155,36 +155,36 @@
|
|
|
<span>{{scope.$index+(currentPage - 1) * size + 1}} </span>
|
|
<span>{{scope.$index+(currentPage - 1) * size + 1}} </span>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column label="准入编码" prop="AccessCardNo" align="center">
|
|
|
|
|
|
|
+ <el-table-column label="准入编码" prop="AccessCardNo" align="center" sortable width="100px">
|
|
|
<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>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column align="center" label="公司名称" prop="SupplierName" width="300px"></el-table-column>
|
|
|
|
|
- <el-table-column align="center" label="申请时间" prop="CreateOn">
|
|
|
|
|
|
|
+ <el-table-column align="center" label="公司名称" sortable prop="SupplierName" min-width="300px"></el-table-column>
|
|
|
|
|
+ <el-table-column align="center" label="申请时间" sortable prop="CreateOn" width="100px">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
{{ jstimehandle(scope.row.CreateOn+'') }}
|
|
{{ jstimehandle(scope.row.CreateOn+'') }}
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column align="center" label="完成时间" prop="AddinTime">
|
|
|
|
|
|
|
+ <el-table-column align="center" label="完成时间" sortable prop="AddinTime" width="100px">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
{{ jstimehandle(scope.row.AddinTime+'') }}
|
|
{{ jstimehandle(scope.row.AddinTime+'') }}
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column align="center" label="推荐单位" prop="RecUnitName"></el-table-column>
|
|
|
|
|
- <el-table-column align="center" label="申报人员" show-tooltip-when-overflow prop="ContactName"></el-table-column>
|
|
|
|
|
- <el-table-column align="center" label="联系电话" width="100"prop="Mobile"></el-table-column>
|
|
|
|
|
- <el-table-column align="center" label="类型" prop="SupplierTypeCode">
|
|
|
|
|
|
|
+ <el-table-column align="center" label="推荐单位" sortable prop="RecUnitName" min-width="100px"></el-table-column>
|
|
|
|
|
+ <el-table-column align="center" label="申报人员" sortable min-width="100px" show-tooltip-when-overflow prop="ContactName"></el-table-column>
|
|
|
|
|
+ <el-table-column align="center" label="联系电话" sortable prop="Mobile" width="100px"></el-table-column>
|
|
|
|
|
+ <el-table-column align="center" label="类型" prop="SupplierTypeCode" sortable width="100px">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
{{transferStr(scope.row.SupplierTypeCode)}}
|
|
{{transferStr(scope.row.SupplierTypeCode)}}
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column align="center" label="当前状态" prop="Status">
|
|
|
|
|
|
|
+ <el-table-column align="center" label="当前状态" sortable prop="Status" width="100px">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
{{statusStr(scope.row.Status, scope.row.Type)}}
|
|
{{statusStr(scope.row.Status, scope.row.Type)}}
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column align="center" label="操作">
|
|
|
|
|
|
|
+ <el-table-column align="center" label="操作" fixed="right" width="100px">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<el-button type="text" title="查看流程" icon="el-icon-edit" size="mini" @click="openwfhistory(scope.row)">查看流程</el-button>
|
|
<el-button type="text" title="查看流程" icon="el-icon-edit" size="mini" @click="openwfhistory(scope.row)">查看流程</el-button>
|
|
|
</template>
|
|
</template>
|
|
@@ -202,36 +202,36 @@
|
|
|
<span>{{scope.$index+(currentPage - 1) * size + 1}} </span>
|
|
<span>{{scope.$index+(currentPage - 1) * size + 1}} </span>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column label="准入编码" prop="AccessCardNo" align="center">
|
|
|
|
|
|
|
+ <el-table-column label="准入编码" prop="AccessCardNo" align="center" sortable width="100px">
|
|
|
<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>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column align="center" label="公司名称" prop="SupplierName" width="300px"></el-table-column>
|
|
|
|
|
- <el-table-column align="center" label="申请时间" prop="CreateOn">
|
|
|
|
|
|
|
+ <el-table-column align="center" label="公司名称" sortable prop="SupplierName" min-width="300px"></el-table-column>
|
|
|
|
|
+ <el-table-column align="center" label="申请时间" sortable prop="CreateOn" width="100px">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
{{ jstimehandle(scope.row.CreateOn+'') }}
|
|
{{ jstimehandle(scope.row.CreateOn+'') }}
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column align="center" label="完成时间" prop="AddinTime">
|
|
|
|
|
|
|
+ <el-table-column align="center" label="完成时间" sortable prop="AddinTime" width="100px">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
{{ jstimehandle(scope.row.AddinTime+'') }}
|
|
{{ jstimehandle(scope.row.AddinTime+'') }}
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column align="center" label="推荐单位" prop="RecUnitName"></el-table-column>
|
|
|
|
|
- <el-table-column align="center" label="申报人员" show-tooltip-when-overflow prop="ContactName"></el-table-column>
|
|
|
|
|
- <el-table-column align="center" label="联系电话" width="100"prop="Mobile"></el-table-column>
|
|
|
|
|
- <el-table-column align="center" label="类型" prop="SupplierTypeCode">
|
|
|
|
|
|
|
+ <el-table-column align="center" label="推荐单位" sortable prop="RecUnitName" min-width="100px"></el-table-column>
|
|
|
|
|
+ <el-table-column align="center" label="申报人员" sortable min-width="100px" show-tooltip-when-overflow prop="ContactName"></el-table-column>
|
|
|
|
|
+ <el-table-column align="center" label="联系电话" sortable prop="Mobile" width="100px"></el-table-column>
|
|
|
|
|
+ <el-table-column align="center" label="类型" prop="SupplierTypeCode" sortable width="100px">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
{{transferStr(scope.row.SupplierTypeCode)}}
|
|
{{transferStr(scope.row.SupplierTypeCode)}}
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column align="center" label="当前状态" prop="Status">
|
|
|
|
|
|
|
+ <el-table-column align="center" label="当前状态" sortable prop="Status" width="100px">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
{{statusStr(scope.row.Status, scope.row.Type)}}
|
|
{{statusStr(scope.row.Status, scope.row.Type)}}
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column align="center" label="操作">
|
|
|
|
|
|
|
+ <el-table-column align="center" label="操作" fixed="right" width="100px">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<el-button type="text" title="查看流程" icon="el-icon-edit" size="mini" @click="openwfhistory(scope.row)">查看流程</el-button>
|
|
<el-button type="text" title="查看流程" icon="el-icon-edit" size="mini" @click="openwfhistory(scope.row)">查看流程</el-button>
|
|
|
</template>
|
|
</template>
|
|
@@ -249,26 +249,26 @@
|
|
|
<span>{{scope.$index+(currentPage - 1) * size + 1}} </span>
|
|
<span>{{scope.$index+(currentPage - 1) * size + 1}} </span>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column label="准入编码" prop="AccessCardNo" align="center">
|
|
|
|
|
|
|
+ <el-table-column label="准入编码" prop="AccessCardNo" sortable align="center" width="100px">
|
|
|
<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>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column align="center" label="公司名称" prop="SupplierName" width="300px"></el-table-column>
|
|
|
|
|
- <el-table-column align="center" label="申请时间" prop="CreateOn">
|
|
|
|
|
|
|
+ <el-table-column align="center" label="公司名称" sortable prop="SupplierName" min-width="300px"></el-table-column>
|
|
|
|
|
+ <el-table-column align="center" label="申请时间" sortable prop="CreateOn" width="100px">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
{{ jstimehandle(scope.row.CreateOn+'') }}
|
|
{{ jstimehandle(scope.row.CreateOn+'') }}
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column align="center" label="完成时间" prop="AddinTime">
|
|
|
|
|
|
|
+ <el-table-column align="center" label="完成时间" sortable prop="AddinTime" width="100px">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
{{ jstimehandle(scope.row.AddinTime+'') }}
|
|
{{ jstimehandle(scope.row.AddinTime+'') }}
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column align="center" label="推荐单位" prop="RecUnitName"></el-table-column>
|
|
|
|
|
- <el-table-column align="center" label="申报人员" show-tooltip-when-overflow prop="ContactName"></el-table-column>
|
|
|
|
|
- <el-table-column align="center" label="联系电话" width="100" prop="Mobile"></el-table-column>
|
|
|
|
|
- <el-table-column align="center" label="当前状态" prop="Status">
|
|
|
|
|
|
|
+ <el-table-column align="center" label="推荐单位" sortable prop="RecUnitName" min-width="100px"></el-table-column>
|
|
|
|
|
+ <el-table-column align="center" label="申报人员" sortable show-tooltip-when-overflow prop="ContactName" min-width="100px"></el-table-column>
|
|
|
|
|
+ <el-table-column align="center" label="联系电话" sortable width="100px" prop="Mobile"></el-table-column>
|
|
|
|
|
+ <el-table-column align="center" label="当前状态" sortable prop="Status" width="100px">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<span v-if="scope.row.Status=='0'">待提交</span>
|
|
<span v-if="scope.row.Status=='0'">待提交</span>
|
|
|
<span v-if="scope.row.Status=='1'">待初审</span>
|
|
<span v-if="scope.row.Status=='1'">待初审</span>
|
|
@@ -284,7 +284,7 @@
|
|
|
<span v-if="scope.row.Status=='11'">审核通过</span>
|
|
<span v-if="scope.row.Status=='11'">审核通过</span>
|
|
|
</template>
|
|
</template>
|
|
|
</el-table-column>
|
|
</el-table-column>
|
|
|
- <el-table-column align="center" label="操作">
|
|
|
|
|
|
|
+ <el-table-column align="center" label="操作" fixed="right" width="100px">
|
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
<el-button type="text" title="查看流程" icon="el-icon-edit" size="mini" @click="openwfhistory(scope.row)">查看流程</el-button>
|
|
<el-button type="text" title="查看流程" icon="el-icon-edit" size="mini" @click="openwfhistory(scope.row)">查看流程</el-button>
|
|
|
</template>
|
|
</template>
|
|
@@ -297,7 +297,7 @@
|
|
|
<!--<el-tab-pane label="资质变更" name="fifth">-->
|
|
<!--<el-tab-pane label="资质变更" name="fifth">-->
|
|
|
<!--<el-table :data="entityList" id="rebateSetTable4" size="mini" border style="width: 100%" @sort-change="orderby">-->
|
|
<!--<el-table :data="entityList" id="rebateSetTable4" size="mini" border style="width: 100%" @sort-change="orderby">-->
|
|
|
<!--<el-table-column align="center" label="公司名称" prop="SupplierName"></el-table-column>-->
|
|
<!--<el-table-column align="center" label="公司名称" prop="SupplierName"></el-table-column>-->
|
|
|
- <!--<el-table-column align="center" label="当前状态" prop="Status">-->
|
|
|
|
|
|
|
+ <!--<el-table-column align="center" label="当前状态" sortable prop="Status" width="100px">-->
|
|
|
<!--<template slot-scope="scope">-->
|
|
<!--<template slot-scope="scope">-->
|
|
|
<!--<span v-if="scope.row.Status=='0'" style="color:#E6A23C">待提交</span>-->
|
|
<!--<span v-if="scope.row.Status=='0'" style="color:#E6A23C">待提交</span>-->
|
|
|
<!--<span v-if="scope.row.Status=='1'" style="color:#E6A23C">已申请</span>-->
|
|
<!--<span v-if="scope.row.Status=='1'" style="color:#E6A23C">已申请</span>-->
|
|
@@ -307,7 +307,7 @@
|
|
|
<!--<span v-if="scope.row.Status=='3'" style="color:#67C23A">审核通过</span>-->
|
|
<!--<span v-if="scope.row.Status=='3'" style="color:#67C23A">审核通过</span>-->
|
|
|
<!--</template>-->
|
|
<!--</template>-->
|
|
|
<!--</el-table-column>-->
|
|
<!--</el-table-column>-->
|
|
|
- <!--<el-table-column align="center" label="操作">-->
|
|
|
|
|
|
|
+ <!--<el-table-column align="center" label="操作" fixed="right" width="100px">-->
|
|
|
<!--<template slot-scope="scope">-->
|
|
<!--<template slot-scope="scope">-->
|
|
|
<!--<el-button type="text" title="查看流程" icon="el-icon-edit" size="mini" @click="openwfhistory(scope.row)">查看流程</el-button>-->
|
|
<!--<el-button type="text" title="查看流程" icon="el-icon-edit" size="mini" @click="openwfhistory(scope.row)">查看流程</el-button>-->
|
|
|
<!--</template>-->
|
|
<!--</template>-->
|