This commit is contained in:
2021-07-15 19:06:15 +00:00
parent 9dc58631d2
commit e1501c19c0
28 changed files with 60 additions and 60 deletions

View File

@@ -152,7 +152,7 @@
>
<gz-pick-list
:aya-type="$ay.ayt().PartWarehouse"
:show-edit-icon="true"
show-edit-icon
v-model="
value.items[activeWoItemIndex].parts[activeItemIndex]
.partWarehouseId
@@ -281,7 +281,7 @@
>
<gz-pick-list
:aya-type="$ay.ayt().TaxCode"
:show-edit-icon="true"
show-edit-icon
v-model="
value.items[activeWoItemIndex].parts[activeItemIndex]
.taxPartSaleId
@@ -392,7 +392,7 @@
<v-card-text>
<gz-pick-list
:aya-type="$ay.ayt().PartAssembly"
:show-edit-icon="true"
show-edit-icon
v-model="selectedPartAssembly"
:label="$ay.t('PartAssemblyList')"
ref="selectedPartAssembly"
@@ -405,7 +405,7 @@
form().showMe(this, 'WorkOrderItemPartPartWarehouseID')
"
:aya-type="$ay.ayt().PartWarehouse"
:show-edit-icon="true"
show-edit-icon
v-model="selectedPartWarehouse"
:label="$ay.t('WorkOrderItemPartPartWarehouseID')"
ref="selectedPartWarehouse"