This commit is contained in:
@@ -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: "{}",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -210,7 +210,6 @@ export default {
|
||||
customerContactName: null,
|
||||
fromQuoteId: null,
|
||||
fromPMId: null,
|
||||
fromCSRId: null,
|
||||
serviceDate: null,
|
||||
completeByDate: null,
|
||||
durationToCompleted: "00:00:00",
|
||||
|
||||
Reference in New Issue
Block a user