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
f7799716
Commit
f7799716
authored
May 31, 2019
by
sam.x.wang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev_wzk_phase1' of
http://code.tech.tax.asia.pwcinternal.com/root/atms
into sam_p1
parents
96b3ed4d
fa7ffc0d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
ReportUploadService.java
...va/pwc/taxtech/atms/service/impl/ReportUploadService.java
+1
-1
vat-preview-cash-flow-manual.ctrl.js
...iew-cash-flow-manual/vat-preview-cash-flow-manual.ctrl.js
+1
-1
vat-preview-profit-loss-prc-manual.ctrl.js
...oss-prc-manual/vat-preview-profit-loss-prc-manual.ctrl.js
+1
-1
No files found.
atms-api/src/main/java/pwc/taxtech/atms/service/impl/ReportUploadService.java
View file @
f7799716
...
@@ -164,7 +164,7 @@ public class ReportUploadService extends BaseService {
...
@@ -164,7 +164,7 @@ public class ReportUploadService extends BaseService {
FileTypesExample
fileTypesExample
=
new
FileTypesExample
();
FileTypesExample
fileTypesExample
=
new
FileTypesExample
();
fileTypesExample
.
createCriteria
().
andFileTypeEqualTo
(
"增值税及附加税费计算底稿"
);
fileTypesExample
.
createCriteria
().
andFileTypeEqualTo
(
"增值税及附加税费计算底稿"
);
List
<
FileTypes
>
fileTypesList
=
fileTypesMapper
.
selectByExample
(
fileTypesExample
);
List
<
FileTypes
>
fileTypesList
=
fileTypesMapper
.
selectByExample
(
fileTypesExample
);
if
(
CollectionUtils
.
isNotEmpty
(
data
List
)){
if
(
CollectionUtils
.
isNotEmpty
(
fileTypes
List
)){
taxDocument
.
setFileAttr
(
fileTypesList
.
get
(
0
).
getFileAttr
());
taxDocument
.
setFileAttr
(
fileTypesList
.
get
(
0
).
getFileAttr
());
taxDocument
.
setFileTypeId
(
fileTypesList
.
get
(
0
).
getId
());
taxDocument
.
setFileTypeId
(
fileTypesList
.
get
(
0
).
getId
());
}
}
...
...
atms-web/src/main/webapp/app/vat/preview/vat-preview-cash-flow-manual/vat-preview-cash-flow-manual.ctrl.js
View file @
f7799716
...
@@ -82,7 +82,7 @@
...
@@ -82,7 +82,7 @@
$scope
.
ledgerCurrencyCodeFirst
=
itemFirst
.
ledgerCurrencyCode
;
$scope
.
ledgerCurrencyCodeFirst
=
itemFirst
.
ledgerCurrencyCode
;
$scope
.
ledgerStatusFirst
=
itemFirst
.
status
;
$scope
.
ledgerStatusFirst
=
itemFirst
.
status
;
//TODO
//TODO
$scope
.
importDate
=
$filter
(
'date'
)(
data
.
list
[
0
].
updateTime
,
"yyyy-MM-dd
hh
:mm:ss"
);
$scope
.
importDate
=
$filter
(
'date'
)(
data
.
list
[
0
].
updateTime
,
"yyyy-MM-dd
HH
:mm:ss"
);
}
}
$scope
.
gridOptions
.
data
=
data
.
list
;
$scope
.
gridOptions
.
data
=
data
.
list
;
$scope
.
queryIncomeInvoiceItemResult
.
pageInfo
=
data
;
$scope
.
queryIncomeInvoiceItemResult
.
pageInfo
=
data
;
...
...
atms-web/src/main/webapp/app/vat/preview/vat-preview-profit-loss-prc-manual/vat-preview-profit-loss-prc-manual.ctrl.js
View file @
f7799716
...
@@ -105,7 +105,7 @@
...
@@ -105,7 +105,7 @@
if
(
data
.
size
>
0
){
if
(
data
.
size
>
0
){
$scope
.
currencyCode
=
data
.
list
[
0
].
ledgerCurrencyCode
;
$scope
.
currencyCode
=
data
.
list
[
0
].
ledgerCurrencyCode
;
$scope
.
status
=
data
.
list
[
0
].
status
;
$scope
.
status
=
data
.
list
[
0
].
status
;
$scope
.
importDate
=
$filter
(
'date'
)(
data
.
list
[
0
].
updateTime
,
"yyyy-MM-dd
hh
:mm:ss"
);
$scope
.
importDate
=
$filter
(
'date'
)(
data
.
list
[
0
].
updateTime
,
"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