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
b54f4891
Commit
b54f4891
authored
Jan 03, 2020
by
stone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[fix]修改应收明细打印
parent
197075b2
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
236 additions
and
119 deletions
+236
-119
get_contract_print_grid_info.lwm
...INF/classes/cont/CON1300/get_contract_print_grid_info.lwm
+189
-78
get_contract_print_info.lwm
.../WEB-INF/classes/cont/CON1300/get_contract_print_info.lwm
+4
-2
contract_receipt_detail_print.lsc
...pp/modules/cont/CON3200/contract_receipt_detail_print.lsc
+43
-39
No files found.
src/main/webapp/WEB-INF/classes/cont/CON1300/get_contract_print_grid_info.lwm
View file @
b54f4891
This diff is collapsed.
Click to expand it.
src/main/webapp/WEB-INF/classes/cont/CON1300/get_contract_print_info.lwm
View file @
b54f4891
...
...
@@ -7,7 +7,7 @@
SELECT c.contract_number,
h.bp_name,
--机型
ccli.pattern,
ccli.
modelcd
pattern,
--合同签订日
to_char(c.inception_of_lease,'yyyy-mm-dd') inception_of_lease,
--c.rate
...
...
@@ -16,8 +16,10 @@
--机号
ccli.machine_number,
c.contract_id,
to_char(c.lease_start_date,'yyyy-mm-dd')lease_start_date
to_char(c.lease_start_date,'yyyy-mm-dd')lease_start_date
,
--期间
c.lease_times,
(to_number(c.int_rate_display)*100||'%')int_rate_display
from con_contract c,
hls_bp_master h,
hls_bp_master ch,
...
...
src/main/webapp/modules/cont/CON3200/contract_receipt_detail_print.lsc
View file @
b54f4891
This diff is collapsed.
Click to expand it.
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