This commit is contained in:
@@ -121,6 +121,7 @@
|
|||||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||||
<v-autocomplete
|
<v-autocomplete
|
||||||
v-model="value.items[activeItemIndex].workorderItemStatusId"
|
v-model="value.items[activeItemIndex].workorderItemStatusId"
|
||||||
|
@input="fieldValueChanged('workorderItemStatusId')"
|
||||||
:items="pvm.selectLists.woItemStatus"
|
:items="pvm.selectLists.woItemStatus"
|
||||||
item-text="name"
|
item-text="name"
|
||||||
item-value="id"
|
item-value="id"
|
||||||
@@ -274,7 +275,7 @@ export default {
|
|||||||
handleEditItemStatusClick: function() {
|
handleEditItemStatusClick: function() {
|
||||||
window.$gz.eventBus.$emit("openobject", {
|
window.$gz.eventBus.$emit("openobject", {
|
||||||
type: window.$gz.type.WorkOrderItemStatus,
|
type: window.$gz.type.WorkOrderItemStatus,
|
||||||
id: this.value.items[activeItemIndex].workorderItemStatusId
|
id: this.value.items[this.activeItemIndex].workorderItemStatusId
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
form() {
|
form() {
|
||||||
|
|||||||
Reference in New Issue
Block a user