Commit 6a35911a authored by 邓乾隆's avatar 邓乾隆

合同起租页面追加同步校验调整

parent 0ffbfd00
...@@ -244,7 +244,9 @@ ...@@ -244,7 +244,9 @@
From sys_code_values_v v From sys_code_values_v v
Where v.code = 'SEND_MESSAGE' Where v.code = 'SEND_MESSAGE'
And cc.send_message = v.code_value ) send_message_n, 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 FROM con_contract cc
WHERE WHERE
EXISTS(SELECT 1 EXISTS(SELECT 1
...@@ -501,7 +503,9 @@ ...@@ -501,7 +503,9 @@
From sys_code_values_v v From sys_code_values_v v
Where v.code = 'SEND_MESSAGE' Where v.code = 'SEND_MESSAGE'
And cc.send_message = v.code_value ) send_message_n, 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 FROM con_contract cc
WHERE WHERE
EXISTS(SELECT 1 EXISTS(SELECT 1
......
...@@ -728,6 +728,10 @@ ...@@ -728,6 +728,10 @@
<a:column name="lease_times" align="center" prompt="期数" width="100"/> <a:column name="lease_times" align="center" prompt="期数" width="100"/>
<a:column name="total_due_amount" align="right" prompt="租金合计" width="100" <a:column name="total_due_amount" align="right" prompt="租金合计" width="100"
renderer="Leaf.formatMoney"/> 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="send_message_n" align="center" prompt="发送催收短信" width="60"/>
<a:column name="dun_date" align="center" prompt="催收短信发送日期" width="120"/> <a:column name="dun_date" align="center" prompt="催收短信发送日期" width="120"/>
<!-- <a:column name="contract_status" align="center" prompt="合同状态" width="100"/>--> <!-- <a:column name="contract_status" align="center" prompt="合同状态" width="100"/>-->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment