注册证
This commit is contained in:
parent
0a4ee54329
commit
abc6e61cd8
|
|
@ -62,6 +62,7 @@ public class BGZczOpPlugin extends AbstractOperationServicePlugIn {
|
|||
DynamicObjectCollection tqq9_entry = dataEntity.getDynamicObjectCollection("tqq9_entry");
|
||||
//分录
|
||||
ArrayList<HashMap<String, String>> bglist = new ArrayList<>();
|
||||
String tqq9_type = dataEntity.getString("tqq9_type");
|
||||
for (DynamicObject entry : tqq9_entry) {
|
||||
DynamicObject tqq9_e_supplier = entry.getDynamicObject("tqq9_e_supplier");
|
||||
if (tqq9_e_supplier != null) {
|
||||
|
|
@ -75,17 +76,12 @@ public class BGZczOpPlugin extends AbstractOperationServicePlugIn {
|
|||
String ProLicenceCode = entry.getString("tqq9_e_supno");
|
||||
scsmap.put("MFCode", MFCode);
|
||||
scsmap.put("ProLicenceCode", ProLicenceCode);
|
||||
String tqq9_type = file2.getString("tqq9_type");//厂商类型
|
||||
if (StringUtils.isNotEmpty(tqq9_type) && tqq9_type.contains("B")) {
|
||||
scsmap.put("isAgent", "1");//代理商
|
||||
} else {
|
||||
scsmap.put("isAgent", "0");
|
||||
}
|
||||
scsmap.put("isAgent", "0");
|
||||
bglist.add(scsmap);
|
||||
}
|
||||
}
|
||||
|
||||
String tqq9_type = dataEntity.getString("tqq9_type");
|
||||
|
||||
//进口 A 显示总代
|
||||
if ("A".equals(tqq9_type)) {
|
||||
HashMap<String, String> map = new HashMap<>();
|
||||
|
|
|
|||
Loading…
Reference in New Issue