This commit is contained in:
2021-02-09 20:58:48 +00:00
parent 24458e8e62
commit 8a5398c9d0
4 changed files with 6 additions and 7 deletions

View File

@@ -9,10 +9,8 @@ MISC ITEMS THAT CAME UP
## CLIENT MISC ITEMS ## CLIENT MISC ITEMS
todo: deploy latest build to server
todo: clicking into a decimal field and then clicking out causes the record to be dirty
see tax-code or widget for example
todo: standardize routes and route names and form names todo: standardize routes and route names and form names
Use plural and singular names throughout for consistency Use plural and singular names throughout for consistency
i.e. "-edit" forms shoudl be standardized to just th singular name so "part-assembly-edit" sb "part-assembly" i.e. "-edit" forms shoudl be standardized to just th singular name so "part-assembly-edit" sb "part-assembly"

View File

@@ -50,8 +50,9 @@ export default {
currency: this.currencyName, currency: this.currencyName,
locale: this.languageName locale: this.languageName
}); });
if (parsedValue != this.value) {
this.$emit("input", parsedValue); this.$emit("input", parsedValue);
}
} }
} }
}; };

View File

@@ -66,7 +66,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control
//DEVELOPMENT MODE //DEVELOPMENT MODE
//THIS SHOULD BE FALSE IN RELEASE //THIS SHOULD BE FALSE IN RELEASE
//************************************************************ //************************************************************
const DEV_MODE = true; const DEV_MODE = false;
//************************************************************ //************************************************************
//************************************************************** //**************************************************************
//************************************************************** //**************************************************************

View File

@@ -1,7 +1,7 @@
<template> <template>
<div> <div>
<gz-report-selector ref="reportSelector"></gz-report-selector> <gz-report-selector ref="reportSelector"></gz-report-selector>
{{ obj.concurrency }}
<v-row v-if="formState.ready"> <v-row v-if="formState.ready">
<v-col> <v-col>
<v-form ref="form"> <v-form ref="form">