|
@@ -186,9 +186,8 @@
|
|
|
<script>
|
|
|
const readOnly = <%- readOnly %>;
|
|
|
const isTz = <%- ctx.tender.data.measure_type === measureType.tz.value %>;
|
|
|
- //const info = JSON.parse(<%- JSON.stringify(ctx.tender.info) %>);
|
|
|
+ const posData = JSON.parse('<%- JSON.stringify(revisePos) %>');
|
|
|
const billsSpreadSetting = JSON.parse('<%- JSON.stringify(ledgerSpread) %>');
|
|
|
const posSpreadSetting = JSON.parse('<%- JSON.stringify(posSpread) %>');
|
|
|
const billsData = JSON.parse('<%- JSON.stringify(reviseBills) %>');
|
|
|
- const posData = JSON.parse('<%- JSON.stringify(revisePos) %>');
|
|
|
</script>
|