来料验证,成套领料验证,生产退料验证,下推接口入参更换

This commit is contained in:
2025-06-12 17:07:05 +08:00
parent 39fb07af49
commit 12fbda1604
4 changed files with 11 additions and 7 deletions

View File

@@ -24954,7 +24954,7 @@ This will fail in production if not fixed.`);
FMaxcessSNo: item.FVHUBJSON
});
});
PRD_FeedMtrlCheck({ Item: ScanEntry }).then((resA) => {
PRD_FeedMtrlCheck({ Items: ScanEntry }).then((resA) => {
if (resA.code === 200) {
fStockFlexDetailDelete({ Ids: ids.toString() }).then((res3) => {
if (res3.code === 200) {