Selaa lähdekoodia

合同支付,添加审批人,搜索问题

MaiXinRong 3 kuukautta sitten
vanhempi
commit
160f3521da
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      app/view/phase_pay/audit_modal.ejs

+ 1 - 1
app/view/phase_pay/audit_modal.ejs

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