feat: add availabled item
This commit is contained in:
parent
ae856ec0bc
commit
64fe998053
|
@ -164,7 +164,11 @@ function onBuysFetched(data) {
|
|||
<FetchData
|
||||
ref="fetchItemLack"
|
||||
:url="`Tickets/itemLack`"
|
||||
:params="{ itemFk: entityId, warehouseFk: $props.filter.warehouseFk }"
|
||||
:params="{
|
||||
itemFk: entityId,
|
||||
warehouseFk: $props.filter.warehouseFk,
|
||||
availabled: Date.getCurrentDateTimeFormatted(),
|
||||
}"
|
||||
@on-fetch="(data) => (itemLack = data[0])"
|
||||
auto-load
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue