This commit is contained in:
@@ -409,9 +409,12 @@ export default {
|
|||||||
].startDate;
|
].startDate;
|
||||||
console.log("Start date value is now", val);
|
console.log("Start date value is now", val);
|
||||||
|
|
||||||
let d = window.$gz.locale.addMinutesToUTC8601String(val, 60);
|
let d = window.$gz.locale.addMinutesToUTC8601String(
|
||||||
|
val,
|
||||||
|
window.$gz.store.state.globalSettings.workLaborScheduleDefaultMinutes
|
||||||
|
);
|
||||||
|
|
||||||
console.log("start plus 60 minutes is:", d);
|
console.log("start plus global default labor minutes is:", d);
|
||||||
},
|
},
|
||||||
handleStopDateChange: function() {
|
handleStopDateChange: function() {
|
||||||
let val = this.value.items[this.activeWoItemIndex].scheduledUsers[
|
let val = this.value.items[this.activeWoItemIndex].scheduledUsers[
|
||||||
|
|||||||
Reference in New Issue
Block a user