fix:禁用字段yem_sale_type

This commit is contained in:
violet 2024-12-13 12:47:31 +08:00
parent 975f827dbf
commit 06e8ec3025

View File

@ -129,9 +129,9 @@ public class YemDelivernoticeService extends AbstractOperationServicePlugIn {
//单据编号
json.put("number", dataEntitie.getString("billno"));
//送货客户
if (dataEntitie.getString("yem_sale_type").equals("B")) {
}
// if (dataEntitie.getString("yem_sale_type").equals("B")) {
//
// }
DynamicObject yemCustomer = dataEntitie.getDynamicObject("yem_customer1");
if (yemCustomer != null) {
json.put("customer", setJson("number", yemCustomer.getString("number")));