Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
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
xugong
hls-xcmg-vue-app
Commits
ee8cdb37
Commit
ee8cdb37
authored
Feb 07, 2020
by
linxin
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'liuin' into develop
parents
389162ef
fa47713a
Pipeline
#4750
canceled with stages
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
8 deletions
+9
-8
index.js
config/index.js
+6
-6
invoice.vue
src/pages/invoice/invoice.vue
+3
-2
No files found.
config/index.js
View file @
ee8cdb37
...
@@ -28,12 +28,12 @@ module.exports = {
...
@@ -28,12 +28,12 @@ module.exports = {
assetsSubDirectory
:
'static'
,
assetsSubDirectory
:
'static'
,
assetsPublicPath
:
'/'
,
assetsPublicPath
:
'/'
,
proxyTable
:
{
proxyTable
:
{
'/xcmg_file'
:
{
//
'/xcmg_file': {
target
:
'http://lichee.iask.in'
,
//
target: 'http://lichee.iask.in',
changeOrigin
:
true
,
//
changeOrigin: true,
pathRewrite
:
{
//
pathRewrite: {
'^/xcmg_file'
:
'/xcmg_file'
//
'^/xcmg_file': '/xcmg_file'
}
//
}
},
},
},
},
...
...
src/pages/invoice/invoice.vue
View file @
ee8cdb37
...
@@ -19,8 +19,9 @@
...
@@ -19,8 +19,9 @@
<span
class=
"number-left"
>
发票号码
{{
list
.
invoice_no
}}
</span>
<span
class=
"number-left"
>
发票号码
{{
list
.
invoice_no
}}
</span>
<div
class=
"number-right"
>
<div
class=
"number-right"
>
<img
src=
"@/assets/invoice/download.png"
>
<img
src=
"@/assets/invoice/download.png"
>
<span
class=
"invoice-download"
@
click=
"downLoad(list.file_url)"
>
发票下载
</span>
<!--
<span
class=
"invoice-download"
@
click=
"downLoad(list.file_url)"
>
发票下载
</span>
-->
<!--
<a
href=
"https://180.104.121.66:8090/dump_dir/032001700611_84582415.pdf"
>
发票下载
</a>
-->
<!--
<a
href=
"http://180.104.121.66:8090/dump_dir/032001700611_84582415.pdf"
download=
"http://180.104.121.66:8090/dump_dir/032001700611_84582415.pdf"
>
pdf
</a>
-->
<a
:href=
"list.file_url"
download=
"电子发票.pdf"
>
发票下载
</a>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
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