|
@@ -234,9 +234,9 @@
|
|
</div>
|
|
</div>
|
|
<!-- 右侧新审批流程 -->
|
|
<!-- 右侧新审批流程 -->
|
|
<div class="col-6">
|
|
<div class="col-6">
|
|
- <div class=" ml-auto">
|
|
|
|
- <div class="dropdown text-right">
|
|
|
|
- <button class="btn btn-sm btn-primary" id="synchronize_shenpi_btn">同步流程至其它已勾选变更令</button>
|
|
|
|
|
|
+ <div class="ml-auto">
|
|
|
|
+ <div class="dropdown text-right" style="position: relative">
|
|
|
|
+ <button class="btn btn-sm btn-primary" style="position: absolute;left: 0;top: 5px;" id="synchronize_shenpi_btn">同步流程至其它已勾选变更令</button>
|
|
<span id="show-audit-select"></span>
|
|
<span id="show-audit-select"></span>
|
|
</div>
|
|
</div>
|
|
<div class="card mt-1">
|
|
<div class="card mt-1">
|
|
@@ -595,7 +595,7 @@
|
|
const index = uncheckList.findIndex(item => item.cid === this_cid);
|
|
const index = uncheckList.findIndex(item => item.cid === this_cid);
|
|
if (index !== -1) {
|
|
if (index !== -1) {
|
|
uncheckList[index].auditList = datas;
|
|
uncheckList[index].auditList = datas;
|
|
- $('#uncheck_list tr').eq(index).children('td').eq(2).html(setAuditList(datas));
|
|
|
|
|
|
+ $('#uncheck_list tr').eq(index).children('td').eq(3).html(setAuditList(datas));
|
|
}
|
|
}
|
|
});
|
|
});
|
|
}
|
|
}
|
|
@@ -622,7 +622,7 @@
|
|
const index = uncheckList.findIndex(item => item.cid === this_cid);
|
|
const index = uncheckList.findIndex(item => item.cid === this_cid);
|
|
if (index !== -1) {
|
|
if (index !== -1) {
|
|
uncheckList[index].auditList = datas;
|
|
uncheckList[index].auditList = datas;
|
|
- $('#uncheck_list tr').eq(index).children('td').eq(2).html(setAuditList(datas));
|
|
|
|
|
|
+ $('#uncheck_list tr').eq(index).children('td').eq(3).html(setAuditList(datas));
|
|
}
|
|
}
|
|
});
|
|
});
|
|
});
|
|
});
|
|
@@ -646,7 +646,7 @@
|
|
const index = uncheckList.findIndex(item => item.cid === this_cid);
|
|
const index = uncheckList.findIndex(item => item.cid === this_cid);
|
|
if (index !== -1) {
|
|
if (index !== -1) {
|
|
uncheckList[index].auditList = datas;
|
|
uncheckList[index].auditList = datas;
|
|
- $('#uncheck_list tr').eq(index).children('td').eq(2).html(setAuditList(datas));
|
|
|
|
|
|
+ $('#uncheck_list tr').eq(index).children('td').eq(3).html(setAuditList(datas));
|
|
}
|
|
}
|
|
});
|
|
});
|
|
});
|
|
});
|