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 @@
-