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
6cd4617b
Commit
6cd4617b
authored
Apr 04, 2019
by
zhkwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
财务数据抽取以及CIT固定资产页面优化
parent
718af310
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
8 deletions
+10
-8
cit-import-asset-list.ctrl.js
...mport/cit-import-asset-list/cit-import-asset-list.ctrl.js
+9
-7
extract-financial-data.ctrl.js
...ion/extract-financial-data/extract-financial-data.ctrl.js
+1
-1
No files found.
atms-web/src/main/webapp/app/cit/import/cit-import-asset-list/cit-import-asset-list.ctrl.js
View file @
6cd4617b
...
@@ -35,6 +35,14 @@
...
@@ -35,6 +35,14 @@
Period
:
''
,
Period
:
''
,
};
};
//分页的设置
$scope
.
pagingOptions
=
{
pageIndex
:
1
,
//当前页码
totalItems
:
1
,
//总数据
pageSize
:
100
,
//每页多少条数据
pageSizeString
:
"100"
};
//导入方式
//导入方式
$scope
.
importEnum
=
{
Import
:
0
,
CoverImport
:
1
,
AddImport
:
2
};
$scope
.
importEnum
=
{
Import
:
0
,
CoverImport
:
1
,
AddImport
:
2
};
$scope
.
sheetData
=
{
sheetNameList
:
[],
dataList
:
[],
selectedSheetIndex
:
0
};
$scope
.
sheetData
=
{
sheetNameList
:
[],
dataList
:
[],
selectedSheetIndex
:
0
};
...
@@ -1013,13 +1021,7 @@
...
@@ -1013,13 +1021,7 @@
//开始
//开始
(
function
initialize
()
{
(
function
initialize
()
{
//分页的设置
$scope
.
pagingOptions
=
{
pageIndex
:
1
,
//当前页码
totalItems
:
1
,
//总数据
pageSize
:
100
,
//每页多少条数据
pageSizeString
:
"100"
};
/**************************************** function start*************************************************/
/**************************************** function start*************************************************/
$scope
.
displayType
=
2
;
$scope
.
displayType
=
2
;
$scope
.
saveGroupType
=
1
;
$scope
.
saveGroupType
=
1
;
...
...
atms-web/src/main/webapp/app/dataImport/data-extraction/extract-financial-data/extract-financial-data.ctrl.js
View file @
6cd4617b
...
@@ -196,7 +196,7 @@
...
@@ -196,7 +196,7 @@
width
:
'10%'
,
width
:
'10%'
,
caption
:
$translate
.
instant
(
'LogOperationTime'
),
caption
:
$translate
.
instant
(
'LogOperationTime'
),
calculateCellValue
:
function
(
data
)
{
calculateCellValue
:
function
(
data
)
{
return
new
Date
(
data
).
formatDateTime
(
'yyyy-MM-dd hh:mm:ss'
);
return
new
Date
(
data
.
operateTime
).
formatDateTime
(
'yyyy-MM-dd hh:mm:ss'
);
}
}
}
}
],
],
...
...
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