fix:禁用字段yem_sale_type
This commit is contained in:
parent
975f827dbf
commit
06e8ec3025
@ -129,9 +129,9 @@ public class YemDelivernoticeService extends AbstractOperationServicePlugIn {
|
|||||||
//单据编号
|
//单据编号
|
||||||
json.put("number", dataEntitie.getString("billno"));
|
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");
|
DynamicObject yemCustomer = dataEntitie.getDynamicObject("yem_customer1");
|
||||||
if (yemCustomer != null) {
|
if (yemCustomer != null) {
|
||||||
json.put("customer", setJson("number", yemCustomer.getString("number")));
|
json.put("customer", setJson("number", yemCustomer.getString("number")));
|
||||||
|
Loading…
Reference in New Issue
Block a user