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
f22bd770
Commit
f22bd770
authored
Nov 23, 2019
by
stone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【fix】修改金税接口界面显示
parent
3a190480
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
acr_invoice_hd_v.lwm
src/main/webapp/WEB-INF/classes/acr/acr_invoice_hd_v.lwm
+2
-0
acr_invoice_vat.lview
src/main/webapp/modules/acr/ACR515/acr_invoice_vat.lview
+3
-0
No files found.
src/main/webapp/WEB-INF/classes/acr/acr_invoice_hd_v.lwm
View file @
f22bd770
...
...
@@ -36,6 +36,8 @@
<bm:field
name=
"description"
databaseType=
"VARCHAR2"
datatype=
"java.lang.String"
physicalName=
"DESCRIPTION"
prompt=
"HLS.DESCRIPTION"
/>
<bm:field
name=
"total_amount"
databaseType=
"NUMBER"
datatype=
"java.lang.Double"
physicalName=
"TOTAL_AMOUNT"
prompt=
"ACR.TOTAL_AMOUNT"
/>
<bm:field
name=
"tax_amount"
databaseType=
"NUMBER"
datatype=
"java.lang.Double"
physicalName=
"TAX_AMOUNT"
prompt=
"ACR.TAX_AMOUNT"
/>
<bm:field
name=
"return_tax_amount"
databaseType=
"NUMBER"
datatype=
"java.lang.Double"
prompt=
"金税返回税额"
/>
<bm:field
name=
"dif_tax_amount"
prompt=
"税额差"
/>
<bm:field
name=
"net_amount"
databaseType=
"NUMBER"
datatype=
"java.lang.Double"
physicalName=
"NET_AMOUNT"
prompt=
"不含税金额"
/>
<bm:field
name=
"currency"
databaseType=
"VARCHAR2"
datatype=
"java.lang.String"
physicalName=
"CURRENCY"
prompt=
"HLS.CURRENCY"
/>
<bm:field
name=
"currency_desc"
databaseType=
"VARCHAR2"
datatype=
"java.lang.String"
physicalName=
"CURRENCY_DESC"
prompt=
"HLS.CURRENCY_DESC"
/>
...
...
src/main/webapp/modules/acr/ACR515/acr_invoice_vat.lview
View file @
f22bd770
...
...
@@ -454,12 +454,15 @@
<a:column
name=
"billing_way_desc"
width=
"80"
prompt=
"开票方式"
/>
<a:column
name=
"invoice_kind_desc"
width=
"100"
/>
<a:column
name=
"invoice_number"
width=
"120"
/>
<a:column
name=
"vat_invoice_code"
width=
"120"
/>
<a:column
name=
"invoice_date"
renderer=
"Leaf.formatDate"
width=
"100"
/>
<a:column
name=
"invoice_bp_code"
width=
"100"
/>
<a:column
name=
"invoice_bp_name"
autoAdjust=
"false"
showTitle=
"true"
width=
"150"
/>
<a:column
name=
"invoice_title"
autoAdjust=
"false"
footerRenderer=
"summaryRenderer"
showTitle=
"true"
width=
"150"
/>
<a:column
name=
"total_amount"
align=
"right"
footerRenderer=
"summaryRenderer"
renderer=
"Leaf.formatMoney"
width=
"100"
/>
<a:column
name=
"tax_amount"
align=
"right"
footerRenderer=
"summaryRenderer"
renderer=
"Leaf.formatMoney"
width=
"100"
/>
<a:column
name=
"return_tax_amount"
align=
"right"
footerRenderer=
"summaryRenderer"
renderer=
"Leaf.formatMoney"
width=
"100"
/>
<a:column
name=
"dif_tax_amount"
align=
"right"
footerRenderer=
"summaryRenderer"
renderer=
"Leaf.formatMoney"
width=
"100"
/>
<a:column
name=
"net_amount"
align=
"right"
footerRenderer=
"summaryRenderer"
renderer=
"Leaf.formatMoney"
width=
"100"
/>
<a:column
name=
"currency"
width=
"80"
/>
<a:column
name=
"created_by_name"
autoAdjust=
"false"
showTitle=
"true"
width=
"150"
/>
...
...
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