This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<div>
|
||||
<gz-report-selector ref="reportSelector"></gz-report-selector>
|
||||
<div v-if="formState.ready">
|
||||
<gz-error :errorBoxMessage="formState.errorBoxMessage"></gz-error>
|
||||
<gz-error :error-box-message="formState.errorBoxMessage"></gz-error>
|
||||
<v-form ref="form">
|
||||
<v-row>
|
||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||
@@ -20,9 +20,9 @@
|
||||
|
||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||
<gz-pick-list
|
||||
:ayaType="ayaTypes().Part"
|
||||
:showEditIcon="true"
|
||||
:allowNoSelection="false"
|
||||
:aya-type="ayaTypes().Part"
|
||||
:show-edit-icon="true"
|
||||
:allow-no-selection="false"
|
||||
v-model="obj.partId"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('Part')"
|
||||
@@ -34,9 +34,9 @@
|
||||
</v-col>
|
||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||
<gz-pick-list
|
||||
:ayaType="ayaTypes().PartWarehouse"
|
||||
:showEditIcon="true"
|
||||
:allowNoSelection="false"
|
||||
:aya-type="ayaTypes().PartWarehouse"
|
||||
:show-edit-icon="true"
|
||||
:allow-no-selection="false"
|
||||
v-model="obj.partWarehouseId"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('PartWarehouse')"
|
||||
|
||||
Reference in New Issue
Block a user