From ed94f308b3fb345eb7238b8836a61d0b8bbaa98c Mon Sep 17 00:00:00 2001
From: chenhj <1263187585@qq.com>
Date: 星期五, 27 三月 2026 17:52:23 +0800
Subject: [PATCH] feat(salesLedger): 添加批号字段和销售出库单打印功能

---
 src/api/productionManagement/productionOrder.js |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/api/productionManagement/productionOrder.js b/src/api/productionManagement/productionOrder.js
index 72cdb10..8adc47f 100644
--- a/src/api/productionManagement/productionOrder.js
+++ b/src/api/productionManagement/productionOrder.js
@@ -145,4 +145,11 @@
     method: "patch",
     data: data,
   });
+}
+
+export function getProductOrderBatchNoOptions() {
+  return request({
+    url: "/productOrder/getProductOrderBatchNo",
+    method: "get",
+  });
 }
\ No newline at end of file

--
Gitblit v1.9.3