Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
million
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
viitto
million
Commits
40d9a8a6
Commit
40d9a8a6
authored
Jul 15, 2020
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
1aa296a2
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
19 additions
and
21 deletions
+19
-21
search_sf1.vue
src/components/search_sf/search_sf1.vue
+0
-1
search_sf2.vue
src/components/search_sf/search_sf2.vue
+0
-1
search_sf3.vue
src/components/search_sf/search_sf3.vue
+0
-1
HomeLayout.vue
src/layouts/HomeLayout.vue
+0
-2
Search.vue
src/pages/Search.vue
+0
-1
orderlistInfo.vue
src/pages/usercenter/orderlistInfo.vue
+4
-6
passengerList.vue
src/pages/usercenter/passengerList.vue
+15
-9
No files found.
src/components/search_sf/search_sf1.vue
View file @
40d9a8a6
...
@@ -328,7 +328,6 @@
...
@@ -328,7 +328,6 @@
this
.
showCompPannel
=
false
;
this
.
showCompPannel
=
false
;
}
}
}
catch
(
error
)
{
}
catch
(
error
)
{
console
.
log
(
"search_sf1_clickHandler_error"
,
error
)
}
}
},
},
clickSlideHandler
(
url
)
{
clickSlideHandler
(
url
)
{
...
...
src/components/search_sf/search_sf2.vue
View file @
40d9a8a6
...
@@ -330,7 +330,6 @@
...
@@ -330,7 +330,6 @@
this
.
showCompPannel
=
false
;
this
.
showCompPannel
=
false
;
}
}
}
catch
(
error
)
{
}
catch
(
error
)
{
console
.
log
(
"search_sf2_clickHandler_error"
,
error
)
}
}
},
},
clickSlideHandler
(
url
)
{
clickSlideHandler
(
url
)
{
...
...
src/components/search_sf/search_sf3.vue
View file @
40d9a8a6
...
@@ -333,7 +333,6 @@
...
@@ -333,7 +333,6 @@
this
.
showCompPannel
=
false
;
this
.
showCompPannel
=
false
;
}
}
}
catch
(
error
)
{
}
catch
(
error
)
{
console
.
log
(
"search_sf3_clickHandler_error"
,
error
)
}
}
},
},
clickSlideHandler
(
url
)
{
clickSlideHandler
(
url
)
{
...
...
src/layouts/HomeLayout.vue
View file @
40d9a8a6
...
@@ -103,12 +103,10 @@
...
@@ -103,12 +103,10 @@
this
.
headType
=
t
;
this
.
headType
=
t
;
},
},
getSite
()
{
getSite
()
{
this
.
apipost
(
this
.
apipost
(
"b2b_get_site"
,
{},
"b2b_get_site"
,
{},
res
=>
{
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
var
jsonData
=
JSON
.
stringify
(
res
.
data
.
data
);
var
jsonData
=
JSON
.
stringify
(
res
.
data
.
data
);
window
.
localStorage
.
setItem
(
"site"
,
jsonData
);
window
.
localStorage
.
setItem
(
"site"
,
jsonData
);
}
}
...
...
src/pages/Search.vue
View file @
40d9a8a6
...
@@ -1342,7 +1342,6 @@
...
@@ -1342,7 +1342,6 @@
msg
.
priceOrderByField
=
2
;
msg
.
priceOrderByField
=
2
;
}
}
}
}
console
.
log
(
"this.msg"
,
msg
);
this
.
apipost
(
this
.
apipost
(
"b2b_get_GetB2BTravelPageList"
,
msg
,
"b2b_get_GetB2BTravelPageList"
,
msg
,
res
=>
{
res
=>
{
...
...
src/pages/usercenter/orderlistInfo.vue
View file @
40d9a8a6
...
@@ -183,7 +183,8 @@
...
@@ -183,7 +183,8 @@
</div>
</div>
<div
class=
"detail-footer"
>
<div
class=
"detail-footer"
>
<q-btn
color=
"primary"
style=
"height:50px;font-size:17px;font-weight:bold;"
label=
"前往付款"
/>
<q-btn
color=
"primary"
style=
"height:50px;font-size:17px;font-weight:bold;"
label=
"前往付款"
/>
<q-btn
color=
"amber"
@
click=
"CommonJump('/passengerList',
{})" style="height:50px;font-size:17px;font-weight:bold;" label="填寫旅客資料" />
<q-btn
color=
"amber"
@
click=
"CommonJump('/passengerList/'+InfoData.OrderId+'',
{})"
style="height:50px;font-size:17px;font-weight:bold;" label="填寫旅客資料" />
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -207,7 +208,6 @@
...
@@ -207,7 +208,6 @@
this
.
getdemandInfo
()
this
.
getdemandInfo
()
},
},
methods
:
{
methods
:
{
getdemandInfo
()
{
getdemandInfo
()
{
if
(
this
.
orderId
>
0
)
{
if
(
this
.
orderId
>
0
)
{
this
.
$q
.
loading
.
show
()
this
.
$q
.
loading
.
show
()
...
@@ -216,20 +216,18 @@
...
@@ -216,20 +216,18 @@
ID
:
this
.
orderId
ID
:
this
.
orderId
},
},
res
=>
{
res
=>
{
console
.
log
(
res
,
'resss'
);
this
.
$q
.
loading
.
hide
()
this
.
$q
.
loading
.
hide
()
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
InfoData
=
res
.
data
.
data
.
model
;
this
.
InfoData
=
res
.
data
.
data
.
model
;
console
.
log
(
"this.
infoData"
,
this
.
InfoData
);
console
.
log
(
"this.
InfoData"
,
this
.
InfoData
);
}
}
},
},
err
=>
{}
err
=>
{}
);
);
}
}
},
},
toTime
(
date
)
{
toTime
(
date
)
{
if
(
date
)
{
if
(
date
)
{
return
date
.
replace
(
"T"
,
" "
);
return
date
.
replace
(
"T"
,
" "
);
}
}
},
},
...
...
src/pages/usercenter/passengerList.vue
View file @
40d9a8a6
...
@@ -354,13 +354,13 @@
...
@@ -354,13 +354,13 @@
</div>
</div>
</div>
</div>
<div
class=
"warning-bar2"
v-if=
"item.inservice>1"
>
<div
class=
"warning-bar2"
v-if=
"item.inservice>1"
>
<div>
請於出團前七天內上傳符合以下規定之護照畫面:
</div>
<div>
請於出團前七天內上傳符合以下規定之護照畫面:
</div>
<ol
class=
"dot_list"
style=
"font-size:14px;"
>
<ol
class=
"dot_list"
style=
"font-size:14px;"
>
<li
v-if=
"item.inservice==2"
>
若您正在服役,出國必須蓋兩種章: 【持照人出國應經核准】【 年 月 日之前同意出國 字第 號核准】。
</li>
<li
v-if=
"item.inservice==2"
>
若您正在服役,出國必須蓋兩種章: 【持照人出國應經核准】【 年 月 日之前同意出國 字第 號核准】。
</li>
<li
v-if=
"item.inservice==3"
>
若您是役男者,出國前必須前往戶籍所在地之鄉鎮市區公所兵役科(課)蓋兩種章:【持照人出國應經核准尚未履行兵役義務】【役男出國核准 年 月
<li
v-if=
"item.inservice==3"
>
若您是役男者,出國前必須前往戶籍所在地之鄉鎮市區公所兵役科(課)蓋兩種章:【持照人出國應經核准尚未履行兵役義務】【役男出國核准 年 月
日前一次有效 縣 市公所】
</li>
日前一次有效 縣 市公所】
</li>
<li
v-if=
"item.inservice==4"
>
若您是役齡男子,出國前必須前往戶籍所在地之鄉鎮市區公所兵役科(課)一種章:【尚未履行兵役義務】。
</li>
<li
v-if=
"item.inservice==4"
>
若您是役齡男子,出國前必須前往戶籍所在地之鄉鎮市區公所兵役科(課)一種章:【尚未履行兵役義務】。
</li>
</ol>
</ol>
</div>
</div>
<div
class=
"row q-col-gutter-x-xs q-col-gutter-y-lg"
>
<div
class=
"row q-col-gutter-x-xs q-col-gutter-y-lg"
>
<div
class=
"account-group col-6"
>
<div
class=
"account-group col-6"
>
...
@@ -527,6 +527,7 @@
...
@@ -527,6 +527,7 @@
props
:
[],
props
:
[],
data
()
{
data
()
{
return
{
return
{
orderId
:
0
,
//收件资料msg
//收件资料msg
receivedMsg
:
{
receivedMsg
:
{
Name
:
''
,
//聯絡人姓名
Name
:
''
,
//聯絡人姓名
...
@@ -599,13 +600,18 @@
...
@@ -599,13 +600,18 @@
};
};
},
},
created
()
{
created
()
{
if
(
this
.
$route
.
params
.
id
)
{
this
.
orderId
=
this
.
$route
.
params
.
id
;
}
},
},
mounted
()
{
mounted
()
{
this
.
getTravelGuest
();
},
},
methods
:
{
methods
:
{
//获取旅客信息
getTravelGuest
()
{
}
},
},
};
};
...
...
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