This commit is contained in:
2021-06-16 23:47:58 +00:00
parent 6526fd1271
commit 026f53baf4
8 changed files with 56 additions and 16 deletions

View File

@@ -845,7 +845,6 @@ export default {
});
},
newSubItem(atype) {
console.log("Newsubitem type: ", atype);
//new Id value to use (by convention goto negative will trigger create and then goto instead of simple goto)
let newId = -Math.abs(Date.now());
switch (atype) {
@@ -874,7 +873,6 @@ export default {
this.gotoTravelIndex = newId;
break;
case window.$gz.type.WorkOrderItemUnit:
console.log("new unit id", newId);
this.gotoUnitIndex = newId;
break;
}