This commit is contained in:
2021-06-01 23:09:06 +00:00
parent d8fd6d96cf
commit 85f18a1cdf
2 changed files with 19 additions and 0 deletions

View File

@@ -408,6 +408,10 @@ export default {
this.activeItemIndex
].startDate;
console.log("Start date value is now", val);
let d = window.$gz.locale.addMinutesToUTC8601String(val, 60);
console.log("start plus 60 minutes is:", d);
},
handleStopDateChange: function() {
let val = this.value.items[this.activeWoItemIndex].scheduledUsers[