Showing
1 changed file
with
4 additions
and
3 deletions
| ... | ... | @@ -386,9 +386,10 @@ public class ContractDistributorStandardServiceImpl extends |
| 386 | 386 | if (Boolean.TRUE.equals(data.getPriceSpecLocked())) { |
| 387 | 387 | return false; |
| 388 | 388 | } |
| 389 | - if (!CustomerDevelopStatus.PASS.name().equals(data.getFormalApproved())) { | |
| 390 | - return false; | |
| 391 | - } | |
| 389 | + //锁价的时候不需要审核通过 | |
| 390 | +// if (!CustomerDevelopStatus.PASS.name().equals(data.getFormalApproved())) { | |
| 391 | +// return false; | |
| 392 | +// } | |
| 392 | 393 | return hasApprovedProductionOrder; |
| 393 | 394 | } |
| 394 | 395 | ... | ... |