调拨订单中的调入日期取计划订单中的计划开始日期+提前期
金蝶云社区-enders
enders
0人赞赏了该文章 1,009次浏览 未经作者许可,禁止转载编辑于2015年08月27日 11:34:10
BOTP:计划订单-调拨订单转换,调拨订单上的调入日期字段取值计划订单上的计划开始日期+该库存组织下该物料计划页签上的提前期,如何配置 BOTP呢?
使用函数取值:
公式结果 = dateAdd( 计划订单.分录.计划日期.toString() + " 00:00:00" ,com.kingdee.eas.basedata.master.material.MaterialPlanFactory.getLocalInstance(__bosContext).getMaterialPlanInfo("where material.id ='" + 计划订单.分录.物料.ID + "' and orgunit.id = '" + 计划订单.库存组织.ID +"'").get("produceLeadTime"));"