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
1eef4950
Commit
1eef4950
authored
Mar 18, 2019
by
huangyuanyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
签证产品下单
parent
40d161e3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
19 additions
and
3 deletions
+19
-3
zh.js
src/assets/common/lang/zh.js
+1
-0
OrderSplitting.vue
src/components/SalesVisa/OrderSplitting.vue
+5
-0
VisaProductOrder.vue
src/components/SalesVisa/VisaProductOrder.vue
+8
-1
visaList2.vue
src/components/VisaCenter/visaList2.vue
+5
-2
No files found.
src/assets/common/lang/zh.js
View file @
1eef4950
...
...
@@ -615,6 +615,7 @@ export const visa = {
v_weibangding
:
'未绑定'
,
v_chulizhong
:
'处理中'
,
v_lvkebianma
:
'旅客编码'
,
v_chaifenzhuangtai
:
'拆分状态'
,
}
export
const
advmanager
=
{
v_all
:
'全部'
,
...
...
src/components/SalesVisa/OrderSplitting.vue
View file @
1eef4950
...
...
@@ -41,6 +41,7 @@
<th>
{{
$t
(
'visa.v_ziliaowanshan'
)
}}
</th>
<th>
{{
$t
(
'visa.v_visaType'
)
}}
</th>
<th>
{{
$t
(
'visa.v_qianzhengst'
)
}}
</th>
<th>
{{
$t
(
'visa.v_chaifenzhuangtai'
)
}}
</th>
<th>
{{
$t
(
'admin.admin_czPerson'
)
}}
</th>
<!--
<th>
{{
$t
(
'hotel.table_operat'
)
}}
</th>
-->
</tr>
...
...
@@ -64,6 +65,10 @@
<img
v-if=
"item.ApplyStatus==1"
src=
"../../assets/img/pass@2x.png"
alt=
""
>
<img
v-if=
"item.ApplyStatus==2"
src=
"../../assets/img/fail@2x.png"
alt=
""
>
</td>
<td>
<span
v-if=
"item.IsSplit==1"
>
未拆分
</span>
<span
v-else
>
已拆分
</span>
</td>
<td>
{{
item
.
UpdateName
}}
<img
class=
"_head_img"
:src=
"item.UpdatePhoto"
alt=
""
></td>
<!--
<td>
<i
@
click=
"deletelist(item.Id)"
class=
"iconfont icon-img_delete_small"
></i></td>
-->
</tr>
...
...
src/components/SalesVisa/VisaProductOrder.vue
View file @
1eef4950
...
...
@@ -261,7 +261,13 @@ export default {
}
},
methods
:{
goUrlVisaList
(
obj
){
this
.
$router
.
push
({
name
:
'visaList2'
,
query
:{
"visaPlanId"
:
obj
.
VisaPlanId
,
blank
:
'y'
,
tab
:
'签证详情'
}
})
if
(
obj
.
VisaPlanIdStr
==
""
||
obj
.
VisaPlanIdStr
==
null
){
this
.
$router
.
push
({
name
:
'visaList2'
,
query
:{
"visaPlanId"
:
obj
.
VisaPlanId
,
blank
:
'y'
,
tab
:
'签证详情'
}
})
}
else
{
this
.
$router
.
push
({
name
:
'visaList2'
,
query
:{
"VisaPlanIdStr"
:
obj
.
VisaPlanIdStr
,
blank
:
'y'
,
tab
:
'签证详情'
}
})
}
},
goUrl2
(
path
,
id
,
name
)
{
this
.
$router
.
push
({
...
...
@@ -293,6 +299,7 @@ export default {
},
getList
(){
// 获取列表数据
this
.
apipost
(
'dmc_get_visa_GetVisaOrderList'
,
this
.
msg
,
res
=>
{
console
.
log
(
"res"
,
res
)
this
.
PreferPrice
=
0
;
this
.
IncomePrice
=
0
;
if
(
res
.
data
.
resultCode
==
0
){
...
...
src/components/VisaCenter/visaList2.vue
View file @
1eef4950
...
...
@@ -263,7 +263,8 @@ export default {
// }
},
}
},
methods
:{
},
methods
:{
downLoadAllInfo
(
id
){
// 下载全部资料
this
.
loading2
=
true
this
.
apipost
(
'dmc_get_VisaMergingDownload'
,{
VisaPlanId
:
id
},
res
=>
{
...
...
@@ -495,7 +496,9 @@ export default {
},
mounted
(){
this
.
msg
.
VisaProductId
=
this
.
$route
.
query
.
id
===
undefined
?
'0'
:
this
.
$route
.
query
.
id
this
.
msg
.
TCID
=
this
.
$route
.
query
.
tcid
===
undefined
?
'0'
:
this
.
$route
.
query
.
tcid
this
.
msg
.
VisaPlanId
=
this
.
$route
.
query
.
visaPlanId
===
undefined
?
'0'
:
this
.
$route
.
query
.
visaPlanId
this
.
msg
.
VisaPlanId
=
this
.
$route
.
query
.
visaPlanId
===
undefined
?
'0'
:
this
.
$route
.
query
.
visaPlanId
;
this
.
msg
.
VisaPlanIdStr
=
this
.
$route
.
query
.
VisaPlanIdStr
===
undefined
?
'0'
:
this
.
$route
.
query
.
VisaPlanIdStr
;
this
.
getList
()
this
.
getVisaManagementList
()
}
...
...
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