剩余模块:生产退料

This commit is contained in:
2025-06-09 22:07:10 +08:00
parent 63a44af1d8
commit 03e22dd9f6
77 changed files with 2832 additions and 817 deletions

View File

@@ -118,6 +118,9 @@
}
});
}
const fnToUrl = (item : any) => {
toPages('/pages/BatchOutOftock/material',{id:item.id,fBillNo:item.fBillNo})
}
/**
* 数据推送
*/
@@ -161,12 +164,16 @@
AutoAudit: 'true',
ScanEntry: ScanEntry
}
}).then((res : any) => {
if (res.code === 200) {
}).then((resA : any) => {
console.log(resA);
if (resA.code === 200) {
fStockFlexDetailDelete({ Ids: ids.toString() }).then((res : any) => {
if (res.code === 200) {
fnDataList();
uni.$u.toast(t('public.cg'))
console.log({id:resA.data.SuccessEntitys[0].Id,fBillNo:resA.data.SuccessEntitys[0].Number});
fnToUrl({id:resA.data.SuccessEntitys[0].Id,fBillNo:resA.data.SuccessEntitys[0].Number})
}
})
} else {