Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
isc-web-vue
Overview
Overview
Details
Activity
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
isc-v3.1-tmp
isc-web-vue
Commits
fb7cfa77
Commit
fb7cfa77
authored
Oct 31, 2024
by
李少勇
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
qrtmsg 导出功能开发
parent
afedbbc0
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
2 deletions
+13
-2
index.js
src/page/Frontend/Qrtmgs/event/index.js
+12
-1
Wtdselp.vue
src/page/Frontend/Qrtmgs/views/Wtdselp.vue
+1
-1
No files found.
src/page/Frontend/Qrtmgs/event/index.js
View file @
fb7cfa77
import
Api
from
"~/service/Api"
;
import
Api
from
"~/service/Api"
;
import
moment
from
"moment"
;
import
moment
from
"moment"
;
import
exportExcel
from
'~/page/Frontend/Rcvsel/event/exportExcel.js'
;
export
default
{
export
default
{
mixins
:
[
exportExcel
],
methods
:
{
methods
:
{
async
handleSearch
()
{
async
handleSearch
()
{
let
dts
=
this
.
model
.
qrtp
.
dts
;
let
dts
=
this
.
model
.
qrtp
.
dts
;
...
@@ -122,6 +123,16 @@ export default {
...
@@ -122,6 +123,16 @@ export default {
},
},
updateAck
()
{
updateAck
()
{
},
exportToExcel
()
{
let
codeKeysMap
=
{
sta
:
'stacd1'
};
let
params
=
{
...
this
.
model
,
}
let
columns
=
this
.
activeTab
==
'fb'
?
this
.
stmData
.
columns
:
this
.
stmData1
.
columns
;
this
.
exportExcel
(
columns
,
'/frontend/qrtsel/exportExcel'
,
params
,
codeKeysMap
,
'报文查询'
);
}
}
},
},
};
};
src/page/Frontend/Qrtmgs/views/Wtdselp.vue
View file @
fb7cfa77
...
@@ -113,7 +113,7 @@
...
@@ -113,7 +113,7 @@
<c-button
:disabled=
"isRoutingDisable"
class=
"medium_bcs"
size=
"medium"
style=
"margin-left: 20"
type=
"primary"
>
<c-button
:disabled=
"isRoutingDisable"
class=
"medium_bcs"
size=
"medium"
style=
"margin-left: 20"
type=
"primary"
>
ReRouting
ReRouting
</c-button>
</c-button>
<c-button
class=
"medium_bcs"
size=
"medium"
style=
"margin-left: 20"
type=
"primary"
>
<c-button
class=
"medium_bcs"
size=
"medium"
style=
"margin-left: 20"
type=
"primary"
@
click=
"exportToExcel"
>
{{ $t('public.导出Excel') }}
{{ $t('public.导出Excel') }}
</c-button>
</c-button>
</el-col>
</el-col>
...
...
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