瀏覽代碼

首页当月明细

yuhan 10 月之前
父節點
當前提交
ff37a51662

+ 170 - 8
src/views/module_kzks/dashboard/modulesDetail/HetongDetailList.vue

@@ -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,29 +53,181 @@
                 return parseInt(index)+1;
             }
           },
+          // {
+          //   title:'任务编号',
+          //   align:"center",
+          //   dataIndex: 'rwbh'
+          // },
+          // {
+          //   title:'合同名称',
+          //   align:"center",
+          //   dataIndex: 'htmc'
+          // },
+          // {
+          //   title:'合同分配额(元)',
+          //   align:"center",
+          //   dataIndex: 'htfpe'
+          // },
+          // {
+          //   title:'签署日期',
+          //   align:"center",
+          //   dataIndex: 'qsrq'
+          // },
           {
-            title:'任务编号',
+            title:'ID',
             align:"center",
-            dataIndex: 'rwbh'
+            dataIndex: 'htid'
           },
           {
-            title:'合同名称',
+            title:'主合同编号',
             align:"center",
-            dataIndex: 'htmc'
+            dataIndex: 'zhtbh'
           },
           {
-            title:'合同分配额(元)',
+            title:'合同编号',
             align:"center",
-            dataIndex: 'htfpe'
+            dataIndex: 'htbh'
+          },
+          {
+            title:'合同名称',
+            align:"center",
+            dataIndex: 'htname'
           },
           {
             title:'签署日期',
             align:"center",
             dataIndex: 'qsrq'
           },
+          {
+            title:'甲方(付款方)',
+            align:"center",
+            dataIndex: 'jf'
+          },
+          {
+            title:'甲方简称',
+            align:"center",
+            dataIndex: 'jfjc'
+          },
+          {
+            title:'合同金额',
+            align:"center",
+            dataIndex: 'htje'
+          },
+          {
+            title:'自筹',
+            align:"center",
+            dataIndex: 'zc'
+          },
+          {
+            title:'合同到款',
+            align:"center",
+            dataIndex: 'htdk'
+          },
+          {
+            title:'合同待收款',
+            align:"center",
+            dataIndex: 'htdsk'
+          },
+          {
+            title:'合同已开票',
+            align:"center",
+            dataIndex: 'htykp'
+          },
+          {
+            title:'合同待开票',
+            align:"center",
+            dataIndex: 'htdkp'
+          },
+          {
+            title:'任务编号',
+            align:"center",
+            dataIndex: 'rwbh'
+          },
+          {
+            title:'任务名称',
+            align:"center",
+            dataIndex: 'rwname'
+          },
+          {
+            title:'产品型号',
+            align:"center",
+            dataIndex: 'cpxh'
+          },
+          {
+            title:'阶段',
+            align:"center",
+            dataIndex: 'jd'
+          },
+          {
+            title:'研制部门',
+            align:"center",
+            dataIndex: 'yzbm'
+          },
+          {
+            title:'任务应收款',
+            align:"center",
+            dataIndex: 'rwyingsk'
+          },
+          {
+            title:'任务已收款',
+            align:"center",
+            dataIndex: 'rwyisk'
+          },
+          {
+            title:'发票类型1',
+            align:"center",
+            dataIndex: 'fptypeone'
+          },
+          {
+            title:'发票1金额',
+            align:"center",
+            dataIndex: 'fpjeone'
+          },
+          {
+            title:'1已开票额',
+            align:"center",
+            dataIndex: 'ykpeone'
+          },
+          {
+            title:'发票类型2',
+            align:"center",
+            dataIndex: 'fptypetwo'
+          },
+          {
+            title:'发票2金额',
+            align:"center",
+            dataIndex: 'fpjetwo'
+          },
+          {
+            title:'2已开票额',
+            align:"center",
+            dataIndex: 'ykpetwo'
+          },
+          {
+            title:'合同主管部门',
+            align:"center",
+            dataIndex: 'htzgbm'
+          },
+          {
+            title:'业务员',
+            align:"center",
+            dataIndex: 'ywy'
+          },
+          {
+            title:'合同履行情况',
+            align:"center",
+            dataIndex: 'htlxqk'
+          },
+          {
+            title:'合同状态说明',
+            align:"center",
+            dataIndex: 'htztsm'
+          },
         ],
         url: {
-          list: "/index/getDetailIncome",
+          // list: "/index/getDetailIncome",
+          list: "/index/getDetailIncomeNew",
+          exportXlsUrl: "/index/exportNewHTEDetail",
         },
         dictOptions:{},
         superFieldList:[],
@@ -90,4 +245,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>

+ 155 - 3
src/views/module_kzks/dashboard/modulesDetail/ShoukuanDetailList.vue

@@ -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>