生产补料验证
This commit is contained in:
@@ -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})
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user