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
93488caa
Commit
93488caa
authored
Apr 09, 2024
by
陆正友
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
收付款预订报表-新业务-厂商担保
parent
37241e46
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
1 deletion
+16
-1
con_contract_cashflow_monthly.lview
...p/modules/cont/CON930/con_contract_cashflow_monthly.lview
+16
-1
No files found.
src/main/webapp/modules/cont/CON930/con_contract_cashflow_monthly.lview
View file @
93488caa
...
@@ -51,6 +51,12 @@
...
@@ -51,6 +51,12 @@
if(record.data.lease_name92=='Y'){//add by gzj 2022-12-19 10:17:53
if(record.data.lease_name92=='Y'){//add by gzj 2022-12-19 10:17:53
record.data.division=record.data.division+',92';
record.data.division=record.data.division+',92';
};
};
if(record.data.lease_name99=='Y'){//add by gzj 2022-12-19 10:17:53
record.data.division=record.data.division+',99';
};
if(record.data.lease_name93=='Y'){//add by gzj 2022-12-19 10:17:53
record.data.division=record.data.division+',93';
};
record.data.division=record.data.division.substr(1,record.data.division.length);
record.data.division=record.data.division.substr(1,record.data.division.length);
Leaf.Masker.mask(Ext.getBody(), '正在统计并查询,请稍等...');
Leaf.Masker.mask(Ext.getBody(), '正在统计并查询,请稍等...');
Leaf.request({
Leaf.request({
...
@@ -91,6 +97,11 @@
...
@@ -91,6 +97,11 @@
function CON321_con_contract_update() {
function CON321_con_contract_update() {
var headers_ds = $('con_contract_cashflow_monthly_query_ds');
var headers_ds = $('con_contract_cashflow_monthly_query_ds');
var record = headers_ds.getAt(0);
var record = headers_ds.getAt(0);
//基准日期校验
if(record.get('due_date') == null || record.get('due_date') == ''){
Leaf.showMessage('提示', '请选择报表的基准日期');
return false;
}
Leaf.Masker.mask(Ext.getBody(), '正在更新数据,请稍等...');
Leaf.Masker.mask(Ext.getBody(), '正在更新数据,请稍等...');
Leaf.request({
Leaf.request({
url: $('con_cashflow_pre_update_id').getUrl(),
url: $('con_cashflow_pre_update_id').getUrl(),
...
@@ -157,6 +168,8 @@
...
@@ -157,6 +168,8 @@
<a:field
checkedValue=
"Y"
name=
"lease_name80"
uncheckedValue=
"N"
defaultValue=
"N"
/>
<a:field
checkedValue=
"Y"
name=
"lease_name80"
uncheckedValue=
"N"
defaultValue=
"N"
/>
<a:field
checkedValue=
"Y"
name=
"lease_name90"
uncheckedValue=
"N"
defaultValue=
"N"
/>
<a:field
checkedValue=
"Y"
name=
"lease_name90"
uncheckedValue=
"N"
defaultValue=
"N"
/>
<a:field
checkedValue=
"Y"
name=
"lease_name92"
uncheckedValue=
"N"
defaultValue=
"N"
/>
<a:field
checkedValue=
"Y"
name=
"lease_name92"
uncheckedValue=
"N"
defaultValue=
"N"
/>
<a:field
checkedValue=
"Y"
name=
"lease_name99"
uncheckedValue=
"N"
defaultValue=
"N"
/>
<a:field
checkedValue=
"Y"
name=
"lease_name93"
uncheckedValue=
"N"
defaultValue=
"N"
/>
<a:field
name=
"division"
/>
<a:field
name=
"division"
/>
<a:field
name=
"overdue_day1"
required=
"true"
prompt=
"已到期1个月界定天数"
defaultValue=
"30"
/>
<a:field
name=
"overdue_day1"
required=
"true"
prompt=
"已到期1个月界定天数"
defaultValue=
"30"
/>
<a:field
name=
"overdue_day2"
required=
"true"
prompt=
"已到期2个月界定天数"
defaultValue=
"60"
/>
<a:field
name=
"overdue_day2"
required=
"true"
prompt=
"已到期2个月界定天数"
defaultValue=
"60"
/>
...
@@ -208,6 +221,8 @@
...
@@ -208,6 +221,8 @@
<a:checkBox
name=
"lease_name40"
bindTarget=
"con_contract_cashflow_monthly_query_ds"
prompt=
"其它"
/>
<a:checkBox
name=
"lease_name40"
bindTarget=
"con_contract_cashflow_monthly_query_ds"
prompt=
"其它"
/>
<a:checkBox
name=
"lease_name91"
bindTarget=
"con_contract_cashflow_monthly_query_ds"
prompt=
"神钢建机"
/>
//addby xsh35973 20221011 I-12357新增产品线
<a:checkBox
name=
"lease_name91"
bindTarget=
"con_contract_cashflow_monthly_query_ds"
prompt=
"神钢建机"
/>
//addby xsh35973 20221011 I-12357新增产品线
<a:checkBox
name=
"lease_name92"
bindTarget=
"con_contract_cashflow_monthly_query_ds"
prompt=
"北京心诚"
/>
<a:checkBox
name=
"lease_name92"
bindTarget=
"con_contract_cashflow_monthly_query_ds"
prompt=
"北京心诚"
/>
<a:checkBox
name=
"lease_name99"
bindTarget=
"con_contract_cashflow_monthly_query_ds"
prompt=
"工程机械"
/>
<a:checkBox
name=
"lease_name93"
bindTarget=
"con_contract_cashflow_monthly_query_ds"
prompt=
"新业务-厂商担保"
/>
...
@@ -317,7 +332,7 @@
...
@@ -317,7 +332,7 @@
<a:column
name=
"not_due_amount_67"
align=
"center"
prompt=
"未到期67个月"
renderer=
"Leaf.formatMoney"
width=
"80"
/>
<a:column
name=
"not_due_amount_67"
align=
"center"
prompt=
"未到期67个月"
renderer=
"Leaf.formatMoney"
width=
"80"
/>
<a:column
name=
"not_due_amount_68"
align=
"center"
prompt=
"未到期68个月"
renderer=
"Leaf.formatMoney"
width=
"80"
/>
<a:column
name=
"not_due_amount_68"
align=
"center"
prompt=
"未到期68个月"
renderer=
"Leaf.formatMoney"
width=
"80"
/>
<a:column
name=
"not_due_amount_69"
align=
"center"
prompt=
"未到期69个月"
renderer=
"Leaf.formatMoney"
width=
"80"
/>
<a:column
name=
"not_due_amount_69"
align=
"center"
prompt=
"未到期69个月"
renderer=
"Leaf.formatMoney"
width=
"80"
/>
<a:column
name=
"not_due_amount_70"
align=
"center"
prompt=
"未到期70个月"
renderer=
"Leaf.formatMoney"
width=
"80"
/>
<a:column
name=
"not_due_amount_70"
align=
"center"
prompt=
"未到期70个月
及以上
"
renderer=
"Leaf.formatMoney"
width=
"80"
/>
<a:column
name=
"not_due_amount_left"
align=
"center"
prompt=
"未到期6个月以上"
renderer=
"Leaf.formatMoney"
width=
"80"
/>
<a:column
name=
"not_due_amount_left"
align=
"center"
prompt=
"未到期6个月以上"
renderer=
"Leaf.formatMoney"
width=
"80"
/>
<!--<a:column name="not_due_amount_48_left" align="center" prompt="未到期48个月以上" renderer="Leaf.formatMoney" width="80"/>-->
<!--<a:column name="not_due_amount_48_left" align="center" prompt="未到期48个月以上" renderer="Leaf.formatMoney" width="80"/>-->
<a:column
name=
"not_due_amount_year_1"
align=
"center"
prompt=
"未到期1年"
renderer=
"Leaf.formatMoney"
width=
"80"
/>
<a:column
name=
"not_due_amount_year_1"
align=
"center"
prompt=
"未到期1年"
renderer=
"Leaf.formatMoney"
width=
"80"
/>
...
...
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