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
df235522
Commit
df235522
authored
Jun 19, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面修改
parent
9babe3c5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
groupTourOrderByTuan.vue
src/components/SalesModule/groupTourOrderByTuan.vue
+2
-2
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+2
-2
No files found.
src/components/SalesModule/groupTourOrderByTuan.vue
View file @
df235522
...
...
@@ -3272,7 +3272,7 @@
isOrder
:
1
,
UnionRemark
:
""
,
//新联运备注
IsIntermodal
:
0
,
//是否联运
TeamType
:
0
,
//团队类型(0-常规,1-小包团,2-当地游)
TeamType
:
0
,
//团队类型(0-常规,1-小包团,2-当地游)
},
IsChargeLossOrders
:
0
,
Unit_PriceList
:
[],
//成交单价下拉数据
...
...
@@ -4628,7 +4628,7 @@
this
.
remarksMsg
.
OldRemarks
=
obj
.
remarks
;
this
.
remarksMsg
.
UnionRemark
=
obj
.
unionRemark
;
this
.
remarksMsg
.
IsIntermodal
=
obj
.
isIntermodal
;
this
.
remarksMsg
.
TeamType
=
obj
.
teamType
;
this
.
remarksMsg
.
TeamType
=
obj
.
teamType
;
this
.
isShowLayerRemarks
=
true
;
}
},
...
...
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
df235522
...
...
@@ -2698,7 +2698,7 @@
}}
</span>
</div>
<div
v-if=
"childItem.AirticketUnionNotes||childItem.ConfigNum>0"
>
票务备注
:
<span
style=
"color: red"
>
已配联运{{childItem.ConfigNum}}人,{{childItem.AirticketUnionNotes}}
</span>
联运信息
:
<span
style=
"color: red"
>
已配联运{{childItem.ConfigNum}}人,{{childItem.AirticketUnionNotes}}
</span>
</div>
</div>
</td>
...
...
@@ -5106,7 +5106,6 @@
this
.
remarksMsg
.
Remarks
=
obj
.
Remarks
;
this
.
remarksMsg
.
OldRemarks
=
obj
.
Remarks
;
},
getTypePrice
()
{
this
.
addMsg
.
ContactName
=
""
;
this
.
addMsg
.
ContactMobile
=
""
;
...
...
@@ -5922,6 +5921,7 @@
"sellorder_get_GetOrderListByTCID"
,
msg
,
(
res
)
=>
{
console
.
log
(
"sellorder_get_GetOrderListByTCID"
,
res
);
this
.
loading
=
false
;
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
OrderDataList
=
res
.
data
.
data
;
...
...
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