fix:
1.外销合同贸易术语赋值
This commit is contained in:
parent
1a1e257be8
commit
c8188bfb40
@ -1109,9 +1109,9 @@ public class SalesOrderUtils {
|
|||||||
for (DynamicObject destport : destports) {
|
for (DynamicObject destport : destports) {
|
||||||
DynamicObject port = destport.getDynamicObject("fbasedataid");
|
DynamicObject port = destport.getDynamicObject("fbasedataid");
|
||||||
if (port == null) continue;
|
if (port == null) continue;
|
||||||
port = BusinessDataServiceHelper.loadSingle(port.getPkValue(), port.getDataEntityType().getName(), "yem_factory");
|
port = BusinessDataServiceHelper.loadSingle(port.getPkValue(), port.getDataEntityType().getName(), "yem_namecn");
|
||||||
if (!port.getString("yem_factory").isEmpty()) {
|
if (!port.getString("yem_namecn").isEmpty()) {
|
||||||
sb.append(port.getString("yem_factory")).append(";");
|
sb.append(port.getString("yem_namecn")).append(";");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (sb.lastIndexOf(";") == sb.length() - 1) {
|
if (sb.lastIndexOf(";") == sb.length() - 1) {
|
||||||
|
Loading…
Reference in New Issue
Block a user