This commit is contained in:
2021-03-16 18:46:05 +00:00
parent 687273ac10
commit acf627f1a3
2 changed files with 2 additions and 8 deletions

View File

@@ -59,12 +59,6 @@ todo: v8 migrate additions
## CLIENT MISC ITEMS
todo: attachment error not evident when in UI, have to go to api to see it's an error 413, maybe find a way to resolve this clearly
as it is, it just appears to work but there is nothing.
any error on upload should indicate so somewhere on the form
to test, remove the client_max_body_size setting (or set to 1m as is default) then attempt to upload an image
or, perhaps temporarily set the max body size in attachement upload controller to simulate here (easier)
todo: acc-service-bank is using a decimal control instead of a currency control for currency field
todo: partassembly form should use an edit dialog rather than edit in place in the grid as it's ugly and clunky and outside of the standard that will be used in PO and wo etc
copy from Contract form and use it's technique for immediate viz value sync event

View File

@@ -30,7 +30,7 @@
lg="4"
xl="3"
>
<gz-decimal
<gz-currency
v-model="obj.currency"
:readonly="formState.readOnly"
:label="$ay.t('ServiceBankCurrency')"
@@ -42,7 +42,7 @@
]"
:error-messages="form().serverErrors(this, 'currency')"
@input="fieldValueChanged('currency')"
></gz-decimal>
></gz-currency>
</v-col>
<v-col