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
aaf7b154
Commit
aaf7b154
authored
May 10, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
cb8dbb36
8eea63d2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1589 additions
and
4 deletions
+1589
-4
BasicDocuments.vue
src/components/FinancialModule/BasicDocuments.vue
+5
-4
LocaltourMan.vue
src/components/activity/LocaltourMan.vue
+1574
-0
Rotationchart.vue
src/components/activity/Rotationchart.vue
+2
-0
config.js
src/router/config.js
+8
-0
No files found.
src/components/FinancialModule/BasicDocuments.vue
View file @
aaf7b154
...
...
@@ -1696,8 +1696,9 @@ export default {
},
err
=>
{})
},
AuditOrRefund
(){
// 保存
// console.log("保存")
let
that
=
this
;
let
that
=
this
;
that
.
benMoney
=
Math
.
round
(
that
.
benMoney
*
100
)
/
100
;
if
(
that
.
Ststus
==
1
){
if
(
this
.
AuditOrRefundMsg
.
Status
==
'5'
){
if
(
that
.
GetDetail
.
AccountNumber
.
indexOf
(
"东航平台"
)
!=-
1
){
...
...
@@ -1706,13 +1707,13 @@ export default {
return
;
}
else
{
if
(
this
.
allMoney
>
parseFloat
(
that
.
benMoney
)
+
5
||
this
.
allMoney
<
parseFloat
(
that
.
benMoney
)
-
5
){
this
.
Error
(
"请检查实付金额!"
)
this
.
Error
(
"请检查实付金额
是否在范围内
!"
)
return
;
}
}
}
else
{
if
(
this
.
allMoney
!=
parseFloat
(
that
.
benMoney
)){
this
.
Error
(
"请检查
实付金额
!"
)
this
.
Error
(
"请检查
金额是否一致
!"
)
return
;
}
}
...
...
src/components/activity/LocaltourMan.vue
0 → 100644
View file @
aaf7b154
This diff is collapsed.
Click to expand it.
src/components/activity/Rotationchart.vue
View file @
aaf7b154
...
...
@@ -155,6 +155,7 @@
<el-option
label=
"签证"
:value=
"2"
></el-option>
<el-option
label=
"机票"
:value=
"3"
></el-option>
<el-option
label=
"自由行"
:value=
"4"
></el-option>
<el-option
label=
"当地游"
:value=
"5"
></el-option>
</el-select>
</el-form-item>
<el-form-item>
...
...
@@ -232,6 +233,7 @@
<el-option
label=
"签证"
:value=
"2"
></el-option>
<el-option
label=
"机票"
:value=
"3"
></el-option>
<el-option
label=
"自由行"
:value=
"4"
></el-option>
<el-option
label=
"当地游"
:value=
"5"
></el-option>
</el-select>
</el-form-item>
<el-form-item
label=
"排序"
>
...
...
src/router/config.js
View file @
aaf7b154
...
...
@@ -3232,6 +3232,14 @@ export default {
title
:
'会员特权'
}
},
{
path
:
'/LocaltourMan'
,
name
:
'LocaltourMan'
,
component
:
resolve
=>
require
([
'@/components/activity/LocaltourMan'
],
resolve
),
meta
:
{
title
:
'当地游'
}
},
]
},
{
...
...
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