|
@@ -410,6 +410,7 @@
|
|
const thirdParty = JSON.parse('<%- JSON.stringify(thirdParty) %>');
|
|
const thirdParty = JSON.parse('<%- JSON.stringify(thirdParty) %>');
|
|
const measureType = JSON.parse('<%- JSON.stringify(measureType) %>');
|
|
const measureType = JSON.parse('<%- JSON.stringify(measureType) %>');
|
|
const imType = JSON.parse('<%- JSON.stringify(imType) %>');
|
|
const imType = JSON.parse('<%- JSON.stringify(imType) %>');
|
|
|
|
+ const cur_uid = parseInt('<%- ctx.session.sessionUser.accountId %>');
|
|
</script>
|
|
</script>
|
|
<style>
|
|
<style>
|
|
|
|
|