|
|
@@ -409,9 +409,9 @@ public class WorkInvoiceAllTwoController extends BaseController {
|
|
|
workInvoice.setNewDrawerName("");
|
|
|
}
|
|
|
|
|
|
- if (!beanValidator(model, workInvoice)){
|
|
|
+ /*if (!beanValidator(model, workInvoice)){
|
|
|
return form(workInvoice, model);
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
User user = workInvoice.getCreateBy();
|
|
|
String invoiceState = workInvoice.getInvoiceState();
|
|
|
@@ -513,9 +513,9 @@ public class WorkInvoiceAllTwoController extends BaseController {
|
|
|
*/
|
|
|
@RequestMapping(value = "cancellationAudit")
|
|
|
public String cancellationAudit(WorkInvoice workInvoice, Model model, RedirectAttributes redirectAttributes) throws Exception{
|
|
|
- if (!beanValidator(model, workInvoice)){
|
|
|
+ /*if (!beanValidator(model, workInvoice)){
|
|
|
return form(workInvoice, model);
|
|
|
- }
|
|
|
+ }*/
|
|
|
|
|
|
User user = workInvoice.getCreateBy();
|
|
|
User loginUser = UserUtils.getUser();
|
|
|
@@ -643,9 +643,9 @@ public class WorkInvoiceAllTwoController extends BaseController {
|
|
|
workInvoice.setNewDrawerName("");
|
|
|
}
|
|
|
|
|
|
- if (!beanValidator(model, workInvoice)){
|
|
|
+ /*if (!beanValidator(model, workInvoice)){
|
|
|
return form(workInvoice, model);
|
|
|
- }
|
|
|
+ }*/
|
|
|
User user = workInvoice.getCreateBy();
|
|
|
String submitter = "";
|
|
|
if(user != null){
|