This commit is contained in:
2021-07-29 18:24:43 +00:00
parent 46fc6a8f90
commit e0fa182ad2
2 changed files with 18 additions and 5 deletions

View File

@@ -535,9 +535,10 @@ PM TODO:
PM and QUOTE BIZ - all the notifications are probably fucked as copied directly from wo
fix and add their own special ones
todo: pm needs fields for copy wiki and copy attachments so server knows to do that on generate
PM TESTING
Test generate threshold and etc
Test with insufficient inventory on generation
Test with crazy values and add sanity rules to prevent

View File

@@ -161,7 +161,13 @@
></gz-date-time-picker>
</v-col>
<v-col cols="12" sm="6" lg="4" xl="3">
<v-col
v-if="form().showMe(this, 'CopyWiki')"
cols="12"
sm="6"
lg="4"
xl="3"
>
<v-checkbox
v-model="value.copyWiki"
:readonly="formState.readOnly"
@@ -173,7 +179,13 @@
></v-checkbox>
</v-col>
<v-col cols="12" sm="6" lg="4" xl="3">
<v-col
v-if="form().showMe(this, 'copyAttachments')"
cols="12"
sm="6"
lg="4"
xl="3"
>
<v-checkbox
v-model="value.copyAttachments"
:readonly="formState.readOnly"