feat: Working purchase order table and form.

This commit is contained in:
2025-01-09 16:23:42 -05:00
parent da5fec4a94
commit bf71b725f6
23 changed files with 544 additions and 254 deletions

View File

@@ -16,8 +16,9 @@
hx-swap-oob="#(htmxSwapOob)"
#endif
#if(htmxResetAfterRequest):
hx-on::after-request=" if(event.detail.successful) this.reset()"
hx-on::after-request=" if(event.detail.successful) this.reset(); toggleContent('form');"
#endif
hx-disabled-elt="find input[type='text'], find button, find input[type='submit']"
>
#import("formBody")
</form>