科目档案显示不全
【问题现象】
科目档案中停用、埴制凭证时录入结算信息、现金科目这三个字段的勾选框消失了

【解决方案】
请备份好数据,在账套库执行下面语句修复:
update eap_VoucherControls set [left]=b.[Left],[top] =b.[Top],CtlIndex=b.CtlIndex
from eap_VoucherControls a left join [替换为科目正常的账套的数据库名称].dbo.eap_VoucherControls b on a.Name=b.name
where a.VoucherID=96 and b.VoucherID=96
update eap_VoucherControls set Visible=1 where VoucherID=96 and Name='Disabled'
作者:邱金凤 |  时间:2024年07月01日 13:38
对我有用
没有帮助