This commit is contained in:
@@ -510,6 +510,7 @@ CURRENTLY DOING: PM stuff:
|
|||||||
|
|
||||||
front end
|
front end
|
||||||
front end default data objects in quote and pm and properly set defaults for new record
|
front end default data objects in quote and pm and properly set defaults for new record
|
||||||
|
todo: add back NewStatus trans key it's used by status control
|
||||||
report fields coming over properly
|
report fields coming over properly
|
||||||
back end biz job to actually do the generation
|
back end biz job to actually do the generation
|
||||||
Clean up notification for PM's and Quotes as they are filled with service wo shit
|
Clean up notification for PM's and Quotes as they are filled with service wo shit
|
||||||
|
|||||||
@@ -18,6 +18,9 @@
|
|||||||
</template>
|
</template>
|
||||||
<script>
|
<script>
|
||||||
/* Xeslint-disable */
|
/* Xeslint-disable */
|
||||||
|
//bitwise selection of days of week
|
||||||
|
//https://stackoverflow.com/a/24174625/8939
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
async created() {
|
async created() {
|
||||||
await window.$gz.enums.fetchEnumList("AuthorizationRoles");
|
await window.$gz.enums.fetchEnumList("AuthorizationRoles");
|
||||||
|
|||||||
@@ -142,36 +142,6 @@
|
|||||||
label="Monday"
|
label="Monday"
|
||||||
value="0"
|
value="0"
|
||||||
></v-checkbox>
|
></v-checkbox>
|
||||||
<v-checkbox
|
|
||||||
v-model="value.excludeDaysOfWeek"
|
|
||||||
label="Monday"
|
|
||||||
value="0"
|
|
||||||
></v-checkbox>
|
|
||||||
<v-checkbox
|
|
||||||
v-model="value.excludeDaysOfWeek"
|
|
||||||
label="Monday"
|
|
||||||
value="0"
|
|
||||||
></v-checkbox>
|
|
||||||
<v-checkbox
|
|
||||||
v-model="value.excludeDaysOfWeek"
|
|
||||||
label="Monday"
|
|
||||||
value="0"
|
|
||||||
></v-checkbox>
|
|
||||||
<v-checkbox
|
|
||||||
v-model="value.excludeDaysOfWeek"
|
|
||||||
label="Monday"
|
|
||||||
value="0"
|
|
||||||
></v-checkbox>
|
|
||||||
<v-checkbox
|
|
||||||
v-model="value.excludeDaysOfWeek"
|
|
||||||
label="Monday"
|
|
||||||
value="0"
|
|
||||||
></v-checkbox>
|
|
||||||
<v-checkbox
|
|
||||||
v-model="value.excludeDaysOfWeek"
|
|
||||||
label="Monday"
|
|
||||||
value="0"
|
|
||||||
></v-checkbox>
|
|
||||||
</v-col>
|
</v-col>
|
||||||
|
|
||||||
<v-col cols="12" sm="6" lg="4" xl="3">
|
<v-col cols="12" sm="6" lg="4" xl="3">
|
||||||
|
|||||||
Reference in New Issue
Block a user