This commit is contained in:
2021-04-06 23:46:14 +00:00
parent 57c4034163
commit cb93e3ef28
3 changed files with 129 additions and 22 deletions

View File

@@ -88,7 +88,7 @@ export default {
valid: true
});
//If there is a single woitem then select it otherwise keep it clean and empty by not selecting thus not showing
//If there is a single woitem then select it otherwise keep it clean and empty by not selecting thus not showing
//edit form as per design
if (vm.obj.items.length > 0) {
if (vm.obj.items.length == 1) {
@@ -190,6 +190,10 @@ export default {
},
rights: window.$gz.role.defaultRightsObject(), //overall workorder rights, supersedes subrights
ayaType: window.$gz.type.WorkOrder,
currencyName: window.$gz.locale.getCurrencyName(),
timeZoneName: window.$gz.locale.getResolvedTimeZoneName(),
languageName: window.$gz.locale.getResolvedLanguage(),
hour12: window.$gz.locale.getHour12(),
selectedItemIndex: null,
selectedScheduledUserItemIndex: null,
selectLists: {