From 12c9a60eebb236ccbca1e66dc60f25d9593d95dc Mon Sep 17 00:00:00 2001 From: Vergil <974548713@qq.com> Date: Tue, 25 Feb 2020 09:42:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=88=E5=BA=95=E5=B7=A5=E6=97=B6=E6=A0=B8?= =?UTF-8?q?=E7=AE=97=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ManufacturingCenter/MonthEndHourAccounting/index.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/ManufacturingCenter/MonthEndHourAccounting/index.vue b/src/views/ManufacturingCenter/MonthEndHourAccounting/index.vue index b6599f9f..cd62dc84 100644 --- a/src/views/ManufacturingCenter/MonthEndHourAccounting/index.vue +++ b/src/views/ManufacturingCenter/MonthEndHourAccounting/index.vue @@ -164,8 +164,11 @@ export default { return } var param = [] - param[0] = ['项目流水号', this.projectValue] - var Data = this.CreateData('2001', '车间采购管理_项目总价_明细_查询数据_导出', param) + param[0] = ['开始时间', this.startTime[0]] + param[1] = ['结束时间', this.startTime[1]] + param[2] = ['排序名称', this.orderName] + param[3] = ['排序方式', this.order] + var Data = this.CreateData('2001', '报表_工艺月底工时核算_查询数据', param) this.exportExcel_NPOI(Data) }, sortChange(column, prop, order) {