From fc47b123b85f912fca2c6fa80def7e928149c95c Mon Sep 17 00:00:00 2001 From: chengsc <11752@DESKTOP-DS49RCP> Date: 星期六, 18 一月 2025 09:21:13 +0800 Subject: [PATCH] 抽检修改 --- 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