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
437d3b77
Commit
437d3b77
authored
Mar 13, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
f1773af7
6e1be09d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
2 deletions
+15
-2
groupTourOrderByTuan.vue
src/components/SalesModule/groupTourOrderByTuan.vue
+8
-1
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+7
-1
No files found.
src/components/SalesModule/groupTourOrderByTuan.vue
View file @
437d3b77
...
@@ -2069,6 +2069,8 @@ export default {
...
@@ -2069,6 +2069,8 @@ export default {
loading
:
true
,
loading
:
true
,
isChecked
:
true
,
isChecked
:
true
,
comSelect
:
-
1
,
comSelect
:
-
1
,
OpSetLossPeople
:
0
,
OpSetLossMoney
:
0
,
remarksMsg
:
{
remarksMsg
:
{
OrderId
:
"0"
,
OrderId
:
"0"
,
OldRemarks
:
""
,
OldRemarks
:
""
,
...
@@ -2770,6 +2772,9 @@ export default {
...
@@ -2770,6 +2772,9 @@ export default {
this
.
addMsg
.
BabyNum
=
x
.
BabyNum
.
toString
();
this
.
addMsg
.
BabyNum
=
x
.
BabyNum
.
toString
();
this
.
IsChildrenTour
=
x
.
IsChildrenTour
;
this
.
IsChildrenTour
=
x
.
IsChildrenTour
;
this
.
IsBirdDiscount
=
x
.
IsBirdDiscount
;
this
.
IsBirdDiscount
=
x
.
IsBirdDiscount
;
this
.
OpSetLossPeople
=
x
.
OpSetLossPeople
;
this
.
OpSetLossMoney
=
x
.
OpSetLossMoney
;
this
.
stratPrice
=
res
.
data
.
data
.
modelPrice
.
GoAddPrice
;
this
.
stratPrice
=
res
.
data
.
data
.
modelPrice
.
GoAddPrice
;
if
(
this
.
stratPrice
==
0
)
{
if
(
this
.
stratPrice
==
0
)
{
...
@@ -3114,6 +3119,7 @@ export default {
...
@@ -3114,6 +3119,7 @@ export default {
let
dandijie
=
let
dandijie
=
this
.
addObj
.
SingleDMCPrice
*
Number
(
this
.
addMsg
.
AirticketNum
);
this
.
addObj
.
SingleDMCPrice
*
Number
(
this
.
addMsg
.
AirticketNum
);
this
.
addMsg
.
PreferPrice
=
this
.
addMsg
.
PreferPrice
=
this
.
OpSetLossMoney
+
dandijie
+
dandijie
+
lianyun
+
lianyun
+
chengren
+
chengren
+
...
@@ -3165,6 +3171,7 @@ export default {
...
@@ -3165,6 +3171,7 @@ export default {
let
dandijie
=
let
dandijie
=
this
.
addObj
.
SingleDMCPrice
*
Number
(
this
.
addMsg
.
AirticketNum
);
this
.
addObj
.
SingleDMCPrice
*
Number
(
this
.
addMsg
.
AirticketNum
);
this
.
addMsg
.
PreferPrice
=
this
.
addMsg
.
PreferPrice
=
this
.
OpSetLossMoney
+
dandijie
+
dandijie
+
lianyun
+
lianyun
+
chengren
+
chengren
+
...
@@ -3180,7 +3187,7 @@ export default {
...
@@ -3180,7 +3187,7 @@ export default {
Number
(
this
.
addMsg
.
OldPeopleNum
));
Number
(
this
.
addMsg
.
OldPeopleNum
));
}
}
}
else
{
}
else
{
this
.
addMsg
.
PreferPrice
=
Number
(
this
.
addMsg
.
YSeatNum
)
*
Number
(
this
.
addMsg
.
Unit_Price
)
this
.
addMsg
.
PreferPrice
=
Number
(
this
.
addMsg
.
YSeatNum
)
*
Number
(
this
.
addMsg
.
Unit_Price
)
+
this
.
OpSetLossMoney
;
}
}
this
.
getTicheng
();
this
.
getTicheng
();
...
...
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
437d3b77
...
@@ -2212,6 +2212,8 @@ import updateSalesMan from "../../commonPage/updateSalesMan.vue";
...
@@ -2212,6 +2212,8 @@ import updateSalesMan from "../../commonPage/updateSalesMan.vue";
},
},
IsUnion
:
2
,
IsUnion
:
2
,
IsChargeLossOrders
:
0
,
IsChargeLossOrders
:
0
,
OpSetLossPeople
:
0
,
OpSetLossMoney
:
0
,
Unit_PriceList
:[],
//成交单价下拉数据
Unit_PriceList
:[],
//成交单价下拉数据
LessMoney
:
0
,
LessMoney
:
0
,
addMsg
:
{
addMsg
:
{
...
@@ -2875,6 +2877,8 @@ import updateSalesMan from "../../commonPage/updateSalesMan.vue";
...
@@ -2875,6 +2877,8 @@ import updateSalesMan from "../../commonPage/updateSalesMan.vue";
this
.
addMsg
.
BabyNum
=
x
.
BabyNum
.
toString
();
this
.
addMsg
.
BabyNum
=
x
.
BabyNum
.
toString
();
this
.
IsChildrenTour
=
x
.
IsChildrenTour
;
this
.
IsChildrenTour
=
x
.
IsChildrenTour
;
this
.
IsBirdDiscount
=
x
.
IsBirdDiscount
;
this
.
IsBirdDiscount
=
x
.
IsBirdDiscount
;
this
.
OpSetLossPeople
=
x
.
OpSetLossPeople
;
this
.
OpSetLossMoney
=
x
.
OpSetLossMoney
;
this
.
stratPrice
=
0
;
this
.
stratPrice
=
0
;
if
(
res
.
data
.
data
.
modelPrice
&&
res
.
data
.
data
.
modelPrice
.
GoAddPrice
)
{
if
(
res
.
data
.
data
.
modelPrice
&&
res
.
data
.
data
.
modelPrice
.
GoAddPrice
)
{
...
@@ -3129,6 +3133,7 @@ import updateSalesMan from "../../commonPage/updateSalesMan.vue";
...
@@ -3129,6 +3133,7 @@ import updateSalesMan from "../../commonPage/updateSalesMan.vue";
let
dandijie
=
let
dandijie
=
this
.
addObj
.
SingleDMCPrice
*
Number
(
this
.
addMsg
.
AirticketNum
);
this
.
addObj
.
SingleDMCPrice
*
Number
(
this
.
addMsg
.
AirticketNum
);
this
.
addMsg
.
PreferPrice
=
this
.
addMsg
.
PreferPrice
=
this
.
OpSetLossMoney
+
dandijie
+
dandijie
+
lianyun
+
lianyun
+
chengren
+
chengren
+
...
@@ -3184,6 +3189,7 @@ import updateSalesMan from "../../commonPage/updateSalesMan.vue";
...
@@ -3184,6 +3189,7 @@ import updateSalesMan from "../../commonPage/updateSalesMan.vue";
let
dandijie
=
let
dandijie
=
this
.
addObj
.
SingleDMCPrice
*
Number
(
this
.
addMsg
.
AirticketNum
);
this
.
addObj
.
SingleDMCPrice
*
Number
(
this
.
addMsg
.
AirticketNum
);
this
.
addMsg
.
PreferPrice
=
this
.
addMsg
.
PreferPrice
=
this
.
OpSetLossMoney
+
dandijie
+
dandijie
+
lianyun
+
lianyun
+
chengren
+
chengren
+
...
@@ -3199,7 +3205,7 @@ import updateSalesMan from "../../commonPage/updateSalesMan.vue";
...
@@ -3199,7 +3205,7 @@ import updateSalesMan from "../../commonPage/updateSalesMan.vue";
Number
(
this
.
addMsg
.
OldPeopleNum
));
Number
(
this
.
addMsg
.
OldPeopleNum
));
}
}
}
else
{
}
else
{
this
.
addMsg
.
PreferPrice
=
Number
(
this
.
addMsg
.
YSeatNum
)
*
Number
(
this
.
addMsg
.
Unit_Price
)
this
.
addMsg
.
PreferPrice
=
Number
(
this
.
addMsg
.
YSeatNum
)
*
Number
(
this
.
addMsg
.
Unit_Price
)
+
this
.
OpSetLossMoney
;
}
}
this
.
getTicheng
();
this
.
getTicheng
();
},
},
...
...
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