收款单的业务流程 默认值从【收款结算】改成【收款传结算】

This commit is contained in:
mzr 2025-06-18 17:16:19 +08:00
parent 2aab82378e
commit ad5c19c2a1
1 changed files with 4 additions and 4 deletions

View File

@ -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);