Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
rbc-demo
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
王衍超
rbc-demo
Commits
90a878e3
Commit
90a878e3
authored
May 16, 2022
by
qiaoyanqi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
excle
parent
b2851954
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletions
+8
-1
vxe-table.vue
...and/src/control/vxe-achievements/components/vxe-table.vue
+1
-1
emcon.js
develop/@gms/gms-plugin-billexpand/src/emcon.js
+6
-0
exportExcel.js
...ms/gms-plugin-billexpand/src/query-actions/exportExcel.js
+1
-0
No files found.
develop/@gms/gms-plugin-billexpand/src/control/vxe-achievements/components/vxe-table.vue
View file @
90a878e3
...
...
@@ -105,7 +105,7 @@ export default {
let
detailXTable
=
this
.
$refs
.
detailXTable
;
switch
(
menu
.
code
)
{
case
"addRow"
:
this
.
attr
.
attr
.
tableData
.
splice
(
rowIndex
+
1
,
0
,
this
.
attr
.
attr
.
addObj
)
detailXTable
.
insertAt
(
this
.
attr
.
attr
.
addObj
,
row
);
break
;
case
"removeRow"
:
if
(
this
.
attr
.
attr
.
tableData
.
length
>
1
){
...
...
develop/@gms/gms-plugin-billexpand/src/emcon.js
View file @
90a878e3
...
...
@@ -1273,6 +1273,12 @@ export default {
"type"
:
"Boolean"
,
"title"
:
"导出当页"
,
"key"
:
"currentPage"
},
{
"isRequired"
:
true
,
"type"
:
"Boolean"
,
"title"
:
"是否导出id"
,
"key"
:
"isId"
}
]
},
...
...
develop/@gms/gms-plugin-billexpand/src/query-actions/exportExcel.js
View file @
90a878e3
...
...
@@ -7,6 +7,7 @@ export default {
}
GMS
.
$http
.
post
(
`/rbcquery/exportExcel`
,
{
queryParameter
:
queryParam
,
isId
:
param
.
isId
||
false
,
queryViewVO
:
context
.
dom
.
queryBus
.
config
,
currentGroup
:
context
.
dom
.
queryBus
.
currGroup
,
},{
...
...
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