fix:
1.订舱通知单提交同步EAS、逻辑增加
This commit is contained in:
parent
69671a833f
commit
09830c3536
@ -286,8 +286,8 @@ public class YemDelivernoticeService extends AbstractOperationServicePlugIn {
|
|||||||
}
|
}
|
||||||
//送货客户
|
//送货客户
|
||||||
if (dataEntitie.getString("yem_sale_type").equals("B")) {
|
if (dataEntitie.getString("yem_sale_type").equals("B")) {
|
||||||
json.put("terminalamount", materialentry.getString("yem_endprice"));
|
json.put("terminalamount", materialentry.getString("yem_endamount"));
|
||||||
json.put("terminalprice", materialentry.getString("yem_endamount"));
|
json.put("terminalprice", materialentry.getString("yem_endprice"));
|
||||||
}
|
}
|
||||||
//库位
|
//库位
|
||||||
DynamicObject yemLocation = materialentry.getDynamicObject("yem_location");
|
DynamicObject yemLocation = materialentry.getDynamicObject("yem_location");
|
||||||
|
Loading…
Reference in New Issue
Block a user