|
@@ -1,6 +1,9 @@
|
|
|
<template>
|
|
|
- <a-card :bordered="false">
|
|
|
+ <a-card :bordered="false" class="u-dialog-card">
|
|
|
|
|
|
+ <div class="table-operator">
|
|
|
+ <a-button type="primary" icon="download" @click="handleExportXls('当月收款额明细')">导出</a-button>
|
|
|
+ </div>
|
|
|
<!-- table区域-begin -->
|
|
|
<div>
|
|
|
<!-- <div class="ant-alert ant-alert-info" style="margin-bottom: 16px;">
|
|
@@ -50,13 +53,93 @@
|
|
|
return parseInt(index)+1;
|
|
|
}
|
|
|
},
|
|
|
+ // {
|
|
|
+ // title:'任务编号',
|
|
|
+ // align:"center",
|
|
|
+ // dataIndex: 'rwbh'
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title:'任务收款金额(元)',
|
|
|
+ // align:"center",
|
|
|
+ // dataIndex: 'rwskje'
|
|
|
+ // },
|
|
|
+ // {
|
|
|
+ // title:'到款日期/汇票到期日期',
|
|
|
+ // align:"center",
|
|
|
+ // dataIndex: 'dkhpdqrq'
|
|
|
+ // },
|
|
|
+ {
|
|
|
+ title:'收款单号',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'skdh'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title:'执行状态',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'zxzt'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title:'付款方名称 ',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'fkfmc'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title:'用户简称',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'yhjc'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title:'合同编号',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'htbh'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title:'合同名称',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'htname'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title:'合同类型',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'httype'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title:'型号',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'xh'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title:'阶段',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'jd'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title:'数量',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'sl'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title:'部门',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'bm'
|
|
|
+ },
|
|
|
{
|
|
|
title:'任务编号',
|
|
|
align:"center",
|
|
|
dataIndex: 'rwbh'
|
|
|
},
|
|
|
{
|
|
|
- title:'任务收款金额(元)',
|
|
|
+ title:'任务名称',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'rwname'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title:'收款总金额',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'skzje'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title:'任务收款金额',
|
|
|
align:"center",
|
|
|
dataIndex: 'rwskje'
|
|
|
},
|
|
@@ -65,9 +148,71 @@
|
|
|
align:"center",
|
|
|
dataIndex: 'dkhpdqrq'
|
|
|
},
|
|
|
+ {
|
|
|
+ title:'收款类型',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'sktype'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title:'收款科目代码',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'skkmdm'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title:'凭证号',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'pzh'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title:'业务员',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'ywy'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title:'业务部门',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'ywbm'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title:'录入人',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'lrr'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title:'录入日期',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'lrrq'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title:'交易流水号',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'jylsh'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title:'交易ID',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'jyid'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title:'汇票号',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'hph'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title:'汇票ID',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'hpid'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ title:'收款单位',
|
|
|
+ align:"center",
|
|
|
+ dataIndex: 'skdw'
|
|
|
+ },
|
|
|
],
|
|
|
url: {
|
|
|
- list: "/index/getDetailReceived",
|
|
|
+ // list: "/index/getDetailReceived",
|
|
|
+ list: "/index/getDetailReceivedNew",
|
|
|
+ exportXlsUrl: "/index/exportNewYSKDetail",
|
|
|
},
|
|
|
dictOptions:{},
|
|
|
superFieldList:[],
|
|
@@ -85,4 +230,11 @@
|
|
|
</script>
|
|
|
<style scoped>
|
|
|
@import '~@assets/less/common.less';
|
|
|
+</style>
|
|
|
+<style lang="less" scoped>
|
|
|
+ .u-dialog-card{
|
|
|
+ /deep/.ant-card-body{
|
|
|
+ padding: 0 !important;
|
|
|
+ }
|
|
|
+ }
|
|
|
</style>
|