|
|
@@ -36,7 +36,9 @@ public class AfterserviceorderAppBean extends AppBeanCust {
|
|
|
if(afterserviceorder.getString("backreason")==null || afterserviceorder.getString("backreason").length()==0) {
|
|
|
throw new P2AppException("","退回原因为空不可退回");
|
|
|
}else {
|
|
|
- afterserviceorder.setValue("fstatus", "新建");
|
|
|
+ afterserviceorder.setValue("fstatus", "新建",11L);
|
|
|
+ afterserviceorder.setValue("submitby", "",11L);
|
|
|
+ afterserviceorder.setValue("submitdate", "",11l);
|
|
|
}
|
|
|
this.SAVE();
|
|
|
this.REFRESH();
|