From 582fc0831a659d1c9e90ac9f84a779e4eaeebd77 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期五, 08 十一月 2024 14:14:38 +0800
Subject: [PATCH] 1.生产入库T+ 手动写表
---
src/api/WorkOrder.js | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/src/api/WorkOrder.js b/src/api/WorkOrder.js
index 3c7f95f..a620417 100644
--- a/src/api/WorkOrder.js
+++ b/src/api/WorkOrder.js
@@ -321,7 +321,7 @@
})
}
-// 閫氭槗T8鐢熶骇鍏ュ簱鎻愪氦
+// 閫氭槗T8鐢熶骇鍏ュ簱鎻愪氦-瀛樺偍杩囩▼鐗�(閫傜敤鍚屼竴鍙版湇鍔″櫒锛屽悓涓�涓暟鎹簱)
export function ProductInHouseOrderSeave(data) {
return request({
url: 'WorkOrder/ProductInHouseOrderSpSeave',
@@ -330,3 +330,12 @@
})
}
+// 鐣呮嵎閫歍+鐢熶骇鍏ュ簱鎻愪氦-瀛樺偍杩囩▼鐗�(閫傜敤鍚屼竴鍙版湇鍔″櫒锛屽悓涓�涓暟鎹簱)
+export function TProductInHouseOrderSpSeave(data) {
+ return request({
+ url: 'WorkOrder/TProductInHouseOrderSpSeave',
+ method: 'post',
+ data
+ })
+}
+
--
Gitblit v1.9.3