|
|
|
@ -1876,7 +1876,8 @@ public class DepositoryRecordServiceImpl implements DepositoryRecordService { |
|
|
|
map.put("departmentheadPass", 1); |
|
|
|
} |
|
|
|
|
|
|
|
} else { |
|
|
|
} |
|
|
|
else { |
|
|
|
// 如果是不通过
|
|
|
|
updateInventoryForOutRefused(recordP); |
|
|
|
map.put("depositoryManagerPass", 2); |
|
|
|
@ -2327,6 +2328,8 @@ public class DepositoryRecordServiceImpl implements DepositoryRecordService { |
|
|
|
map.put("state", "部门负责人审核通过"); |
|
|
|
map.put("departmenthead", userid); |
|
|
|
map.put("departmentheadPass", 1); |
|
|
|
map.put("departmentheadTime", DateUtil.DateTimeToTimeStamp(simpleTime)); |
|
|
|
map.put("depositoryManagerTime", "0"); |
|
|
|
} |
|
|
|
} |
|
|
|
else { |
|
|
|
@ -2338,6 +2341,8 @@ public class DepositoryRecordServiceImpl implements DepositoryRecordService { |
|
|
|
map.put("state", "部门负责人审核未通过"); |
|
|
|
map.put("departmenthead", userid); |
|
|
|
map.put("departmentheadPass", 2); |
|
|
|
map.put("departmentheadTime", DateUtil.DateTimeToTimeStamp(simpleTime)); |
|
|
|
map.put("depositoryManagerTime", "0"); |
|
|
|
} |
|
|
|
} |
|
|
|
// 开启线程更改其他用户卡片模板样式
|
|
|
|
|