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
3d1af069
Commit
3d1af069
authored
Mar 13, 2019
by
huangyuanyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
跟团游
parent
437d3b77
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
68 additions
and
3 deletions
+68
-3
groupTourOrderByTuan.vue
src/components/SalesModule/groupTourOrderByTuan.vue
+68
-3
No files found.
src/components/SalesModule/groupTourOrderByTuan.vue
View file @
3d1af069
...
...
@@ -621,6 +621,25 @@
.not_border
tr
,
.not_border
tr
td
{
border-bottom
:
none
!important
;
}
.Ysze
{
position
:
relative
;
}
.Ysze
.changeYsze
{
position
:
absolute
;
left
:
100%
;
z-index
:
10000
;
top
:
0
;
width
:
700px
;
background
:
#fff
;
box-shadow
:
0
0
8px
#333
;
padding
:
10px
;
box-sizing
:
border-box
;
}
.Ysze
.changeYsze
.el-form-item
{
display
:
inline-block
;
width
:
30%
;
margin-bottom
:
5px
;
}
</
style
>
<
template
>
...
...
@@ -943,9 +962,10 @@
</el-row>
</el-form>
</div>
<!-- 修改信息2 -->
<!-- 其他类型的修改信息2 -->
<div
class=
"productQuerybottomLayer ownScrollbarStyle"
v-show=
"isShowLayer"
>
<p>
修改
<p>
修改
123655
<span
class=
"fr"
>
<input
type=
"button"
class=
"hollowFixedBtn"
value=
"取消"
@
click=
"cancelSubmit()"
/>
<input
type=
"button"
class=
"normalBtn"
value=
"保存"
@
click=
"submitForm('addMsg')"
/>
...
...
@@ -1141,11 +1161,53 @@
<el-input
v-model=
'addMsg.PredictRoomNum'
:disabled=
"true"
></el-input>
</el-form-item>
</el-col>
<el-col
:span=
"4"
>
<el-col
:span=
"4"
class=
"Ysze"
>
<el-form-item
label=
"应收总额"
prop=
"PreferPrice"
>
<el-input
v-model=
'addMsg.PreferPrice'
:disabled=
"!IsUpdateOrderMoney"
></el-input>
</el-form-item>
<!-- 修改应收总额 -->
<div
class=
"changeYsze"
>
<el-form
:model=
"addMsg_form"
ref=
"addMsg_form"
label-position=
"right"
label-width=
"100px"
>
<el-form-item
label=
"老人附加费"
prop=
"PreferPrice"
>
<el-input
v-model=
'addMsg.PreferPrice'
:disabled=
"!IsUpdateOrderMoney"
></el-input>
</el-form-item>
<el-form-item
label=
"儿童附加费"
>
<el-input
v-model=
'addMsg.PreferPrice'
:disabled=
"!IsUpdateOrderMoney"
></el-input>
</el-form-item>
<el-form-item
label=
"签证费"
>
<el-input
v-model=
'addMsg.PreferPrice'
:disabled=
"!IsUpdateOrderMoney"
></el-input>
</el-form-item>
<el-form-item
label=
"退签证费"
>
<el-input
v-model=
'addMsg.PreferPrice'
:disabled=
"!IsUpdateOrderMoney"
></el-input>
</el-form-item>
<el-form-item
label=
"单房差"
>
<el-input
v-model=
'addMsg.PreferPrice'
:disabled=
"!IsUpdateOrderMoney"
></el-input>
</el-form-item>
<el-form-item
label=
"杂费"
>
<el-input
v-model=
'addMsg.PreferPrice'
:disabled=
"!IsUpdateOrderMoney"
></el-input>
</el-form-item>
<el-form-item
label=
"小孩占床增收"
>
<el-input
v-model=
'addMsg.PreferPrice'
:disabled=
"!IsUpdateOrderMoney"
></el-input>
</el-form-item>
<el-form-item
label=
"小孩不占床减免"
>
<el-input
v-model=
'addMsg.PreferPrice'
:disabled=
"!IsUpdateOrderMoney"
></el-input>
</el-form-item>
<el-form-item
label=
"单地接"
>
<el-input
v-model=
'addMsg.PreferPrice'
:disabled=
"!IsUpdateOrderMoney"
></el-input>
</el-form-item>
<el-form-item
label=
"婴儿价"
>
<el-input
v-model=
'addMsg.PreferPrice'
:disabled=
"!IsUpdateOrderMoney"
></el-input>
</el-form-item>
<el-form-item
label=
"收损"
>
<el-input
v-model=
'addMsg.PreferPrice'
:disabled=
"!IsUpdateOrderMoney"
></el-input>
</el-form-item>
</el-form
>
</div>
</el-col>
<el-col
:span=
"4"
>
<el-form-item
label=
"预计提成"
prop=
"Commission"
>
<el-input
v-model=
'addMsg.Commission'
:disabled=
"true"
></el-input>
...
...
@@ -2012,6 +2074,8 @@ import updateSalesMan from "../commonPage/updateSalesMan.vue";
export
default
{
data
()
{
return
{
// 修改应收总额
addMsg_form
:{},
OPRemarkMsg
:
{
OrderId
:
''
,
OP_Remarks
:
''
,
...
...
@@ -2548,6 +2612,7 @@ export default {
"travel_get_GetTravelConfigTCID"
,
{
TCID
:
this
.
$route
.
query
.
id
},
res
=>
{
console
.
log
(
"111"
,
res
);
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
tuanInfo
=
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