diff --git a/src/api/costPush/costPush.js b/src/api/costPush/costPush.js index f1ac5757..1259ec20 100644 --- a/src/api/costPush/costPush.js +++ b/src/api/costPush/costPush.js @@ -18,7 +18,7 @@ export function pushReviewList(query){ }) } -// 费用结算申请提交 +// 费用推送审核提交 export function submitFee(params){ return request({ url: '/material/slt_agreement_info/submitFee', diff --git a/src/views/material/costPush/protocolMatch/index.vue b/src/views/material/costPush/protocolMatch/index.vue index 8a6f8fbf..f6c3591c 100644 --- a/src/views/material/costPush/protocolMatch/index.vue +++ b/src/views/material/costPush/protocolMatch/index.vue @@ -95,7 +95,6 @@ 导出年度费用 导出开工年度费用 { @@ -793,9 +793,36 @@ export default { // this.$message.success("导出成功"); // }); }, + /** 导出 */ handleExport() { - + // this.download( + // 'material/complex_query/exportOutRecord', + // { + // ...this.queryParams, + // }, + // `费用推送记录_${new Date().getTime()}.xlsx`, + // ) + }, + /** 导出年度费用 */ + handleExportYear() { + // this.download( + // 'material/complex_query/exportOutRecord', + // { + // ...this.queryParams, + // }, + // `年度费用记录_${new Date().getTime()}.xlsx`, + // ) + }, + /** 导出开工年度费用 */ + handleExportStart() { + // this.download( + // 'material/complex_query/exportOutRecord', + // { + // ...this.queryParams, + // }, + // `开工年度费用记录_${new Date().getTime()}.xlsx`, + // ) }, /** 批量退回 */ diff --git a/src/views/material/costPush/pushReview/index.vue b/src/views/material/costPush/pushReview/index.vue index daf253b1..7d68e668 100644 --- a/src/views/material/costPush/pushReview/index.vue +++ b/src/views/material/costPush/pushReview/index.vue @@ -695,9 +695,13 @@ export default { }, //导出租赁费用 handleExportLease() { - // exportLease(this.dialogLease).then((response) => { - // this.$message.success("导出成功"); - // }); + // this.download( + // 'material/complex_query/exportOutRecord', + // { + // ...this.queryParams, + // }, + // `租赁费用记录_${new Date().getTime()}.xlsx`, + // ) }, //打开维修费用弹窗 @@ -722,9 +726,13 @@ export default { }, //导出维修费用 handleExportRepair() { - // exportRepair(this.dialogRepair).then((response) => { - // this.$message.success("导出成功"); - // }); + // this.download( + // 'material/complex_query/exportOutRecord', + // { + // ...this.queryParams, + // }, + // `维修费用记录_${new Date().getTime()}.xlsx`, + // ) }, @@ -748,11 +756,15 @@ export default { handleQueryScrap() { this.getScrapList() }, - //导出维修费用 + //导出报废费用 handleExportScrap() { - // exportScrap(this.dialogScrap).then((response) => { - // this.$message.success("导出成功"); - // }); + // this.download( + // 'material/complex_query/exportOutRecord', + // { + // ...this.queryParams, + // }, + // `报废费用记录_${new Date().getTime()}.xlsx`, + // ) }, @@ -777,13 +789,23 @@ export default { this.getLoseList() }, handleExportLose() { - // exportLose(this.dialogLose).then((response) => { - // this.$message.success("导出成功"); - // }); + // this.download( + // 'material/complex_query/exportOutRecord', + // { + // ...this.queryParams, + // }, + // `丢失费用记录_${new Date().getTime()}.xlsx`, + // ) }, - /** 导出 */ + /** 外层导出 */ handleExport() { - + // this.download( + // 'material/complex_query/exportOutRecord', + // { + // ...this.queryParams, + // }, + // `费用推送审核记录_${new Date().getTime()}.xlsx`, + // ) }, /** 提交 */ diff --git a/src/views/material/lease/apply/component/homeApply.vue b/src/views/material/lease/apply/component/homeApply.vue index c393922e..ff287b88 100644 --- a/src/views/material/lease/apply/component/homeApply.vue +++ b/src/views/material/lease/apply/component/homeApply.vue @@ -150,7 +150,7 @@ /> - +
@@ -168,7 +168,7 @@ {{ checkDataInfo.leaseUnit }}
- + @@ -177,7 +177,7 @@ - + @@ -207,7 +207,8 @@
- + +
领料单
@@ -229,9 +230,9 @@ {{ leaseApplyData.code }}
-
- - + + + @@ -244,7 +245,7 @@ -
+
审核:
@@ -271,7 +272,8 @@
- + +