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
7c182ce6
Commit
7c182ce6
authored
May 07, 2019
by
weizhikai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、VAT数据预览到处模板优化;2、查看报表-手工输入的数值允许输入千分位格式数值
parent
71a118bd
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
0 deletions
+2
-0
certified_invoices_list.xlsx
...resources/vat_excel_template/certified_invoices_list.xlsx
+0
-0
invoice_record.xlsx
...src/main/resources/vat_excel_template/invoice_record.xlsx
+0
-0
tax-report-cell-detail-modal.ctrl.js
...rt-cell-detail-modal/tax-report-cell-detail-modal.ctrl.js
+1
-0
tax-report-cell-detail-modal.ctrl.js
...rt-cell-detail-modal/tax-report-cell-detail-modal.ctrl.js
+1
-0
No files found.
atms-api/src/main/resources/vat_excel_template/certified_invoices_list.xlsx
View file @
7c182ce6
No preview for this file type
atms-api/src/main/resources/vat_excel_template/invoice_record.xlsx
View file @
7c182ce6
No preview for this file type
atms-web/src/main/webapp/app/cit/report/tax-report-cell-detail-modal/tax-report-cell-detail-modal.ctrl.js
View file @
7c182ce6
...
...
@@ -201,6 +201,7 @@
$scope
.
detail
.
inputValue
=
"0"
;
}
$scope
.
detail
.
inputValue
=
$scope
.
detail
.
inputValue
.
replace
(
/
[
,
]
/g
,
""
);
if
(
$scope
.
detail
.
inputValue
&&
((
isNaN
(
$scope
.
detail
.
inputValue
)
||
r
.
test
(
$scope
.
detail
.
inputValue
))
||
parseFloat
(
$scope
.
detail
.
inputValue
).
toFixed
(
2
)
>
9999999999999
))
{
...
...
atms-web/src/main/webapp/app/common/controls/tax-report-cell-detail-modal/tax-report-cell-detail-modal.ctrl.js
View file @
7c182ce6
...
...
@@ -197,6 +197,7 @@
$scope
.
detail
.
inputValue
=
"0"
;
}
$scope
.
detail
.
inputValue
=
$scope
.
detail
.
inputValue
.
replace
(
/
[
,
]
/g
,
""
);
if
(
$scope
.
detail
.
inputValue
&&
((
isNaN
(
$scope
.
detail
.
inputValue
)
||
r
.
test
(
$scope
.
detail
.
inputValue
))
||
parseFloat
(
$scope
.
detail
.
inputValue
).
toFixed
(
2
)
>
9999999999999
))
{
...
...
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