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
1ced4651
Commit
1ced4651
authored
Jan 30, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
‘修改部分bug.@’
parent
17ec336f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
5 deletions
+6
-5
CombinedRevenueReport.vue
...ents/FinancialModule/ReportForm/CombinedRevenueReport.vue
+1
-1
RegistrationList.vue
src/components/TravelManager/TravelList/RegistrationList.vue
+4
-3
config.js
src/router/config.js
+1
-1
No files found.
src/components/FinancialModule/ReportForm/CombinedRevenueReport.vue
View file @
1ced4651
...
...
@@ -1275,7 +1275,7 @@ export default {
this
.
GetLocalFile
(
"financestatistics_post_OutToExcelRevenueReportList"
,
msg
,
"
营收报表
.xls"
"
联运收入
.xls"
);
},
exportExcelCurrentPage
()
{
...
...
src/components/TravelManager/TravelList/RegistrationList.vue
View file @
1ced4651
...
...
@@ -2436,8 +2436,9 @@ import updateSalesMan from "../../commonPage/updateSalesMan.vue";
TransferDocuments
:
function
()
{
this
.
apipost
(
'sellorder_get_SetOrderOPRemarks'
,
this
.
OPRemarkMsg
,
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
this
.
$message
.
success
(
res
.
data
.
message
);
this
.
getList
();
this
.
$message
.
success
(
res
.
data
.
message
)
this
.
getList
()
this
.
initOPRemarkMsg
()
this
.
zhuanLoading
=
false
}
else
{
this
.
$message
.
error
(
res
.
data
.
message
);
...
...
@@ -2446,7 +2447,7 @@ import updateSalesMan from "../../commonPage/updateSalesMan.vue";
},
downLoadFile
(
obj
)
{
let
reg
=
/^http
(
s
)?
:
\/\/(
.*
?)\/
/
this
.
downloadFileRename
(
obj
[
0
].
FullUrl
.
replace
(
reg
,
''
),
obj
[
0
].
Name
)
;
this
.
downloadFileRename
(
obj
[
0
].
FullUrl
.
replace
(
reg
,
''
),
obj
[
0
].
Name
)
},
goUrlTravelControl
(
name
,
path
,
id
,
tcmun
)
{
...
...
src/router/config.js
View file @
1ced4651
...
...
@@ -2250,7 +2250,7 @@ export default {
name
:
'CombinedRevenueReport'
,
component
:
resolve
=>
require
([
'@/components/FinancialModule/ReportForm/CombinedRevenueReport'
],
resolve
),
meta
:
{
title
:
'
团队营收变更报表
'
title
:
'
联运收入
'
},
},
{
// 销售 制作广告
path
:
'/advert'
,
...
...
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