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
1ec364eb
Commit
1ec364eb
authored
Nov 15, 2019
by
stone
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
https://hel.hand-china.com/hlcm/leaf-hlcm
into develop
parents
0cb91dc3
8bdca200
Changes
9
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
48 additions
and
40 deletions
+48
-40
con_contract_status.lwm
...ebapp/WEB-INF/classes/cont/CON560/con_contract_status.lwm
+20
-0
csh_payment_req_selected.lwm
...p/WEB-INF/classes/csh/CSH501/csh_payment_req_selected.lwm
+2
-2
con_contract_update_print_word_detail.lview
...s/cont/CON311/con_contract_update_print_word_detail.lview
+7
-7
con_re_incept_modify.lview
...in/webapp/modules/cont/CON3200/con_re_incept_modify.lview
+9
-3
con_contract_modify.lview
...main/webapp/modules/cont/CON505/con_contract_modify.lview
+1
-1
con_contract_finish_maintain.lview
...pp/modules/cont/CON560/con_contract_finish_maintain.lview
+1
-1
con_contract_finish_maintain_wfl.lview
...odules/cont/CON560/con_contract_finish_maintain_wfl.lview
+1
-1
hls_bp_master_modify.lview
...ain/webapp/modules/hls/HLS214N/hls_bp_master_modify.lview
+7
-3
bp_agent_create.lview
src/main/webapp/modules/hls/HLS303/bp_agent_create.lview
+0
-22
No files found.
src/main/webapp/WEB-INF/classes/cont/CON560/con_contract_status.lwm
0 → 100644
View file @
1ec364eb
<?xml version="1.0" encoding="UTF-8"?>
<!--
$Author: feng
$Date: 2013-9-11 下午15:13:20
$Revision: 1.0
$Purpose:
-->
<bm:model
xmlns:bm=
"http://www.leaf-framework.org/schema/bm"
>
<bm:operations>
<bm:operation
name=
"query"
>
<bm:query-sql>
<![CDATA[
select v.code_value, v.code_value_name
from sys_code_values_v v
where v.code = 'CON500_CONTRACT_STATUS'
and v.code_value in ('ETING', 'INCEPT', 'TERMINATING')
]]>
</bm:query-sql>
</bm:operation>
</bm:operations>
</bm:model>
src/main/webapp/WEB-INF/classes/csh/CSH501/csh_payment_req_selected.lwm
View file @
1ec364eb
...
@@ -159,8 +159,8 @@
...
@@ -159,8 +159,8 @@
from hls_bp_master
from hls_bp_master
where hls_bp_master.bp_id = t.bp_id_agent_level1) bp_id_agent_n,
where hls_bp_master.bp_id = t.bp_id_agent_level1) bp_id_agent_n,
--查找厂商
--查找厂商
(SELECT bp_name FROM hls_bp_master h WHERE h.bp_id=hli.vender_id) vender_name_n
(SELECT bp_name FROM hls_bp_master h WHERE h.bp_id=hli.vender_id) vender_name_n
,
hli.vender_name
FROM con_contract_cashflow f,
FROM con_contract_cashflow f,
hls_cashflow_item h,
hls_cashflow_item h,
con_contract_lease_item i,
con_contract_lease_item i,
...
...
src/main/webapp/modules/cont/CON311/con_contract_update_print_word_detail.lview
View file @
1ec364eb
...
@@ -75,8 +75,8 @@
...
@@ -75,8 +75,8 @@
url: $('con_contract_create_content_link_id').getUrl(),
url: $('con_contract_create_content_link_id').getUrl(),
para: {
para: {
contract_id: '${/parameter/@contract_id}',
contract_id: '${/parameter/@contract_id}',
content_type: '${/parameter/@content_type}'
,
content_type: '${/parameter/@content_type}'
templet_usage: 'CON_SALE'
/* templet_usage: 'CON_SALE'*/
},
},
success: function(res) {
success: function(res) {
var result_ds = $('con_contract_update_print_detail_line_ds');
var result_ds = $('con_contract_update_print_detail_line_ds');
...
@@ -102,7 +102,7 @@
...
@@ -102,7 +102,7 @@
function update_attachment_renderer(value, record, name) {
function update_attachment_renderer(value, record, name) {
var content_id = record.get('content_id');
var content_id = record.get('content_id');
return '<a href="javascript:downloadfile_link(' + content_id +
')">
下载
</a>
';
return '<a href="javascript:downloadfile_link(' + content_id +')">
下载
</a>
';
}
}
function downloadfile_link(content_id) {
function downloadfile_link(content_id) {
...
@@ -219,8 +219,8 @@
...
@@ -219,8 +219,8 @@
<a:column
name=
"bp_category_desc"
prompt=
"HLS.BP_CATEGORY"
/>
<a:column
name=
"bp_category_desc"
prompt=
"HLS.BP_CATEGORY"
/>
<a:column
name=
"content_print_flag_name"
prompt=
"CON505.CON_CONTENT_STATUS"
width=
"80"
/>
<a:column
name=
"content_print_flag_name"
prompt=
"CON505.CON_CONTENT_STATUS"
width=
"80"
/>
<a:column
name=
"attachment"
align=
"center"
prompt=
"HLS.ATTACHMENT"
renderer=
"update_attachment_renderer"
width=
"50"
/>
<a:column
name=
"attachment"
align=
"center"
prompt=
"HLS.ATTACHMENT"
renderer=
"update_attachment_renderer"
width=
"50"
/>
<a:column
align=
"center"
prompt=
"附件上传"
renderer=
"attachment_upload"
width=
"80"
/>
<!--
<a:column align="center" prompt="附件上传" renderer="attachment_upload" width="80"/>
<a:column
name=
"file_name"
align=
"left"
prompt=
"附件名"
renderer=
"con500_link_render"
width=
"220"
/>
<a:column name="file_name" align="left" prompt="附件名" renderer="con500_link_render" width="220"/>
-->
</a:columns>
</a:columns>
</a:grid>
</a:grid>
</a:screenBody>
</a:screenBody>
...
...
src/main/webapp/modules/cont/CON3200/con_re_incept_modify.lview
View file @
1ec364eb
...
@@ -216,10 +216,16 @@
...
@@ -216,10 +216,16 @@
param['document_category'] = 'BP';
param['document_category'] = 'BP';
param['bp_class'] = record.get('bp_class');
param['bp_class'] = record.get('bp_class');
param['bp_category'] = record.get('bp_category');
param['bp_category'] = record.get('bp_category');
param['bp_type'] = record.get('bp_type');
if( record.get('bp_category')=='AGENT'){
param['function_code'] = 'HLS303_Q';
param['function_usage'] = 'QUERY';
}else{
param['function_code'] = 'CON505H';
param['function_code'] = 'CON505H';
param['function_usage'] = 'QUERY';
param['function_usage'] = 'QUERY';
param['maintain_type'] = 'QUERY';
}
param['bp_type'] = record.get('bp_type');
param['url_title'] = '${l:HLS212.BP_MASTER_QUERY}';
param['url_title'] = '${l:HLS212.BP_MASTER_QUERY}';
hls_doc_get_layout_code('${/parameter/@layout_code}_con_contract_get_layout_code_link_id', param, 'con505_hls_bp_master_query_link', record.ds.id, '${/parameter/@layout_code}');
hls_doc_get_layout_code('${/parameter/@layout_code}_con_contract_get_layout_code_link_id', param, 'con505_hls_bp_master_query_link', record.ds.id, '${/parameter/@layout_code}');
};
};
...
...
src/main/webapp/modules/cont/CON505/con_contract_modify.lview
View file @
1ec364eb
This diff is collapsed.
Click to expand it.
src/main/webapp/modules/cont/CON560/con_contract_finish_maintain.lview
View file @
1ec364eb
...
@@ -123,7 +123,7 @@
...
@@ -123,7 +123,7 @@
<a:dataSets>
<a:dataSets>
<a:dataSet
id=
"receivedAmountDs"
autoQuery=
"true"
model=
"cont.CON560.con_contract_received_amount"
/>
<a:dataSet
id=
"receivedAmountDs"
autoQuery=
"true"
model=
"cont.CON560.con_contract_received_amount"
/>
<a:dataSet
id=
"unreceivedAmountDs"
autoQuery=
"true"
model=
"cont.CON560.con_contract_unreceived_amount"
/>
<a:dataSet
id=
"unreceivedAmountDs"
autoQuery=
"true"
model=
"cont.CON560.con_contract_unreceived_amount"
/>
<a:dataSet
id=
"con560_contract_status_ds"
lookupCode=
"CON500_CONTRACT_STATUS
"
/>
<a:dataSet
id=
"con560_contract_status_ds"
autoQuery=
"true"
model=
"cont.CON560.con_contract_status
"
/>
<a:dataSet
id=
"con560_lease_organization_name_ds"
loadData=
"true"
<a:dataSet
id=
"con560_lease_organization_name_ds"
loadData=
"true"
model=
"basic.hls_lease_organization_for_lov"
/>
model=
"basic.hls_lease_organization_for_lov"
/>
<a:dataSet
id=
"con560_contract_query_ds"
autoCreate=
"true"
>
<a:dataSet
id=
"con560_contract_query_ds"
autoCreate=
"true"
>
...
...
src/main/webapp/modules/cont/CON560/con_contract_finish_maintain_wfl.lview
View file @
1ec364eb
...
@@ -123,7 +123,7 @@
...
@@ -123,7 +123,7 @@
<a:dataSets>
<a:dataSets>
<a:dataSet
id=
"receivedAmountDs"
autoQuery=
"true"
model=
"cont.CON560.con_contract_received_amount"
/>
<a:dataSet
id=
"receivedAmountDs"
autoQuery=
"true"
model=
"cont.CON560.con_contract_received_amount"
/>
<a:dataSet
id=
"unreceivedAmountDs"
autoQuery=
"true"
model=
"cont.CON560.con_contract_unreceived_amount"
/>
<a:dataSet
id=
"unreceivedAmountDs"
autoQuery=
"true"
model=
"cont.CON560.con_contract_unreceived_amount"
/>
<a:dataSet
id=
"con560_contract_status_ds"
lookupCode=
"CON500_CONTRACT_STATUS
"
/>
<a:dataSet
id=
"con560_contract_status_ds"
autoQuery=
"true"
model=
"cont.CON560.con_contract_status
"
/>
<a:dataSet
id=
"con560_lease_organization_name_ds"
loadData=
"true"
<a:dataSet
id=
"con560_lease_organization_name_ds"
loadData=
"true"
model=
"basic.hls_lease_organization_for_lov"
/>
model=
"basic.hls_lease_organization_for_lov"
/>
<a:dataSet
id=
"con560_contract_query_ds"
autoCreate=
"true"
>
<a:dataSet
id=
"con560_contract_query_ds"
autoCreate=
"true"
>
...
...
src/main/webapp/modules/hls/HLS214N/hls_bp_master_modify.lview
View file @
1ec364eb
...
@@ -221,16 +221,20 @@
...
@@ -221,16 +221,20 @@
//新增和加载时调用form
//新增和加载时调用form
window['${/parameter/@bp_seq}${/parameter/@layout_code}_on_layout_dynamic_form_add_and_load'] = function(ds, record, config_records, bp_seq) {
window['${/parameter/@bp_seq}${/parameter/@layout_code}_on_layout_dynamic_form_add_and_load'] = function(ds, record, config_records, bp_seq) {
if ((ds.id).indexOf('hls_bp_master_credit') != -1 && (ds.id).indexOf('F_ORG_CREDIT') != -1) {
//
if ((ds.id).indexOf('hls_bp_master_credit') != -1 && (ds.id).indexOf('F_ORG_CREDIT') != -1) {
// if (ds.fields.fin_institution_code) {
// if (ds.fields.fin_institution_code) {
// ds.fields.fin_institution_code.pro.validator = fin_institution_code_validate;
// ds.fields.fin_institution_code.pro.validator = fin_institution_code_validate;
// }
// }
// if (ds.fields.trade_type_code) {
// if (ds.fields.trade_type_code) {
// ds.fields.trade_type_code.pro.validator = trade_type_code_validate;
// ds.fields.trade_type_code.pro.validator = trade_type_code_validate;
// }
// }
// }
// }
if ((ds.id).indexOf('hls_bp_master') != -1 && (ds.id).indexOf('F_BASIC') != -1) {
if (record.get('bp_category') == 'VENDER') {
record.getField('agent_name_n').setReadOnly(true);
}
}
}
};
};
...
...
src/main/webapp/modules/hls/HLS303/bp_agent_create.lview
View file @
1ec364eb
...
@@ -442,28 +442,6 @@
...
@@ -442,28 +442,6 @@
};
};
//更新时调用
window['${/parameter/@bp_seq}${/parameter/@layout_code}_on_layout_dynamic_update'] = function(ds, record, name, value, old_value, bp_seq) {
var ds_id = get_dsid_by_basetable(window['${/parameter/@layout_code}_layoutDataSetList'], 'hls_bp_master');
// if (ds_id == ds.id) {
// if (record.get('taxpayer_type') == 'Y') {
// record.getField('tax_registry_num').setRequired(true);
// record.getField('invoice_bp_address').setRequired(true);
// record.getField('invoice_title').setRequired(true);
// record.getField('invoice_bp_phone_num').setRequired(true);
// record.getField('invoice_bp_bank').setRequired(true);
// record.getField('invoice_bp_bank_account_id').setRequired(true);
// } else {
// record.getField('tax_registry_num').setRequired(false);
// record.getField('invoice_bp_address').setRequired(false);
// record.getField('invoice_title').setRequired(false);
// record.getField('invoice_bp_phone_num').setRequired(false);
// record.getField('invoice_bp_bank').setRequired(false);
// record.getField('invoice_bp_bank_account_id').setRequired(false);
// }
}
};
//新增时调用(grid,table,gridBox)
//新增时调用(grid,table,gridBox)
window['${/parameter/@bp_seq}${/parameter/@layout_code}_on_layout_dynamic_grid_add'] = function(ds, record, config_records, bp_seq) {
window['${/parameter/@bp_seq}${/parameter/@layout_code}_on_layout_dynamic_grid_add'] = function(ds, record, config_records, bp_seq) {
var role_ds_id = get_dsid_by_basetable(window['${/parameter/@layout_code}_layoutDataSetList'], 'hls_bp_master_role');
var role_ds_id = get_dsid_by_basetable(window['${/parameter/@layout_code}_layoutDataSetList'], 'hls_bp_master_role');
...
...
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