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
5d8d4951
Commit
5d8d4951
authored
Apr 28, 2019
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
新增手配书页面
parent
3913bfdf
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
86 additions
and
2 deletions
+86
-2
TeamBalancePayment.vue
...omponents/TravelManager/TravelList/TeamBalancePayment.vue
+2
-2
busHandBook.vue
src/components/busManagement/busHandBook.vue
+76
-0
config.js
src/router/config.js
+8
-0
No files found.
src/components/TravelManager/TravelList/TeamBalancePayment.vue
View file @
5d8d4951
...
...
@@ -225,9 +225,9 @@
<div
class=
"Team_Incontent"
style=
"height:80px;overflow:auto;"
>
<div>
<div>
提
成
</div>
<div>
<div
style=
"margin-bottom:6px;"
>
<template
v-for=
"subItem in DataList.ExpectedCutList"
>
{{
subItem
.
BranchName
}}
¥
{{
subItem
.
expectedCut
}}
<br/
>
<div
style=
"margin-bottom:10px;"
>
{{
subItem
.
BranchName
}}
¥
{{
subItem
.
expectedCut
}}
</div
>
</
template
>
</div>
</div>
...
...
src/components/busManagement/busHandBook.vue
0 → 100644
View file @
5d8d4951
<
style
>
.busManagerTalbe
{
background
:
#ccc
;
font-size
:
12px
;
}
.busManagerTalbe
tr
{
background
:
#fff
;
text-align
:
center
;
height
:
40px
;
}
.commonBackColor
{
background-color
:
#E6E6E6
;
color
:
#333
;
}
.comTextAlign
{
text-align
:
left
;
padding-left
:
20px
;
}
</
style
>
<
template
>
<div>
<table
border=
"0"
cellspacing=
"1"
cellpadding=
"0"
class=
"busManagerTalbe"
style=
"width: 100%;"
>
<tr>
<td
colspan=
"6"
>
印象ジャパンバス手配依頼書
</td>
</tr>
<tr>
<td
class=
"commonBackColor"
>
団 體 名:
</td>
<td
colspan=
"5"
class=
"comTextAlign"
>
HP20190428A1
</td>
</tr>
<tr>
<td
class=
"commonBackColor"
>
ガイド名前:
</td>
<td
class=
"comTextAlign"
>
张三丰
</td>
<td
class=
"commonBackColor"
>
攜帯番號:
</td>
<td
colspan=
"3"
class=
"comTextAlign"
>
123456789
</td>
</tr>
<tr>
<td
class=
"commonBackColor"
>
人 數:
</td>
<td
colspan=
"5"
class=
"comTextAlign"
>
25+1
</td>
</tr>
<tr>
<td
class=
"commonBackColor"
>
バス 種類:
</td>
<td
colspan=
"5"
class=
"comTextAlign"
>
1
</td>
</tr>
<tr>
<td
class=
"commonBackColor"
>
スケジュール:
</td>
<td
colspan=
"5"
class=
"comTextAlign"
></td>
</tr>
<tr>
<td
class=
"commonBackColor"
>
日付
</td>
<td
class=
"commonBackColor"
>
用車状況
</td>
<td
class=
"commonBackColor"
>
便名
</td>
<td
class=
"commonBackColor"
>
スケジュール內容
</td>
<td
class=
"commonBackColor"
>
ホテル
</td>
<td
class=
"commonBackColor"
>
ホテルTEL
</td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>
備考欄:
</td>
<td
colspan=
"5"
class=
"comTextAlign"
>
04/28日接机+0天+05/04日东京成田国际机场送机,订房号:HP20190428A1
</td>
</tr>
<tr>
<td
colspan=
"6"
class=
"comTextAlign"
>
*迎えや送りは必要・不要となることは、必ず標記してください。
</td>
</tr>
<tr>
<td
colspan=
"6"
class=
"comTextAlign"
>
*直接バス會社へ送付するので、必ず日本語でご記入ください。
</td>
</tr>
</table>
</div>
</
template
>
src/router/config.js
View file @
5d8d4951
...
...
@@ -1320,6 +1320,14 @@ export default {
title
:
'添加修改车控页面'
},
},
{
path
:
'/busHandBook'
,
//首配依赖书
name
:
'busHandBook'
,
component
:
resolve
=>
require
([
'@/components/busManagement/busHandBook'
],
resolve
),
meta
:
{
title
:
'手配依赖书'
},
},
{
//车控供应商
path
:
'/busSuplier'
,
name
:
'busSuplier'
,
...
...
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