This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
<v-row justify="center">
|
||||
<v-dialog persistent max-width="600px" v-model="genDlg">
|
||||
<v-card>
|
||||
<v-card-title>{{ $ay.t("GenerateWorkOrder") }}</v-card-title>
|
||||
<v-card-title>{{ $ay.t("DuplicateToWorkOrder") }}</v-card-title>
|
||||
<v-card-text>
|
||||
<v-checkbox
|
||||
v-model="genCopyWiki"
|
||||
@@ -221,12 +221,6 @@ export default {
|
||||
customerReferenceNumber: null,
|
||||
customerContactName: null,
|
||||
onsite: true,
|
||||
customerSignature: null,
|
||||
customerSignatureName: null,
|
||||
customerSignatureCaptured: null,
|
||||
techSignature: null,
|
||||
techSignatureName: null,
|
||||
techSignatureCaptured: null,
|
||||
postAddress: null,
|
||||
postCity: null,
|
||||
postRegion: null,
|
||||
@@ -1787,7 +1781,7 @@ function generateMenu(vm) {
|
||||
!vm.obj.userIsRestrictedType
|
||||
) {
|
||||
menuOptions.menuItems.push({
|
||||
title: "GenerateWorkOrder",
|
||||
title: "DuplicateToWorkOrder",
|
||||
icon: "$ayiTools",
|
||||
key: FORM_KEY + ":genwo",
|
||||
vm: vm
|
||||
@@ -1860,7 +1854,7 @@ async function fetchTranslatedText(vm) {
|
||||
"Customer",
|
||||
"PMSerialNumber",
|
||||
"WorkOrderSummary",
|
||||
"GenerateWorkOrder",
|
||||
"DuplicateToWorkOrder",
|
||||
"Contract",
|
||||
"Project",
|
||||
"WorkOrderCustomerContactName",
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
<v-row justify="center">
|
||||
<v-dialog persistent max-width="600px" v-model="genDlg">
|
||||
<v-card>
|
||||
<v-card-title>{{ $ay.t("GenerateWorkOrder") }}</v-card-title>
|
||||
<v-card-title>{{ $ay.t("DuplicateToWorkOrder") }}</v-card-title>
|
||||
<v-card-text>
|
||||
<v-checkbox
|
||||
v-model="genCopyWiki"
|
||||
@@ -211,20 +211,13 @@ export default {
|
||||
internalReferenceNumber: null,
|
||||
customerReferenceNumber: null,
|
||||
customerContactName: null,
|
||||
fromQuoteId: null,
|
||||
fromPMId: null,
|
||||
fromCSRId: null,
|
||||
serviceDate: null,
|
||||
completeByDate: null,
|
||||
durationToCompleted: "00:00:00",
|
||||
invoiceNumber: null,
|
||||
preparedById: window.$gz.store.state.userId,
|
||||
introduction: null,
|
||||
requested: window.$gz.locale.nowUTC8601String(),
|
||||
validUntil: null,
|
||||
submitted: null,
|
||||
approved: null,
|
||||
onsite: true,
|
||||
customerSignature: null,
|
||||
customerSignatureName: null,
|
||||
customerSignatureCaptured: null,
|
||||
techSignature: null,
|
||||
techSignatureName: null,
|
||||
techSignatureCaptured: null,
|
||||
postAddress: null,
|
||||
postCity: null,
|
||||
postRegion: null,
|
||||
@@ -1861,7 +1854,7 @@ function generateMenu(vm) {
|
||||
!vm.obj.userIsRestrictedType
|
||||
) {
|
||||
menuOptions.menuItems.push({
|
||||
title: "GenerateWorkOrder",
|
||||
title: "DuplicateToWorkOrder",
|
||||
icon: "$ayiTools",
|
||||
key: FORM_KEY + ":genwo",
|
||||
vm: vm
|
||||
@@ -1940,7 +1933,7 @@ async function fetchTranslatedText(vm) {
|
||||
"Customer",
|
||||
"QuoteSerialNumber",
|
||||
"WorkOrderSummary",
|
||||
"GenerateWorkOrder",
|
||||
"DuplicateToWorkOrder",
|
||||
"Contract",
|
||||
"Project",
|
||||
"WorkOrderCustomerContactName",
|
||||
|
||||
@@ -42,7 +42,7 @@
|
||||
<v-row justify="center">
|
||||
<v-dialog persistent max-width="600px" v-model="genQuoteDlg">
|
||||
<v-card>
|
||||
<v-card-title>{{ $ay.t("GenerateQuote") }}</v-card-title>
|
||||
<v-card-title>{{ $ay.t("DuplicateToQuote") }}</v-card-title>
|
||||
<v-card-text>
|
||||
<v-checkbox
|
||||
v-model="genCopyWiki"
|
||||
@@ -75,7 +75,7 @@
|
||||
<v-row justify="center">
|
||||
<v-dialog persistent max-width="600px" v-model="genPMDlg">
|
||||
<v-card>
|
||||
<v-card-title>{{ $ay.t("GeneratePM") }}</v-card-title>
|
||||
<v-card-title>{{ $ay.t("DuplicateToPM") }}</v-card-title>
|
||||
<v-card-text>
|
||||
<v-checkbox
|
||||
v-model="genCopyWiki"
|
||||
@@ -2004,7 +2004,7 @@ function generateMenu(vm) {
|
||||
!vm.obj.userIsRestrictedType
|
||||
) {
|
||||
menuOptions.menuItems.push({
|
||||
title: "GenerateQuote",
|
||||
title: "DuplicateToQuote",
|
||||
icon: "$ayiPencilAlt",
|
||||
key: FORM_KEY + ":genquote",
|
||||
vm: vm
|
||||
@@ -2017,7 +2017,7 @@ function generateMenu(vm) {
|
||||
!vm.obj.userIsRestrictedType
|
||||
) {
|
||||
menuOptions.menuItems.push({
|
||||
title: "GeneratePM",
|
||||
title: "DuplicateToPM",
|
||||
icon: "$ayiBusinessTime",
|
||||
key: FORM_KEY + ":genpm",
|
||||
vm: vm
|
||||
@@ -2350,8 +2350,8 @@ async function fetchTranslatedText(vm) {
|
||||
"WorkOrderFromQuoteID",
|
||||
"WorkOrderFromPMID",
|
||||
"CustomerServiceRequest",
|
||||
"GenerateQuote",
|
||||
"GeneratePM",
|
||||
"DuplicateToQuote",
|
||||
"DuplicateToPM",
|
||||
"NewStatus"
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user