File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 5555 v-model =" form.manufacturer"
5656 :trigger-focus =" focused"
5757 :autofocus =" true"
58- label =" Item manufacturer"
58+ : label =" $t('items. manufacturer') "
5959 :max-length =" 255"
6060 :min-length =" 1"
6161 />
6565 v-model =" form.modelNumber"
6666 :trigger-focus =" focused"
6767 :autofocus =" true"
68- label =" Item model "
68+ : label =" $t('items.model_number') "
6969 :max-length =" 255"
7070 :min-length =" 1"
7171 />
7575 v-model =" form.barcode"
7676 :trigger-focus =" focused"
7777 :autofocus =" true"
78- label =" Item barcode"
78+ : label =" $t('items. barcode') "
7979 :max-length =" 255"
8080 :min-length =" 1"
81+ inputmode =" numeric"
82+ pattern =" [0-9]*"
8183 />
8284 <FormTextField v-model =" form.quantity" :label =" $t('components.item.create_modal.item_quantity')" type =" number" />
8385 <FormTextArea
464466 form .name = " " ;
465467 form .quantity = 1 ;
466468 form .description = " " ;
469+ form .barcode = " " ;
467470 form .modelNumber = " " ;
468471 form .manufacturer = " " ;
469472 form .color = " " ;
You can’t perform that action at this time.
0 commit comments