Commit d654354c authored by 38823's avatar 38823

合同起租(经租)工作流还原

parent 25a687bb
...@@ -23,8 +23,6 @@ ...@@ -23,8 +23,6 @@
begin begin
con_contract_workflow_pkg.contract_incept_submit( con_contract_workflow_pkg.contract_incept_submit(
p_contract_id =>${@contract_id}, p_contract_id =>${@contract_id},
p_function_code =>${@function_code},
p_layout_code =>${@layout_code},
p_user_id => ${/session/@user_id} p_user_id => ${/session/@user_id}
); );
end; end;
......
...@@ -88,7 +88,8 @@ ...@@ -88,7 +88,8 @@
}; };
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('${/parameter/@function_code}'!='CON3200Q_OP'){ debugger;
if('${/parameter/@cond_para2}'=='N' || '${/parameter/@cond_para2}'==''){
var ds_id = get_dsid_by_basetable(window['${/parameter/@layout_code}_layoutDataSetList'], 'con_contract'); var ds_id = get_dsid_by_basetable(window['${/parameter/@layout_code}_layoutDataSetList'], 'con_contract');
if (ds_id == ds.id && ds_id) { if (ds_id == ds.id && ds_id) {
// if (record.get('business_type') == 'LEASEBACK'&&'${/parameter/@function_usage}'=='MODIFY') { // if (record.get('business_type') == 'LEASEBACK'&&'${/parameter/@function_usage}'=='MODIFY') {
...@@ -654,9 +655,7 @@ ...@@ -654,9 +655,7 @@
Leaf.request({ Leaf.request({
url: $('con_approval_link_id').getUrl(), url: $('con_approval_link_id').getUrl(),
para: { para: {
contract_id: contract_id, contract_id: contract_id
function_code: 'CON3200Q',
layout_code: 'CONTRACT_QUERY_INC'
}, },
scope: this, scope: this,
success: function () { success: function () {
......
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