|
@@ -399,6 +399,7 @@ public class WebsitPartsSalesOrderLogic {
|
|
|
if(Objects.isNull(partsSalesOrder)) {
|
|
|
throw new RemoteServiceException("该配件销售单不存在");
|
|
|
}
|
|
|
+ partsSalesOrderBean.setIsApply(partsSalesOrder.getIsApply());
|
|
|
//订单已提交,不能修改
|
|
|
if(!partsSalesOrder.getStatus().equals(PartsOrderStatusEnum.SAVE.getKey())) {
|
|
|
throw new RemoteServiceException("该配件销售单已提交,不能修改");
|