Browse Source

采购退货申请子添加

master_hella_20240701
songguoqiang 4 months ago
parent
commit
c603f8b97f
  1. 4
      src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/index.vue

4
src/views/wms/purchasereceiptManage/purchasereturn/purchasereturnRequestMain/index.vue

@ -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);

Loading…
Cancel
Save