Commit de13c87a authored by danfuman's avatar danfuman

修改

parent 7447e0d0
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
<el-table-column prop="stockPercent" label="持股比例" min-width="100"></el-table-column> <el-table-column prop="stockPercent" label="持股比例" min-width="100"></el-table-column>
<el-table-column prop="projectName" label="项目名称" min-width="220"></el-table-column> <el-table-column prop="projectName" label="项目名称" min-width="220"></el-table-column>
<el-table-column prop="bidAmount" label="中标金额" min-width="100"></el-table-column> <el-table-column prop="bidAmount" label="中标金额" min-width="100"></el-table-column>
<el-table-column prop="address" label="中标地区" min-width="100"></el-table-column> <el-table-column prop="address" label="中标地区" min-width="120"></el-table-column>
<el-table-column prop="boundType" label="业绩类型" min-width="130"></el-table-column> <el-table-column prop="boundType" label="业绩类型" min-width="130"></el-table-column>
<el-table-column prop="projectType" label="项目类型" min-width="100"></el-table-column> <el-table-column prop="projectType" label="项目类型" min-width="100"></el-table-column>
<el-table-column prop="projectUnit" label="业主单位" min-width="160"></el-table-column> <el-table-column prop="projectUnit" label="业主单位" min-width="160"></el-table-column>
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
<el-input placeholder="" v-model="value" oninput="value=value.replace(/[^\d]/g,'')"> <el-input placeholder="" v-model="value" oninput="value=value.replace(/[^\d]/g,'')">
<template slot="append"></template> <template slot="append"></template>
</el-input> </el-input>
<p v-if="value > 2000"><i class="el-icon-error"></i>最多支持导出2000条,如需更多请联系销售人员</p> <p v-if="value > 2000"><i class="el-icon-error"></i>最多支持导出2000条,如需更多联系大司空客服人员</p>
</div> </div>
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
<el-button type="primary" @click="clickEXCEL">确认导出</el-button> <el-button type="primary" @click="clickEXCEL">确认导出</el-button>
...@@ -156,7 +156,40 @@ ...@@ -156,7 +156,40 @@
dataEXCEL:{}, dataEXCEL:{},
dialogExportVisible:false, dialogExportVisible:false,
dialogExportVisible1:false, dialogExportVisible1:false,
exportTableData:[], exportTableData:[
{
"bidTime":"2023-09-21",
"companyId":329637,
"address":"浙江省",
"stockPercent":"4.87%",
"boundType":"施工",
"projectUnit":"浙江浙能北仑发电有限公司",
"memberLevel":"四级企业",
"companyName":"浙江华业电力工程股份有限公司",
"projectType":"机电工程",
"bidAmount":"64.9565万元",
"projectName":"浙江浙能北仑发电有限公司5号炉后包覆区域省煤器和后包覆受热面检修",
"projectId":"147703347",
"uipId":null,
"projectUnitUipId":null
},
{
"bidTime":"2023-09-21",
"companyId":329637,
"address":"河南省-郑州市",
"stockPercent":"1.56%",
"boundType":"施工",
"projectUnit":"郑州地铁集团有限公司运营分公司",
"memberLevel":"四级企业",
"companyName":"中铁电气化局集团第三工程有限公司",
"projectType":"机电工程",
"bidAmount":"74.8018万元",
"projectName":"郑州市轨道交通1号线、城郊线一期2023年加装摄像机技改项目",
"projectId":"147703347",
"uipId":null,
"projectUnitUipId":null
},
],
value:'', value:'',
exportData:{} exportData:{}
} }
...@@ -319,11 +352,6 @@ ...@@ -319,11 +352,6 @@
}, },
clickDialog(){ clickDialog(){
let arr=[]
for(let i=0; i<2; i++){
arr.push(this.tableData[i])
}
this.exportTableData=arr;
this.dialogExportVisible=true; this.dialogExportVisible=true;
}, },
clickEXCEL() { clickEXCEL() {
......
...@@ -143,7 +143,7 @@ ...@@ -143,7 +143,7 @@
<el-table-column prop="stockPercent" label="持股比例" min-width="100"></el-table-column> <el-table-column prop="stockPercent" label="持股比例" min-width="100"></el-table-column>
<el-table-column prop="projectName" label="项目名称" min-width="220"></el-table-column> <el-table-column prop="projectName" label="项目名称" min-width="220"></el-table-column>
<el-table-column prop="bidAmount" label="预算金额" min-width="100"></el-table-column> <el-table-column prop="bidAmount" label="预算金额" min-width="100"></el-table-column>
<el-table-column prop="address" label="项目地区" min-width="100"></el-table-column> <el-table-column prop="address" label="项目地区" min-width="110"></el-table-column>
<el-table-column prop="subjectMatter" label="招标采购分类" min-width="130"></el-table-column> <el-table-column prop="subjectMatter" label="招标采购分类" min-width="130"></el-table-column>
<el-table-column prop="projectType" label="项目类型" min-width="100"></el-table-column> <el-table-column prop="projectType" label="项目类型" min-width="100"></el-table-column>
<el-table-column prop="agency" label="代理单位" min-width="160"></el-table-column> <el-table-column prop="agency" label="代理单位" min-width="160"></el-table-column>
...@@ -154,7 +154,7 @@ ...@@ -154,7 +154,7 @@
<el-input placeholder="" v-model="value" oninput="value=value.replace(/[^\d]/g,'')"> <el-input placeholder="" v-model="value" oninput="value=value.replace(/[^\d]/g,'')">
<template slot="append"></template> <template slot="append"></template>
</el-input> </el-input>
<p v-if="value > 2000"><i class="el-icon-error"></i>最多支持导出2000条,如需更多请联系销售人员</p> <p v-if="value > 2000"><i class="el-icon-error"></i>最多支持导出2000条,如需更多联系大司空客服人员</p>
</div> </div>
<div slot="footer" class="dialog-footer"> <div slot="footer" class="dialog-footer">
<el-button type="primary" @click="clickEXCEL">确认导出</el-button> <el-button type="primary" @click="clickEXCEL">确认导出</el-button>
...@@ -246,7 +246,32 @@ ...@@ -246,7 +246,32 @@
dataEXCEL:{}, dataEXCEL:{},
dialogExportVisible:false, dialogExportVisible:false,
dialogExportVisible1:false, dialogExportVisible1:false,
exportTableData:[], exportTableData:[
{
"address":"四川省-成都市",
"stockPercent":"18.43%",
"agency":'鞍钢股份有限公司',
"issueTime":"2023-09-22",
"subjectMatter":"其他",
"memberLevel":"二级企业",
"tenderee":"鞍钢冷轧钢板(莆田)有限公司综合部",
"projectType":"其他",
"bidAmount":"202万元",
"projectName":"2023年中铁一局集团第二工程有限公司江浙区域项目自购物资集中招标采购文件(一)(钢材)招标公告",
},
{
"address":"四川省-成都市",
"stockPercent":"18.43%",
"agency":'鞍钢股份有限公司',
"issueTime":"2023-09-22",
"subjectMatter":"其他",
"memberLevel":"二级企业",
"tenderee":"鞍钢股份有限公司",
"projectType":"其他",
"bidAmount":"202万元",
"projectName":"太极集团四川太极制药有限公司转让持有的成都市4套住宅-高新区玉虹巷2号1栋6单元7层13号",
},
],
value:'', value:'',
exportData:{} exportData:{}
} }
...@@ -411,11 +436,6 @@ ...@@ -411,11 +436,6 @@
}, },
clickDialog(){ clickDialog(){
let arr=[]
for(let i=0; i<2; i++){
arr.push(this.tableData[i])
}
this.exportTableData=arr;
this.dialogExportVisible=true; this.dialogExportVisible=true;
}, },
clickEXCEL() { clickEXCEL() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment