From 4b8f0d1cb618b00303502681159b0ad6bc4404a6 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期二, 24 三月 2026 14:54:40 +0800
Subject: [PATCH] fix: 真机运行时,日期组件默认当前日期

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

diff --git a/src/api/inventoryManagement/stockInRecord.js b/src/api/inventoryManagement/stockInRecord.js
index a2e6535..655c719 100644
--- a/src/api/inventoryManagement/stockInRecord.js
+++ b/src/api/inventoryManagement/stockInRecord.js
@@ -25,3 +25,12 @@
     data: ids
   })
 }
+
+// 缂栬緫鍏ュ簱锛堢敤浜庡簱瀛樺彴璐︾紪杈戯級
+export const editStockInStock = (data) => {
+  return request({
+    url: '/stockInRecord/editStockInStock',
+    method: 'POST',
+    data
+  })
+}

--
Gitblit v1.9.3