diff --git a/Thermo.Active/wwwroot/assets/svg/disegno-termosuperiore.svg b/Thermo.Active/wwwroot/assets/svg/disegno-termo.svg similarity index 100% rename from Thermo.Active/wwwroot/assets/svg/disegno-termosuperiore.svg rename to Thermo.Active/wwwroot/assets/svg/disegno-termo.svg diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/components/KeyboardHelper.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/components/KeyboardHelper.ts index 07dfb50a..ab0fac0d 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/components/KeyboardHelper.ts +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/components/KeyboardHelper.ts @@ -10,7 +10,7 @@ export class KeyboardHelper { if (KeyboardHelper.currentKeyboard) { KeyboardHelper.currentKeyboard.resetTo(value); KeyboardHelper.currentKeyboard.positionX = x; - debugger + KeyboardHelper.currentKeyboard.positionY = y; KeyboardHelper.currentKeyboard.visible = true; } diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/show-ciclo-info.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/show-ciclo-info.ts index 11d3a3a9..38a77b6b 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/show-ciclo-info.ts +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/ciclo/components/show-ciclo-info.ts @@ -53,7 +53,7 @@ export default class ShowCicloInfo extends Vue { cycle_loader_manualunloading_enabled: this.recipe.cycle_loader_manualunloading_enabled, } ); - await recipeService.Confirm(); + //await recipeService.Confirm(); ModalHelper.HideModal(); this.deferred.resolve(1); }; diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/controstampo_setup/components/show-controstampo-info.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/controstampo_setup/components/show-controstampo-info.ts index 47137936..4736895e 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/controstampo_setup/components/show-controstampo-info.ts +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/controstampo_setup/components/show-controstampo-info.ts @@ -70,7 +70,7 @@ export default class ShowControstampoInfo extends Vue { upperplate_extraction_manual: this.recipe.upperplate_extraction_manual, } ); - await recipeService.Confirm(); + //await recipeService.Confirm(); ModalHelper.HideModal(); this.deferred.resolve(1); }; diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/estrazione/components/show-estrazione-info.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/estrazione/components/show-estrazione-info.ts index 19f948c1..b6e74b5c 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/estrazione/components/show-estrazione-info.ts +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/estrazione/components/show-estrazione-info.ts @@ -50,7 +50,7 @@ export default class ShowEstrazioneInfo extends Vue { extraction_aux_manual: this.recipe.extraction_aux_manual, } ); - await recipeService.Confirm(); + //await recipeService.Confirm(); ModalHelper.HideModal(); this.deferred.resolve(1); }; diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/controstampoSVG.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/controstampoSVG.ts index 9658a4a4..2c389ec8 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/controstampoSVG.ts +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/controstampoSVG.ts @@ -6,5 +6,5 @@ import {Prop} from 'vue-property-decorator'; export default class ControstampoSVG extends Vue{ @Prop({}) - alt:Recipe.IValue; + recipe:Recipe.IRecipe; } \ No newline at end of file diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/controstampoSVG.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/controstampoSVG.vue index 36868f28..8371d378 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/controstampoSVG.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/controstampoSVG.vue @@ -4,7 +4,7 @@
- 00 + {{recipe.general_sizes_upperplate_max_height.valueAct}} mm
diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/corniceSVG.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/corniceSVG.ts index ad0c5422..4cc627de 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/corniceSVG.ts +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/corniceSVG.ts @@ -4,9 +4,6 @@ import {Prop} from 'vue-property-decorator'; @Component({}) export default class CorniceSVG extends Vue{ - @Prop({}) - x:Recipe.IValue; - @Prop({}) - y:Recipe.IValue; + recipe:Recipe.IRecipe; } \ No newline at end of file diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/corniceSVG.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/corniceSVG.vue index 1e4ce3cf..6912af06 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/corniceSVG.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/corniceSVG.vue @@ -4,14 +4,14 @@
- 00 + {{recipe.general_sizes_frame_dim_y.valueAct}} mm
- 00 + {{recipe.general_sizes_frame_dim_x.valueAct}} mm
diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/lastraSVG.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/lastraSVG.ts index 84e88ad1..677830ae 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/lastraSVG.ts +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/lastraSVG.ts @@ -6,10 +6,6 @@ import {Prop} from 'vue-property-decorator'; export default class LastraSVG extends Vue{ @Prop({}) - x:Recipe.IValue; - @Prop({}) - y:Recipe.IValue; - @Prop({}) - spes:Recipe.IValue; + recipe:Recipe.IRecipe; } \ No newline at end of file diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/lastraSVG.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/lastraSVG.vue index 5b9af153..a66d2198 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/lastraSVG.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/lastraSVG.vue @@ -4,21 +4,21 @@
- 00 + {{recipe.general_sizes_sheet_dim_x.valueAct}} mm
- 00 + {{recipe.general_sizes_sheet_dim_y.valueAct}} mm
- 00 + {{recipe.general_sizes_sheet_thickness.valueAct}} mm
diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/piastraSVG.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/piastraSVG.ts index bf216419..cce7001c 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/piastraSVG.ts +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/piastraSVG.ts @@ -6,7 +6,5 @@ import {Prop} from 'vue-property-decorator'; export default class PiastraSVG extends Vue{ @Prop({}) - x:Recipe.IValue; - @Prop({}) - y:Recipe.IValue; + recipe:Recipe.IRecipe; } \ No newline at end of file diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/piastraSVG.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/piastraSVG.vue index 51b04e45..d9a38422 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/piastraSVG.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/piastraSVG.vue @@ -4,14 +4,14 @@
- 00 + {{recipe.general_sizes_plate_dim_y.valueAct}} mm
- 00 + {{recipe.general_sizes_plate_dim_x.valueAct}} mm
diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/stampoSVG.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/stampoSVG.ts index ac3502b1..72bac7be 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/stampoSVG.ts +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/stampoSVG.ts @@ -6,13 +6,5 @@ import { Prop } from 'vue-property-decorator'; export default class StampoSVG extends Vue { @Prop({}) - x: Recipe.IValue; - @Prop({}) - y: Recipe.IValue; - @Prop({}) - alt: number; - @Prop({}) - altB: Recipe.IValue; - @Prop({}) - stampoNeg: number; + recipe:Recipe.IRecipe; } \ No newline at end of file diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/stampoSVG.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/stampoSVG.vue index d6654fe0..4961c4f8 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/stampoSVG.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/formato/components/SVG_Components/stampoSVG.vue @@ -4,35 +4,35 @@
- 00 + {{recipe.general_sizes_mould_dim_x.valueAct}} mm
- 00 + {{recipe.general_sizes_mould_dim_y.valueAct}} mm
- 00 + {{recipe.general_sizes_mould_max_height.valueAct}} mm
- 00 + {{recipe.general_sizes_mould_base_height.valueAct}} mm
- 00 + {{recipe.general_sizes_mould_min_height.valueAct}} mm
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 6a7a014a..696bea14 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 @@ -60,24 +60,24 @@ export default class ShowFormatoInfo extends Vue { { general_sizes_mould_dim_x: this.recipe.general_sizes_mould_dim_x, general_sizes_mould_dim_y: this.recipe.general_sizes_mould_dim_y, - general_sizes_mould_max_height : this.recipe.general_sizes_mould_max_height, - general_sizes_mould_min_height : this.recipe.general_sizes_mould_min_height, + general_sizes_mould_max_height: this.recipe.general_sizes_mould_max_height, + general_sizes_mould_min_height: this.recipe.general_sizes_mould_min_height, general_sizes_mould_base_height: this.recipe.general_sizes_mould_base_height, - general_sizes_sheet_material : this.recipe.general_sizes_sheet_material, + general_sizes_sheet_material: this.recipe.general_sizes_sheet_material, general_sizes_sheet_dim_x: this.recipe.general_sizes_sheet_dim_x, general_sizes_sheet_dim_y: this.recipe.general_sizes_sheet_dim_y, general_sizes_sheet_thickness: this.recipe.general_sizes_sheet_thickness, - general_sizes_plate_type :this.recipe.general_sizes_plate_type, + general_sizes_plate_type: this.recipe.general_sizes_plate_type, general_sizes_plate_dim_x: this.recipe.general_sizes_plate_dim_x, general_sizes_plate_dim_y: this.recipe.general_sizes_plate_dim_y, general_sizes_frame_traverses: this.recipe.general_sizes_frame_traverses, general_sizes_frame_dim_x: this.recipe.general_sizes_frame_dim_x, general_sizes_frame_dim_y: this.recipe.general_sizes_frame_dim_y, general_sizes_upperplate_max_height: this.recipe.general_sizes_upperplate_max_height, - general_area_working_dxsx:this.recipe.general_area_working_dxsx, + general_area_working_dxsx: this.recipe.general_area_working_dxsx, } ); - await recipeService.Confirm(); + //await recipeService.Confirm(); ModalHelper.HideModal(); this.deferred.resolve(1); }; diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/imbutitura/show-imbutitura-info.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/imbutitura/show-imbutitura-info.ts index 5de59f7b..e0e8c60d 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/imbutitura/show-imbutitura-info.ts +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/imbutitura/show-imbutitura-info.ts @@ -46,7 +46,7 @@ export default class ShowImbutituraInfo extends Vue { drawing_mould_up_delay: this.recipe.drawing_mould_up_delay, } ); - await recipeService.Confirm(); + //await recipeService.Confirm(); ModalHelper.HideModal(); this.deferred.resolve(1); }; diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/opzioni/show-opzioni-info.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/opzioni/show-opzioni-info.ts index 9e7dd00c..61b4f89f 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/opzioni/show-opzioni-info.ts +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/opzioni/show-opzioni-info.ts @@ -78,69 +78,69 @@ export default class ShowOpzioniInfo extends Vue { options_undercutmould_10_position: this.recipe.options_undercutmould_10_position, options_undercutmould_10_delay_acti: this.recipe.options_undercutmould_10_delay_acti, options_undercutmould_10_delay_dis: this.recipe.options_undercutmould_10_delay_dis, - options_undercutupperplate_1_mode:this.recipe.options_undercutupperplate_1_mode, - options_undercutupperplate_1_position:this.recipe.options_undercutupperplate_1_position, - options_undercutupperplate_1_delay_acti:this.recipe.options_undercutupperplate_1_delay_acti, - options_undercutupperplate_1_delay_dis:this.recipe.options_undercutupperplate_1_delay_dis, - options_undercutupperplate_2_mode:this.recipe.options_undercutupperplate_2_mode, - options_undercutupperplate_2_position:this.recipe.options_undercutupperplate_2_position, - options_undercutupperplate_2_delay_acti:this.recipe.options_undercutupperplate_2_delay_acti, - options_undercutupperplate_2_delay_dis:this.recipe.options_undercutupperplate_2_delay_dis, - options_undercutupperplate_3_mode:this.recipe.options_undercutupperplate_3_mode, - options_undercutupperplate_3_position:this.recipe.options_undercutupperplate_3_position, - options_undercutupperplate_3_delay_acti:this.recipe.options_undercutupperplate_3_delay_acti, - options_undercutupperplate_3_delay_dis:this.recipe.options_undercutupperplate_3_delay_dis, - options_undercutupperplate_4_mode:this.recipe.options_undercutupperplate_4_mode, - options_undercutupperplate_4_position:this.recipe.options_undercutupperplate_4_position, - options_undercutupperplate_4_delay_acti:this.recipe.options_undercutupperplate_4_delay_acti, - options_undercutupperplate_4_delay_dis:this.recipe.options_undercutupperplate_4_delay_dis, - options_undercutupperplate_5_mode:this.recipe.options_undercutupperplate_5_mode, - options_undercutupperplate_5_position:this.recipe.options_undercutupperplate_5_position, - options_undercutupperplate_5_delay_acti:this.recipe.options_undercutupperplate_5_delay_acti, - options_undercutupperplate_5_delay_dis:this.recipe.options_undercutupperplate_5_delay_dis, - options_undercutupperplate_6_mode:this.recipe.options_undercutupperplate_6_mode, - options_undercutupperplate_6_position:this.recipe.options_undercutupperplate_6_position, - options_undercutupperplate_6_delay_acti:this.recipe.options_undercutupperplate_6_delay_acti, - options_undercutupperplate_6_delay_dis:this.recipe.options_undercutupperplate_6_delay_dis, - options_undercutupperplate_7_mode:this.recipe.options_undercutupperplate_7_mode, - options_undercutupperplate_7_position:this.recipe.options_undercutupperplate_7_position, - options_undercutupperplate_7_delay_acti:this.recipe.options_undercutupperplate_7_delay_acti, - options_undercutupperplate_7_delay_dis:this.recipe.options_undercutupperplate_7_delay_dis, - options_undercutupperplate_8_mode:this.recipe.options_undercutupperplate_8_mode, - options_undercutupperplate_8_position:this.recipe.options_undercutupperplate_8_position, - options_undercutupperplate_8_delay_acti:this.recipe.options_undercutupperplate_8_delay_acti, - options_undercutupperplate_8_delay_dis:this.recipe.options_undercutupperplate_8_delay_dis, - options_undercutupperplate_9_mode:this.recipe.options_undercutupperplate_9_mode, - options_undercutupperplate_9_position:this.recipe.options_undercutupperplate_9_position, - options_undercutupperplate_9_delay_acti:this.recipe.options_undercutupperplate_9_delay_acti, - options_undercutupperplate_9_delay_dis:this.recipe.options_undercutupperplate_9_delay_dis, - options_undercutupperplate_10_mode:this.recipe.options_undercutupperplate_10_mode, - options_undercutupperplate_10_position:this.recipe.options_undercutupperplate_10_position, - options_undercutupperplate_10_delay_acti:this.recipe.options_undercutupperplate_10_delay_acti, - options_undercutupperplate_10_delay_dis:this.recipe.options_undercutupperplate_10_delay_dis, - options_thermoregulator_1_enabled:this.recipe.options_thermoregulator_1_enabled, - options_thermoregulator_1_setpoint:this.recipe.options_thermoregulator_1_setpoint, - options_thermoregulator_2_enabled:this.recipe.options_thermoregulator_2_enabled, - options_thermoregulator_2_setpoint:this.recipe.options_thermoregulator_2_setpoint, - options_thermoregulator_3_enabled:this.recipe.options_thermoregulator_3_enabled, - options_thermoregulator_3_setpoint:this.recipe.options_thermoregulator_3_setpoint, - options_thermoregulator_4_enabled:this.recipe.options_thermoregulator_4_enabled, - options_thermoregulator_4_setpoint:this.recipe.options_thermoregulator_4_setpoint, - options_thermoregulator_5_enabled:this.recipe.options_thermoregulator_5_enabled, - options_thermoregulator_5_setpoint:this.recipe.options_thermoregulator_5_setpoint, - options_thermoregulator_6_enabled:this.recipe.options_thermoregulator_6_enabled, - options_thermoregulator_6_setpoint:this.recipe.options_thermoregulator_6_setpoint, - options_thermoregulator_7_enabled:this.recipe.options_thermoregulator_7_enabled, - options_thermoregulator_7_setpoint:this.recipe.options_thermoregulator_7_setpoint, - options_thermoregulator_8_enabled:this.recipe.options_thermoregulator_8_enabled, - options_thermoregulator_8_setpoint:this.recipe.options_thermoregulator_8_setpoint, - options_thermoregulator_9_enabled:this.recipe.options_thermoregulator_9_enabled, - options_thermoregulator_9_setpoint:this.recipe.options_thermoregulator_9_setpoint, - options_thermoregulator_10_enabled:this.recipe.options_thermoregulator_10_enabled, - options_thermoregulator_10_setpoint:this.recipe.options_thermoregulator_10_setpoint, + options_undercutupperplate_1_mode: this.recipe.options_undercutupperplate_1_mode, + options_undercutupperplate_1_position: this.recipe.options_undercutupperplate_1_position, + options_undercutupperplate_1_delay_acti: this.recipe.options_undercutupperplate_1_delay_acti, + options_undercutupperplate_1_delay_dis: this.recipe.options_undercutupperplate_1_delay_dis, + options_undercutupperplate_2_mode: this.recipe.options_undercutupperplate_2_mode, + options_undercutupperplate_2_position: this.recipe.options_undercutupperplate_2_position, + options_undercutupperplate_2_delay_acti: this.recipe.options_undercutupperplate_2_delay_acti, + options_undercutupperplate_2_delay_dis: this.recipe.options_undercutupperplate_2_delay_dis, + options_undercutupperplate_3_mode: this.recipe.options_undercutupperplate_3_mode, + options_undercutupperplate_3_position: this.recipe.options_undercutupperplate_3_position, + options_undercutupperplate_3_delay_acti: this.recipe.options_undercutupperplate_3_delay_acti, + options_undercutupperplate_3_delay_dis: this.recipe.options_undercutupperplate_3_delay_dis, + options_undercutupperplate_4_mode: this.recipe.options_undercutupperplate_4_mode, + options_undercutupperplate_4_position: this.recipe.options_undercutupperplate_4_position, + options_undercutupperplate_4_delay_acti: this.recipe.options_undercutupperplate_4_delay_acti, + options_undercutupperplate_4_delay_dis: this.recipe.options_undercutupperplate_4_delay_dis, + options_undercutupperplate_5_mode: this.recipe.options_undercutupperplate_5_mode, + options_undercutupperplate_5_position: this.recipe.options_undercutupperplate_5_position, + options_undercutupperplate_5_delay_acti: this.recipe.options_undercutupperplate_5_delay_acti, + options_undercutupperplate_5_delay_dis: this.recipe.options_undercutupperplate_5_delay_dis, + options_undercutupperplate_6_mode: this.recipe.options_undercutupperplate_6_mode, + options_undercutupperplate_6_position: this.recipe.options_undercutupperplate_6_position, + options_undercutupperplate_6_delay_acti: this.recipe.options_undercutupperplate_6_delay_acti, + options_undercutupperplate_6_delay_dis: this.recipe.options_undercutupperplate_6_delay_dis, + options_undercutupperplate_7_mode: this.recipe.options_undercutupperplate_7_mode, + options_undercutupperplate_7_position: this.recipe.options_undercutupperplate_7_position, + options_undercutupperplate_7_delay_acti: this.recipe.options_undercutupperplate_7_delay_acti, + options_undercutupperplate_7_delay_dis: this.recipe.options_undercutupperplate_7_delay_dis, + options_undercutupperplate_8_mode: this.recipe.options_undercutupperplate_8_mode, + options_undercutupperplate_8_position: this.recipe.options_undercutupperplate_8_position, + options_undercutupperplate_8_delay_acti: this.recipe.options_undercutupperplate_8_delay_acti, + options_undercutupperplate_8_delay_dis: this.recipe.options_undercutupperplate_8_delay_dis, + options_undercutupperplate_9_mode: this.recipe.options_undercutupperplate_9_mode, + options_undercutupperplate_9_position: this.recipe.options_undercutupperplate_9_position, + options_undercutupperplate_9_delay_acti: this.recipe.options_undercutupperplate_9_delay_acti, + options_undercutupperplate_9_delay_dis: this.recipe.options_undercutupperplate_9_delay_dis, + options_undercutupperplate_10_mode: this.recipe.options_undercutupperplate_10_mode, + options_undercutupperplate_10_position: this.recipe.options_undercutupperplate_10_position, + options_undercutupperplate_10_delay_acti: this.recipe.options_undercutupperplate_10_delay_acti, + options_undercutupperplate_10_delay_dis: this.recipe.options_undercutupperplate_10_delay_dis, + options_thermoregulator_1_enabled: this.recipe.options_thermoregulator_1_enabled, + options_thermoregulator_1_setpoint: this.recipe.options_thermoregulator_1_setpoint, + options_thermoregulator_2_enabled: this.recipe.options_thermoregulator_2_enabled, + options_thermoregulator_2_setpoint: this.recipe.options_thermoregulator_2_setpoint, + options_thermoregulator_3_enabled: this.recipe.options_thermoregulator_3_enabled, + options_thermoregulator_3_setpoint: this.recipe.options_thermoregulator_3_setpoint, + options_thermoregulator_4_enabled: this.recipe.options_thermoregulator_4_enabled, + options_thermoregulator_4_setpoint: this.recipe.options_thermoregulator_4_setpoint, + options_thermoregulator_5_enabled: this.recipe.options_thermoregulator_5_enabled, + options_thermoregulator_5_setpoint: this.recipe.options_thermoregulator_5_setpoint, + options_thermoregulator_6_enabled: this.recipe.options_thermoregulator_6_enabled, + options_thermoregulator_6_setpoint: this.recipe.options_thermoregulator_6_setpoint, + options_thermoregulator_7_enabled: this.recipe.options_thermoregulator_7_enabled, + options_thermoregulator_7_setpoint: this.recipe.options_thermoregulator_7_setpoint, + options_thermoregulator_8_enabled: this.recipe.options_thermoregulator_8_enabled, + options_thermoregulator_8_setpoint: this.recipe.options_thermoregulator_8_setpoint, + options_thermoregulator_9_enabled: this.recipe.options_thermoregulator_9_enabled, + options_thermoregulator_9_setpoint: this.recipe.options_thermoregulator_9_setpoint, + options_thermoregulator_10_enabled: this.recipe.options_thermoregulator_10_enabled, + options_thermoregulator_10_setpoint: this.recipe.options_thermoregulator_10_setpoint, } ); - await recipeService.Confirm(); + //await recipeService.Confirm(); ModalHelper.HideModal(); this.deferred.resolve(1); }; diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/pirometro/components/base-components/SVG_Components/SVG-termo-inferiore.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/pirometro/components/base-components/SVG_Components/SVG-termo-inferiore.vue index 4e2a02fe..378823ac 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/pirometro/components/base-components/SVG_Components/SVG-termo-inferiore.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/pirometro/components/base-components/SVG_Components/SVG-termo-inferiore.vue @@ -1,35 +1,35 @@