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
9f091410
Commit
9f091410
authored
Oct 15, 2018
by
neo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[bugfix] fixed vat item page use lower field name
parent
e3145f6a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
vat-preview-input-invoice.ctrl.js
...t-preview-input-invoice/vat-preview-input-invoice.ctrl.js
+4
-4
vat.js
atms-web/src/main/webapp/bundles/vat.js
+4
-4
No files found.
atms-web/src/main/webapp/app/vat/preview/vat-preview-input-invoice/vat-preview-input-invoice.ctrl.js
View file @
9f091410
...
...
@@ -584,10 +584,10 @@
enableColumnMenus
:
false
,
columnDefs
:
[
{
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.
productionName}}">{{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.
taxRate*100
).formatAmount(2)}}%<span></div>'
},
{
name
:
$translate
.
instant
(
'InvoiceSE'
),
width
:
'23%'
,
cellTemplate
:
'<div class="ui-grid-cell-contents"><span>{{row.entity.
SE
}}<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
(
'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 @
9f091410
...
...
@@ -32322,10 +32322,10 @@ vatModule.controller('VatPreviewInputInvoiceController', ['$scope', '$log', '$tr
enableColumnMenus
:
false
,
columnDefs
:
[
{
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.
productionName}}">{{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.
taxRate*100
).formatAmount(2)}}%<span></div>'
},
{
name
:
$translate
.
instant
(
'InvoiceSE'
),
width
:
'23%'
,
cellTemplate
:
'<div class="ui-grid-cell-contents"><span>{{row.entity.
SE
}}<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
(
'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