|
|
@ -210,7 +210,7 @@ const searchTableSuccessLabel = (formField, searchField, val, formRef, type, row |
|
|
|
const searchTableSuccess = async(formField, searchField, val, formRef, type, row) => { |
|
|
|
|
|
|
|
console.log('searchTableSuccess',formField, searchField, val, formRef, type, row) |
|
|
|
|
|
|
|
console.log('searchTableSuccess123',val) |
|
|
|
nextTick( async () => { |
|
|
|
|
|
|
|
if (type == 'tableForm') { |
|
|
@ -263,7 +263,7 @@ const searchTableSuccess = async(formField, searchField, val, formRef, type, row |
|
|
|
let params = { |
|
|
|
itemCode: row.itemCode, |
|
|
|
batch: row.batch, |
|
|
|
locationCode:val.code |
|
|
|
locationCode:val[0]['code'] |
|
|
|
} |
|
|
|
let aa = await BalanceApi.getSumByConditions(params); |
|
|
|
console.log('23423423',aa); |
|
|
|