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