|
@@ -17,6 +17,9 @@
|
|
<el-option :label="$t('离职')" value="2"></el-option>
|
|
<el-option :label="$t('离职')" value="2"></el-option>
|
|
</el-select>
|
|
</el-select>
|
|
</div>
|
|
</div>
|
|
|
|
+ <div class="inline-15 mt-10">
|
|
|
|
+ <exportFileInfo :param="exportParam" :oldParam="param" :columns="tool.tabelCol(this.$route.name).financialCollectioDetailTable.tablecols" fileName="财务回款分析明细" btnTitle="导出明细"></exportFileInfo>
|
|
|
|
+ </div>
|
|
<div class="inline-15 mt-10">
|
|
<div class="inline-15 mt-10">
|
|
<exportFile :param="tableParam" :columns="tablecols" fileName="财务回款分析" :dataid="tableParam.content.dataid"></exportFile>
|
|
<exportFile :param="tableParam" :columns="tablecols" fileName="财务回款分析" :dataid="tableParam.content.dataid"></exportFile>
|
|
</div>
|
|
</div>
|
|
@@ -77,6 +80,7 @@ import financialCollectionDetail from "@/views/salesData/components/financialCol
|
|
import fullScreen from "@/views/salesData/components/fullScreen";
|
|
import fullScreen from "@/views/salesData/components/fullScreen";
|
|
import tableTemplate from '@/views/salesData/components/table';
|
|
import tableTemplate from '@/views/salesData/components/table';
|
|
import exportFile from '@/components/export_file/index'
|
|
import exportFile from '@/components/export_file/index'
|
|
|
|
+import exportFileInfo from '@/components/export_file/index7'
|
|
import {Bar, G2} from "@antv/g2plot";
|
|
import {Bar, G2} from "@antv/g2plot";
|
|
const G = G2.getEngine('canvas');
|
|
const G = G2.getEngine('canvas');
|
|
export default {
|
|
export default {
|
|
@@ -87,7 +91,8 @@ export default {
|
|
tableTemplate,
|
|
tableTemplate,
|
|
financialCollectionDetail,
|
|
financialCollectionDetail,
|
|
fullScreen,
|
|
fullScreen,
|
|
- exportFile
|
|
|
|
|
|
+ exportFile,
|
|
|
|
+ exportFileInfo
|
|
},
|
|
},
|
|
data(){
|
|
data(){
|
|
return {
|
|
return {
|
|
@@ -124,7 +129,20 @@ export default {
|
|
heightChart:'98%',
|
|
heightChart:'98%',
|
|
heightTable:'403px',
|
|
heightTable:'403px',
|
|
height:'356px',
|
|
height:'356px',
|
|
- isFull:false
|
|
|
|
|
|
+ isFull:false,
|
|
|
|
+ exportParam:{
|
|
|
|
+ "id": 2025033114042802,
|
|
|
|
+ "content": {
|
|
|
|
+ "type": 1,
|
|
|
|
+ "dataid": 58,
|
|
|
|
+ "unwriteoffamounttype": "订单",
|
|
|
|
+ "pageNumber": 1,
|
|
|
|
+ "pageSize": 20,
|
|
|
|
+ "where": {
|
|
|
|
+ "isleave": "1"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ }
|
|
}
|
|
}
|
|
},
|
|
},
|
|
methods:{
|
|
methods:{
|