This commit is contained in:
2021-09-08 17:57:17 +00:00
parent aa8224b6df
commit d28b4d6497
8 changed files with 5 additions and 603 deletions

View File

@@ -644,7 +644,6 @@ export default {
customerContactName: this.obj.requestedByUserViz,
fromQuoteId: null,
fromPMId: null,
fromCSRId: this.obj.id,
serviceDate: null,
completeByDate: null,
durationToCompleted: "00:00:00",
@@ -677,6 +676,7 @@ export default {
let wi = {
id: 0,
concurrency: 0,
fromCSRId: this.obj.id,
notes: this.obj.name,
wiki: null,
customFields: "{}",

View File

@@ -1766,12 +1766,7 @@ async function clickHandler(menuItem) {
id: m.vm.obj.fromPMId
});
break;
case "csr":
window.$gz.eventBus.$emit("openobject", {
type: window.$gz.type.CustomerServiceRequest,
id: m.vm.obj.fromCSRId
});
break;
default:
window.$gz.eventBus.$emit(
"notify-warning",

View File

@@ -210,7 +210,6 @@ export default {
customerContactName: null,
fromQuoteId: null,
fromPMId: null,
fromCSRId: null,
serviceDate: null,
completeByDate: null,
durationToCompleted: "00:00:00",