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
9babe3c5
Commit
9babe3c5
authored
1 year ago
by
youjie
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
0ff3f166
9ae9b123
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
41 additions
and
20 deletions
+41
-20
leaderReimbursement.vue
src/components/LeaderManagement/leaderReimbursement.vue
+0
-5
groupTourOrder.vue
src/components/SalesModule/groupTourOrder.vue
+2
-0
groupTourOrderByTuan.vue
src/components/SalesModule/groupTourOrderByTuan.vue
+2
-0
groupTourOrderByTuanOne.vue
src/components/SalesModule/groupTourOrderByTuanOne.vue
+2
-2
groupTourOrderOne.vue
src/components/SalesModule/groupTourOrderOne.vue
+2
-0
TicketTransport.vue
src/components/Ticketing/TicketTransport.vue
+30
-10
order-remark.vue
src/components/orderCommon/order-remark.vue
+3
-2
order-transform.vue
src/components/orderCommon/order-transform.vue
+0
-1
No files found.
src/components/LeaderManagement/leaderReimbursement.vue
View file @
9babe3c5
...
@@ -1401,10 +1401,6 @@
...
@@ -1401,10 +1401,6 @@
});
});
},
},
goUrl
(
_orderSource
,
_type
)
{
goUrl
(
_orderSource
,
_type
)
{
// console.log(this.list.BusList[0],_type,'=====')
// console.log(this.list.HotelOrderListReport,'OrderID=====')
// console.log(this.list.DiningList,'=====')
// console.log(this.list.ScenicList,'=====')
if
(
_orderSource
==
8
){
if
(
_orderSource
==
8
){
this
.
AddOutDetail
()
this
.
AddOutDetail
()
return
return
...
@@ -2189,7 +2185,6 @@
...
@@ -2189,7 +2185,6 @@
TCID
:
this
.
$route
.
query
.
id
TCID
:
this
.
$route
.
query
.
id
},
res
=>
{
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
// console.log(res.data.data,'成本财务单据')
res
.
data
.
data
.
forEach
(
item
=>
{
res
.
data
.
data
.
forEach
(
item
=>
{
if
(
item
.
EduCommissionEmp
==
null
||
item
.
EduCommissionEmp
==
""
){
if
(
item
.
EduCommissionEmp
==
null
||
item
.
EduCommissionEmp
==
""
){
this
.
getOrderList
(
''
,
item
,
2
,
item
.
OrderSource
)
this
.
getOrderList
(
''
,
item
,
2
,
item
.
OrderSource
)
...
...
This diff is collapsed.
Click to expand it.
src/components/SalesModule/groupTourOrder.vue
View file @
9babe3c5
...
@@ -2501,6 +2501,7 @@
...
@@ -2501,6 +2501,7 @@
isOrder
:
"1"
,
isOrder
:
"1"
,
UnionRemark
:
""
,
//新联运备注
UnionRemark
:
""
,
//新联运备注
IsIntermodal
:
0
,
//是否联运
IsIntermodal
:
0
,
//是否联运
TeamType
:
0
,
//团队类型(0-常规,1-小包团,2-当地游)
},
},
IsUnion
:
2
,
IsUnion
:
2
,
IsChargeLossOrders
:
0
,
IsChargeLossOrders
:
0
,
...
@@ -3480,6 +3481,7 @@
...
@@ -3480,6 +3481,7 @@
this
.
remarksMsg
.
isOrder
=
obj
.
isOrder
;
this
.
remarksMsg
.
isOrder
=
obj
.
isOrder
;
this
.
remarksMsg
.
UnionRemark
=
obj
.
unionRemark
;
this
.
remarksMsg
.
UnionRemark
=
obj
.
unionRemark
;
this
.
remarksMsg
.
IsIntermodal
=
obj
.
isIntermodal
;
this
.
remarksMsg
.
IsIntermodal
=
obj
.
isIntermodal
;
this
.
remarksMsg
.
TeamType
=
obj
.
teamType
;
this
.
isShowLayerRemarks
=
true
;
this
.
isShowLayerRemarks
=
true
;
}
}
},
},
...
...
This diff is collapsed.
Click to expand it.
src/components/SalesModule/groupTourOrderByTuan.vue
View file @
9babe3c5
...
@@ -3272,6 +3272,7 @@
...
@@ -3272,6 +3272,7 @@
isOrder
:
1
,
isOrder
:
1
,
UnionRemark
:
""
,
//新联运备注
UnionRemark
:
""
,
//新联运备注
IsIntermodal
:
0
,
//是否联运
IsIntermodal
:
0
,
//是否联运
TeamType
:
0
,
//团队类型(0-常规,1-小包团,2-当地游)
},
},
IsChargeLossOrders
:
0
,
IsChargeLossOrders
:
0
,
Unit_PriceList
:
[],
//成交单价下拉数据
Unit_PriceList
:
[],
//成交单价下拉数据
...
@@ -4627,6 +4628,7 @@
...
@@ -4627,6 +4628,7 @@
this
.
remarksMsg
.
OldRemarks
=
obj
.
remarks
;
this
.
remarksMsg
.
OldRemarks
=
obj
.
remarks
;
this
.
remarksMsg
.
UnionRemark
=
obj
.
unionRemark
;
this
.
remarksMsg
.
UnionRemark
=
obj
.
unionRemark
;
this
.
remarksMsg
.
IsIntermodal
=
obj
.
isIntermodal
;
this
.
remarksMsg
.
IsIntermodal
=
obj
.
isIntermodal
;
this
.
remarksMsg
.
TeamType
=
obj
.
teamType
;
this
.
isShowLayerRemarks
=
true
;
this
.
isShowLayerRemarks
=
true
;
}
}
},
},
...
...
This diff is collapsed.
Click to expand it.
src/components/SalesModule/groupTourOrderByTuanOne.vue
View file @
9babe3c5
...
@@ -2367,6 +2367,7 @@
...
@@ -2367,6 +2367,7 @@
isOrder
:
1
,
isOrder
:
1
,
UnionRemark
:
""
,
//新联运备注
UnionRemark
:
""
,
//新联运备注
IsIntermodal
:
0
,
//是否联运
IsIntermodal
:
0
,
//是否联运
TeamType
:
0
,
//团队类型(0-常规,1-小包团,2-当地游)
},
},
IsChargeLossOrders
:
0
,
IsChargeLossOrders
:
0
,
Unit_PriceList
:
[],
//成交单价下拉数据
Unit_PriceList
:
[],
//成交单价下拉数据
...
@@ -3577,8 +3578,8 @@
...
@@ -3577,8 +3578,8 @@
this
.
remarksMsg
.
OldRemarks
=
obj
.
remarks
;
this
.
remarksMsg
.
OldRemarks
=
obj
.
remarks
;
this
.
remarksMsg
.
UnionRemark
=
obj
.
unionRemark
;
this
.
remarksMsg
.
UnionRemark
=
obj
.
unionRemark
;
this
.
remarksMsg
.
IsIntermodal
=
obj
.
isIntermodal
;
this
.
remarksMsg
.
IsIntermodal
=
obj
.
isIntermodal
;
this
.
remarksMsg
.
TeamType
=
obj
.
teamType
;
}
}
//HK 新加
//HK 新加
if
(
this
.
IsSupperOrderEdit
||
this
.
IsLookOrder
)
{
if
(
this
.
IsSupperOrderEdit
||
this
.
IsLookOrder
)
{
//todo
//todo
...
@@ -4385,7 +4386,6 @@
...
@@ -4385,7 +4386,6 @@
"sellorder_post_GetOneDayTCNUMOrderList"
,
"sellorder_post_GetOneDayTCNUMOrderList"
,
this
.
tuanMsg
,
this
.
tuanMsg
,
res
=>
{
res
=>
{
console
.
log
(
"res"
,
res
.
data
);
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
loading
=
false
;
this
.
loading
=
false
;
this
.
total
=
res
.
data
.
data
.
count
;
this
.
total
=
res
.
data
.
data
.
count
;
...
...
This diff is collapsed.
Click to expand it.
src/components/SalesModule/groupTourOrderOne.vue
View file @
9babe3c5
...
@@ -1914,6 +1914,7 @@
...
@@ -1914,6 +1914,7 @@
isOrder
:
'1'
,
isOrder
:
'1'
,
UnionRemark
:
""
,
//新联运备注
UnionRemark
:
""
,
//新联运备注
IsIntermodal
:
0
,
//是否联运
IsIntermodal
:
0
,
//是否联运
TeamType
:
0
,
//团队类型(0-常规,1-小包团,2-当地游)
},
},
IsUnion
:
2
,
IsUnion
:
2
,
IsChargeLossOrders
:
0
,
IsChargeLossOrders
:
0
,
...
@@ -2810,6 +2811,7 @@
...
@@ -2810,6 +2811,7 @@
this
.
remarksMsg
.
isOrder
=
obj
.
isOrder
;
this
.
remarksMsg
.
isOrder
=
obj
.
isOrder
;
this
.
remarksMsg
.
UnionRemark
=
obj
.
unionRemark
;
this
.
remarksMsg
.
UnionRemark
=
obj
.
unionRemark
;
this
.
remarksMsg
.
IsIntermodal
=
obj
.
isIntermodal
;
this
.
remarksMsg
.
IsIntermodal
=
obj
.
isIntermodal
;
this
.
remarksMsg
.
TeamType
=
obj
.
teamType
;
}
}
},
},
getDetail
(
obj
)
{
getDetail
(
obj
)
{
...
...
This diff is collapsed.
Click to expand it.
src/components/Ticketing/TicketTransport.vue
View file @
9babe3c5
...
@@ -28,7 +28,7 @@
...
@@ -28,7 +28,7 @@
}
}
.DT_rightList
.DT_Table
{
.DT_rightList
.DT_Table
{
width
:
1
4
00px
;
width
:
1
6
00px
;
border-collapse
:
collapse
;
border-collapse
:
collapse
;
}
}
...
@@ -70,9 +70,9 @@
...
@@ -70,9 +70,9 @@
<
template
>
<
template
>
<div
class=
"clearfix"
>
<div
class=
"clearfix"
>
<div
class=
"DT_rightList"
>
<div
class=
"DT_rightList"
>
<div
class=
"TMTitle"
><i></i>
联运设
置
</div>
<div
class=
"TMTitle"
><i></i>
票务联运配
置
</div>
<!--保存-->
<!--保存-->
<input
type=
'button'
class=
"normalBtn"
@
click=
"SaveUnion()"
value=
"保存"
></input
>
<input
type=
'button'
class=
"normalBtn"
@
click=
"SaveUnion()"
value=
"保存"
/
>
<table
class=
"singeRowTable DT_Table"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
v-loading=
"loading"
>
<table
class=
"singeRowTable DT_Table"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
v-loading=
"loading"
>
<thead>
<thead>
<tr>
<tr>
...
@@ -85,7 +85,12 @@
...
@@ -85,7 +85,12 @@
<th
width=
"150"
>
<th
width=
"150"
>
订单信息
订单信息
</th>
</th>
<th
width=
"150"
>
销售人员
</th>
<th
width=
"150"
>
旅客名单
</th>
<th
width=
"100"
>
<th
width=
"100"
>
航段
航段
</th>
</th>
...
@@ -98,7 +103,7 @@
...
@@ -98,7 +103,7 @@
<th
width=
"200"
>
<th
width=
"200"
>
航班
航班
</th>
</th>
<th
width=
"1
0
0"
>
<th
width=
"1
2
0"
>
是否住宿
是否住宿
</th>
</th>
<th
width=
"110"
>
<th
width=
"110"
>
...
@@ -110,10 +115,13 @@
...
@@ -110,10 +115,13 @@
<th
width=
"500"
>
<th
width=
"500"
>
票务备注
票务备注
</th>
</th>
<th
width=
"120"
>
确认状态
</th>
</tr>
</tr>
</thead>
</thead>
<template
v-if=
"UnionList&&UnionList.length>0"
>
<template
v-if=
"UnionList&&UnionList.length>0"
>
<tbody
v-for=
"(item,index) in UnionList"
:key=
"index"
>
<tbody
v-for=
"(item,index) in UnionList"
:key=
"index"
style=
"padding-top:10px;"
>
<tr>
<tr>
<td
rowspan=
"2"
>
<td
rowspan=
"2"
>
<el-select
class=
"w120"
filterable
v-model=
"item.UnionBranchId"
:disabled=
"true"
>
<el-select
class=
"w120"
filterable
v-model=
"item.UnionBranchId"
:disabled=
"true"
>
...
@@ -134,6 +142,12 @@
...
@@ -134,6 +142,12 @@
<td
rowspan=
"2"
>
<td
rowspan=
"2"
>
{{
item
.
OrderId
}}
{{
item
.
OrderId
}}
</td>
</td>
<td
rowspan=
"2"
>
{{
item
.
OrderCreateByName
}}
</td>
<td
rowspan=
"2"
>
{{
item
.
GuestNames
}}
</td>
<td>
<td>
去程
去程
</td>
</td>
...
@@ -177,6 +191,12 @@
...
@@ -177,6 +191,12 @@
<el-input
type=
"textarea"
v-model=
"item.Notes"
placeholder=
"请填写票务备注"
>
<el-input
type=
"textarea"
v-model=
"item.Notes"
placeholder=
"请填写票务备注"
>
</el-input>
</el-input>
</td>
</td>
<td
rowspan=
"2"
>
<el-select
placeholder=
"请选择"
v-model=
"item.IsSure"
>
<el-option
:key=
"0"
:value=
"0"
label=
"待定"
></el-option>
<el-option
:key=
"1"
:value=
"1"
label=
"确认"
></el-option>
</el-select>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
返程
</td>
<td>
返程
</td>
...
@@ -210,7 +230,7 @@
...
@@ -210,7 +230,7 @@
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"1
1
"
style=
"text-align:left;font-weight:bold;color:red;"
>
<td
colspan=
"1
4
"
style=
"text-align:left;font-weight:bold;color:red;"
>
订单备注:
{{
item
.
Remarks
}}
<br
/>
订单备注:
{{
item
.
Remarks
}}
<br
/>
联运备注:
{{
item
.
UnionRemark
}}
联运备注:
{{
item
.
UnionRemark
}}
</td>
</td>
...
@@ -219,7 +239,7 @@
...
@@ -219,7 +239,7 @@
</
template
>
</
template
>
<tbody
v-else
>
<tbody
v-else
>
<tr>
<tr>
<td
colspan=
"1
1
"
>
<td
colspan=
"1
4
"
>
暂无配置联运信息
暂无配置联运信息
</td>
</td>
</tr>
</tr>
...
@@ -294,7 +314,7 @@
...
@@ -294,7 +314,7 @@
this
.
UnionList
=
[];
this
.
UnionList
=
[];
this
.
loading
=
true
;
this
.
loading
=
true
;
this
.
apipost
(
this
.
apipost
(
"AirTicket_get_Get
NewUnionTicketListByTCID
"
,
{
"AirTicket_get_Get
UnionTicketListByTCIDNew
"
,
{
TCID
:
this
.
TCID
TCID
:
this
.
TCID
},
},
res
=>
{
res
=>
{
...
@@ -377,7 +397,7 @@
...
@@ -377,7 +397,7 @@
SaveData
:
this
.
UnionList
,
SaveData
:
this
.
UnionList
,
TCID
:
this
.
TCID
TCID
:
this
.
TCID
};
};
this
.
apipost
(
"AirTicket_get_Set
NewUnionTicket
"
,
msg
,
res
=>
{
this
.
apipost
(
"AirTicket_get_Set
UnionTicketV3
"
,
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
Success
(
"设置联运成功!"
);
this
.
Success
(
"设置联运成功!"
);
this
.
ArrList
=
[];
this
.
ArrList
=
[];
...
...
This diff is collapsed.
Click to expand it.
src/components/orderCommon/order-remark.vue
View file @
9babe3c5
...
@@ -47,7 +47,7 @@
...
@@ -47,7 +47,7 @@
</el-form-item>
</el-form-item>
</el-col>
</el-col>
</el-row>
</el-row>
<el-row
:gutter=
"20"
>
<el-row
:gutter=
"20"
v-if=
"postMsg.TeamType!=2"
>
<el-col
:span=
"3"
>
<el-col
:span=
"3"
>
<el-form-item
label=
"联运信息"
>
<el-form-item
label=
"联运信息"
>
<el-checkbox
v-model=
"postMsg.IsIntermodal"
:true-label=
"1"
:false-label=
"0"
>
<el-checkbox
v-model=
"postMsg.IsIntermodal"
:true-label=
"1"
:false-label=
"0"
>
...
@@ -82,6 +82,7 @@
...
@@ -82,6 +82,7 @@
isOrder
:
1
,
//1-可以修改,0-不能修改【默认可以修改】
isOrder
:
1
,
//1-可以修改,0-不能修改【默认可以修改】
UnionRemark
:
""
,
//新联运备注
UnionRemark
:
""
,
//新联运备注
IsIntermodal
:
0
,
//是否联运
IsIntermodal
:
0
,
//是否联运
TeamType
:
0
,
//团队类型(0-常规,1-小包团,2-当地游)
},
},
};
};
},
},
...
@@ -130,12 +131,12 @@
...
@@ -130,12 +131,12 @@
remarksMsg
:
{
remarksMsg
:
{
immediate
:
true
,
immediate
:
true
,
handler
(
newVal
)
{
handler
(
newVal
)
{
console
.
log
(
"remarksMsg"
,
this
.
remarksMsg
);
this
.
postMsg
.
OrderId
=
this
.
remarksMsg
.
OrderId
;
this
.
postMsg
.
OrderId
=
this
.
remarksMsg
.
OrderId
;
this
.
postMsg
.
Remarks
=
this
.
remarksMsg
.
Remarks
;
this
.
postMsg
.
Remarks
=
this
.
remarksMsg
.
Remarks
;
this
.
postMsg
.
isOrder
=
this
.
remarksMsg
.
isOrder
;
this
.
postMsg
.
isOrder
=
this
.
remarksMsg
.
isOrder
;
this
.
postMsg
.
UnionRemark
=
this
.
remarksMsg
.
UnionRemark
;
this
.
postMsg
.
UnionRemark
=
this
.
remarksMsg
.
UnionRemark
;
this
.
postMsg
.
IsIntermodal
=
this
.
remarksMsg
.
IsIntermodal
;
this
.
postMsg
.
IsIntermodal
=
this
.
remarksMsg
.
IsIntermodal
;
this
.
postMsg
.
TeamType
=
this
.
remarksMsg
.
TeamType
;
},
},
deep
:
true
deep
:
true
},
},
...
...
This diff is collapsed.
Click to expand it.
src/components/orderCommon/order-transform.vue
View file @
9babe3c5
...
@@ -230,7 +230,6 @@
...
@@ -230,7 +230,6 @@
transOrderPropObj
:
{
transOrderPropObj
:
{
immediate
:
true
,
immediate
:
true
,
handler
(
newVal
)
{
handler
(
newVal
)
{
console
.
log
(
"transOrderPropObj"
,
newVal
);
this
.
transOrderMsg
.
OrderId
=
this
.
transOrderPropObj
.
OrderId
;
this
.
transOrderMsg
.
OrderId
=
this
.
transOrderPropObj
.
OrderId
;
this
.
transOrderMsg
.
CreateByName
=
this
.
transOrderPropObj
.
CreateByName
;
this
.
transOrderMsg
.
CreateByName
=
this
.
transOrderPropObj
.
CreateByName
;
this
.
transOrderMsg
.
OldTCID
=
this
.
transOrderPropObj
.
OldTCID
;
this
.
transOrderMsg
.
OldTCID
=
this
.
transOrderPropObj
.
OldTCID
;
...
...
This diff is collapsed.
Click to expand it.
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