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
6a35911a
Commit
6a35911a
authored
Jul 21, 2023
by
邓乾隆
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
合同起租页面追加同步校验调整
parent
0ffbfd00
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
con_contract_dun_for_query.lwm
...EB-INF/classes/cont/CON620/con_contract_dun_for_query.lwm
+6
-2
con_contract_rent_dun_query.lview
...app/modules/cont/CON620/con_contract_rent_dun_query.lview
+4
-0
No files found.
src/main/webapp/WEB-INF/classes/cont/CON620/con_contract_dun_for_query.lwm
View file @
6a35911a
...
...
@@ -244,7 +244,9 @@
From sys_code_values_v v
Where v.code = 'SEND_MESSAGE'
And cc.send_message = v.code_value ) send_message_n,
cc.cell_phone
cc.cell_phone,
cc.lease_item_amount,
cc.contract_amount
FROM con_contract cc
WHERE
EXISTS(SELECT 1
...
...
@@ -501,7 +503,9 @@
From sys_code_values_v v
Where v.code = 'SEND_MESSAGE'
And cc.send_message = v.code_value ) send_message_n,
cc.cell_phone
cc.cell_phone,
cc.lease_item_amount,
cc.contract_amount
FROM con_contract cc
WHERE
EXISTS(SELECT 1
...
...
src/main/webapp/modules/cont/CON620/con_contract_rent_dun_query.lview
View file @
6a35911a
...
...
@@ -728,6 +728,10 @@
<a:column
name=
"lease_times"
align=
"center"
prompt=
"期数"
width=
"100"
/>
<a:column
name=
"total_due_amount"
align=
"right"
prompt=
"租金合计"
width=
"100"
renderer=
"Leaf.formatMoney"
/>
<a:column
name=
"lease_item_amount"
align=
"right"
prompt=
"设备价格"
width=
"100"
renderer=
"Leaf.formatMoney"
/>
<a:column
name=
"contract_amount"
align=
"right"
prompt=
"合同金额"
width=
"100"
renderer=
"Leaf.formatMoney"
/>
<a:column
name=
"send_message_n"
align=
"center"
prompt=
"发送催收短信"
width=
"60"
/>
<a:column
name=
"dun_date"
align=
"center"
prompt=
"催收短信发送日期"
width=
"120"
/>
<!-- <a:column name="contract_status" align="center" prompt="合同状态" width="100"/>-->
...
...
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