Commit 4c8b6faa authored by Spencer Chang's avatar Spencer Chang

[fix] 修改明细页面显示title

parent 3b1b7caf
......@@ -100,10 +100,10 @@
param['contract_id'] = record.get('change_req_id');
if (record.get('ccr_document_type') == 'CUT_CHAG') {
param['function_code'] = 'CON733CF_Q';
param['url_title'] = '变更申请-合同回款账户变更查询';
param['url_title'] = '变更申请-合同租金计划变更查询';
} else if (record.get('ccr_document_type') == 'LEASE_CHAG') {
param['function_code'] = 'CON733BPT_Q';
param['url_title'] = '变更申请-合同回款账户变更查询';
param['url_title'] = '变更申请-合同承租人变更查询';
} else if (record.get('ccr_document_type') == 'ACC_CHAG') {
//param['function_code'] = 'CON733BPB';
param['function_code'] = 'CON733BPBQ';
......
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