From 3d8227935c5cd3f33fed0748c9d25fbe27bd7a01 Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Mon, 11 Nov 2024 14:28:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/demandPlan/child/demand_plan_detail_list.js | 11 +++++++++++ page/demandPlan/child/demand_plan_detail_list.html | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/js/demandPlan/child/demand_plan_detail_list.js b/js/demandPlan/child/demand_plan_detail_list.js index 5c1d870..4378fd0 100644 --- a/js/demandPlan/child/demand_plan_detail_list.js +++ b/js/demandPlan/child/demand_plan_detail_list.js @@ -163,6 +163,17 @@ function setNumColor(value, type) { return '' + value + ""; } + +// 导出 +function exportExcel() { + let params = { + 'proName': $('#proName').val(), + 'status': $('#status').val() + } + let url = dataUrl + "backstage/export/export"; + exportExcelUtil(url, '机具公司发货数据', JSON.stringify(params)); + } + // 需求计划编号 function plan_detail(obj){ openIframeByParamObj2("plan_detail", "机具需求计划", "/page/demandPlan/child/apply_plan_detail.html", "92%", "95%", obj); diff --git a/page/demandPlan/child/demand_plan_detail_list.html b/page/demandPlan/child/demand_plan_detail_list.html index 99f2b53..9e53f6e 100644 --- a/page/demandPlan/child/demand_plan_detail_list.html +++ b/page/demandPlan/child/demand_plan_detail_list.html @@ -4,7 +4,7 @@
-