This commit is contained in:
cwchen 2024-11-16 15:06:36 +08:00
parent 3e98992bb5
commit 3f3d251c23
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ function exportExcel() {
'endDay': $('#endDay').val()
}
let url = dataUrl + "backstage/partApply/export";
exportExcelUtil(url, '配件入库数据', JSON.stringify(params));
exportExcelUtil(url, '领料出库', JSON.stringify(params));
}
// 详情 审核 出库确认