|
|
@@ -821,7 +821,7 @@
|
|
|
const accountList = JSON.parse(unescape('<%- escape(JSON.stringify(accountList)) %>'));
|
|
|
const shenpi_status = <%- ctx.tender.info.shenpi.phasePay %>;
|
|
|
const shenpiConst = JSON.parse('<%- JSON.stringify(shenpiConst) %>');
|
|
|
- const phaseUserId = parseInt('<%= ctx.phasePay.create_user_id %>');
|
|
|
+ const createUserId = parseInt('<%= ctx.phasePay.create_user_id %>');
|
|
|
const auditType = JSON.parse(unescape('<%- escape(JSON.stringify(auditType)) %>'));
|
|
|
</script>
|
|
|
<script>
|