From a7569cc10a58b5da9f66ca8fea105879ded0097b Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Sat, 16 Nov 2024 15:21:37 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/accessory/child/accessory_store_detail.js | 11 +++++------ page/accessory/child/accessory_store_form.html | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/js/accessory/child/accessory_store_detail.js b/js/accessory/child/accessory_store_detail.js index da7db8f..d30a76c 100644 --- a/js/accessory/child/accessory_store_detail.js +++ b/js/accessory/child/accessory_store_detail.js @@ -232,14 +232,13 @@ function initTable() { // 导出 function exportExcel() { let params = { + 'type': $('#type').val(), 'name': $('#name').val(), - 'module': $('#module').val(), - 'proId': objParam.proId, - 'id': id, - 'curryDay': time + 'model': $('#model').val(), + 'id': objParam.id } - let url = dataUrl + "backstage/export/exportPcList"; - exportExcelUtil(url, '发货详情-批次-' + time, JSON.stringify(params)); + let url = dataUrl + "backstage/partInput/exportDetail"; + exportExcelUtil(url, '配件入库', JSON.stringify(params)); } // 打印 diff --git a/page/accessory/child/accessory_store_form.html b/page/accessory/child/accessory_store_form.html index 8f6a72e..218851e 100644 --- a/page/accessory/child/accessory_store_form.html +++ b/page/accessory/child/accessory_store_form.html @@ -4,7 +4,7 @@
-