This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
></v-checkbox>
|
||||
</v-col>
|
||||
<!-- --------------------------------- -->
|
||||
<v-col v-if="form().showMe(this, 'PartAssemblyNotes')" cols="12">
|
||||
<v-col v-if="form().showMe(this, 'Notes')" cols="12">
|
||||
<v-textarea
|
||||
v-model="obj.notes"
|
||||
:readonly="formState.readOnly"
|
||||
@@ -579,9 +579,9 @@ function generateMenu(vm) {
|
||||
let menuOptions = {
|
||||
isMain: false,
|
||||
readOnly: vm.formState.readOnly,
|
||||
icon: "$ayiPartAssemblyDiagram",
|
||||
icon: "$ayiObjectGroup",
|
||||
title: "PartAssembly",
|
||||
helpUrl: "form-svc-partassemblys",
|
||||
helpUrl: "form-inv-partassemblies",
|
||||
formData: {
|
||||
ayaType: window.$gz.type.PartAssembly,
|
||||
recordId: vm.$route.params.recordid,
|
||||
|
||||
Reference in New Issue
Block a user