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
5765c07e
Commit
5765c07e
authored
5 years ago
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
5d8d4951
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
23 deletions
+23
-23
groundOperation.vue
src/components/dmc/manager/groundOperation.vue
+23
-23
No files found.
src/components/dmc/manager/groundOperation.vue
View file @
5765c07e
...
...
@@ -37,7 +37,14 @@
.GD_comPad
{
padding
:
0
!important
;
}
.groundLastTable
{
margin
:
20px
0
;
font-size
:
12px
;
}
.gdBtn
{
position
:
relative
;
top
:
-45px
;
}
</
style
>
<
template
>
...
...
@@ -128,7 +135,7 @@
<td>
{{
item
.
BusNum
}}
</td>
<td>
{{
item
.
DriverName
}}
</td>
<td>
{{
item
.
DriverTel
}}
</td>
<td>
{{
item
.
Remarks
}}
</td>
<td
width=
"300"
>
{{
item
.
Remarks
}}
</td>
</tr>
</table>
<table
class=
"GOd_Table"
border=
"0"
cellspacing=
"0"
cellpadding=
"0"
>
...
...
@@ -143,7 +150,7 @@
<th
width=
"80"
>
实际用房数
</th>
<th
width=
"80"
>
联系电话
</th>
<th
width=
"200"
>
地址
</th>
<th
width=
"
1
00"
>
备注
</th>
<th
width=
"
2
00"
>
备注
</th>
</tr>
<tbody
v-for=
"item in DMCStaticsCommon.HotelOrderListReport"
>
<tr
v-for=
"subItem in item.HotelOrderList"
>
...
...
@@ -154,7 +161,7 @@
<td>
{{
DMCStaticsCommon
.
HouseStatistics
.
RealityRoomNum
}}
</td>
<td>
{{
subItem
.
Tel
}}
</td>
<td
style=
"text-align:left;"
>
{{
subItem
.
Address
}}
</td>
<td>
{{
subItem
.
Remarks
}}
</td>
<td
style=
"text-align:left;"
>
{{
subItem
.
Remarks
}}
</td>
</tr>
</tbody>
</table>
...
...
@@ -183,7 +190,7 @@
<td>
{{
DMCStaticsCommon
.
HouseStatistics
.
RealityNum
>
0
?(
DMCStaticsCommon
.
HouseStatistics
.
RealityNum
-
1
):
0
}}
+1
</td>
<td>
{{
subItem
.
Tel
}}
</td>
<td
style=
"text-align:left;"
>
{{
subItem
.
Address
}}
</td>
<td>
{{
subItem
.
Remarks
}}
</td>
<td
style=
"text-align:left;"
>
{{
subItem
.
Remarks
}}
</td>
</tr>
</tbody>
</table>
...
...
@@ -193,11 +200,11 @@
</tr>
<tr>
<th>
游览时间
</th>
<th>
景点名称
</th>
<th
width=
"400"
>
景点名称
</th>
<th>
总人数
</th>
<th>
联系电话
</th>
<th
width=
"
25
0"
>
地址
</th>
<th
width=
"
1
00"
>
备注
</th>
<th
width=
"
30
0"
>
地址
</th>
<th
width=
"
2
00"
>
备注
</th>
</tr>
<tbody
v-for=
"item in DMCStaticsCommon.ScenicList"
>
<tr
v-for=
"subItem in item.ScenicStatisticsList"
>
...
...
@@ -206,7 +213,7 @@
<td>
{{
DMCStaticsCommon
.
HouseStatistics
.
RealityNum
>
0
?(
DMCStaticsCommon
.
HouseStatistics
.
RealityNum
-
1
):
0
}}
+1
</td>
<td>
{{
subItem
.
Tel
}}
</td>
<td
style=
"text-align:left;"
>
{{
subItem
.
Address
}}
</td>
<td>
{{
subItem
.
Remarks
}}
</td>
<td
style=
"text-align:left;"
>
{{
subItem
.
Remarks
}}
</td>
</tr>
</tbody>
</table>
...
...
@@ -254,20 +261,16 @@
</tr>
</table>
<table>
<table
class=
"groundLastTable"
>
<tr>
<td>
注意事项
:
<td
style=
"vertical-align:top;"
>
注意事项
:
</td>
<td>
<el-input
v-model=
"PostConfig.PlanDescription"
type=
"textarea"
:autosize=
"
{minRows: 3, maxRows: 3 }"
<el-input
v-model=
"PostConfig.PlanDescription"
type=
"textarea"
class=
"w700"
:autosize=
"
{minRows: 3, maxRows: 3 }"
resize="none" placeholder="注意事项" maxlength="300">
</el-input>
</td>
</tr>
<tr>
<td
colspan=
"2"
>
<input
type=
"button"
class=
"leader2Btn"
@
click=
"UpdateLeaderPay"
value=
"保存"
/>
<input
type=
"button"
class=
"leader2Btn"
@
click=
"DownLoadLeaderPay"
value=
"下载"
/>
<input
type=
"button"
class=
"normalBtn gdBtn"
@
click=
"UpdateLeaderPay"
value=
"保存"
/>
<input
type=
"button"
class=
"normalBtn gdBtn"
@
click=
"DownLoadLeaderPay"
value=
"下载"
/>
</td>
</tr>
</table>
...
...
@@ -296,7 +299,6 @@
TCIDs
:
""
,
PlanDescription
:
""
},
Loading
:
false
};
},
methods
:
{
...
...
@@ -368,11 +370,9 @@
NewCombinationNum
:
''
,
uid
:
this
.
getLocalStorage
().
EmployeeId
};
this
.
Loading
=
true
;
let
fileName
=
"导游计划表"
+
this
.
$commonUtils
.
getCurrentDate
()
+
".xls"
;
this
.
GetLocalFile
(
"dmcstatistics_get_DwonLoadLeaderapply"
,
qM
sg
,
fileName
,
this
.
GetLocalFile
(
"dmcstatistics_get_DwonLoadLeaderapply"
,
m
sg
,
fileName
,
res
=>
{
this
.
Loading
=
false
;
});
}
},
...
...
This diff is collapsed.
Click to expand it.
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