Commit 9b80878d by 李少勇

修改qrtsel 交易导出功能

parent fb7cfa77
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
</el-table-column> </el-table-column>
<el-table-column prop="t53bic" label="账户行BIC(53域)" width="150"> <el-table-column prop="t53bic" label="账户行BIC(53域)" width="150">
</el-table-column> </el-table-column>
<el-table-column prop="actbic" label="账户行BIC(54域)" width="150"> <el-table-column prop="t54bic" label="账户行BIC(54域)" width="150">
</el-table-column> </el-table-column>
<el-table-column prop="sndbic" label="发报行BIC" width="150"> <el-table-column prop="sndbic" label="发报行BIC" width="150">
</el-table-column> </el-table-column>
......
...@@ -134,12 +134,12 @@ export default { ...@@ -134,12 +134,12 @@ export default {
}, },
{ {
label: "账户行BIC(53域)", label: "账户行BIC(53域)",
prop: "actbic", prop: "t53bic",
width: "120px" width: "120px"
}, },
{ {
label: "账户行BIC(54域)", label: "账户行BIC(54域)",
prop: "actbic", prop: "t54bic",
width: "250px" width: "250px"
}, },
{ {
......
...@@ -238,12 +238,12 @@ export default { ...@@ -238,12 +238,12 @@ export default {
}, },
{ {
label: "账户行BIC(53域)", label: "账户行BIC(53域)",
prop: "actbic", prop: "t53bic",
width: "120px" width: "120px"
}, },
{ {
label: "账户行BIC(54域)", label: "账户行BIC(54域)",
prop: "actbic", prop: "t54bic",
width: "250px" width: "250px"
}, },
{ {
......
...@@ -243,12 +243,12 @@ export default { ...@@ -243,12 +243,12 @@ export default {
}, },
{ {
label: "账户行BIC(53域)", label: "账户行BIC(53域)",
prop: "actbic", prop: "t53bic",
width: "150px" width: "150px"
}, },
{ {
label: "账户行BIC(54域)", label: "账户行BIC(54域)",
prop: "actbic", prop: "t54bic",
width: "150px" width: "150px"
}, },
{ {
......
...@@ -244,12 +244,12 @@ export default { ...@@ -244,12 +244,12 @@ export default {
}, },
{ {
label: "账户行BIC(53域)", label: "账户行BIC(53域)",
prop: "actbic", prop: "t53bic",
width: "150px" width: "150px"
}, },
{ {
label: "账户行BIC(54域)", label: "账户行BIC(54域)",
prop: "actbic", prop: "t54bic",
width: "150px" width: "150px"
}, },
{ {
......
...@@ -238,12 +238,12 @@ export default { ...@@ -238,12 +238,12 @@ export default {
}, },
{ {
label: "账户行BIC(53域)", label: "账户行BIC(53域)",
prop: "actbic", prop: "t53bic",
width: "150px" width: "150px"
}, },
{ {
label: "账户行BIC(54域)", label: "账户行BIC(54域)",
prop: "actbic", prop: "t54bic",
width: "150px" width: "150px"
}, },
{ {
......
...@@ -314,54 +314,55 @@ export default { ...@@ -314,54 +314,55 @@ export default {
columns: [ columns: [
{ {
label: "更新时间", label: "更新时间",
prop: "num", prop: "amdtim",
width: "120px" width: "120px"
}, },
{ {
label: "G渠道", label: "G渠道",
prop: "num", prop: "sweflg",
width: "120px" width: "120px"
}, },
{ {
label: "发报行BIC", label: "发报行BIC",
prop: "num", prop: "sedbak",
width: "120px" width: "120px"
}, },
{ {
label: "收报行BIC", label: "收报行BIC",
prop: "num", prop: "rcvbak",
width: "120px" width: "120px"
}, },
{ {
label: "CASE编号", label: "CASE编号",
prop: "num", prop: "casnum",
width: "120px" width: "120px"
}, },
{ {
label: "汇票号码", label: "汇票号码",
prop: "num", prop: "drtnum",
width: "120px" width: "120px"
}, },
{ {
label: "20域编号(发)", label: "20域编号(发)",
prop: "num", prop: "ownt20",
width: "120px" width: "120px"
}, },
{ {
label: "20域编号(收)", label: "20域编号(收)",
prop: "num", prop: "otht20",
width: "120px" width: "120px"
}, },
{ {
label: "账户行BIC(53域)", label: "账户行BIC(53域)",
prop: "num", prop: "t53bic",
width: "120px" width: "120px"
}, },
{ {
label: "账户行BIC(54域)", label: "账户行BIC(54域)",
prop: "num", prop: "t54bic",
width: "120px" width: "120px"
}], }
],
data: [], data: [],
}, },
pagination1: { pagination1: {
......
import Api from "~/service/Api"; import Api from "~/service/Api";
import moment from "moment"; import moment from "moment";
import exportExcel from '~/page/Frontend/Rcvsel/event/exportExcel.js';
export default { export default {
methods: { mixins: [exportExcel],
async handleSearch() { methods: {
}, async handleSearch() {
async handleReset() {
},
// pageSize改变
handleSizeChange(val) {
this.pagination.pageNum = 1;
this.pagination.pageSize = val;
this.handleSearch();
},
// 页码改变
handleCurrentChange(val) {
this.pagination.pageNum = val;
this.handleSearch();
},
handleSelectionChange(val){
this.multipleSelection = val;
}
}, },
async handleReset() {
},
// pageSize改变
handleSizeChange(val) {
this.pagination.pageNum = 1;
this.pagination.pageSize = val;
this.handleSearch();
},
// 页码改变
handleCurrentChange(val) {
this.pagination.pageNum = val;
this.handleSearch();
},
handleSelectionChange(val) {
this.multipleSelection = val;
},
exportToExcel() {
let codeKeysMap = {
sta: 'stacd1'
};
let params = {
...this.model.rcvp,
}
this.exportExcel(this.stmData.columns, '/frontend/qrtsel/exportExcel', params, codeKeysMap, 'CASE查询/处理');
}
},
}; };
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
<c-button :disabled="isRoutingDisable" class="medium_bcs" size="medium" style="margin-left: 20" <c-button :disabled="isRoutingDisable" class="medium_bcs" size="medium" style="margin-left: 20"
type="primary">ReRouting type="primary">ReRouting
</c-button> </c-button>
<c-button class="medium_bcs" size="medium" style="margin-left: 20" type="primary"> <c-button class="medium_bcs" size="medium" style="margin-left: 20" type="primary" @click="exportToExcel">
{{ $t('public.导出Excel') }} {{ $t('public.导出Excel') }}
</c-button> </c-button>
</el-col> </el-col>
...@@ -84,54 +84,55 @@ export default { ...@@ -84,54 +84,55 @@ export default {
columns: [ columns: [
{ {
label: "更新时间", label: "更新时间",
prop: "num", prop: "amdtim",
width: "120px" width: "120px"
}, },
{ {
label: "G渠道", label: "G渠道",
prop: "num", prop: "sweflg",
width: "120px" width: "120px"
}, },
{ {
label: "发报行BIC", label: "发报行BIC",
prop: "num", prop: "sedbak",
width: "120px" width: "120px"
}, },
{ {
label: "收报行BIC", label: "收报行BIC",
prop: "num", prop: "rcvbak",
width: "120px" width: "120px"
}, },
{ {
label: "CASE编号", label: "CASE编号",
prop: "num", prop: "casnum",
width: "120px" width: "120px"
}, },
{ {
label: "汇票号码", label: "汇票号码",
prop: "num", prop: "drtnum",
width: "120px" width: "120px"
}, },
{ {
label: "20域编号(发)", label: "20域编号(发)",
prop: "num", prop: "ownt20",
width: "120px" width: "120px"
}, },
{ {
label: "20域编号(收)", label: "20域编号(收)",
prop: "num", prop: "otht20",
width: "120px" width: "120px"
}, },
{ {
label: "账户行BIC(53域)", label: "账户行BIC(53域)",
prop: "num", prop: "t53bic",
width: "120px" width: "120px"
}, },
{ {
label: "账户行BIC(54域)", label: "账户行BIC(54域)",
prop: "num", prop: "t54bic",
width: "120px" width: "120px"
}], }
],
data: [], data: [],
}, },
pagination: { pagination: {
......
...@@ -243,12 +243,12 @@ export default { ...@@ -243,12 +243,12 @@ export default {
}, },
{ {
label: "账户行BIC(53域)", label: "账户行BIC(53域)",
prop: "actbic", prop: "t53bic",
width: "150px" width: "150px"
}, },
{ {
label: "账户行BIC(54域)", label: "账户行BIC(54域)",
prop: "actbic", prop: "t54bic",
width: "150px" width: "150px"
}, },
{ {
......
...@@ -253,12 +253,12 @@ export default { ...@@ -253,12 +253,12 @@ export default {
}, },
{ {
label: "账户行BIC(53域)", label: "账户行BIC(53域)",
prop: "actbic", prop: "t53bic",
width: "150px" width: "150px"
}, },
{ {
label: "账户行BIC(54域)", label: "账户行BIC(54域)",
prop: "actbic", prop: "t54bic",
width: "150px" width: "150px"
}, },
{ {
......
...@@ -252,12 +252,12 @@ export default { ...@@ -252,12 +252,12 @@ export default {
}, },
{ {
label: "账户行BIC(53域)", label: "账户行BIC(53域)",
prop: "actbic", prop: "t53bic",
width: "150px" width: "150px"
}, },
{ {
label: "账户行BIC(54域)", label: "账户行BIC(54域)",
prop: "actbic", prop: "t54bic",
width: "150px" width: "150px"
}, },
{ {
......
...@@ -143,12 +143,12 @@ export default { ...@@ -143,12 +143,12 @@ export default {
}, },
{ {
label: "账户行BIC(53域)", label: "账户行BIC(53域)",
prop: "actbic", prop: "t53bic",
width: "120px" width: "120px"
}, },
{ {
label: "账户行BIC(54域)", label: "账户行BIC(54域)",
prop: "actbic", prop: "t54bic",
width: "250px" width: "250px"
}, },
{ {
......
...@@ -200,12 +200,12 @@ export default { ...@@ -200,12 +200,12 @@ export default {
}, },
{ {
label: "账户行BIC(53域)", label: "账户行BIC(53域)",
prop: "actbic", prop: "t53bic",
width: "150px" width: "150px"
}, },
{ {
label: "账户行BIC(54域)", label: "账户行BIC(54域)",
prop: "actbic", prop: "t54bic",
width: "150px" width: "150px"
}, },
{ {
......
...@@ -243,12 +243,12 @@ export default { ...@@ -243,12 +243,12 @@ export default {
}, },
{ {
label: "账户行BIC(53域)", label: "账户行BIC(53域)",
prop: "actbic", prop: "t53bic",
width: "150px" width: "150px"
}, },
{ {
label: "账户行BIC(54域)", label: "账户行BIC(54域)",
prop: "actbic", prop: "t54bic",
width: "150px" width: "150px"
}, },
{ {
......
...@@ -242,12 +242,12 @@ export default { ...@@ -242,12 +242,12 @@ export default {
}, },
{ {
label: "账户行BIC(53域)", label: "账户行BIC(53域)",
prop: "actbic", prop: "t53bic",
width: "150px" width: "150px"
}, },
{ {
label: "账户行BIC(54域)", label: "账户行BIC(54域)",
prop: "actbic", prop: "t54bic",
width: "150px" width: "150px"
}, },
{ {
......
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