pad接口-请领单-回退单提交:单据状态不对时增加提示语
This commit is contained in:
parent
82f9a7eb2c
commit
fabfc1175f
|
|
@ -266,6 +266,7 @@ public class QingLingServiceImpl implements IQinglingApi {
|
|||
//检测是否可以正常提交
|
||||
if (!invoicingQldLogService.opeNodeJudgeCanStatus(dto.getQldNo(), "3")) {
|
||||
result.put("status", "faild");
|
||||
result.put("message", "提交失败,请重新提交");
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue