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