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
cfdb3117
Commit
cfdb3117
authored
Oct 15, 2018
by
neo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[bugfix] fixed js slv delete format
parent
270684a7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
vat-preview-input-invoice.ctrl.js
...t-preview-input-invoice/vat-preview-input-invoice.ctrl.js
+1
-1
vat.js
atms-web/src/main/webapp/bundles/vat.js
+1
-1
No files found.
atms-web/src/main/webapp/app/vat/preview/vat-preview-input-invoice/vat-preview-input-invoice.ctrl.js
View file @
cfdb3117
...
...
@@ -586,7 +586,7 @@
{
name
:
$translate
.
instant
(
'ImportErrorPopUpNoCol'
),
width
:
'10%'
,
cellTemplate
:
'<div class="ui-grid-cell-contents"><span>{{row.entity.index}}<span></div>'
},
{
name
:
$translate
.
instant
(
'InvoiceHWMC'
),
width
:
'23%'
,
cellTemplate
:
'<div class="ui-grid-cell-contents"><span title="{{row.entity.spmc}}">{{row.entity.spmc}}<span></div>'
},
{
name
:
$translate
.
instant
(
'InvoiceJE'
),
width
:
'23%'
,
cellTemplate
:
'<div class="ui-grid-cell-contents"><span>{{row.entity.je}}<span></div>'
},
{
name
:
$translate
.
instant
(
'InvoiceSL'
),
width
:
'23%'
,
cellTemplate
:
'<div class="ui-grid-cell-contents"><span>{{
(row.entity.slv).formatAmount(2)
}}%<span></div>'
},
{
name
:
$translate
.
instant
(
'InvoiceSL'
),
width
:
'23%'
,
cellTemplate
:
'<div class="ui-grid-cell-contents"><span>{{
row.entity.slv
}}%<span></div>'
},
{
name
:
$translate
.
instant
(
'InvoiceSE'
),
width
:
'23%'
,
cellTemplate
:
'<div class="ui-grid-cell-contents"><span>{{row.entity.se}}<span></div>'
}
]
};
...
...
atms-web/src/main/webapp/bundles/vat.js
View file @
cfdb3117
...
...
@@ -32324,7 +32324,7 @@ vatModule.controller('VatPreviewInputInvoiceController', ['$scope', '$log', '$tr
{
name
:
$translate
.
instant
(
'ImportErrorPopUpNoCol'
),
width
:
'10%'
,
cellTemplate
:
'<div class="ui-grid-cell-contents"><span>{{row.entity.index}}<span></div>'
},
{
name
:
$translate
.
instant
(
'InvoiceHWMC'
),
width
:
'23%'
,
cellTemplate
:
'<div class="ui-grid-cell-contents"><span title="{{row.entity.spmc}}">{{row.entity.spmc}}<span></div>'
},
{
name
:
$translate
.
instant
(
'InvoiceJE'
),
width
:
'23%'
,
cellTemplate
:
'<div class="ui-grid-cell-contents"><span>{{row.entity.je}}<span></div>'
},
{
name
:
$translate
.
instant
(
'InvoiceSL'
),
width
:
'23%'
,
cellTemplate
:
'<div class="ui-grid-cell-contents"><span>{{
(row.entity.slv).formatAmount(2)
}}%<span></div>'
},
{
name
:
$translate
.
instant
(
'InvoiceSL'
),
width
:
'23%'
,
cellTemplate
:
'<div class="ui-grid-cell-contents"><span>{{
row.entity.slv
}}%<span></div>'
},
{
name
:
$translate
.
instant
(
'InvoiceSE'
),
width
:
'23%'
,
cellTemplate
:
'<div class="ui-grid-cell-contents"><span>{{row.entity.se}}<span></div>'
}
]
};
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