This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
:class="form().childRowErrorClass(thisVm(), 'Items', index)"
|
||||
>
|
||||
<td class="text-left">
|
||||
{{ item.partViz }}
|
||||
{{ item.partNameViz }}
|
||||
</td>
|
||||
<th class="text-right">
|
||||
{{ $ay.dec(item.quantity) }}
|
||||
@@ -175,7 +175,7 @@
|
||||
)
|
||||
"
|
||||
@input="fieldValueChanged(`Items[${editItemIndex}].PartId`)"
|
||||
:name.sync="obj.items[editItemIndex].partViz"
|
||||
:name.sync="obj.items[editItemIndex].partNameViz"
|
||||
></gz-pick-list>
|
||||
</v-col>
|
||||
|
||||
@@ -726,6 +726,7 @@ async function fetchTranslatedText(vm) {
|
||||
"PartAssemblyNotes",
|
||||
"PartList",
|
||||
"Part",
|
||||
"PartName",
|
||||
"WorkOrderItemPartQuantity",
|
||||
"PartAssemblyCustom1",
|
||||
"PartAssemblyCustom2",
|
||||
|
||||
Reference in New Issue
Block a user