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