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
12c8b00f
Commit
12c8b00f
authored
Aug 01, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/luochao/superman
parents
d951efda
92b9caac
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
28 additions
and
6 deletions
+28
-6
leaderReimbursement.vue
src/components/LeaderManagement/leaderReimbursement.vue
+3
-1
RestaurantSalesBoard.vue
src/components/Restaurant/RestaurantSalesBoard.vue
+18
-1
dmcTotalTable.vue
src/components/dmc/manager/dmcTotalTable.vue
+1
-1
leaderPay2.vue
src/components/leaderPay2.vue
+1
-1
index.vue
src/components/personalCenter/index.vue
+2
-1
Manfunds.vue
src/components/systemManagement/Manfunds.vue
+2
-0
Maninfo.vue
src/components/systemManagement/Maninfo.vue
+1
-1
No files found.
src/components/LeaderManagement/leaderReimbursement.vue
View file @
12c8b00f
...
...
@@ -37,12 +37,13 @@
</table>
<table
class=
"leaderReimbursementTable"
border=
"0"
cellspacing=
"1"
cellpadding=
"0"
>
<tr>
<th
colspan=
"1
6
"
class=
"bgwhite"
>
车辆使用
</th>
<th
colspan=
"1
7
"
class=
"bgwhite"
>
车辆使用
</th>
</tr>
<tr
class=
"title"
>
<th
width=
"100"
>
使用时间
</th>
<th
width=
"80"
>
司机姓名
</th>
<th
width=
"80"
>
司机电话
</th>
<th
width=
"80"
>
车辆大小
</th>
<th
width=
"100"
>
车配号
</th>
<th
width=
"100"
>
车辆号
</th>
<th
width=
"60"
>
用车方式
</th>
...
...
@@ -61,6 +62,7 @@
<td>
{{
item
.
PlanDateStr
}}
</td>
<td>
{{
item
.
DriverName
}}
</td>
<td>
{{
item
.
DriverTel
}}
</td>
<td>
{{
item
.
BusPriceUseNum
?
item
.
BusPriceUseNum
+
"座"
:
""
}}
</td>
<td>
{{
item
.
BusCode
}}
</td>
<td>
{{
item
.
BusNum
}}
</td>
<td>
...
...
src/components/Restaurant/RestaurantSalesBoard.vue
View file @
12c8b00f
...
...
@@ -212,6 +212,7 @@
</li>
<li
style=
"margin-right:50px;"
>
<button
class=
"normalBtn"
type=
"button"
@
click=
"GetHoltelInventory()"
>
{{
$t
(
'pub.searchBtn'
)
}}
</button>
<button
class=
"normalBtn"
type=
"button"
@
click=
"DownLoadDinnerSalesBoard()"
style=
"display:none;"
>
下载
</button>
</li>
</ul>
</div>
...
...
@@ -385,7 +386,23 @@
err
=>
{}
);
},
//下载餐厅统计
DownLoadDinnerSalesBoard
()
{
if
(
this
.
msg
.
DiningID
<=
0
)
{
this
.
Info
(
"请选择餐厅!"
);
return
;
}
this
.
msg
.
loading
=
true
;
let
qMsg
=
{
queryMsg
:
this
.
msg
,
uid
:
this
.
getLocalStorage
().
EmployeeId
};
let
fileName
=
"餐厅下载"
+
this
.
$commonUtils
.
getCurrentDate
()
+
".xls"
;
this
.
GetLocalFile
(
"dinner_get_downloadDinnerSalesBoard"
,
qMsg
,
fileName
,
res
=>
{
this
.
msg
.
loading
=
false
;
});
}
},
mounted
()
{
//初始化日历
...
...
src/components/dmc/manager/dmcTotalTable.vue
View file @
12c8b00f
...
...
@@ -283,7 +283,7 @@
</td>
<td>
<a
style=
"text-decoration:underline;cursor:pointer;"
title=
"点击下载旅客名单"
@
click=
"DownLoadGuestList(item,outItem,index)"
>
旅客
名单
</a>
@
click=
"DownLoadGuestList(item,outItem,index)"
>
出境
名单
</a>
</td>
<td>
<div
class=
"fz16 fbold linkspan"
>
...
...
src/components/leaderPay2.vue
View file @
12c8b00f
...
...
@@ -1091,7 +1091,7 @@ export default {
},
null
)
},
goZhiDan
:
function
(
obj
)
{
let
id
=
[
59
];
let
id
=
[
59
,
63
];
let
TCIDARR
=
[
obj
.
TCIDS
];
let
orderObj
=
{
OrderID
:
0
,
...
...
src/components/personalCenter/index.vue
View file @
12c8b00f
...
...
@@ -102,6 +102,7 @@
<div
class=
"per-tab"
>
<table>
<thead>
<th>
别名
</th>
<th>
户名
</th>
<th>
开户行
</th>
<th>
账号
</th>
...
...
@@ -112,6 +113,7 @@
</thead>
<tbody>
<tr
v-for=
"(item, index) in rList"
:key=
"index"
>
<td
class=
"bold"
>
{{
item
.
Alias
}}
</td>
<td
class=
"blue bold"
>
{{
item
.
AccountName
}}
</td>
<td
class=
"bold"
>
{{
item
.
OpeningBank
}}
</td>
<td>
{{
item
.
BackNo
|
PNumber
}}
</td>
...
...
@@ -292,7 +294,6 @@ export default {
this
.
RLoading
=
true
;
this
.
apipost
(
'Financial_post_GetFinanceRemittanceClaimPageList'
,
msg
,
res
=>
{
this
.
RLoading
=
false
;
console
.
log
(
"res"
,
res
)
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
rList
=
res
.
data
.
data
.
pageData
;
}
else
{
...
...
src/components/systemManagement/Manfunds.vue
View file @
12c8b00f
...
...
@@ -190,6 +190,7 @@
<table
class=
"po_content singeRowTable"
style=
"border:1px solid #E6E6E6;"
cellspacing=
"0"
cellpadding=
"0"
v-loading=
"loading"
>
<tr>
<th>
别名
</th>
<th>
户名
</th>
<th>
开户行
</th>
<th>
账号
</th>
...
...
@@ -203,6 +204,7 @@
<th>
操作
</th>
</tr>
<tr
v-for=
"(item,index) in DataList"
:key=
"index"
>
<td>
{{
item
.
Alias
}}
</td>
<td>
{{
item
.
AccountName
}}
</td>
<td>
{{
item
.
OpeningBank
}}
</td>
<td>
{{
item
.
BackNo
}}
</td>
...
...
src/components/systemManagement/Maninfo.vue
View file @
12c8b00f
...
...
@@ -187,7 +187,7 @@
<th>
支
</th>
</tr>
<tr
v-for=
"(item,index) in DataList"
:key=
"index"
>
<td>
{{
item
.
OpeningBank
}}
</td>
<td>
{{
item
.
Alias
}}
</td>
<td>
{{
item
.
AccountName
}}
</td>
<td>
{{
item
.
OpeningBank
}}
</td>
<td>
{{
item
.
BackNo
|
PNumber
}}
</td>
...
...
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