|
@@ -634,7 +634,6 @@
|
|
|
}
|
|
|
const tender = JSON.parse(unescape('<%- escape(JSON.stringify(tender)) %>'));
|
|
|
const tenderInfo = JSON.parse(unescape('<%- escape(JSON.stringify(ctx.tender.info)) %>'));
|
|
|
- console.log(tenderInfo);
|
|
|
const thousandth = <%- ctx.tender.info.display.thousandth %>;
|
|
|
const measureType = JSON.parse('<%- JSON.stringify(measureType) %>');
|
|
|
const stage = JSON.parse(unescape('<%- escape(JSON.stringify(ctx.stage)) %>'));
|