This commit is contained in:
2022-12-24 19:57:51 +00:00
parent 72d746cffe
commit 84d55331ea
12 changed files with 1879 additions and 12 deletions

View File

@@ -34,6 +34,7 @@
:readonly="formState.readOnly"
:label="$sock.t('Vendor')"
:error-messages="form().serverErrors(this, 'vendorId')"
:rules="[form().required(this, 'vendorId')]"
@input="fieldValueChanged('vendorId')"
></gz-pick-list>
</v-col>
@@ -178,14 +179,14 @@ export default {
concurrency: 0,
name: null,
active: true,
notes: null,
vendorId: 1,
licenseInterval: "365.0:00:00",
maintInterval: "365.0:00:00",
vendorCode: null,
ourCode: null,
wiki: null,
customFields: "{}",
tags: [],
dateStarted: window.$gz.locale.nowUTC8601String(),
dateCompleted: null,
productOverseerId: null,
accountNumber: null
sType: 0
},
formState: {
ready: false,
@@ -528,7 +529,7 @@ function generateMenu(vm) {
const menuOptions = {
isMain: false,
readOnly: vm.formState.readOnly,
icon: "$sockiProductDiagram",
icon: "$sockiBarCode",
title: "Product",
helpUrl: "svc-products",
formData: {