feat 批次入库显示问题
This commit is contained in:
parent
372022ac67
commit
48d66ddbbe
@ -652,6 +652,10 @@ function handleQuery() {
|
|||||||
}
|
}
|
||||||
getStoreDetail(state.queryParams).then((res: any)=> {
|
getStoreDetail(state.queryParams).then((res: any)=> {
|
||||||
if (res.resultObj) {
|
if (res.resultObj) {
|
||||||
|
// 加载库位
|
||||||
|
if (res.resultObj.storeDetail && res.resultObj.storeDetail.length > 0) {
|
||||||
|
getERPLocation(res.resultObj.storeDetail[0].ERPFACTORY)
|
||||||
|
}
|
||||||
state.MATERIALPACKINGLIST = res.resultObj.storeCharge
|
state.MATERIALPACKINGLIST = res.resultObj.storeCharge
|
||||||
state.MATERIALRECEIVEACT = res.resultObj.storeDetail
|
state.MATERIALRECEIVEACT = res.resultObj.storeDetail
|
||||||
if (state.MATERIALPACKINGLISTS != '') {
|
if (state.MATERIALPACKINGLISTS != '') {
|
||||||
@ -668,10 +672,6 @@ function handleQuery() {
|
|||||||
}
|
}
|
||||||
state.MATERIALPACKINGLISTS
|
state.MATERIALPACKINGLISTS
|
||||||
}
|
}
|
||||||
// 加载库位
|
|
||||||
if (res.resultObj.storeCharge && res.resultObj.storeCharge.length > 0) {
|
|
||||||
getERPLocation(res.resultObj.storeCharge[0].ERPFACTORY)
|
|
||||||
}
|
|
||||||
} else {
|
} else {
|
||||||
ElMessageBox.alert(res.message, '提醒框', {
|
ElMessageBox.alert(res.message, '提醒框', {
|
||||||
confirmButtonText: 'OK'
|
confirmButtonText: 'OK'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user