第二次修改
This commit is contained in:
parent
cf90f7d0b5
commit
0ac813963a
|
|
@ -1295,7 +1295,7 @@ public class New_SubCheckManageServiceImpl implements New_SubCheckManageService
|
|||
private void basicCheck(CheckManageBean o) {
|
||||
|
||||
//1.1 判断是固定流程还是动态流程
|
||||
if (!"-1".equals(o.getProcessType()) && !"1".equals(o.getIfFinal())) { //固定流程
|
||||
if (!"0".equals(o.getProcessType()) && !"1".equals(o.getIfFinal())) { //固定流程
|
||||
//判断当前流程是否多人审核
|
||||
AmProcessType firstBean = checkManageDao.getIfCountersign(o);
|
||||
List<AmProcessType> sortList = checkManageDao.getSortList(o);
|
||||
|
|
|
|||
|
|
@ -174,7 +174,8 @@ function upData(num,buttonType){
|
|||
newDataMsg:newDataMsg,
|
||||
returnId:uuid2(32,16),
|
||||
processType:checkData.processType,
|
||||
childId:checkData.childId
|
||||
childId:checkData.childId,
|
||||
nextAuditId:$("#nextAuditId").val()
|
||||
};
|
||||
var valueParam ={
|
||||
consId: checkData.contractorId,
|
||||
|
|
|
|||
Loading…
Reference in New Issue