浏览代码

修复调差进入bug

laiguoran 2 年之前
父节点
当前提交
7f50e82fe5
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      app/view/material/audit_modal.ejs

+ 2 - 2
app/view/material/audit_modal.ejs

@@ -578,7 +578,7 @@
                                                                                                    id="inlineRadio2"
                                                                                                    value="<%- auditConst.status.checkNoPre %>">
                                                                                             <label class="form-check-label" for="inlineRadio2">退回上一审批人
-                                                                                                <%- ctx.material.auditors2.find(item => item.order === auditor.sort-1).name %></label>
+                                                                                                <%- auditors.find(item => item.sort === auditor.sort-1).name %></label>
                                                                                         </div>
                                                                                     <% } %>
                                                                                 </div>
@@ -652,7 +652,7 @@
                                                                                                    id="inlineRadio2"
                                                                                                    value="<%- auditConst.status.checkNoPre %>">
                                                                                             <label class="form-check-label" for="inlineRadio2">退回上一审批人
-                                                                                                <%- ctx.material.auditors2.find(item => item.order === auditor.sort-1).name %></label>
+                                                                                                <%- auditors.find(item => item.sort === auditor.sort-1).name %></label>
                                                                                         </div>
                                                                                     <% } %>
                                                                                 </div>