This commit is contained in:
2021-11-23 00:06:39 +00:00
parent 6fd7f00f2b
commit 17b6a29b11
2 changed files with 7 additions and 3 deletions

View File

@@ -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",