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