生产补料验证

This commit is contained in:
刘晓鹏 2025-06-12 16:46:03 +08:00
parent 51150258ff
commit 39fb07af49

View File

@ -270,7 +270,7 @@
})
})
//
PRD_FeedMtrlCheck({Item:ScanEntry}).then((resA : any) => {
PRD_FeedMtrlCheck({Items:ScanEntry}).then((resA : any) => {
if (resA.code === 200) {
fStockFlexDetailDelete({ Ids: ids.toString() }).then((res : any) => {
if (res.code === 200) {