feat: add availabled item
This commit is contained in:
parent
ae856ec0bc
commit
64fe998053
|
@ -164,7 +164,11 @@ function onBuysFetched(data) {
|
||||||
<FetchData
|
<FetchData
|
||||||
ref="fetchItemLack"
|
ref="fetchItemLack"
|
||||||
:url="`Tickets/itemLack`"
|
: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])"
|
@on-fetch="(data) => (itemLack = data[0])"
|
||||||
auto-load
|
auto-load
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue