|
@@ -304,14 +304,14 @@ $(document).ready(function () {
|
|
|
html.push(`<td class="text-left d-flex"></td>`);
|
|
|
}
|
|
|
html.push(`<td></span> ${auditor.name} <small class="text-muted">${auditor.role}</small></td>`);
|
|
|
- html.push(`<td style="text-align: center"><span class="${auditConst.auditStringClass[auditor.status]}">${ auditor.status !== auditConst.status.uncheck ? auditConst.auditString[auditor.status] : '待审批' }</span></td>`);
|
|
|
+ html.push(`<td style="text-align: center"><span class="${sam_auditConst.auditStringClass[auditor.status]}">${ auditor.status !== sam_auditConst.status.uncheck ? sam_auditConst.auditString[auditor.status] : '待审批' }</span></td>`);
|
|
|
html.push('<td style="text-align: center">');
|
|
|
- if (auditor.status === auditConst.status.checking && j === group.length - 1) {
|
|
|
+ if (auditor.status === sam_auditConst.status.checking && j === group.length - 1) {
|
|
|
html.push('<span class="dropdown mr-2">',
|
|
|
`<a href="javascript: void(0)" class="add-audit" id="${auditor.aid}_add_dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">增加</a>`,
|
|
|
makeSelectAudit(auditor.aid+'_add', auditor.aid, 'add'),'</div>', '</span>');
|
|
|
}
|
|
|
- if (auditor.status === auditConst.status.uncheck) {
|
|
|
+ if (auditor.status === sam_auditConst.status.uncheck) {
|
|
|
if (j === group.length - 1) {
|
|
|
html.push('<span class="dropdown mr-2">',
|
|
|
`<a href="javascript: void(0)" class="add-audit" id="${auditor.aid}_add_dropdownMenuButton" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">增加</a>`,
|