From f3bdc703bebd49d6149c5fd053cd8f57d50efc44 Mon Sep 17 00:00:00 2001
From: admin <qiutairan163@163.com>
Date: 星期三, 03 十二月 2025 17:04:58 +0800
Subject: [PATCH] 开发获取需要质检的批次号GetInspectLotNoList接口
---
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