Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
HotelProject
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
zhengke
HotelProject
Commits
e5c345b3
Commit
e5c345b3
authored
Feb 12, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
cb970d9c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
19 deletions
+20
-19
HotelOrder.vue
src/components/assetsman/HotelOrder.vue
+13
-14
index.vue
src/components/global/index.vue
+7
-5
No files found.
src/components/assetsman/HotelOrder.vue
View file @
e5c345b3
...
...
@@ -117,8 +117,8 @@
<el-popover
width=
"300"
trigger=
"click"
>
<table
style=
"width:100%;"
class=
"myTable miniTable"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<tr>
<th
width=
"90"
style=
"height:30px;"
align=
"center"
>
日期
</th>
<th
width=
"90"
align=
"center"
>
价
格
</th>
<th
width=
"90"
style=
"height:30px;"
align=
"center"
title=
"日期"
>
日付
</th>
<th
width=
"90"
align=
"center"
title=
"价格"
>
価
格
</th>
</tr>
<tr
v-for=
"(subItem,subIndex) in item.PriceList"
:key=
"subIndex"
>
<td
align=
"center"
>
{{
subItem
.
Date
}}
</td>
...
...
@@ -138,9 +138,8 @@
</td>
<td>
邮箱:
{{
item
.
Email
}}
<br
/>
电话:
{{
item
.
Mobile
}}
メール:
{{
item
.
Email
}}
<br
/>
電話:
{{
item
.
Mobile
}}
</td>
<td>
<!--
{{
item
.
OrderForm
==
1
?
'同行'
:
'直客'
}}
-->
...
...
@@ -154,22 +153,22 @@
<el-tooltip
class=
"item"
effect=
"dark"
content=
"キャンセル"
placement=
"top"
>
<img
@
click=
"DeleteOrder(item)"
style=
"width:24px;height:24px"
src=
"../../assets/img/qx.png"
alt=
""
/>
</el-tooltip>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"
キャンセル
"
placement=
"top"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"
操作履歴
"
placement=
"top"
>
<img
@
click=
"OperationCaozuo(item)"
style=
"width:24px;height:24px"
src=
"../../assets/img/czrz.png"
alt=
""
/>
</el-tooltip>
</td>
</tr>
<tr>
<td
colspan=
"13"
>
旅客名
单
:
<span
class=
"HotelOderName"
v-for=
"(subItem,subIndex) in item.GuestList"
<td
colspan=
"13"
title=
"旅客名单"
>
旅客名
簿
:
<span
class=
"HotelOderName"
v-for=
"(subItem,subIndex) in item.GuestList"
:key=
"subIndex"
>
{{
subItem
.
Name
}}
</span>
</td>
</tr>
</tbody>
<tbody
v-if=
"dataList.length==0"
>
<tr>
<td
colspan=
"9"
style=
"text-align:center;"
>
暂无数据
</td>
<td
colspan=
"9"
style=
"text-align:center;"
title=
"暂无数据"
>
一時データ
</td>
</tr>
</tbody>
</table>
...
...
@@ -183,9 +182,9 @@
<table
style=
"min-width:100%"
class=
"myTable miniTable"
v-loading=
"loading2"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
<thead>
<th
width=
'200'
>
内容
</th>
<th
>
创建人
</th>
<th
>
创建时间
</th>
<th
width=
'200'
title=
"内容"
>
内容
</th>
<th
title=
"创建人"
>
設立者
</th>
<th
title=
"创建时间"
>
創建時期
</th>
</thead>
<tbody>
<tr
v-for=
"(item, index) in OperationList"
:key=
"index"
>
...
...
@@ -195,8 +194,8 @@
{{
item
.
CreateTime
}}
</td>
</tr>
<tr
v-show=
"OperationList.length == 0"
>
<td
colspan=
"3"
align=
"center"
>
暂无数据
</td>
<tr
v-show=
"OperationList.length == 0"
title=
"暂无数据"
>
<td
colspan=
"3"
align=
"center"
>
一時データ
</td>
</tr>
</tbody>
</table>
...
...
src/components/global/index.vue
View file @
e5c345b3
...
...
@@ -2,7 +2,7 @@
.PHeader
{
width
:
100px
;
height
:
100px
;
margin
:
30px
0
30px
1
05
px
;
margin
:
30px
0
30px
1
30
px
;
border
:
1px
solid
#d1d1d1
;
border-radius
:
50%
;
background-color
:
#fff
;
...
...
@@ -13,7 +13,9 @@
height
:
100%
;
border-radius
:
50%
;
}
.w230
{
width
:
230px
!important
;
}
</
style
>
<
template
>
<div
class=
"App"
>
...
...
@@ -37,14 +39,14 @@
</el-upload>
<el-form
:model=
"passWordMsg"
:rules=
"rules"
ref=
"passWordMsg"
label-width=
"100px"
>
<el-form-item
label=
"古い暗号"
prop=
"oldPwd"
title=
"旧密码"
>
<el-input
size=
"small"
class=
"w2
0
0"
type=
"password"
v-model=
"passWordMsg.oldPwd"
max-length=
"20"
placeholder=
"入力してください"
></el-input>
<el-input
size=
"small"
class=
"w2
3
0"
type=
"password"
v-model=
"passWordMsg.oldPwd"
max-length=
"20"
placeholder=
"入力してください"
></el-input>
</el-form-item>
<el-form-item
label=
"新しい暗号"
prop=
"newPwd"
title=
"新密码"
>
<el-input
size=
"small"
class=
"w2
0
0"
type=
"password"
v-model=
"passWordMsg.newPwd"
max-length=
"20"
placeholder=
"入力してください"
></el-input>
<el-input
size=
"small"
class=
"w2
3
0"
type=
"password"
v-model=
"passWordMsg.newPwd"
max-length=
"20"
placeholder=
"入力してください"
></el-input>
</el-form-item>
</el-form>
<div
class=
"btnformItem"
style=
"text-align:center;margin:50px 0 20px 0;"
>
<span
class=
"chaxunSpan"
type=
"primary"
@
click=
"submitForm('passWordMsg')"
title=
"确定"
>
確定
</span>
<span
class=
"chaxunSpan"
type=
"primary"
@
click=
"submitForm('passWordMsg')"
style=
"margin-right:20px;"
title=
"确定"
>
確定
</span>
<span
class=
"addSpan"
@
click=
"updateInfo = false,resetMsg()"
title=
"取消"
>
キャンセル
</span>
</div>
</div>
...
...
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