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
d1842968
Commit
d1842968
authored
Mar 07, 2019
by
huangyuanyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
散客机票
parent
baa19b1a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
773 additions
and
753 deletions
+773
-753
IndividualTicketOrder.vue
src/components/Ticketing/IndividualTicketOrder.vue
+9
-2
IndividualTicketOrderDetails.vue
src/components/Ticketing/IndividualTicketOrderDetails.vue
+762
-749
index.js
src/plug/index.js
+2
-2
No files found.
src/components/Ticketing/IndividualTicketOrder.vue
View file @
d1842968
...
@@ -143,7 +143,9 @@
...
@@ -143,7 +143,9 @@
<div>
收款单据:
</div>
<div>
收款单据:
</div>
<div>
<div>
<span
style=
"cursor: default;"
>
<span
style=
"cursor: default;"
>
<span
class=
"tickets_green"
v-for=
"(fina,fin) in item.FinanceList"
:key=
"fin"
>
{{fina.PayMoney}}
</span>
<span
class=
"tickets_green"
v-for=
"(fina,fin) in item.FinanceList"
:key=
"fin"
>
<span
@
click=
"goUrl('财务单据','FinancialDocumentsDetail',fina.FrID)"
>
{{fina.FrID}}
</span>
</span>
<span
v-if=
"item.FinanceList==0"
>
<span
v-if=
"item.FinanceList==0"
>
暂无数据
暂无数据
</span>
</span>
...
@@ -155,7 +157,9 @@
...
@@ -155,7 +157,9 @@
<div>
付款单据:
</div>
<div>
付款单据:
</div>
<div>
<div>
<span
style=
"cursor: default;"
>
<span
style=
"cursor: default;"
>
<span
class=
"tickets_green"
v-for=
"(fina,fin) in item.RefundFinanceList"
:key=
"fin"
>
{{fina.PayMoney}}
</span>
<span
class=
"tickets_green"
v-for=
"(fina,fin) in item.RefundFinanceList"
:key=
"fin"
>
<span
@
click=
"goUrl('财务单据','FinancialDocumentsDetail',fina.FrID)"
>
{{fina.FrID}}
</span>
</span>
<span
v-if=
"item.RefundFinanceList==0"
>
<span
v-if=
"item.RefundFinanceList==0"
>
暂无数据
暂无数据
</span>
</span>
...
@@ -195,6 +199,9 @@ export default {
...
@@ -195,6 +199,9 @@ export default {
},
},
components
:
{},
components
:
{},
methods
:
{
methods
:
{
goUrl
:
function
(
name
,
path
,
id
)
{
this
.
$router
.
push
({
name
:
path
,
query
:
{
id
:
id
,
blank
:
'y'
,
tab
:
name
}
});
},
handleCurrentChange
(
val
)
{
handleCurrentChange
(
val
)
{
this
.
msg
.
pageIndex
=
val
this
.
msg
.
pageIndex
=
val
this
.
getList
()
this
.
getList
()
...
...
src/components/Ticketing/IndividualTicketOrderDetails.vue
View file @
d1842968
This diff is collapsed.
Click to expand it.
src/plug/index.js
View file @
d1842968
...
@@ -115,8 +115,8 @@ export default {
...
@@ -115,8 +115,8 @@ export default {
Vue
.
prototype
.
domainManager
=
function
()
{
Vue
.
prototype
.
domainManager
=
function
()
{
let
domainUrl
=
''
;
let
domainUrl
=
''
;
let
locationName
=
window
.
location
.
hostname
;
let
locationName
=
window
.
location
.
hostname
;
domainUrl
=
"http://127.0.0.1"
;
//214主域名
//
domainUrl = "http://127.0.0.1"; //214主域名
//
domainUrl = "http://192.168.2.16:8083";
domainUrl
=
"http://192.168.2.16:8083"
;
if
(
locationName
.
indexOf
(
'oytour'
)
!==-
1
)
{
if
(
locationName
.
indexOf
(
'oytour'
)
!==-
1
)
{
domainUrl
=
"https://reborn.oytour.com"
;
domainUrl
=
"https://reborn.oytour.com"
;
}
else
if
(
locationName
.
indexOf
(
'viitto'
)
!==-
1
)
{
}
else
if
(
locationName
.
indexOf
(
'viitto'
)
!==-
1
)
{
...
...
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