diff --git a/src/views/wms/issueManage/itemcodeConsumeRecord/index.vue b/src/views/wms/issueManage/itemcodeConsumeRecord/index.vue index dd3f1629c..aaf58b504 100644 --- a/src/views/wms/issueManage/itemcodeConsumeRecord/index.vue +++ b/src/views/wms/issueManage/itemcodeConsumeRecord/index.vue @@ -204,7 +204,7 @@ const handleExport = async () => { // 发起导出 exportLoading.value = true const data = await ItemcodeConsumeRecordApi.exportItemcodeConsumeRecord(tableObject.params) - download.excel(data, '品番消耗记录.xlsx') + download.excel(data, '品番发料消耗记录.xlsx') } catch { } finally { exportLoading.value = false