插件中,向销售订单分录插入行并赋值报错。
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中的值,通过插件插入到单据分录对应字段,如何实现?
推荐阅读