|
@@ -59,7 +59,7 @@
|
|
|
const tender = JSON.parse('<%- JSON.stringify(tender) %>');
|
|
|
const stage = JSON.parse('<%- JSON.stringify(ctx.stage) %>');
|
|
|
const readOnly = <%- stage.readOnly || stage.revising %>;
|
|
|
- const dealPay = JSON.parse('<%- JSON.stringify(dealPay) %>');
|
|
|
+ const dealPay = JSON.parse(unescape('<%- escape(JSON.stringify(dealPay)) %>'));
|
|
|
const calcBase = JSON.parse('<%- JSON.stringify(calcBase) %>');
|
|
|
const decimal = JSON.parse('<%- JSON.stringify(ctx.tender.info.decimal) %>');
|
|
|
const thousandth = <%- ctx.tender.info.display.thousandth %>;
|