|
@ -143,7 +143,9 @@ const butttondata = (row) => { |
|
|
|
|
|
|
|
|
const searchTableRef = ref() |
|
|
const searchTableRef = ref() |
|
|
// 列表-操作按钮事件 |
|
|
// 列表-操作按钮事件 |
|
|
|
|
|
const settlementRow = ref(null) |
|
|
const buttonTableClick = async (val, row) => { |
|
|
const buttonTableClick = async (val, row) => { |
|
|
|
|
|
settlementRow.value = row |
|
|
if(val == 'settlement'){ |
|
|
if(val == 'settlement'){ |
|
|
// 结算 |
|
|
// 结算 |
|
|
searchTableRef.value.open( |
|
|
searchTableRef.value.open( |
|
@ -228,16 +230,15 @@ const opensearchTable = ( |
|
|
searchTableRef1.value.open( |
|
|
searchTableRef1.value.open( |
|
|
"结算库位", |
|
|
"结算库位", |
|
|
Location.allSchemas, |
|
|
Location.allSchemas, |
|
|
LocationApi.getLocationPage, |
|
|
LocationApi.getLocationPageOnlineSettlement, |
|
|
"toLocationCode", |
|
|
"toLocationCode", |
|
|
"code", |
|
|
"code", |
|
|
false, |
|
|
false, |
|
|
'form', |
|
|
'form', |
|
|
null, |
|
|
null, |
|
|
{ |
|
|
{ |
|
|
// supplierCode:row.supplierCode, |
|
|
supplierCode:settlementRow.value?.supplierCode, |
|
|
// itemCode:row.itemCode, |
|
|
itemCode:settlementRow.value?.itemCode, |
|
|
// batch:row.batch |
|
|
|
|
|
}, |
|
|
}, |
|
|
undefined, |
|
|
undefined, |
|
|
false, |
|
|
false, |
|
|