|
@@ -17,6 +17,9 @@
|
|
|
<el-option :label="$t('离职')" value="2"></el-option>
|
|
|
</el-select>
|
|
|
</div>
|
|
|
+<!-- <div class="inline-15 mt-10">-->
|
|
|
+<!-- <exportFileInfo :param="exportParam" :oldParam="param" fileName="出货未开票分析明细" btnTitle="导出明细"></exportFileInfo>-->
|
|
|
+<!-- </div>-->
|
|
|
<div class="inline-15 mt-10">
|
|
|
<exportFile :param="param" :columns="tablecols" fileName="出货未开票分析" :dataid="param.content.dataid"></exportFile>
|
|
|
</div>
|
|
@@ -91,11 +94,12 @@ import tableTemplate from '@/views/salesData/components/table';
|
|
|
import shippingUninvoiceDetail from "@/views/salesData/components/shippingUninvoiceDetail";
|
|
|
import fullScreen from "@/views/salesData/components/fullScreen";
|
|
|
import exportFile from '@/components/export_file/index'
|
|
|
+import exportFileInfo from '@/components/export_file/index7'
|
|
|
import {Bar} from "@antv/g2plot";
|
|
|
export default {
|
|
|
name: "shippingUninvoiceAnalysis",
|
|
|
props:['scrollHeight','windowWidth'],
|
|
|
- components:{tableTemplate,departmentSalesperson,shippingUninvoiceDetail,fullScreen,exportFile},
|
|
|
+ components:{tableTemplate,departmentSalesperson,shippingUninvoiceDetail,fullScreen,exportFile,exportFileInfo},
|
|
|
data(){
|
|
|
return {
|
|
|
chartBar:null,
|
|
@@ -121,7 +125,20 @@ export default {
|
|
|
heightChart:'98%',
|
|
|
heightTable:'403px',
|
|
|
height:'356px',
|
|
|
- isFull:false
|
|
|
+ isFull:false,
|
|
|
+ exportParam:{
|
|
|
+ "id": 2025033114030502,
|
|
|
+ "content": {
|
|
|
+ "type": 1,
|
|
|
+ "dataid": 58,
|
|
|
+ "pageNumber": 1,
|
|
|
+ "pageSize": 20,
|
|
|
+ "where": {
|
|
|
+ "uninvicetype": "",
|
|
|
+ "isleave": "1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
methods:{
|