761028a0 by zhangmeng

票务

1 parent a91b52b1
...@@ -158,7 +158,7 @@ ...@@ -158,7 +158,7 @@
158 <div>{{ language == 0 ? '入住人' : 'Check-in Person' }}{{ form.rzUsers }}</div> 158 <div>{{ language == 0 ? '入住人' : 'Check-in Person' }}{{ form.rzUsers }}</div>
159 </el-col> 159 </el-col>
160 <el-col :lg="8" :md="12" :sm="12" :xs="24">{{ 160 <el-col :lg="8" :md="12" :sm="12" :xs="24">{{
161 language == 0 ? '联系方式' : 'Contact Information' 161 language == 0 ? '联系电话' : 'Contact Information'
162 }}{{ form.phone }} 162 }}{{ form.phone }}
163 </el-col> 163 </el-col>
164 <el-col :lg="8" :md="12" :sm="12" :xs="24" /> 164 <el-col :lg="8" :md="12" :sm="12" :xs="24" />
...@@ -216,7 +216,7 @@ ...@@ -216,7 +216,7 @@
216 <div class="mb10">{{ language == 0 ? '联系人' : 'Contact Person' }}{{ form.contacts }}</div> 216 <div class="mb10">{{ language == 0 ? '联系人' : 'Contact Person' }}{{ form.contacts }}</div>
217 </el-col> 217 </el-col>
218 <el-col :lg="8" :md="12" :sm="12" :xs="24">{{ 218 <el-col :lg="8" :md="12" :sm="12" :xs="24">{{
219 language == 0 ? '联系方式' : 'Contact Phone' 219 language == 0 ? '联系电话' : 'Contact Phone'
220 }}{{ form.phone }} 220 }}{{ form.phone }}
221 </el-col> 221 </el-col>
222 <el-col :span="24">{{ language == 0 ? '备注' : 'Remarks' }}{{ form.remarks || '-' }}</el-col> 222 <el-col :span="24">{{ language == 0 ? '备注' : 'Remarks' }}{{ form.remarks || '-' }}</el-col>
...@@ -237,7 +237,7 @@ ...@@ -237,7 +237,7 @@
237 </el-col> 237 </el-col>
238 <el-col :lg="12" :md="12" :sm="12" :xs="24"> 238 <el-col :lg="12" :md="12" :sm="12" :xs="24">
239 <div class="mb10"> 239 <div class="mb10">
240 {{ language == 0 ? '联系方式' : 'Contact Phone' }}{{ form.phone }} 240 {{ language == 0 ? '联系电话' : 'Contact Phone' }}{{ form.phone }}
241 </div> 241 </div>
242 </el-col> 242 </el-col>
243 <el-col :lg="8" :md="12" :sm="12" :xs="24"> 243 <el-col :lg="8" :md="12" :sm="12" :xs="24">
...@@ -265,7 +265,7 @@ ...@@ -265,7 +265,7 @@
265 <div class="mb10">{{ language == 0 ? '联系人' : 'Contact Person' }}{{ form.contacts }}</div> 265 <div class="mb10">{{ language == 0 ? '联系人' : 'Contact Person' }}{{ form.contacts }}</div>
266 </el-col> 266 </el-col>
267 <el-col :lg="8" :md="12" :sm="12" :xs="24">{{ 267 <el-col :lg="8" :md="12" :sm="12" :xs="24">{{
268 language == 0 ? '联系方式' : 'Contact Phone' 268 language == 0 ? '联系电话' : 'Contact Phone'
269 }}{{ form.phone }} 269 }}{{ form.phone }}
270 </el-col> 270 </el-col>
271 <el-col :span="24">{{ language == 0 ? '备注' : 'Remarks' }}{{ form.remarks }}</el-col> 271 <el-col :span="24">{{ language == 0 ? '备注' : 'Remarks' }}{{ form.remarks }}</el-col>
...@@ -275,7 +275,7 @@ ...@@ -275,7 +275,7 @@
275 {{ language == 0 ? '联系人' : 'Contact' }}{{ form.contacts }} 275 {{ language == 0 ? '联系人' : 'Contact' }}{{ form.contacts }}
276 </el-col> 276 </el-col>
277 <el-col :lg="8"> 277 <el-col :lg="8">
278 {{ language == 0 ? '联系方式' : 'Contact' }}{{ form.phone }} 278 {{ language == 0 ? '联系电话' : 'Contact' }}{{ form.phone }}
279 </el-col> 279 </el-col>
280 <el-col :lg="8" /> 280 <el-col :lg="8" />
281 <el-row v-for="(v,i) in form.extJson?.orderCustomerList" :key="i" style="width: 100%"> 281 <el-row v-for="(v,i) in form.extJson?.orderCustomerList" :key="i" style="width: 100%">
...@@ -335,7 +335,7 @@ ...@@ -335,7 +335,7 @@
335 </div> 335 </div>
336 </el-col> 336 </el-col>
337 <el-col :lg="8" :md="12" :sm="12" :xs="24">{{ 337 <el-col :lg="8" :md="12" :sm="12" :xs="24">{{
338 language == 0 ? '联系方式' : 'Contact Information' 338 language == 0 ? '联系电话' : 'Contact Information'
339 }}{{ form.phone }} 339 }}{{ form.phone }}
340 </el-col> 340 </el-col>
341 <el-col :lg="8" :md="12" :sm="12" :xs="24"> 341 <el-col :lg="8" :md="12" :sm="12" :xs="24">
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!