This commit is contained in:
2021-04-29 18:41:55 +00:00
parent 89fabfe3fd
commit d18436c91f
16 changed files with 4 additions and 64 deletions

View File

@@ -57,12 +57,6 @@ export default {
if (parsedValue == this.value) {
return;
}
// console.log("PCT CONTROL:", {
// parsedValue: parsedValue,
// value: this.value
// });
this.$emit("input", parsedValue);
}
}

View File

@@ -185,7 +185,6 @@ export default {
return window.$gz.form;
},
fieldValueChanged(ref) {
console.log("woitemscheduserform, field value changed", ref);
if (!this.formState.loading && !this.formState.readonly) {
//flag this record dirty so it gets picked up by save
this.value.items[this.activeWoItemIndex].scheduledUsers[