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
250a1a63
Commit
250a1a63
authored
Jun 12, 2019
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
页面样式修改
parent
897d92f2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
21 deletions
+18
-21
BusInfo.vue
src/components/busManagement/BusInfo.vue
+18
-21
No files found.
src/components/busManagement/BusInfo.vue
View file @
250a1a63
...
...
@@ -301,24 +301,21 @@
</div>
</
template
>
</el-table-column>
<el-table-column
label=
"
定团号"
min-width=
"230
"
>
<el-table-column
label=
"
订团号"
min-width=
"215
"
>
<
template
slot-scope=
"scope"
>
<
template
v-for=
"(subItem,subIndex) in scope.row.BusPlanOrderList"
>
<
div
class=
"comBTM"
v-for=
"(subItem,subIndex) in scope.row.BusPlanOrderList"
>
<template
v-if=
"scope.$index==0&&subIndex==0"
>
<div
class=
"BusTyleFirst"
>
<el-input
class=
'w170'
type=
"text"
v-model=
"subItem.BookGroup"
></el-input>
</div>
<i
class=
"iconfont icon-tongshang"
style=
"opacity:0;filter:alpha(opacity=0); "
></i>
<el-input
class=
'w150'
type=
"text"
v-model=
"subItem.BookGroup"
></el-input>
</
template
>
<
template
v-else
>
<div
class=
"comBTM"
>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"同上"
placement=
"top"
>
<i
class=
"iconfont icon-tongshang"
style=
"cursor:pointer;"
@
click=
"getBeforeInfo(scope.$index,subIndex),getBusPrice(subItem)"
></i>
</el-tooltip>
<el-input
class=
'w170'
type=
"text"
v-model=
"subItem.BookGroup"
></el-input>
</div>
<el-tooltip
class=
"item"
effect=
"dark"
content=
"同上"
placement=
"top"
>
<i
class=
"iconfont icon-tongshang"
style=
"cursor:pointer;"
@
click=
"getBeforeInfo(scope.$index,subIndex),getBusPrice(subItem)"
></i>
</el-tooltip>
<el-input
class=
'w150'
type=
"text"
v-model=
"subItem.BookGroup"
></el-input>
</
template
>
</
template
>
</
div
>
</template>
</el-table-column>
<el-table-column
label=
"司机住宿"
min-width=
"180"
>
...
...
@@ -343,19 +340,19 @@
</div>
</
template
>
</el-table-column>
<el-table-column
label=
"高速费用"
min-width=
"1
5
0"
>
<el-table-column
label=
"高速费用"
min-width=
"1
4
0"
>
<
template
slot-scope=
"scope"
>
<div
v-for=
"subItem in scope.row.BusPlanOrderList"
class=
"comBTM"
>
<el-input
v-model=
"subItem.HighSpeedPrice"
@
keyup
.
native=
"checkPrice(subItem,'HighSpeedPrice')"
placeholder=
"请输入费用"
:disabled=
"isShowBtn==1?true:false"
></el-input>
placeholder=
"请输入费用"
:disabled=
"isShowBtn==1?true:false"
class=
'w135'
></el-input>
</div>
</
template
>
</el-table-column>
<el-table-column
label=
"高速费用付款方式"
min-width=
"1
5
0"
>
<el-table-column
label=
"高速费用付款方式"
min-width=
"1
4
0"
>
<
template
slot-scope=
"scope"
>
<div>
<div
v-for=
"(subItem,index) in scope.row.BusPlanOrderList"
class=
"comBTM"
>
<el-select
class=
'sel'
v-model=
'subItem.HighSpeedPayType'
:placeholder=
"$t('pub.pleaseSel')"
<el-select
class=
'sel
w135
'
v-model=
'subItem.HighSpeedPayType'
:placeholder=
"$t('pub.pleaseSel')"
@
change=
"PayTypeChange(subItem)"
:disabled=
"isShowBtn==1?true:false"
>
<el-option
label=
'请选择'
:value=
'0'
></el-option>
<el-option
label=
'现付'
:value=
'1'
></el-option>
...
...
@@ -377,11 +374,11 @@
</div>
</
template
>
</el-table-column>
<el-table-column
label=
"成本价"
min-width=
"1
5
0"
>
<el-table-column
label=
"成本价"
min-width=
"1
4
0"
>
<
template
slot-scope=
"scope"
>
<div
v-for=
"subItem in scope.row.BusPlanOrderList"
class=
"comBTM"
>
<el-input
v-model=
"subItem.CostPrice"
@
keyup
.
native=
"checkPrice(subItem,'CostPrice')"
placeholder=
"请输入成本价"
:disabled=
"isShowBtn==1?true:false"
></el-input>
placeholder=
"请输入成本价"
:disabled=
"isShowBtn==1?true:false"
class=
"w135"
></el-input>
</div>
</
template
>
</el-table-column>
...
...
@@ -780,8 +777,8 @@
oldPlanData
=
this
.
PlanTableData
[
index
].
BusPlanOrderList
[
subIndex
-
1
];
}
}
else
{
oldPlanData
=
this
.
PlanTableData
[
index
-
1
].
BusPlanOrderList
[
this
.
PlanTableData
[
index
-
1
].
BusPlanOrderList
.
length
-
1
];
oldPlanData
=
this
.
PlanTableData
[
index
-
1
].
BusPlanOrderList
[
this
.
PlanTableData
[
index
-
1
].
BusPlanOrderList
.
length
-
1
];
}
let
newPlanData
=
this
.
PlanTableData
[
index
].
BusPlanOrderList
[
subIndex
];
newPlanData
.
DriverName
=
oldPlanData
.
DriverName
;
...
...
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