6.0升级 到7.0 ,管理员组用户 按F12键调出库存选择批次,调出的界面没有序号,批次和序号,换算率,多了一行计划跟踪号,内置管理员和新增用户界面显示正常。

问题描述:

解决方案:
【解决方案】需清除用户设置。declare @Fuserid int select @Fuserid=Fuserid from t_user where fname='manager' if exists (select 1 from sysobjects where name='ICClassUserProfile' and xtype='u') begin delete from ICClassUserProfile where fuserid=@Fuserid end if exists (select 1 from sysobjects where name='t_UserProfile' and xtype='u') begin delete from t_UserProfile where fuserid=@Fuserid end if exists (select 1 from sysobjects where name='ICReportProfile' and xtype='u') begin delete from ICReportProfile where fuserid=@Fuserid end if exists (select 1 from sysobjects where name='ICPlanProfile' and xtype='u') begin delete from ICPlanProfile where fuserid=@Fuserid end if exists (select 1 from sysobjects where name='ICPlanProfile' and xtype='u') be
6.0升级 到7.0 ,管理员组用户 按F12键调出库存选择批次,调出的界面没有序号,批次和序号,换算率,多了一行计划跟踪号,内置管理员和新增用户界面显示正常。
声明:除非特别标注,否则均为本站原创文章,转载时请以链接形式注明文章出处。如若本站内容侵犯了原著者的合法权益,可联系本站删除。



