added tiefbau flag
This commit is contained in:
@@ -91,6 +91,8 @@ Vue.component('workorder-tenant-config', {
|
||||
v-model="editableItem.requireCableType" sm/>
|
||||
<tt-checkbox label="Technische Daten anzeigen (Patchposition, AHA Blatt)"
|
||||
v-model="editableItem.showTechnicalData" sm/>
|
||||
<tt-checkbox label="Tiefbau sieht normale Dokumentationsschritte"
|
||||
v-model="editableItem.tiefbauSeesNormalDocs" sm/>
|
||||
</div>
|
||||
<div v-else>
|
||||
<p>Workorder: <strong>{{ config.enableWorkorder ? 'Aktiviert' : 'Deaktiviert' }}</strong></p>
|
||||
@@ -100,6 +102,7 @@ Vue.component('workorder-tenant-config', {
|
||||
<p>Kabellänge-Doku: <strong>{{ config.requireCableLength ? 'Ja' : 'Nein' }}</strong></p>
|
||||
<p>Kabeltyp-Doku: <strong>{{ config.requireCableType ? 'Ja' : 'Nein' }}</strong></p>
|
||||
<p>Technische Daten: <strong>{{ config.showTechnicalData ? 'Ja' : 'Nein' }}</strong></p>
|
||||
<p>Tiefbau sieht Doku: <strong>{{ config.tiefbauSeesNormalDocs ? 'Ja' : 'Nein' }}</strong></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
@@ -337,6 +340,7 @@ Vue.component('workorder-tenant-config', {
|
||||
requireCableLength: 0,
|
||||
requireCableType: 0,
|
||||
showTechnicalData: 0,
|
||||
tiefbauSeesNormalDocs: 0,
|
||||
enableWorkorder: 1,
|
||||
enableWorkorderMph: 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user