设置方法如下 :
this.View.GetFieldEditor<DecimalFieldEditor>(“FAmount”, -1).Decimal = 2;
其中
FAmount为单据体
(或单据头
)中的一个字段,如果要设置整列,则把第二个参数行号设置为
-1。
[K/3Cloud] 如何设置设置单据分录中的整列的精度
阅读 13
2023-03-15
设置方法如下 :
this.View.GetFieldEditor<DecimalFieldEditor>(“FAmount”, -1).Decimal = 2;
其中
FAmount为单据体
(或单据头
)中的一个字段,如果要设置整列,则把第二个参数行号设置为
-1。
相关推荐
精彩评论(0)