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
a5b621a8
Commit
a5b621a8
authored
May 21, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改车配
parent
21fafa52
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
8 deletions
+8
-8
bookDinnerStatistics.vue
src/components/Restaurant/bookDinnerStatistics.vue
+4
-2
TravelControlList.vue
...components/TravelManager/TravelList/TravelControlList.vue
+2
-1
BusInfo.vue
src/components/busManagement/BusInfo.vue
+2
-5
No files found.
src/components/Restaurant/bookDinnerStatistics.vue
View file @
a5b621a8
...
@@ -434,11 +434,13 @@
...
@@ -434,11 +434,13 @@
}
}
.DiningTable
tr
td
{
.DiningTable
tr
td
{
height
:
3
0
px
;
height
:
3
4
px
;
border-bottom
:
1px
solid
#ccc
;
border-bottom
:
1px
solid
#ccc
;
border-right
:
1px
solid
#ccc
;
border-right
:
1px
solid
#ccc
;
}
}
/* .bookDinnerStatisticsTalbe tr td .DiningTable tr:last-child >td{
border-bottom:0;
} */
.DiningTable
tr
td
:last-child
{
.DiningTable
tr
td
:last-child
{
border-right
:
none
;
border-right
:
none
;
}
}
...
...
src/components/TravelManager/TravelList/TravelControlList.vue
View file @
a5b621a8
...
@@ -1124,7 +1124,8 @@
...
@@ -1124,7 +1124,8 @@
},
},
//获取目的地列表
//获取目的地列表
getLinePlaceList
()
{
getLinePlaceList
()
{
this
.
queryMsg
.
PlaceID
=
0
this
.
queryMsg
.
PlaceID
=
0
;
this
.
queryMsg
.
LineteamId
=
0
;
let
msg
=
{
let
msg
=
{
lineID
:
this
.
queryMsg
.
LineId
,
lineID
:
this
.
queryMsg
.
LineId
,
}
}
...
...
src/components/busManagement/BusInfo.vue
View file @
a5b621a8
...
@@ -91,9 +91,6 @@
...
@@ -91,9 +91,6 @@
.busInfoP
{
.busInfoP
{
display
:
inline-block
;
display
:
inline-block
;
}
.busInfoP
:hover
{
text-decoration
:
underline
;
text-decoration
:
underline
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
...
@@ -171,7 +168,7 @@
...
@@ -171,7 +168,7 @@
<tfoot>
<tfoot>
<tr>
<tr>
<td>
车辆类型
</td>
<td>
车辆类型
</td>
<td
colspan=
"7"
align=
"left"
>
<td
colspan=
"7"
align=
"left"
style=
"padding-left:5px;"
>
<el-select
class=
"w150"
placeholder=
"请选择"
v-model=
"PostData.BusType"
>
<el-select
class=
"w150"
placeholder=
"请选择"
v-model=
"PostData.BusType"
>
<el-option
:key=
"0"
:value=
"0"
label=
"请选择"
></el-option>
<el-option
:key=
"0"
:value=
"0"
label=
"请选择"
></el-option>
<el-option
v-for=
"item in BusTypeList"
:key=
"item.Id"
:label=
"item.newName"
:value=
"item.Id"
>
<el-option
v-for=
"item in BusTypeList"
:key=
"item.Id"
:label=
"item.newName"
:value=
"item.Id"
>
...
@@ -500,8 +497,8 @@
...
@@ -500,8 +497,8 @@
let
tempCostFee
=
0
;
let
tempCostFee
=
0
;
var
tempHighSpeedFee
=
0
;
var
tempHighSpeedFee
=
0
;
if
(
obj
.
BusType
)
{
if
(
obj
.
BusType
)
{
obj
.
PayType
=
1
;
let
busTypeObj
=
this
.
BusTypeList
.
find
(
item
=>
item
.
Id
===
obj
.
BusType
);
let
busTypeObj
=
this
.
BusTypeList
.
find
(
item
=>
item
.
Id
===
obj
.
BusType
);
if
(
busTypeObj
)
{
if
(
busTypeObj
)
{
obj
.
DetailList
.
forEach
(
subItem
=>
{
obj
.
DetailList
.
forEach
(
subItem
=>
{
//接送价格
//接送价格
...
...
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