From 3a18b0e5d30d6abeb469feb4e749d3bbb1ba283c Mon Sep 17 00:00:00 2001 From: Alessio Date: Tue, 16 Jun 2020 08:55:44 +0200 Subject: [PATCH] fix avvio-produzione --- .../avvio-produzione.ts | 4 +--- .../avvio-produzione.vue | 10 ++++------ .../src/app_modules_thermo/setup/components/setup.ts | 3 ++- .../src/app_modules_thermo/setup/components/setup.vue | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) rename Thermo.Active/wwwroot/src/app_modules_thermo/setup/{avvio-pruduzione => avvio-produzione}/avvio-produzione.ts (90%) rename Thermo.Active/wwwroot/src/app_modules_thermo/setup/{avvio-pruduzione => avvio-produzione}/avvio-produzione.vue (72%) diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/avvio-pruduzione/avvio-produzione.ts b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/avvio-produzione/avvio-produzione.ts similarity index 90% rename from Thermo.Active/wwwroot/src/app_modules_thermo/setup/avvio-pruduzione/avvio-produzione.ts rename to Thermo.Active/wwwroot/src/app_modules_thermo/setup/avvio-produzione/avvio-produzione.ts index 27127d22..58fb1bca 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/avvio-pruduzione/avvio-produzione.ts +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/avvio-produzione/avvio-produzione.ts @@ -3,19 +3,17 @@ import { Modal, ModalHelper } from "@/components/modals"; import { Factory, messageService, awaiter } from "@/_base"; import Component from "vue-class-component"; import { Prop } from 'vue-property-decorator'; -import Tastierino from "@/app_modules_thermo/components/tastierino.vue"; import { appModelActions } from "@/store/app.store"; @Component({ components: { modal: Modal, - tastierino: Tastierino } }) export default class AvvioProduzione extends Vue { enabling: boolean = true; - @Prop({}) + @Prop({default:0}) pieces: number; mock_pieces: number = this.pieces; diff --git a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/avvio-pruduzione/avvio-produzione.vue b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/avvio-produzione/avvio-produzione.vue similarity index 72% rename from Thermo.Active/wwwroot/src/app_modules_thermo/setup/avvio-pruduzione/avvio-produzione.vue rename to Thermo.Active/wwwroot/src/app_modules_thermo/setup/avvio-produzione/avvio-produzione.vue index db43aff0..b83046b4 100644 --- a/Thermo.Active/wwwroot/src/app_modules_thermo/setup/avvio-pruduzione/avvio-produzione.vue +++ b/Thermo.Active/wwwroot/src/app_modules_thermo/setup/avvio-produzione/avvio-produzione.vue @@ -7,18 +7,16 @@
-
+
- -
+
- +
- -
+