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
ff92bd90
Commit
ff92bd90
authored
Feb 28, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改日语
parent
9e24fa11
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
11 deletions
+11
-11
HotelInfo.vue
src/components/assetsman/HotelInfo.vue
+1
-1
Quotation.vue
src/components/assetsman/Quotation.vue
+4
-4
RoomList.vue
src/components/assetsman/RoomList.vue
+6
-6
No files found.
src/components/assetsman/HotelInfo.vue
View file @
ff92bd90
...
...
@@ -211,7 +211,7 @@
</el-form-item>
</div>
<div
style=
"position:relative;margin-bottom:15px;"
>
<span
style=
"top:0;position: absolute;left:75px;color:#606266"
>
交通案内
</span>
<span
style=
"top:0;position: absolute;left:75px;color:#606266"
>
ホテルの魅力
</span>
<div
style=
"display:inline-block;margin-left:173px;background:#fff;width:800px;"
>
<quill-editor
:options=
"editorOption"
v-model=
"addMsg.SHotelInfo"
></quill-editor>
</div>
...
...
src/components/assetsman/Quotation.vue
View file @
ff92bd90
...
...
@@ -107,14 +107,14 @@
</div>
<div
class=
"baseform"
>
<el-form-item
label=
""
prop=
"CostPrice"
title=
"成本价人民币"
>
<span
class=
"label"
>
公式
料金 人民元
</span>
<span
class=
"label"
>
契約
料金 人民元
</span>
<el-input
@
keyup
.
native=
"checkPrice(addMsg,'CostPrice')"
size=
"mini"
v-model=
"addMsg.CostPrice"
placeholder=
"
公式
料金 人民元"
maxlength=
"7"
></el-input>
placeholder=
"
契約
料金 人民元"
maxlength=
"7"
></el-input>
</el-form-item>
<el-form-item
label=
""
prop=
"Money"
title=
"内部卖价人民币"
>
<span
class=
"label"
>
契約
料金 人民元
</span>
<span
class=
"label"
>
社内
料金 人民元
</span>
<el-input
@
keyup
.
native=
"checkPrice(addMsg,'Money')"
size=
"mini"
v-model=
"addMsg.Money"
placeholder=
"
契約
料金 人民元"
maxlength=
"7"
></el-input>
placeholder=
"
社内
料金 人民元"
maxlength=
"7"
></el-input>
</el-form-item>
<el-form-item
label=
""
prop=
"B2BPrice"
title=
"同行卖价人民币"
>
<span
class=
"label"
>
同業料金 人民元
</span>
...
...
src/components/assetsman/RoomList.vue
View file @
ff92bd90
...
...
@@ -197,7 +197,7 @@
<span
class=
"label"
>
屋外の景観
</span>
<el-input
size=
"mini"
v-model=
"addMsg.Landscape"
placeholder=
"入力してください"
></el-input>
</el-form-item>
<el-form-item
label=
""
prop=
"WindoWCut"
title=
"窗型"
>
<el-form-item
label=
""
title=
"窗型"
>
<span
class=
"label"
>
窓型
</span>
<el-input
size=
"mini"
v-model=
"addMsg.WindoWCut"
placeholder=
"入力してください"
></el-input>
</el-form-item>
...
...
@@ -346,11 +346,11 @@
message
:
"名前を入力してください"
,
trigger
:
"blur"
}],
WindoWCut
:
[{
required
:
true
,
message
:
"部屋窓型を入力してください"
,
trigger
:
"blur"
}],
//
WindoWCut: [{
//
required: true,
//
message: "部屋窓型を入力してください",
//
trigger: "blur"
//
}],
RoomFacility
:
[{
required
:
true
,
message
:
"客室タイプを入力してください"
,
...
...
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