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
558e39e4
Commit
558e39e4
authored
Feb 13, 2019
by
liudong1993
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
团队小费
parent
8af6f098
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
25 additions
and
3 deletions
+25
-3
groupTourOrder.vue
src/components/SalesModule/groupTourOrder.vue
+2
-1
payURL.vue
src/components/commonPage/payURL.vue
+23
-2
No files found.
src/components/SalesModule/groupTourOrder.vue
View file @
558e39e4
...
@@ -1378,6 +1378,7 @@
...
@@ -1378,6 +1378,7 @@
<span
class=
"RL-redType RL-remarkCon"
v-else
>
<span
class=
"RL-redType RL-remarkCon"
v-else
>
<span>
暂无名单
</span>
<span>
暂无名单
</span>
</span>
</span>
<span
v-if=
"item.tipMoney"
>
(小费:
{{
item
.
tipMoney
}}
)
</span>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
...
@@ -2900,7 +2901,7 @@ export default {
...
@@ -2900,7 +2901,7 @@ export default {
getOrderDetail
(
obj
)
{
getOrderDetail
(
obj
)
{
this
.
apipost
(
this
.
apipost
(
"Financial_post_GetOrderFinanceList"
,
"Financial_post_GetOrderFinanceList"
,
{
OrderId
:
obj
.
orderId
,
OrderResource
:
8
},
{
OrderId
:
obj
.
orderId
,
OrderResource
:
8
,
IsTravelMoney
:
1
},
res
=>
{
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
orderList
=
res
.
data
.
data
;
this
.
orderList
=
res
.
data
.
data
;
...
...
src/components/commonPage/payURL.vue
View file @
558e39e4
...
@@ -32,8 +32,9 @@
...
@@ -32,8 +32,9 @@
</div>
</div>
<el-select
slot=
"reference"
v-model=
"value"
class=
'w80'
placeholder=
"收款方式"
@
change=
'chanceType(item)'
>
<el-select
slot=
"reference"
v-model=
"value"
class=
'w80'
placeholder=
"收款方式"
@
change=
'chanceType(item)'
>
<!--
<el-option
label=
"二维码"
value=
"1"
></el-option>
-->
<!--
<el-option
label=
"二维码"
value=
"1"
></el-option>
-->
<el-option
label=
"现金或转账"
value=
"2"
></el-option>
<el-option
label=
"团队收款"
value=
"2"
></el-option>
<el-option
v-if=
'item.orderState===1'
label=
"退款"
value=
"3"
></el-option>
<el-option
v-if=
'item.orderState===1'
label=
"团队退款"
value=
"3"
></el-option>
<el-option
label=
"团队小费"
value=
"4"
></el-option>
</el-select>
</el-select>
</el-popover>
</el-popover>
</div>
</div>
...
@@ -144,6 +145,26 @@
...
@@ -144,6 +145,26 @@
'orderObj'
:
JSON
.
stringify
(
orderObj
)
'orderObj'
:
JSON
.
stringify
(
orderObj
)
}
}
});
});
}
else
if
(
this
.
value
===
'4'
)
{
this
.
visible
=
false
let
orderObj
=
{
OrderID
:
obj
.
orderId
,
OrderSource
:
8
,
CallType
:
1
,
Obj
:
{},
SourceID
:
obj
.
ID
,
TCIDList
:
TCIDARR
}
this
.
$router
.
push
({
name
:
'ChoiceAddFinancialDocuments'
,
query
:{
"Type"
:
1
,
"companyID"
:
obj
.
outBranchId
,
"path"
:
""
,
'blank'
:
'y'
,
'orderObj'
:
JSON
.
stringify
(
orderObj
)
}
});
}
}
this
.
value
=
''
this
.
value
=
''
},
},
...
...
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