Commit a957a963 authored by 陆正友's avatar 陆正友

资管费用传值

parent 5a185898
......@@ -61,6 +61,10 @@
param['function_code'] = 'ACP522_DETAIL';
param['payment_req_id'] = payment_req_id;
param['url_title'] = '进项发票详情';
param['contract_number'] = record.get('contract_number');
param['asset_number'] = record.get('asset_number');
param['asset_money'] = record.get('asset_money');
param['items'] = record.get('items');
hls_doc_get_layout_code('hn9040_project_get_layout_code_link_id',param,'ap_invoice_detail_link', ds_id,'AP_INVOICE_DETAILS');
}
......
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