收款单的业务流程 默认值从【收款结算】改成【收款传结算】
This commit is contained in:
parent
2aab82378e
commit
ad5c19c2a1
|
@ -120,8 +120,8 @@ public class GatheringbillRestResource extends ArapBaseRestResource {
|
|||
// 默认 收款类型 默认合同收款单
|
||||
Object pk_billtypecode = hybo.findColValue("bd_billtype", "PK_BILLTYPECODE", "billtypename = '合同收款单' ");
|
||||
headvo.setPk_tradetype(pk_billtypecode.toString());
|
||||
// 业务流程 默认【收款结算】
|
||||
Object pk_busitype = hybo.findColValue("bd_busitype", "busicode", "businame = '收款结算' ");
|
||||
// 业务流程 默认【收款传结算】
|
||||
Object pk_busitype = hybo.findColValue("bd_busitype", "busicode", "businame = '收款传结算' ");
|
||||
headvo.setPk_busitype(pk_busitype.toString());
|
||||
// 往来对象0-客户 2-部门 3-业务员 默认客户
|
||||
headvo.setObjtype(0);
|
||||
|
@ -846,8 +846,8 @@ public class GatheringbillRestResource extends ArapBaseRestResource {
|
|||
// 默认 收款类型 默认合同收款单
|
||||
Object pk_billtypecode = hybo.findColValue("bd_billtype", "PK_BILLTYPECODE", "billtypename = '合同收款单' ");
|
||||
headvo.setPk_tradetype(pk_billtypecode.toString());
|
||||
// 业务流程 默认【收款结算】
|
||||
Object pk_busitype = hybo.findColValue("bd_busitype", "busicode", "businame = '收款结算' ");
|
||||
// 业务流程 默认【收款传结算】
|
||||
Object pk_busitype = hybo.findColValue("bd_busitype", "busicode", "businame = '收款传结算' ");
|
||||
headvo.setPk_busitype(pk_busitype.toString());
|
||||
// 往来对象0-客户 2-部门 3-业务员 默认客户
|
||||
headvo.setObjtype(0);
|
||||
|
|
Loading…
Reference in New Issue