|
|
@@ -85,7 +85,7 @@ public class ProcureQuotationController {
|
|
|
procureQuotation.setCreateTime(old.getCreateTime());
|
|
|
} else {
|
|
|
if (old.getAuditStatus() != null && old.getAuditStatus() == 1) {
|
|
|
- throw new Exception("已审核的报价单不能修改");
|
|
|
+ throw new Exception("已审核的报价单不能修改,请先反审核");
|
|
|
}
|
|
|
procureQuotation.setAuditStatus(1);
|
|
|
if (procureQuotation.getSource() == null) {
|