From 2763efef00d553bc65e08bd21384cdd6dd2a5a2f Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 05 三月 2026 11:52:05 +0800
Subject: [PATCH] 进销存升级 1.添加社会保险设置页面,开发与联调 2.丰富新增入职所填字段字段并于用户管理关联 3.修改人员薪资页面样式和逻辑

---
 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 178b385..6c8dbe2 100644
--- a/src/api/productionManagement/productionOrder.js
+++ b/src/api/productionManagement/productionOrder.js
@@ -45,6 +45,13 @@
   });
 }
 
+export function delProductOrder(ids) {
+  return request({
+    url: `/productOrder/${ids}`,
+    method: "delete",
+  });
+}
+
 // 鐢熶骇璁㈠崟-鏌ヨ浜у搧缁撴瀯鍒楄〃
 export function listProcessBom(query) {
   return request({

--
Gitblit v1.9.3