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
3eebbe65
Commit
3eebbe65
authored
Jun 14, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
83e2e83a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
14 deletions
+35
-14
payURL.vue
src/components/commonPage/payURL.vue
+35
-14
No files found.
src/components/commonPage/payURL.vue
View file @
3eebbe65
...
@@ -36,6 +36,7 @@
...
@@ -36,6 +36,7 @@
<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-option
label=
"团队小费"
value=
"4"
></el-option>
<el-option
v-if=
"photoF"
label=
"照片服务费"
value=
"5"
></el-option>
<el-option
v-if=
"photoF"
label=
"照片服务费"
value=
"5"
></el-option>
<el-option
label=
"月结平台费"
value=
"6"
></el-option>
</el-select>
</el-select>
</el-popover>
</el-popover>
</div>
</div>
...
@@ -193,6 +194,26 @@
...
@@ -193,6 +194,26 @@
'orderObj'
:
JSON
.
stringify
(
orderObj
)
'orderObj'
:
JSON
.
stringify
(
orderObj
)
}
}
});
});
}
else
if
(
this
.
value
===
'6'
)
{
this
.
visible
=
false
let
orderObj
=
{
OrderID
:
obj
.
orderId
,
//订单号
OrderSource
:
8
,
//12
Obj
:
{},
SourceID
:
obj
.
ID
,
//机票id
TCIDList
:
TCIDARR
}
this
.
$router
.
push
({
name
:
'ChoiceAddFinancialDocuments'
,
query
:{
"Type"
:
2
,
'searchTitle'
:
'月结'
,
"companyID"
:
obj
.
outBranchId
,
//公司id
"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