From 7584c97271e35d824d592f29c943715e0e2a0d34 Mon Sep 17 00:00:00 2001
From: admin <qiutairan163@163.com>
Date: 星期五, 12 十二月 2025 11:07:43 +0800
Subject: [PATCH] 自动分配AutoAllot增加车间库存条件限制
---
HTML/views/SOSetting/ExportHandOutList.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/HTML/views/SOSetting/ExportHandOutList.html b/HTML/views/SOSetting/ExportHandOutList.html
index 73ace4e..5a5ba5f 100644
--- a/HTML/views/SOSetting/ExportHandOutList.html
+++ b/HTML/views/SOSetting/ExportHandOutList.html
@@ -392,7 +392,7 @@
}
var item = {
StockId: parseInt(infoOptions.data[i].Id),
- Qty: parseInt(infoOptions.data[i].ExportQty)
+ Qty: parseFloat(infoOptions.data[i].ExportQty)
};
DataList.push(item);
}
--
Gitblit v1.8.0