Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
SuperMan
Commits
32176414
Commit
32176414
authored
Jul 26, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
f17eab66
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
21 deletions
+26
-21
roomReservationsDetails.vue
src/components/Hotel/roomReservationsDetails.vue
+3
-3
Leader.vue
src/components/TravelManager/TravelLeader/Leader.vue
+23
-18
No files found.
src/components/Hotel/roomReservationsDetails.vue
View file @
32176414
...
...
@@ -47,7 +47,7 @@
<th
width=
"100"
>
房间类型
</th>
<th
width=
"80"
>
房间
<br
/>
预定数
</th>
<th
width=
"80"
>
预定人数
</th>
<
th
width=
"80"
>
尚差
<br
/>
房间数
</th
>
<
!--
<th
width=
"80"
>
尚差
<br
/>
房间数
</th>
--
>
<th
width=
"80"
>
单价/每人
</th>
<th
width=
"80"
>
免减人数
</th>
<th
width=
"80"
>
金额小计
</th>
...
...
@@ -189,12 +189,12 @@
</el-input>
</td>
<!-- 尚差房间数 -->
<td>
<
!-- <
td>
<p class="pHouseStyle"
:class="{colorRed:childItem.HouseTypeCount-subItem.HouseStatistics.HouseTypeList[childIndex].HouseTypeCount<0}">
{{childItem.HouseTypeCount-subItem.HouseStatistics.HouseTypeList[childIndex].HouseTypeCount}}
</p>
</td>
</td>
-->
<!-- 单价/每人 -->
<td>
<el-input
@
keyup
.
native=
"checkInteger(childItem,'UnitPrice')"
class=
'w60 tcenter'
...
...
src/components/TravelManager/TravelLeader/Leader.vue
View file @
32176414
...
...
@@ -268,6 +268,23 @@
</el-option>
</el-select>
</el-form-item>
<div
class=
"cn_name clearfix"
>
<el-form-item
:label=
"$t('admin.admin_Surname')"
prop=
"Surname"
class=
"name_input"
>
<el-input
v-model=
"addMsg.Surname"
:placeholder=
"$t('admin.admin_xing')"
v-on:input=
"setEngName(1,addMsg.Surname)"
></el-input>
</el-form-item>
<el-form-item
prop=
"Name"
class=
"name_input"
>
<el-input
v-model=
"addMsg.Name"
:placeholder=
"$t('admin.admin_ming')"
v-on:input=
"setEngName(2,addMsg.Name)"
></el-input>
</el-form-item>
</div>
<div
class=
"cn_name clearfix"
>
<el-form-item
:label=
"$t('admin.admin_EnSurname')"
prop=
"EnSurname"
class=
"name_input"
>
<el-input
v-model=
"addMsg.EnSurname"
:placeholder=
"$t('admin.admin_xing')"
></el-input>
</el-form-item>
<el-form-item
prop=
"EnName"
class=
"name_input"
>
<el-input
v-model=
"addMsg.EnName"
:placeholder=
"$t('admin.admin_ming')"
></el-input>
</el-form-item>
</div>
<el-form-item
:label=
"$t('admin.admin_language')"
class=
'multiple_input LanguageList'
v-if=
"addMsg.Type==3"
>
<el-select
v-model=
"LanguageIdS"
multiple
:placeholder=
"$t('admin.admin_phlanguage')"
class=
"w210"
>
<el-option
v-for=
'item in LanguageList'
:key=
"item.ID"
:label=
"item.Name"
:value=
"item.ID"
>
...
...
@@ -292,28 +309,12 @@
</el-option>
</el-select>
</el-form-item>
<el-form-item
:label=
"$t('system.table_acc')"
prop=
"EmployeeId"
>
<
!--
<
el-form-item
:label=
"$t('system.table_acc')"
prop=
"EmployeeId"
>
<el-select
v-model=
"addMsg.EmployeeId"
filterable
:placeholder=
"$t('admin.admin_choAcc')"
class=
"w210"
>
<el-option
v-for=
'item in EmployeeList'
:key=
"item.EmployeeId"
:label=
"item.EmName"
:value=
"item.EmployeeId"
>
</el-option>
</el-select>
</el-form-item>
<div
class=
"cn_name clearfix"
>
<el-form-item
:label=
"$t('admin.admin_Surname')"
prop=
"Surname"
class=
"name_input"
>
<el-input
v-model=
"addMsg.Surname"
:placeholder=
"$t('admin.admin_xing')"
v-on:input=
"setEngName(1,addMsg.Surname)"
></el-input>
</el-form-item>
<el-form-item
prop=
"Name"
class=
"name_input"
>
<el-input
v-model=
"addMsg.Name"
:placeholder=
"$t('admin.admin_ming')"
v-on:input=
"setEngName(2,addMsg.Name)"
></el-input>
</el-form-item>
</div>
<div
class=
"cn_name clearfix"
>
<el-form-item
:label=
"$t('admin.admin_EnSurname')"
prop=
"EnSurname"
class=
"name_input"
>
<el-input
v-model=
"addMsg.EnSurname"
:placeholder=
"$t('admin.admin_xing')"
></el-input>
</el-form-item>
<el-form-item
prop=
"EnName"
class=
"name_input"
>
<el-input
v-model=
"addMsg.EnName"
:placeholder=
"$t('admin.admin_ming')"
></el-input>
</el-form-item>
</div>
</el-form-item>
-->
<el-form-item
:label=
"$t('admin.admin_IDcard')"
prop=
"IdCard"
class=
"other_input"
>
<el-input
type=
"text"
v-model=
"addMsg.IdCard"
:placeholder=
"$t('admin.admin_phIDcard')"
class=
"w210"
></el-input>
</el-form-item>
...
...
@@ -337,6 +338,9 @@
<el-form-item
:label=
"$t('pub.mbPhoneNum')"
prop=
"MobilePhone"
class=
"other_input"
>
<el-input
type=
"text"
v-model=
"addMsg.MobilePhone"
:placeholder=
"$t('admin.admin_phPhone')"
class=
"w210"
></el-input>
</el-form-item>
<el-form-item
label=
"境外电话"
class=
"other_input"
>
<el-input
type=
"text"
v-model=
"addMsg.SpareTel"
:placeholder=
"$t('admin.admin_SpareTel')"
class=
"w210"
></el-input>
</el-form-item>
<el-form-item
:label=
"$t('system.table_Passport')"
prop=
"Passport"
class=
"other_input"
>
<el-input
type=
"text"
v-model=
"addMsg.Passport"
:placeholder=
"$t('system.ph_Passport')"
maxlength=
"9"
class=
"w210"
></el-input>
</el-form-item>
...
...
@@ -412,6 +416,7 @@ export default {
BirthPlace
:
""
,
Sex
:
""
,
MobilePhone
:
""
,
SpareTel
:
''
,
Passport
:
""
,
IssuePlace
:
""
,
IssueDate
:
""
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment