fix:合同签章
This commit is contained in:
parent
2ceceaaa05
commit
e6ae689395
@ -153,6 +153,7 @@ public class SalesorderSignatureOp extends AbstractOperationServicePlugIn {
|
||||
} else if ("yem_es_xsalesorder".equals(name)) {
|
||||
qFilter.and(new QFilter("billno", QCP.equals, "WXHTBG-GZSP"));
|
||||
}
|
||||
|
||||
DynamicObject yem_ia_intebilllogon = BusinessDataServiceHelper.loadSingle("yem_ia_intebilllogon", "id", qFilter.toArray());
|
||||
if (yem_ia_intebilllogon != null) {
|
||||
long intebilllogonID = yem_ia_intebilllogon.getLong("id");
|
||||
|
@ -146,7 +146,8 @@ public class SalesContracSignatureOp extends AbstractOperationServicePlugIn {
|
||||
public JSONObject GetintebilllogonJson(Object pkid, DynamicObject dynamicObject) {
|
||||
JSONObject Object = new JSONObject();
|
||||
QFilter qFilter = new QFilter("yem_isdisable", QCP.equals, false);
|
||||
qFilter.and(new QFilter("billno", QCP.equals, "WXHT-YZJ"));
|
||||
qFilter.and(new QFilter("billno", QCP.equals, "KJHT-GZSP"));
|
||||
|
||||
DynamicObject yem_ia_intebilllogon = BusinessDataServiceHelper.loadSingle("yem_ia_intebilllogon", "id", qFilter.toArray());
|
||||
if (yem_ia_intebilllogon != null) {
|
||||
long intebilllogonID = yem_ia_intebilllogon.getLong("id");
|
||||
@ -157,7 +158,7 @@ public class SalesContracSignatureOp extends AbstractOperationServicePlugIn {
|
||||
}
|
||||
} else {
|
||||
this.operationResult.addErrorInfo(new ValidationErrorInfo("", pkid,
|
||||
0, 0, "err", "合同签章申请", "未读取启用的《智能审批单据注册》,请修改后重试!", ErrorLevel.Error));
|
||||
0, 0, "err", "框架合同签章申请", "未读取启用的《智能审批单据注册》,请修改后重试!", ErrorLevel.Error));
|
||||
}
|
||||
return Object;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user