|
@@ -12,7 +12,7 @@
|
|
<!-- 操作按钮区域 -->
|
|
<!-- 操作按钮区域 -->
|
|
<div class="table-operator">
|
|
<div class="table-operator">
|
|
<!-- <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button> -->
|
|
<!-- <a-button @click="handleAdd" type="primary" icon="plus">新增</a-button> -->
|
|
- <a-button type="primary" icon="download" @click="handleExportXls('外协费')">导出</a-button>
|
|
|
|
|
|
+ <a-button type="primary" icon="download" @click="handleExportXls(taskno+'专用费明细')">导出</a-button>
|
|
<!-- <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
|
|
<!-- <a-upload name="file" :showUploadList="false" :multiple="false" :headers="tokenHeader" :action="importExcelUrl" @change="handleImportExcel">
|
|
<a-button type="primary" icon="import">导入</a-button>
|
|
<a-button type="primary" icon="import">导入</a-button>
|
|
</a-upload> -->
|
|
</a-upload> -->
|
|
@@ -75,7 +75,6 @@
|
|
import { mixinDevice } from '@/utils/mixin'
|
|
import { mixinDevice } from '@/utils/mixin'
|
|
import { JeecgListMixin } from '@/mixins/JeecgListMixin'
|
|
import { JeecgListMixin } from '@/mixins/JeecgListMixin'
|
|
import { getAction } from '@/api/manage'
|
|
import { getAction } from '@/api/manage'
|
|
-
|
|
|
|
export default {
|
|
export default {
|
|
name: 'ProjectChbZyfList',
|
|
name: 'ProjectChbZyfList',
|
|
mixins:[JeecgListMixin, mixinDevice],
|
|
mixins:[JeecgListMixin, mixinDevice],
|
|
@@ -196,10 +195,13 @@
|
|
],
|
|
],
|
|
url: {
|
|
url: {
|
|
list: "/projectChbZyf/projectChbZyf/getZYFDetailList",
|
|
list: "/projectChbZyf/projectChbZyf/getZYFDetailList",
|
|
- exportXlsUrl: "/projectChbWxf/projectChbWxf/exportXls",
|
|
|
|
|
|
+ exportXlsUrl: "/projectChbZyf/projectChbZyf/exportZYFDetail",
|
|
},
|
|
},
|
|
dictOptions:{},
|
|
dictOptions:{},
|
|
superFieldList:[],
|
|
superFieldList:[],
|
|
|
|
+ queryParam: {
|
|
|
|
+ taskno: this.taskno
|
|
|
|
+ }
|
|
}
|
|
}
|
|
},
|
|
},
|
|
created() {
|
|
created() {
|
|
@@ -240,7 +242,7 @@
|
|
fieldList.push({type:'string',value:'xmlb',text:'项目类别',dictCode:''})
|
|
fieldList.push({type:'string',value:'xmlb',text:'项目类别',dictCode:''})
|
|
fieldList.push({type:'string',value:'taskno',text:'任务号',dictCode:''})
|
|
fieldList.push({type:'string',value:'taskno',text:'任务号',dictCode:''})
|
|
this.superFieldList = fieldList
|
|
this.superFieldList = fieldList
|
|
- }
|
|
|
|
|
|
+ },
|
|
}
|
|
}
|
|
}
|
|
}
|
|
</script>
|
|
</script>
|