feat 批次入库显示问题

This commit is contained in:
Amjacks 2025-04-11 14:40:09 +08:00
parent 372022ac67
commit 48d66ddbbe

View File

@ -652,6 +652,10 @@ function handleQuery() {
}
getStoreDetail(state.queryParams).then((res: any)=> {
if (res.resultObj) {
//
if (res.resultObj.storeDetail && res.resultObj.storeDetail.length > 0) {
getERPLocation(res.resultObj.storeDetail[0].ERPFACTORY)
}
state.MATERIALPACKINGLIST = res.resultObj.storeCharge
state.MATERIALRECEIVEACT = res.resultObj.storeDetail
if (state.MATERIALPACKINGLISTS != '') {
@ -668,10 +672,6 @@ function handleQuery() {
}
state.MATERIALPACKINGLISTS
}
//
if (res.resultObj.storeCharge && res.resultObj.storeCharge.length > 0) {
getERPLocation(res.resultObj.storeCharge[0].ERPFACTORY)
}
} else {
ElMessageBox.alert(res.message, '提醒框', {
confirmButtonText: 'OK'