From 5b8460a455366ef69ecc93b35fa6426ec5795950 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期一, 08 六月 2026 10:15:29 +0800
Subject: [PATCH] fix: 领料数量小数点调整到8位
---
src/api/basicData/customer.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/api/basicData/customer.js b/src/api/basicData/customer.js
index 0934193..436098e 100644
--- a/src/api/basicData/customer.js
+++ b/src/api/basicData/customer.js
@@ -26,7 +26,7 @@
})
}
-// 娴佸叆鍏捣
+// 鍥為��瀹㈡埛鍒伴攢鍞。妗�
export function backCustomer(id) {
return request({
url: '/basic/customer/back/' + id,
--
Gitblit v1.9.3