feat 批次入库显示问题
This commit is contained in:
parent
372022ac67
commit
48d66ddbbe
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user