插件中,向销售订单分录插入行并赋值报错。
金蝶云社区-CDLVYI
CDLVYI
0人赞赏了该文章 1,968次浏览 未经作者许可,禁止转载编辑于2014年12月26日 16:40:51


//插入行

this.View.Model.InsertEntryRow("FSaleOrderEntry", iRowIndexI);
this.Model.SetItemValueByNumber("FMATERIALID", "cgfl", iRowIndexI );
//this.Model.SetItemValueByNumber("FRESERVETYPE", "3", iRowIndexI );
//this.View.Model.SetValue("FQty", "1", iRowIndexI);
//this.View.Model.SetValue("FAmount", "1000", iRowIndexI );
this.View.Model.SetValue("F_BRC_TEXT", "1000", iRowIndexI );

是否写的有问题,求教!谢谢

另:求教将查询SQL中的值,通过插件插入到单据分录对应字段,如何实现?