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
d7fbbd3f
Commit
d7fbbd3f
authored
Aug 22, 2023
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
车配功能调整
parent
b96e807b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
16 deletions
+31
-16
busHandBook.vue
src/components/busManagement/busHandBook.vue
+31
-16
No files found.
src/components/busManagement/busHandBook.vue
View file @
d7fbbd3f
...
@@ -55,11 +55,11 @@
...
@@ -55,11 +55,11 @@
<div>
<div>
<table
border=
"0"
cellspacing=
"1"
cellpadding=
"0"
class=
"busManagerTalbe"
style=
"width: 100%;"
v-loading=
"loading"
>
<table
border=
"0"
cellspacing=
"1"
cellpadding=
"0"
class=
"busManagerTalbe"
style=
"width: 100%;"
v-loading=
"loading"
>
<tr>
<tr>
<td
colspan=
"
6
"
>
印象ジャパンバス手配依頼書
</td>
<td
colspan=
"
8
"
>
印象ジャパンバス手配依頼書
</td>
</tr>
</tr>
<tr>
<tr>
<td
class=
"commonBackColor"
>
団 體 名:
</td>
<td
class=
"commonBackColor"
>
団 體 名:
</td>
<td
colspan=
"
5
"
class=
"comTextAlign"
>
<td
colspan=
"
7
"
class=
"comTextAlign"
>
<el-input
type=
"text"
v-model=
"DataObj.TeamNum"
/>
<el-input
type=
"text"
v-model=
"DataObj.TeamNum"
/>
</td>
</td>
</tr>
</tr>
...
@@ -69,33 +69,35 @@
...
@@ -69,33 +69,35 @@
<el-input
type=
"text"
v-model=
"DataObj.GuideName"
/>
<el-input
type=
"text"
v-model=
"DataObj.GuideName"
/>
</td>
</td>
<td
class=
"commonBackColor"
>
攜帯番號:
</td>
<td
class=
"commonBackColor"
>
攜帯番號:
</td>
<td
colspan=
"
3
"
class=
"comTextAlign"
>
<td
colspan=
"
5
"
class=
"comTextAlign"
>
<el-input
type=
"text"
v-model=
"DataObj.GuideTel"
/>
<el-input
type=
"text"
v-model=
"DataObj.GuideTel"
/>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
class=
"commonBackColor"
>
人 數:
</td>
<td
class=
"commonBackColor"
>
人 數:
</td>
<td
colspan=
"
5
"
class=
"comTextAlign"
>
<td
colspan=
"
7
"
class=
"comTextAlign"
>
<el-input
type=
"text"
v-model=
"DataObj.PeopleNum"
/>
<el-input
type=
"text"
v-model=
"DataObj.PeopleNum"
/>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
class=
"commonBackColor"
>
バス 種類:
</td>
<td
class=
"commonBackColor"
>
バス 種類:
</td>
<td
colspan=
"
5
"
class=
"comTextAlign"
>
<td
colspan=
"
7
"
class=
"comTextAlign"
>
<el-input
type=
"text"
v-model=
"DataObj.BusType"
/>
<el-input
type=
"text"
v-model=
"DataObj.BusType"
/>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
class=
"commonBackColor"
>
スケジュール:
</td>
<td
class=
"commonBackColor"
>
スケジュール:
</td>
<td
colspan=
"
5
"
class=
"comTextAlign"
></td>
<td
colspan=
"
7
"
class=
"comTextAlign"
></td>
</tr>
</tr>
<tr>
<tr>
<td
class=
"commonBackColor"
width=
"
3
00"
>
日付
</td>
<td
class=
"commonBackColor"
width=
"
2
00"
>
日付
</td>
<td
class=
"commonBackColor"
width=
"150"
>
用車状況
</td>
<td
class=
"commonBackColor"
width=
"150"
>
用車状況
</td>
<td
class=
"commonBackColor"
width=
"150"
>
便名
</td>
<td
class=
"commonBackColor"
width=
"150"
>
便名
</td>
<td
class=
"commonBackColor"
width=
"500"
>
スケジュール內容
</td>
<td
class=
"commonBackColor"
width=
"450"
>
スケジュール內容
</td>
<td
class=
"commonBackColor"
width=
"400"
>
ホテル
</td>
<td
class=
"commonBackColor"
width=
"350"
>
ホテル
</td>
<td
class=
"commonBackColor"
width=
"300"
>
ホテルTEL
</td>
<td
class=
"commonBackColor"
width=
"180"
>
ホテルTEL
</td>
<td
class=
"commonBackColor"
width=
"200"
>
餐
</td>
<td
class=
"commonBackColor"
width=
"200"
>
司机宿泊
</td>
</tr>
</tr>
<tr
v-for=
"(subItem, index) in DataObj.Details_Extends"
>
<tr
v-for=
"(subItem, index) in DataObj.Details_Extends"
>
<td>
<td>
...
@@ -120,26 +122,39 @@
...
@@ -120,26 +122,39 @@
<td>
<td>
<el-input
type=
"textarea"
resize=
"none"
style=
"padding:5px 0;"
v-model=
"subItem.HotelTel"
/>
<el-input
type=
"textarea"
resize=
"none"
style=
"padding:5px 0;"
v-model=
"subItem.HotelTel"
/>
</td>
</td>
<td>
<el-input
v-model=
"subItem.BreakfastName"
>
<template
slot=
"prepend"
>
早:
</
template
>
</el-input><br
/>
<el-input
v-model=
"subItem.LunchName"
>
<
template
slot=
"prepend"
>
午:
</
template
></el-input><br
/>
<el-input
v-model=
"subItem.DinnerName"
>
<
template
slot=
"prepend"
>
晚:
</
template
>
</el-input><br
/>
</td>
<td>
<el-input
type=
"textarea"
resize=
"none"
style=
"padding:5px 0;"
v-model=
"subItem.DriverStay"
/>
</td>
</tr>
</tr>
<tr>
<tr>
<td>
備考欄:
</td>
<td>
備考欄:
</td>
<td
colspan=
"
5
"
class=
"comTextAlign"
>
<td
colspan=
"
7
"
class=
"comTextAlign"
>
<el-input
type=
"text"
v-model=
"DataObj.Remarks"
/>
<el-input
type=
"text"
v-model=
"DataObj.Remarks"
/>
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"
6
"
class=
"comTextAlign"
>
<td
colspan=
"
8
"
class=
"comTextAlign"
>
*迎えや送りは必要・不要となることは、必ず標記してください。
*迎えや送りは必要・不要となることは、必ず標記してください。
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"
6
"
class=
"comTextAlign"
>
<td
colspan=
"
8
"
class=
"comTextAlign"
>
*直接バス會社へ送付するので、必ず日本語でご記入ください。
*直接バス會社へ送付するので、必ず日本語でご記入ください。
</td>
</td>
</tr>
</tr>
<tfoot>
<tfoot>
<tr>
<tr>
<td
colspan=
"
6
"
>
<td
colspan=
"
8
"
>
<input
type=
"button"
class=
"normalBtn"
:class=
"{ disClick: isSave }"
@
click=
"SaveData()"
value=
"保存"
/>
<input
type=
"button"
class=
"normalBtn"
:class=
"{ disClick: isSave }"
@
click=
"SaveData()"
value=
"保存"
/>
<input
type=
"button"
class=
"normalBtn"
:class=
"{ disClick: isSave }"
@
click=
"DownLoadFile()"
value=
"下载"
/>
<input
type=
"button"
class=
"normalBtn"
:class=
"{ disClick: isSave }"
@
click=
"DownLoadFile()"
value=
"下载"
/>
...
@@ -156,7 +171,7 @@
...
@@ -156,7 +171,7 @@
</td>
</td>
</tr>
</tr>
<tr>
<tr>
<td
colspan=
"
6
"
style=
"height:25px;"
>
<td
colspan=
"
8
"
style=
"height:25px;"
>
</td>
</td>
</tr>
</tr>
</tfoot>
</tfoot>
...
@@ -229,7 +244,7 @@
...
@@ -229,7 +244,7 @@
TCIDs
:
this
.
TCIDS
TCIDs
:
this
.
TCIDS
},
},
res
=>
{
res
=>
{
console
.
log
(
"bus_Get_GetBusDownLoadData"
,
res
.
data
);
console
.
log
(
"bus_Get_GetBusDownLoadData"
,
res
.
data
);
this
.
loading
=
false
;
this
.
loading
=
false
;
if
(
res
.
data
.
resultCode
==
1
)
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
DataObj
=
res
.
data
.
data
.
model
;
this
.
DataObj
=
res
.
data
.
data
.
model
;
...
...
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