zhaowc
2025-04-07 19e95f4acc328bbf62a0427fe658d00268019e66
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);
                  }