|
@@ -4541,7 +4541,7 @@ function makeReportData(sfid) {
|
|
|
replace_key_params['KEY_子目号及子目名称'] = ledger_code + ' ' + lData.name;
|
|
|
replace_key_params['KEY_桩号及工程部位'] = pos_name;
|
|
|
const req_params = {
|
|
|
- rpt_tpl_id: window.location.host === '127.0.0.1:7002' || window.location.host === 'jlqa.smartcost.com.cn:7002' ? 1784 : 2138, // 1784(qa的,外网是2138)
|
|
|
+ rpt_tpl_id: window.location.host === '127.0.0.1:7002' || window.location.host === 'jlqa.smartcost.com.cn:7002' ? 1784 : (window.location.host === 'jluat.smartcost.com.cn' ? 315 : 2138), // 1784(qa的,外网是2138)
|
|
|
pageSize: 'A4',
|
|
|
project_id: tender.project_id,
|
|
|
tender_id: tender.id,
|