|
@@ -234,10 +234,9 @@ function initCompilation() {
|
|
|
let rationLibData = rationList === undefined ? [] : JSON.parse(rationList);
|
|
|
let gljLibData = gljList === undefined ? [] : JSON.parse(gljList);
|
|
|
let feeLibData = feeRateList === undefined ? [] : JSON.parse(feeRateList);
|
|
|
+ mainTreeCol = mainTreeCol !== '' ? mainTreeCol.replace(/\n/g, '\\n') : mainTreeCol;
|
|
|
mainTreeCol = mainTreeCol === '' ? '' : JSON.parse(mainTreeCol);
|
|
|
-
|
|
|
let artificialCoefficientData = artificialCoefficientList === undefined ? [] : JSON.parse(artificialCoefficientList);
|
|
|
- mainTreeCol = mainTreeCol.replace(/\n/g, '\\n');
|
|
|
billsTemplateData = billsTemplateData.replace(/\n/g, '\\n');
|
|
|
|
|
|
// 初始化 造价书列设置
|