Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
leaf-hlcm
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
hlcm
leaf-hlcm
Commits
b83335f0
Commit
b83335f0
authored
Dec 29, 2019
by
stone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【fix】月结增加税改字段
parent
4d86cbf6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
csh_write_off_report_query.lview
...pp/modules/cont/CON3100N/csh_write_off_report_query.lview
+7
-2
hls_monthly_statement.lview
...ain/webapp/modules/hls/HLS801/hls_monthly_statement.lview
+7
-0
No files found.
src/main/webapp/modules/cont/CON3100N/csh_write_off_report_query.lview
View file @
b83335f0
...
...
@@ -12,9 +12,14 @@
window['${/parameter/@bp_seq}${/parameter/@layout_code}_on_layout_dynamic_update'] = function(ds, record, name, value, old_value, bp_seq) {
if(name=='transaction_date_from' &&value){
record.set('transaction_date_to',value)
if(!record.get('transaction_date_to')){
record.set('transaction_date_to',value)
}
}else if(name=='journal_date_from' && value){
record.set('journal_date_to',value)
if(!record.get('journal_date_to')){
record.set('journal_date_to',value)
}
}
}
]]>
</script>
...
...
src/main/webapp/modules/hls/HLS801/hls_monthly_statement.lview
View file @
b83335f0
...
...
@@ -700,6 +700,13 @@
<a:column
name=
"vat_unearned_finance_income"
align=
"right"
prompt=
"HLS801.VAT_UNEARNED_FINANCE_INCOME"
renderer=
"Leaf.formatMoney"
width=
"110"
/>
<a:column
name=
"adjustvat"
align=
"right"
prompt=
"税改16%调整额"
renderer=
"Leaf.formatMoney"
width=
"110"
/>
<a:column
name=
"adjustvat13"
align=
"right"
prompt=
"税改13%调整额"
renderer=
"Leaf.formatMoney"
width=
"110"
/>
<a:column
name=
"unearned_finance_income"
align=
"right"
prompt=
"HLS801.UNEARNED_FINANCE_INCOME"
renderer=
"Leaf.formatMoney"
width=
"110"
/>
...
...
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