|
@ -205,6 +205,7 @@ |
|
|
isShow.value = true |
|
|
isShow.value = true |
|
|
} else { |
|
|
} else { |
|
|
isShow.value = false |
|
|
isShow.value = false |
|
|
|
|
|
itemNumber.value = '' |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
singleColumnShow.value = false |
|
|
singleColumnShow.value = false |
|
@ -232,6 +233,10 @@ |
|
|
locationApi.getLocation(form1.value.locationNumber).then(res => { |
|
|
locationApi.getLocation(form1.value.locationNumber).then(res => { |
|
|
if (!res.data) { |
|
|
if (!res.data) { |
|
|
proxy.$modal.showToast('找不到该库位') |
|
|
proxy.$modal.showToast('找不到该库位') |
|
|
|
|
|
|
|
|
|
|
|
form1.value.areaNumber ='' |
|
|
|
|
|
isInAccount.value = '' |
|
|
|
|
|
itemNumber.value = '' |
|
|
return; |
|
|
return; |
|
|
} |
|
|
} |
|
|
form1.value.areaNumber = res.data.areaNumber; |
|
|
form1.value.areaNumber = res.data.areaNumber; |
|
|