Commit d654354c authored by 38823's avatar 38823

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

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