hotfix: Ticket negative improve #1591

Merged
jsegarra merged 25 commits from hotfix_negative_available into master 2025-04-15 21:04:31 +00:00
1 changed files with 5 additions and 1 deletions
Showing only changes of commit 64fe998053 - Show all commits

View File

@ -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
/>