Added terminal Identifier to UK admin

This commit is contained in:
Chad Derya 2019-09-11 12:02:03 +01:00
parent abdc79688a
commit 02d9a1765d
1 changed files with 8 additions and 0 deletions

View File

@ -35,6 +35,13 @@
</el-form-item>
</el-col>
</el-row>
<el-row v-if="$store.state.settings.platform === 'OLFUK'">
<el-col :span="8">
<el-form-item label-width="120px" label="Identifier" class="postInfo-container-item">
<el-input v-model="postForm.identifier" placeholder="DeliveredIn Identifier" />
</el-form-item>
</el-col>
</el-row>
<el-row>
<el-col :span="8">
<el-form-item label-width="120px" label="Address Line 1" class="postInfo-container-item">
@ -99,6 +106,7 @@ const defaultForm = {
id: '',
name: '',
region_id: '',
identifier: '',
address: {
line1: '',
line2: '',