生产补料验证

This commit is contained in:
2025-06-12 15:48:50 +08:00
parent ce6c826a58
commit 9739773744
13 changed files with 1354 additions and 195 deletions

View File

@@ -305,12 +305,13 @@
AutoAudit: 'true',
ScanEntry: ScanEntry
}
}).then((res : any) => {
}).then((resA : any) => {
if (res.code === 200) {
fStockFlexDetailDelete({ Ids: ids.toString() }).then((res : any) => {
if (res.code === 200) {
fnDataList(state.materialId);
uni.$u.toast(t(''))
uni.$u.toast(t('public.cg'))
toPages('/pages/supplement/print',{fBillNo:resA.data.SuccessEntitys[0].Number})
}
})
}