This commit is contained in:
@@ -68,6 +68,26 @@
|
||||
></v-checkbox>
|
||||
</v-col>
|
||||
|
||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||
<gz-duration-picker
|
||||
v-model="obj.workOrderCompleteByAge"
|
||||
:readonly="formState.readOnly"
|
||||
:label="$ay.t('GlobalWorkOrderCompleteByAge')"
|
||||
:show-seconds="false"
|
||||
ref="workOrderCompleteByAge"
|
||||
data-cy="workOrderCompleteByAge"
|
||||
:error-messages="
|
||||
form().serverErrors(this, 'workOrderCompleteByAge')
|
||||
"
|
||||
@input="fieldValueChanged('workOrderCompleteByAge')"
|
||||
></gz-duration-picker>
|
||||
</v-col>
|
||||
<v-col cols="12">
|
||||
<span class="text-h6">
|
||||
{{ $ay.t("ContractDefaultAdjustments") }}</span
|
||||
>
|
||||
</v-col>
|
||||
|
||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||
<v-card elevation="0" outlined v-if="formState.ready">
|
||||
<v-list subheader>
|
||||
@@ -176,7 +196,11 @@ export default {
|
||||
id: 0,
|
||||
concurrency: 0,
|
||||
searchCaseSensitiveOnly: false,
|
||||
useInventory: true
|
||||
useInventory: true,
|
||||
taxPartPurchaseId: null,
|
||||
taxPartSaleId: null,
|
||||
taxRateSaleId: null,
|
||||
workOrderCompleteByAge: "00:00:00"
|
||||
},
|
||||
formState: {
|
||||
ready: false,
|
||||
@@ -396,7 +420,8 @@ async function fetchTranslatedText(vm) {
|
||||
"GlobalTaxPartPurchaseID",
|
||||
"GlobalTaxPartSaleID",
|
||||
"GlobalTaxRateSaleID",
|
||||
"GlobalNextSeeds"
|
||||
"GlobalNextSeeds",
|
||||
"GlobalWorkOrderCompleteByAge"
|
||||
]);
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user