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
36f2feb3
Commit
36f2feb3
authored
Aug 13, 2019
by
黄媛媛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OP备注修改
parent
ba9f4adb
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
2 deletions
+22
-2
groupTourOrderByTuan.vue
src/components/SalesModule/groupTourOrderByTuan.vue
+11
-1
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+11
-1
No files found.
src/components/SalesModule/groupTourOrderByTuan.vue
View file @
36f2feb3
...
...
@@ -2060,7 +2060,7 @@
@
click=
'getHouse(item)'
>
修改房型
</div>
<div
v-if=
"item.isOrder=='1'&&item.orderState!='4' && TransferMission == true"
@
click=
"transfer(item)"
>
订单转团
</div>
<div
v-if=
"isUpdateOrder"
@
click=
'zhuanLoading = true,OPRemarkMsg.OrderId = item.orderId'
>
OP备注
<div
v-if=
"isUpdateOrder"
@
click=
'
OPRemark(item),
zhuanLoading = true,OPRemarkMsg.OrderId = item.orderId'
>
OP备注
</div>
<!-- v-if="item.isUpdateOrderCommission" -->
<div
v-if=
"isUpdateOrderCommission"
...
...
@@ -3054,6 +3054,16 @@
}
},
methods
:
{
// OP备注赋值
OPRemark
(
item
){
this
.
apipost
(
'sellorder_post_GetOrderEntity'
,{
ID
:
item
.
orderId
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
OPRemarkMsg
.
OP_Remarks
=
res
.
data
.
data
.
model
.
OP_Remarks
;
}
else
{
this
.
$message
.
error
(
res
.
data
.
message
);
}
},
null
)
},
gourlTip
(
path
,
id
){
this
.
$router
.
push
({
name
:
path
,
...
...
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
36f2feb3
...
...
@@ -2025,7 +2025,7 @@
<div
@
click=
"transfer(childItem)"
>
订单转团
</div>
<div
@
click=
"OrderLoading=true,OrderLossInfo(childItem)"
style=
"display:none;"
>
订单收损
</div>
<div
@
click=
'zhuanLoading = true,OPRemarkMsg.OrderId = childItem.OrderId,OPRemarkMsg.OP_Remarks=childItem.OP_Remarks'
>
@
click=
'
OPRemark(childItem),
zhuanLoading = true,OPRemarkMsg.OrderId = childItem.OrderId,OPRemarkMsg.OP_Remarks=childItem.OP_Remarks'
>
OP备注
</div>
<div
v-if=
"OrderDataList.IsUpdateOrderCommission"
@
click=
'TCMsg.OrderId = childItem.OrderId, TCMsg.CommissionMinusRate = childItem.CommissionMinusRate,TCMsg.LatestCommissionMoney=childItem.LatestCommissionMoney, TiChengLoading = true'
>
...
...
@@ -3249,6 +3249,16 @@
commonShouSun
:
commonShouSun
},
methods
:
{
// OP备注赋值
OPRemark
(
item
){
this
.
apipost
(
'sellorder_post_GetOrderEntity'
,{
ID
:
item
.
OrderId
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
OPRemarkMsg
.
OP_Remarks
=
res
.
data
.
data
.
model
.
OP_Remarks
;
}
else
{
this
.
$message
.
error
(
res
.
data
.
message
);
}
},
null
)
},
// 20190807 新增追加团款 提交按钮
submitZhuiJiaTuanKuan
(){
if
(
!
this
.
zhuijiaMsg
.
ChangePrice
)
{
...
...
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