Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-rljj-wx
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
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
rl
hls-rljj-wx
Commits
1ef311ff
Commit
1ef311ff
authored
Jan 09, 2023
by
5359
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
客户电子账单下载路径调整
parent
6016b493
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cmbPolyPayDetail.vue
src/pages/applications/cmbPolyPay/cmbPolyPayDetail.vue
+1
-1
No files found.
src/pages/applications/cmbPolyPay/cmbPolyPayDetail.vue
View file @
1ef311ff
...
@@ -395,7 +395,7 @@ export default {
...
@@ -395,7 +395,7 @@ export default {
download
()
{
download
()
{
// console.log('下载')
// console.log('下载')
let
contractno
=
this
.
contractno
;
let
contractno
=
this
.
contractno
;
window
.
open
(
process
.
env
.
basePath
+
'https://lease.hitachics.com:8990/ReportServer?reportlet=/report/HCLC_PDR003.cpt&CONTRACTNO='
+
contractno
+
'&format=PDF&extype=simple'
,
'_self'
)
window
.
open
(
'https://lease.hitachics.com:8990/ReportServer?reportlet=/report/HCLC_PDR003.cpt&CONTRACTNO='
+
contractno
+
'&format=PDF&extype=simple'
,
'_self'
)
},
},
},
},
}
}
...
...
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