From a7dc7b230fcc6abc6ee5a7bfadb90789b03d2ca8 Mon Sep 17 00:00:00 2001
From: liu <2021943741@qq.com>
Date: 星期一, 07 九月 2026 16:45:37 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_pro2.0' into dev_pro2.0

---
 src/api/mes/md/item/type/index.ts |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/api/mes/md/item/type/index.ts b/src/api/mes/md/item/type/index.ts
index bd99b95..86dc13d 100644
--- a/src/api/mes/md/item/type/index.ts
+++ b/src/api/mes/md/item/type/index.ts
@@ -53,6 +53,11 @@
   return requestClient.delete(`/mes/md/item-type/delete?id=${id}`);
 }
 
+/** 瀵煎嚭鐗╂枡浜у搧鍒嗙被 */
+export function exportItemType(params: Record<string, any>) {
+  return requestClient.download('/mes/md/item-type/export-excel', { params });
+}
+
 /** 涓嬭浇鐗╂枡浜у搧鍒嗙被瀵煎叆妯℃澘 */
 export function importItemTypeTemplate() {
   return requestClient.download('/mes/md/item-type/get-import-template');

--
Gitblit v1.9.3