Compare commits
1 Commits
bug464-fix
...
e770741c8b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e770741c8b |
@@ -1009,8 +1009,6 @@ function handleLocationClick(item, row, index) {
|
|||||||
getCount({
|
getCount({
|
||||||
itemId: form.purchaseinventoryList[index].itemId,
|
itemId: form.purchaseinventoryList[index].itemId,
|
||||||
orgLocationId: form.purchaseinventoryList[index].sourceLocationId,
|
orgLocationId: form.purchaseinventoryList[index].sourceLocationId,
|
||||||
// objLocationId:purposeLocationId,
|
|
||||||
lotNumber: form.purchaseinventoryList[index].lotNumber,
|
|
||||||
}).then((res) => {
|
}).then((res) => {
|
||||||
if (res.data && res.data.length > 0) {
|
if (res.data && res.data.length > 0) {
|
||||||
form.purchaseinventoryList[index].itemTable = res.data[0].itemTable || '';
|
form.purchaseinventoryList[index].itemTable = res.data[0].itemTable || '';
|
||||||
|
|||||||
Reference in New Issue
Block a user