This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user