From fd6abd7553ea3a994ff4bbc843ea61b9eb2f6fc7 Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期二, 31 三月 2026 11:48:04 +0800
Subject: [PATCH] 打印销售台账增加UID码

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

diff --git a/src/api/productionManagement/productionOrder.js b/src/api/productionManagement/productionOrder.js
index 8adc47f..b706084 100644
--- a/src/api/productionManagement/productionOrder.js
+++ b/src/api/productionManagement/productionOrder.js
@@ -147,6 +147,15 @@
   });
 }
 
+//淇濆瓨鐢熶骇璁㈠崟棰嗘枡
+export function drawMaterials(data) {
+  return request({
+    url: "/productOrder/drawMaterials",
+    method: "post",
+    data: data,
+  });
+}
+
 export function getProductOrderBatchNoOptions() {
   return request({
     url: "/productOrder/getProductOrderBatchNo",

--
Gitblit v1.9.3