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
1b3e0e71
Commit
1b3e0e71
authored
Dec 19, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
f32d0ec4
fc754f5a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
5 deletions
+10
-5
RecPayQuery.vue
src/components/FinancialModule/RecPayQuery.vue
+3
-0
HotelDiscount.vue
src/components/Hotel/HotelDiscount.vue
+5
-3
index.vue
src/components/index.vue
+2
-2
No files found.
src/components/FinancialModule/RecPayQuery.vue
View file @
1b3e0e71
...
...
@@ -938,6 +938,9 @@ export default {
this
.
msg
.
BankID
=
this
.
$route
.
query
.
BankID
;
this
.
transactionDate
[
0
]
=
this
.
$route
.
query
.
StartDate
;
this
.
transactionDate
[
1
]
=
this
.
$route
.
query
.
StartDate
;
this
.
msg
.
sTradeDate
=
this
.
$route
.
query
.
StartDate
;
this
.
msg
.
eTradeDate
=
this
.
$route
.
query
.
StartDate
;
if
(
this
.
$route
.
query
.
BankID
==
''
){
// 费用类型:机票折让费
this
.
msg
.
CostTypeID
=
197
;
...
...
src/components/Hotel/HotelDiscount.vue
View file @
1b3e0e71
...
...
@@ -157,8 +157,8 @@
</el-date-picker>
</el-form-item>
</div>
<div
style=
"margin-bottom:
5
px"
>
收款账户
:日本地接部专户(人民币)
<div
style=
"margin-bottom:
16px;margin-left:14
px"
>
收款账户
<span
style=
"padding-left:10px"
>
日本地接部专户(人民币)
</span>
</div>
<el-form-item
label=
"折让金额"
prop=
"Money"
>
<el-input
v-model=
"addMsg.Money"
@
keyup
.
native=
"checkInteger(addMsg,'Money')"
placeholder=
"单间折让金额"
></el-input>
...
...
@@ -341,11 +341,13 @@ export default {
this
.
addMsg
.
QEndDate
=
''
;
}
}
this
.
Btnloading
=
true
;
this
.
apipost
(
"Financial_post_SetHotelServiceBetchImport"
,
this
.
addMsg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
getList
();
this
.
moneyR
=
false
;
this
.
Btnloading
=
false
;
}
else
{
this
.
Error
(
res
.
data
.
message
);
...
...
src/components/index.vue
View file @
1b3e0e71
...
...
@@ -1121,7 +1121,7 @@
</div>
<div
style=
"text-align:center"
>
<p
style=
"font-size:26px;color:#111111;margin:40px 0"
>
第{{tsNumber}}期投诉案例分享已经发布
</p>
<a
@
click=
"CloseTs"
target=
"_blank"
href=
"http://we.oytour.com:8110/?/article/
19
"
style=
"font-size:18px;color:#E95252;cursor:pointer;text-decoration:underline"
>
点击查看
</a>
<a
@
click=
"CloseTs"
target=
"_blank"
href=
"http://we.oytour.com:8110/?/article/
25
"
style=
"font-size:18px;color:#E95252;cursor:pointer;text-decoration:underline"
>
点击查看
</a>
</div>
</div>
</div>
...
...
@@ -1164,7 +1164,7 @@ export default {
articleId
:
0
,
createEmpId
:
0
,
tsState
:
false
,
tsNumber
:
6
,
tsNumber
:
7
,
saleRnkShow
:
false
,
dialogTitleNot
:
''
,
outerVisibleNot
:
false
,
...
...
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