This commit is contained in:
@@ -104,12 +104,7 @@
|
||||
</v-col>
|
||||
|
||||
<v-col
|
||||
v-if="
|
||||
form().showMe(
|
||||
this,
|
||||
'WorkOrderItemTaskWorkOrderItemTaskCompletionType'
|
||||
)
|
||||
"
|
||||
v-if="form().showMe(this, 'WorkOrderItemLoanRate')"
|
||||
cols="12"
|
||||
sm="6"
|
||||
lg="4"
|
||||
@@ -122,7 +117,7 @@
|
||||
item-value="id"
|
||||
:readonly="formState.readOnly || isDeleted"
|
||||
:disabled="isDeleted"
|
||||
:label="$ay.t('WorkOrderItemTaskWorkOrderItemTaskCompletionType')"
|
||||
:label="$ay.t('WorkOrderItemLoanRate')"
|
||||
:ref="
|
||||
`Items[${activeWoItemIndex}].loans[
|
||||
${activeItemIndex}
|
||||
@@ -500,7 +495,7 @@ export default {
|
||||
taxCodeChange(newName) {
|
||||
this.value.items[this.activeWoItemIndex].loans[
|
||||
this.activeItemIndex
|
||||
].taxLoanSaleViz = newName;
|
||||
].taxCodeViz = newName;
|
||||
},
|
||||
newItem() {
|
||||
let newIndex = this.value.items[this.activeWoItemIndex].loans.length;
|
||||
|
||||
Reference in New Issue
Block a user