This commit is contained in:
@@ -64,6 +64,12 @@ todo: actual customer reports so can figure out datalist for bringing other name
|
|||||||
|
|
||||||
CURRENTLY DOING:
|
CURRENTLY DOING:
|
||||||
Unit - front end
|
Unit - front end
|
||||||
|
Move unit has own address to address tab obvs.
|
||||||
|
put warranty override in tab of it's own
|
||||||
|
override warranty checkbox should gray out override terms
|
||||||
|
Look at layout and re-arrange as necessary
|
||||||
|
Report isn't tested yet
|
||||||
|
Migration code
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -74,6 +74,26 @@
|
|||||||
></v-text-field>
|
></v-text-field>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
|
||||||
|
<v-col
|
||||||
|
v-if="form().showMe(this, 'UnitModel')"
|
||||||
|
cols="12"
|
||||||
|
sm="6"
|
||||||
|
lg="4"
|
||||||
|
xl="3"
|
||||||
|
>
|
||||||
|
<gz-pick-list
|
||||||
|
:ayaType="ayaTypes().UnitModel"
|
||||||
|
:showEditIcon="true"
|
||||||
|
v-model="obj.unitModelId"
|
||||||
|
:readonly="formState.readOnly"
|
||||||
|
:label="$ay.t('UnitModel')"
|
||||||
|
ref="unitModelId"
|
||||||
|
data-cy="unitModelId"
|
||||||
|
:error-messages="form().serverErrors(this, 'unitModelId')"
|
||||||
|
@input="fieldValueChanged('unitModelId')"
|
||||||
|
></gz-pick-list>
|
||||||
|
</v-col>
|
||||||
|
|
||||||
<v-col
|
<v-col
|
||||||
v-if="form().showMe(this, 'UnitReplacedByUnitID')"
|
v-if="form().showMe(this, 'UnitReplacedByUnitID')"
|
||||||
cols="12"
|
cols="12"
|
||||||
@@ -96,26 +116,6 @@
|
|||||||
></gz-pick-list>
|
></gz-pick-list>
|
||||||
</v-col>
|
</v-col>
|
||||||
|
|
||||||
<v-col
|
|
||||||
v-if="form().showMe(this, 'UnitModel')"
|
|
||||||
cols="12"
|
|
||||||
sm="6"
|
|
||||||
lg="4"
|
|
||||||
xl="3"
|
|
||||||
>
|
|
||||||
<gz-pick-list
|
|
||||||
:ayaType="ayaTypes().UnitModel"
|
|
||||||
:showEditIcon="true"
|
|
||||||
v-model="obj.unitModelId"
|
|
||||||
:readonly="formState.readOnly"
|
|
||||||
:label="$ay.t('UnitModel')"
|
|
||||||
ref="unitModelId"
|
|
||||||
data-cy="unitModelId"
|
|
||||||
:error-messages="form().serverErrors(this, 'unitModelId')"
|
|
||||||
@input="fieldValueChanged('unitModelId')"
|
|
||||||
></gz-pick-list>
|
|
||||||
</v-col>
|
|
||||||
|
|
||||||
<v-col
|
<v-col
|
||||||
v-if="form().showMe(this, 'UnitParentUnitID')"
|
v-if="form().showMe(this, 'UnitParentUnitID')"
|
||||||
cols="12"
|
cols="12"
|
||||||
@@ -1263,7 +1263,7 @@ function generateMenu(vm) {
|
|||||||
ayaType: window.$gz.type.Unit,
|
ayaType: window.$gz.type.Unit,
|
||||||
recordId: vm.$route.params.recordid,
|
recordId: vm.$route.params.recordid,
|
||||||
formCustomTemplateKey: FORM_CUSTOM_TEMPLATE_KEY,
|
formCustomTemplateKey: FORM_CUSTOM_TEMPLATE_KEY,
|
||||||
recordName: vm.obj.name
|
recordName: vm.obj.serial
|
||||||
},
|
},
|
||||||
menuItems: []
|
menuItems: []
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user