chengsc
2025-01-18 fc47b123b85f912fca2c6fa80def7e928149c95c
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);
                  }