parent
b55fecb7fa
commit
8050609cad
@ -164,7 +164,7 @@ public class ObjectToJsonUtils {
|
||||
}
|
||||
//是否附件
|
||||
if (yem_isattachment) {
|
||||
JSONArray jsonArray = CommonUtils.GetAttachment(entityName, pkid, yem_attachmentkey, dataEntity);
|
||||
JSONArray jsonArray = CommonUtils.GetAttachment(entityName, pkid, yem_attachmentkey,dataEntity);
|
||||
if (jsonArray != null && jsonArray.size() > 0) {
|
||||
widgetValueObject.put(yem_iaformid, jsonArray);
|
||||
}
|
||||
@ -240,7 +240,7 @@ public class ObjectToJsonUtils {
|
||||
}
|
||||
jsonArray.add(entityObject);
|
||||
}
|
||||
} else {
|
||||
}else{
|
||||
JSONObject entityObject = new JSONObject();
|
||||
for (int j = 0; j < yem_subentryentity.size(); j++) {
|
||||
DynamicObject subentryentity = yem_subentryentity.get(j);
|
||||
|
@ -150,7 +150,7 @@ public class SalesorderSignatureOp extends AbstractOperationServicePlugIn {
|
||||
String name = dynamicObject.getDynamicObjectType().getName();
|
||||
if ("yem_es_salesorder".equals(name)) {
|
||||
qFilter.and(new QFilter("billno", QCP.equals, "WXHT-YZJ"));
|
||||
} else if ("yem_es_xsalesorder".equals(name)) {
|
||||
}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());
|
||||
@ -159,11 +159,7 @@ public class SalesorderSignatureOp extends AbstractOperationServicePlugIn {
|
||||
//查询单据注册数据
|
||||
DynamicObject data = BusinessDataServiceHelper.loadSingle(intebilllogonID, "yem_ia_intebilllogon");
|
||||
if (data != null && pkid != null && pkid != "") {
|
||||
if ("yem_es_xsalesorder".equals(name) || "yem_es_salesorder".equals(name)) {
|
||||
Object = ObjectToJsonUtils.ToJson(data, pkid, name, dynamicObject.getString("yem_operator.useropenid"));
|
||||
} else {
|
||||
Object = ObjectToJsonUtils.ToJson(data, pkid, name, ObjectToJsonUtils.getpostcreator());
|
||||
}
|
||||
Object = ObjectToJsonUtils.ToJson(data, pkid, name, ObjectToJsonUtils.getpostcreator());
|
||||
}
|
||||
} else {
|
||||
this.operationResult.addErrorInfo(new ValidationErrorInfo("", pkid,
|
||||
|
Loading…
Reference in New Issue
Block a user