问题现象: | 在质量管理重录入检验方案时,检验指标的上下限值,只能输入3位小数,怎样增加? |
问题原因: | 用户个性化需求问题,可通过更改数据库中小数位数值来实现。 |
解决方案: | 1、查询单据模板id号 select vt_id from vouchertemplates where vt_name ='质量检验方案默认显示模版' 2、查询小数位数 select numpoint,carditemname from voucheritems where vt_id='357' and carditemname like '%值%' 3、更新上下限值的小数位数为6位 update voucheritems set numpoint=6 where vt_id='357' and carditemname like '%限值%' (357为单据模板id号,实际操作时请使用步骤1中查询结果vt_id值) |
相关补丁: | |
版本: | 8.52 |
模块: | 质量管理 |
产品: | U852----质量管理 |
问题名称: | 检验方案中上下限值小数位数如何修改? |
最后更新: | 2005-06-28 00:00:00 |