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
c54b121a
Commit
c54b121a
authored
Apr 23, 2019
by
sam.x.wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
查询重置问题
parent
feb5086b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
5 deletions
+11
-5
cit-import-asset-list.ctrl.js
...mport/cit-import-asset-list/cit-import-asset-list.ctrl.js
+3
-1
vat-preview-journal.ctrl.js
...t/preview/vat-preview-journal/vat-preview-journal.ctrl.js
+4
-2
vat-preview-trial-balance.ctrl.js
...t-preview-trial-balance/vat-preview-trial-balance.ctrl.js
+4
-2
No files found.
atms-web/src/main/webapp/app/cit/import/cit-import-asset-list/cit-import-asset-list.ctrl.js
View file @
c54b121a
...
...
@@ -330,6 +330,7 @@
assetListService
.
getAssetResultListPage
(
$scope
.
citAssetsListDto
).
success
(
function
(
assetListData
)
{
debugger
;
var
data
=
assetListData
.
data
.
list
;
$
(
'.filter-button'
).
popover
(
"hide"
);
if
(
data
)
{
var
index
=
1
;
// data.forEach(function (v) {
...
...
@@ -355,6 +356,7 @@
$scope
.
TotalCount
=
assetListData
.
data
.
total
;
$scope
.
pagingOptions
.
totalItems
=
assetListData
.
data
.
total
;
$scope
.
pageOptions
.
totalItems
=
assetListData
.
data
.
total
;
});
}
...
...
@@ -1266,7 +1268,7 @@
//开始
(
function
initialize
()
{
debugger
;
/**************************************** function start*************************************************/
$scope
.
displayType
=
2
;
$scope
.
saveGroupType
=
1
;
...
...
atms-web/src/main/webapp/app/vat/preview/vat-preview-journal/vat-preview-journal.ctrl.js
View file @
c54b121a
...
...
@@ -5,8 +5,8 @@
$scope
.
startDate
=
new
Date
(
vatSessionService
.
project
.
year
,
0
,
1
);
$scope
.
endDate
=
new
Date
(
vatSessionService
.
project
.
year
,
11
,
31
);
$scope
.
dateFormat
=
$translate
.
instant
(
'dateFormat4YearMonthDay'
);
$scope
.
startMonth
=
vatSessionService
.
year
+
vatSessionService
.
month
;
$scope
.
endMonth
=
vatSessionService
.
year
+
vatSessionService
.
month
;
$scope
.
startMonth
=
vatSessionService
.
year
+
''
+
vatSessionService
.
month
;
$scope
.
endMonth
=
vatSessionService
.
year
+
''
+
vatSessionService
.
month
;
$scope
.
totalMoneyAmount
=
0
;
$scope
.
totalTaxAmount
=
0
;
$scope
.
pageSize
=
constant
.
vatPagesize
;
...
...
@@ -205,6 +205,7 @@
pageInfo
:
{},
periodStart
:
''
,
periodEnd
:
''
,
orgId
:
''
,
segment3
:
null
,
segment3Name
:
null
,
segment5
:
null
,
...
...
@@ -216,6 +217,7 @@
};
$scope
.
queryParams
.
periodStart
=
$scope
.
startMonth
;
$scope
.
queryParams
.
periodEnd
=
$scope
.
endMonth
;
$scope
.
queryParams
.
orgId
=
vatSessionService
.
project
.
organizationID
;
loadJournalEntryDataFromDB
(
1
);
$
(
'.filter-button'
).
popover
(
"hide"
);
};
...
...
atms-web/src/main/webapp/app/vat/preview/vat-preview-trial-balance/vat-preview-trial-balance.ctrl.js
View file @
c54b121a
...
...
@@ -5,8 +5,8 @@
$scope
.
startDate
=
new
Date
(
vatSessionService
.
project
.
year
,
0
,
1
);
$scope
.
endDate
=
new
Date
(
vatSessionService
.
project
.
year
,
11
,
31
);
$scope
.
dateFormat
=
$translate
.
instant
(
'dateFormat4YearMonthDay'
);
$scope
.
startMonth
=
vat
ExportService
.
year
+
vatSessionService
.
month
;
$scope
.
endMonth
=
vat
ExportService
.
year
+
vatSessionService
.
month
;
$scope
.
startMonth
=
vat
SessionService
.
year
+
''
+
vatSessionService
.
month
;
$scope
.
endMonth
=
vat
SessionService
.
year
+
''
+
vatSessionService
.
month
;
$scope
.
totalMoneyAmount
=
0
;
$scope
.
totalTaxAmount
=
0
;
$scope
.
pageSize
=
constant
.
vatPagesize
;
...
...
@@ -202,6 +202,7 @@
pageInfo
:
{},
periodStart
:
''
,
periodEnd
:
''
,
orgId
:
''
,
segment3
:
null
,
segment3Name
:
null
,
segment2
:
null
,
...
...
@@ -212,6 +213,7 @@
};
$scope
.
queryParams
.
periodStart
=
$scope
.
startMonth
;
$scope
.
queryParams
.
periodEnd
=
$scope
.
endMonth
;
$scope
.
queryParams
.
orgId
=
vatSessionService
.
project
.
organizationID
;
loadTrialBalanceDataFromDB
(
1
);
$
(
'.filter-button'
).
popover
(
"hide"
);
};
...
...
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