自动化立体仓库 - WMS系统
#
18516761980
2021-09-14 35ce7aaef10e30006bcef381d19302c0928c1194
src/main/webapp/views/pda/stockCheck.html
@@ -419,7 +419,7 @@
                checkList.push({
                    locNo: item.locNo,
                    matNo: item.matNo,
                    count: item.count
                    checkQty: item.count
                });
            });
        }
@@ -440,7 +440,7 @@
            headers: {'token': localStorage.getItem('token')},
            data: JSON.stringify({
                checkList: checkList,
                sourceList: sourceList,
                // sourceList: sourceList,
            }),
            contentType:'application/json;charset=UTF-8',
            method: 'POST',