diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/controstampo.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/controstampo.ts index 7ca051b2..88a6ff13 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/controstampo.ts +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/controstampo.ts @@ -20,6 +20,19 @@ export default class Controstampo extends Vue { unitMeasure: "", valueAct: 28 }, + general_sizes_upperplate_max_height: { + range: { + min: 2, + max: 149 + }, + status: { + visible: true, + enabled: true, + hasError: false + }, + unitMeasure: "", + valueAct: 106 + }, } @Prop({default:0}) diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/controstampo.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/controstampo.vue index 57a03d03..ea057372 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/controstampo.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/controstampo.vue @@ -6,9 +6,13 @@
- +
- +
diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/cornice.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/cornice.vue index 776261b1..b7206d54 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/cornice.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/cornice.vue @@ -13,15 +13,23 @@
- +
- +
- +
- + diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/lastra.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/lastra.ts index 5d16f897..10b76385 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/lastra.ts +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/lastra.ts @@ -33,6 +33,46 @@ export default class Lastra extends Vue { unitMeasure: "", valueAct: 86 } + general_sizes_sheet_dim_x: { + range: { + min: 1, + max: 168 + }, + status: { + visible: true, + enabled: true, + hasError: false + }, + unitMeasure: "", + valueAct: 90 + } + general_sizes_sheet_dim_y: { + range: { + min: 2, + max: 158 + }, + status: { + visible: true, + enabled: true, + hasError: false + }, + unitMeasure: "", + valueAct: 26 + } + general_sizes_sheet_thickness: { + range: { + min: 9, + max: 109 + }, + status: { + visible: true, + enabled: true, + hasError: false + }, + unitMeasure: "", + valueAct: 45 + } + @Prop({default:0}) x:number; @Prop({default:0}) diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/lastra.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/lastra.vue index 37bd869f..14467d4c 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/lastra.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/lastra.vue @@ -13,19 +13,31 @@
- +
- +
- +
- +
- +
- + diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/piastra_riduzione.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/piastra_riduzione.vue index 51d42dd8..d4067d83 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/piastra_riduzione.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/piastra_riduzione.vue @@ -13,15 +13,23 @@
- +
- +
- +
- + diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/show-formato-info.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/show-formato-info.ts index b54f030f..ba35a893 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/show-formato-info.ts +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/show-formato-info.ts @@ -35,6 +35,21 @@ import StepFooter from "@/app_modules_thermo/setup/components/step-footer.vue" }) export default class ShowFormatoInfo extends Vue { + recipe:Recipe.IRecipe={ + general_area_working_dxsx: { + range: { + min: 8, + max: 197 + }, + status: { + visible: true, + enabled: true, + hasError: true + }, + unitMeasure: "", + valueAct: 199 + }, + } show:string="placeholder"; StX:number=100; diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/stampo.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/stampo.ts index 6058394f..7fc82395 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/stampo.ts +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/stampo.ts @@ -4,7 +4,60 @@ import { Prop } from 'vue-property-decorator'; @Component({name:"stampo" }) export default class Stampo extends Vue { - + recipe:Recipe.IRecipe={ + general_sizes_mould_dim_x: { + range: { + min: 3, + max: 106 + }, + status: { + visible: true, + enabled: true, + hasError: false + }, + unitMeasure: "", + valueAct: 41 + }, + general_sizes_mould_dim_y: { + range: { + min: 1, + max: 174 + }, + status: { + visible: true, + enabled: true, + hasError: false + }, + unitMeasure: "", + valueAct: 40 + }, + general_sizes_mould_max_height: { + range: { + min: 2, + max: 116 + }, + status: { + visible: true, + enabled: true, + hasError: false + }, + unitMeasure: "", + valueAct: 37 + }, + general_sizes_mould_base_height: { + range: { + min: 1, + max: 178 + }, + status: { + visible: true, + enabled: true, + hasError: false + }, + unitMeasure: "", + valueAct: 63 + }, + } @Prop({}) x:number; @Prop({}) diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/stampo.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/stampo.vue index 8ffb13c3..b8d87e5f 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/stampo.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/stampo.vue @@ -6,19 +6,19 @@
- +
- +
- +
- +