Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
Tia-dev
Project
Project
Details
Activity
Releases
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dida Adams Arizona
Tia-dev
Commits
5d08bd3c
Commit
5d08bd3c
authored
Jan 12, 2021
by
rifkaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
upload
parent
fa223e16
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
BalanceSheetMR.js
src/container/MonthlyReport/BalanceSheetMR.js
+4
-3
No files found.
src/container/MonthlyReport/BalanceSheetMR.js
View file @
5d08bd3c
...
...
@@ -399,9 +399,9 @@ export default class BalanceSheetMR extends Component {
// 0,
// 0,
// 0,
item
.
mtd_vs_previous_month
,
item
.
mtd_vs_mb
,
item
.
mtd_vs_rb
,
item
.
mtd_vs_previous_month
===
null
?
""
:
item
.
mtd_vs_previous_month
===
undefined
?
""
:
item
.
mtd_vs_previous_month
,
item
.
mtd_vs_mb
===
null
?
""
:
item
.
mtd_vs_mb
===
undefined
?
""
:
item
.
mtd_vs_mb
,
item
.
mtd_vs_rb
===
null
?
""
:
item
.
mtd_vs_rb
===
undefined
?
""
:
item
.
mtd_vs_rb
,
item
.
actual_formula
,
item
.
order
,
item
.
condition_it_should_be
,
...
...
@@ -515,6 +515,7 @@ export default class BalanceSheetMR extends Component {
"balance_sheet"
:
data
}
api
.
create
(
'UPLOAD'
).
createMonthlyReportBS
(
payload
).
then
(
response
=>
{
console
.
log
(
payload
);
console
.
log
(
response
);
console
.
log
(
JSON
.
stringify
(
payload
))
if
(
response
.
data
)
{
...
...
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