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
29d6e597
Commit
29d6e597
authored
Aug 13, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
a
parent
2b57881e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
9 deletions
+23
-9
groupTourOrder.vue
src/components/SalesModule/groupTourOrder.vue
+13
-2
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+7
-5
commonShouSun.vue
src/components/commonPage/commonShouSun.vue
+3
-2
No files found.
src/components/SalesModule/groupTourOrder.vue
View file @
29d6e597
...
...
@@ -745,6 +745,17 @@
display
:
flex
;
align-items
:
center
;
}
.SQguestList
{
display
:
flex
;
flex-wrap
:
wrap
;
}
.SQguestList
label
{
display
:
inline-block
;
min-width
:
100px
;
display
:
flex
;
align-items
:
center
;
margin-top
:
8px
;
}
</
style
>
<
template
>
...
...
@@ -1965,8 +1976,8 @@
<div>
<label><input
type=
"checkbox"
v-model=
"SQcheckdAll"
>
全选
</label>
</div>
<div>
<label
v-for=
"item in SQguestList"
><input
type=
"checkbox"
:disabled=
"item.isApplyPhoto==1 ? true : false"
v-model=
"item.check"
>
{{
item
.
userName
}}
(
{{
item
.
sexStr
}}
)
</label>
<div
class=
"SQguestList"
>
<label
v-for=
"item in SQguestList"
><input
type=
"checkbox"
v-model=
"item.check"
>
{{
item
.
userName
}}
(
{{
item
.
sexStr
}}
)
</label>
</div>
<div
class=
"needfenshu"
>
<label>
需要份数:
</label><el-input
type=
"number"
v-model=
"SQPhotoNum"
class=
"w200"
></el-input>
...
...
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
29d6e597
...
...
@@ -1755,7 +1755,7 @@
<div
v-if=
"OrderDataList.IsUpdateOrderCommission"
@
click=
'EwMsg.OrderId = item.OrderId, EwMsg.ExtraRewardMoney = item.ExtraRewardMoney,EwMsg.ExtraDeductMoney=item.ExtraDeductMoney, OrderMoneyDialog = true'
>
设置额外金额
</div>
<div
@
click=
"SetShouSunClick(item.OrderId)"
>
设置收损金额
</div>
<div
@
click=
"SetShouSunClick(item.OrderId
, item.GuestNum
)"
>
设置收损金额
</div>
<div
@
click=
"ZhuiJiaTuanKuan(item.OrderId)"
>
追加团款
</div>
<div
@
click=
'deleteItem(item)'
>
删除
</div>
</div>
...
...
@@ -2044,7 +2044,7 @@
<div
v-if=
"OrderDataList.IsUpdateOrderCommission"
@
click=
'EwMsg.OrderId = childItem.OrderId, EwMsg.ExtraRewardMoney = childItem.ExtraRewardMoney,EwMsg.ExtraDeductMoney=childItem.ExtraDeductMoney, OrderMoneyDialog = true'
>
设置额外金额
</div>
<div
@
click=
"SetShouSunClick(childItem.OrderId)"
>
设置收损金额
</div>
<div
@
click=
"SetShouSunClick(childItem.OrderId
, item.GuestNum
)"
>
设置收损金额
</div>
<div
@
click=
"lianyunFY(childItem)"
>
联运返佣
</div>
<div
@
click=
"ZhuiJiaTuanKuan(childItem.OrderId)"
>
追加团款
</div>
<div
v-if=
"childItem.OrderState=='1'||childItem.OrderState=='2'||childItem.OrderState=='3'"
...
...
@@ -2402,7 +2402,7 @@
<div
v-if=
"OrderDataList.IsUpdateOrderCommission"
@
click=
'EwMsg.OrderId = item.OrderId, EwMsg.ExtraRewardMoney = item.ExtraRewardMoney,EwMsg.ExtraDeductMoney=item.ExtraDeductMoney, OrderMoneyDialog = true'
>
设置额外金额
</div>
<div
@
click=
"SetShouSunClick(item.OrderId)"
>
设置收损金额
</div>
<div
@
click=
"SetShouSunClick(item.OrderId
, item.GuestNum
)"
>
设置收损金额
</div>
<div
@
click=
"ZhuiJiaTuanKuan(item.OrderId)"
>
追加团款
</div>
<div
v-if=
"item.OrderState=='2'||item.OrderState=='3'"
@
click=
'deleteItem(item)'
>
删除
</div>
</div>
...
...
@@ -2698,7 +2698,7 @@
</div>
</el-dialog>
<el-dialog
custom-class=
'w600'
title=
"修改订单收损金额"
:visible
.
sync=
"shousunDialog"
center
>
<el-dialog
custom-class=
'w600'
title=
"修改订单收损金额"
:visible
.
sync=
"shousunDialog"
:SetShouSunGuestNum=
"SetShouSunGuestNum"
center
>
<commonShouSun
ref=
"childShou"
:Type=
"1"
@
closeShouSun=
"closeShouSunDialog"
@
getList=
"getList"
></commonShouSun>
</el-dialog>
...
...
@@ -3247,6 +3247,7 @@
Unit_Price
:
0
,
zhuijiaShow
:
false
,
zhuijiaMsg
:
{},
SetShouSunGuestNum
:
0
,
};
},
components
:
{
...
...
@@ -3348,8 +3349,9 @@
this
.
shousunDialog
=
false
;
},
//点击设置收损
SetShouSunClick
(
OrderId
)
{
SetShouSunClick
(
OrderId
,
GuestNum
)
{
this
.
shousunDialog
=
true
;
this
.
SetShouSunGuestNum
=
GuestNum
this
.
$nextTick
(()
=>
{
this
.
$refs
.
childShou
.
getShouSunList
(
OrderId
);
})
...
...
src/components/commonPage/commonShouSun.vue
View file @
29d6e597
...
...
@@ -119,7 +119,7 @@
</template>
<
script
>
export
default
{
props
:
[
"Type"
],
props
:
[
"Type"
,
"SetShouSunGuestNum"
],
data
()
{
return
{
dataList
:[],
...
...
@@ -136,6 +136,7 @@
this
.
apipost
(
"sellorder_post_GetTravelSetLossMoneyInfo"
,
msg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
dataList
=
res
.
data
.
data
;
this
.
dataList
.
OpSetLossPeople
=
this
.
SetShouSunGuestNum
this
.
getTotalSun
(
this
.
dataList
);
}
else
{
this
.
Error
(
res
.
data
.
message
);
...
...
@@ -192,7 +193,7 @@
}
},
mounted
()
{
}
};
</
script
>
...
...
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