change path tooling
This commit is contained in:
@@ -2,16 +2,16 @@ import Vue from "vue";
|
||||
import Component from "vue-class-component";
|
||||
import { tool, detailCard, cardToolDepot } from "src/modules/base-components/cards";
|
||||
import { store, AppModel } from "src/store";
|
||||
import { DepotService } from "../services/depotService";
|
||||
import { DepotService } from "../../services/depotService";
|
||||
import { mapGetters } from 'vuex'
|
||||
import { depotBL } from "../business-logic/depot-bl";
|
||||
import { ToolingService } from "../services/toolingService";
|
||||
import { depotBL } from "../../business-logic/depot-bl";
|
||||
import { ToolingService } from "../../services/toolingService";
|
||||
import { Watch } from "vue-property-decorator";
|
||||
import { Modal, ModalHelper } from "../modules/base-components";
|
||||
import { Modal, ModalHelper } from "../../modules/base-components";
|
||||
import { InfoEquipment } from "src/components/tooling/index.js";
|
||||
import { ToolingGetters } from "src/store/tooling.store";
|
||||
import { LoadDepot } from "src/modules/base-components";
|
||||
import { MessageService, Factory } from "../_base";
|
||||
import { MessageService, Factory } from "../../_base";
|
||||
|
||||
declare let $: any;
|
||||
|
||||
+3
-3
@@ -1,10 +1,10 @@
|
||||
import Vue from "vue";
|
||||
import Component from "vue-class-component";
|
||||
import { equipment, inputBox } from "src/modules/base-components/cards";
|
||||
import { ToolingService } from "../services/toolingService";
|
||||
import { ToolingService } from "../../services/toolingService";
|
||||
import { store, AppModel } from "src/store";
|
||||
import { toolingActions } from "../store/tooling.store";
|
||||
import { ModalHelper } from "../modules/base-components";
|
||||
import { toolingActions } from "../../store/tooling.store";
|
||||
import { ModalHelper } from "../../modules/base-components";
|
||||
import { Watch } from "vue-property-decorator";
|
||||
declare let $: any;
|
||||
|
||||
+2
-2
@@ -1,9 +1,9 @@
|
||||
import Vue from "vue";
|
||||
import Component from "vue-class-component";
|
||||
import { equipment, inputBox } from "src/modules/base-components/cards";
|
||||
import { ToolingService } from "../services/toolingService";
|
||||
import { ToolingService } from "../../services/toolingService";
|
||||
import { store, AppModel } from "src/store";
|
||||
import { toolingActions } from "../store/tooling.store";
|
||||
import { toolingActions } from "../../store/tooling.store";
|
||||
import { Watch } from "vue-property-decorator";
|
||||
|
||||
declare let $: any;
|
||||
+2
-2
@@ -1,9 +1,9 @@
|
||||
import Vue from "vue";
|
||||
import Component from "vue-class-component";
|
||||
import { equipment, inputBox } from "src/modules/base-components/cards";
|
||||
import { ToolingService } from "../services/toolingService";
|
||||
import { ToolingService } from "../../services/toolingService";
|
||||
import { store, AppModel } from "src/store";
|
||||
import { toolingActions } from "../store/tooling.store";
|
||||
import { toolingActions } from "../../store/tooling.store";
|
||||
import { Watch } from "vue-property-decorator";
|
||||
|
||||
@Component({ components: { equipment, inputBox } })
|
||||
+3
-3
@@ -1,10 +1,10 @@
|
||||
import Vue from "vue";
|
||||
import Component from "vue-class-component";
|
||||
import { equipment, inputBox } from "src/modules/base-components/cards";
|
||||
import { ToolingService } from "../services/toolingService";
|
||||
import { ToolingService } from "../../services/toolingService";
|
||||
import { store, AppModel } from "src/store";
|
||||
import { toolingActions } from "../store/tooling.store";
|
||||
import { DepotService } from "../services/depotService";
|
||||
import { toolingActions } from "../../store/tooling.store";
|
||||
import { DepotService } from "../../services/depotService";
|
||||
import { ModalHelper } from "src/modules/base-components";
|
||||
import { Watch } from "vue-property-decorator";
|
||||
|
||||
+3
-3
@@ -1,8 +1,8 @@
|
||||
import Vue from "vue";
|
||||
import Component from "vue-class-component";
|
||||
import { card } from "../modules/base-components";
|
||||
import { AppModel, store } from "../store";
|
||||
import { ToolingService } from "../services/toolingService";
|
||||
import { card } from "../../modules/base-components";
|
||||
import { AppModel, store } from "../../store";
|
||||
import { ToolingService } from "../../services/toolingService";
|
||||
|
||||
|
||||
@Component({ name: "tooling", components: { card: card } })
|
||||
@@ -107,7 +107,9 @@ export class Hub {
|
||||
}
|
||||
|
||||
private static magazineStatusChanged(data){
|
||||
|
||||
if(data.action = 0){
|
||||
console.log("magazzino usabile");
|
||||
}
|
||||
console.log(data);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user