Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
traffic-front
Project
Project
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxiaoming
traffic-front
Commits
9c44db7b
Commit
9c44db7b
authored
Mar 23, 2019
by
kevin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
1b07739f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
cit-report-sheet.js
...ebapp/app/cit/report/cit-report-sheet/cit-report-sheet.js
+0
-2
entryList-modal.ctrl.js
...pp/app/cit/report/entryList-modal/entryList-modal.ctrl.js
+4
-4
No files found.
atms-web/src/main/webapp/app/cit/report/cit-report-sheet/cit-report-sheet.js
View file @
9c44db7b
...
...
@@ -89,8 +89,6 @@
var
loadSheet
=
function
(
templateId
,
update
)
{
var
prokjectId
=
vatSessionService
.
project
.
id
;
var
period
=
0
;
setData
();
return
templateService
.
getPeriodTemplateJson
(
templateId
,
period
,
prokjectId
).
then
(
function
(
reportSpread
)
{
var
spreadCtrl
=
getSpreadControl
();
if
(
spreadCtrl
)
{
...
...
atms-web/src/main/webapp/app/cit/report/entryList-modal/entryList-modal.ctrl.js
View file @
9c44db7b
...
...
@@ -32,8 +32,8 @@
mode
:
"standard"
},
selection
:
{
mode
:
"multiple"
,
deferred
:
true
mode
:
"multiple"
/*
,
deferred: true
*/
},
sorting
:
{
mode
:
'single'
...
...
@@ -80,8 +80,8 @@
showColumnLines
:
true
,
filterRow
:
{
visible
:
true
},
selectionFilter
:
[
"Task_Status"
,
"="
,
"Completed"
]
}
/*
,
selectionFilter: ["Task_Status", "=", "Completed"]
*/
};
//设置数据源表格的列
...
...
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