百科问答

百科问答 国内资讯 公司资讯 政策法规 培训资料 产品下载

T+17.0版本销售选项显示不全

发布时间:2024-11-18 

特价活动:>>>> 用友U8、T6、T+、T3软件产品4折优惠,畅捷通T+cloud、好会计、好业财、好生意云产品8折优惠,另有话费赠送。

 

问题现象:

销售选项设置只有几个参数,其他参数不显示。



解决方案:

请备份账套,执行以下脚本后重启T+服务:

update EAP_AccInformation set IsVisible='1' where ParentName='Tab4_Base' and name not in ('IsNoAutoSaleOutForMB','IsWriteBackInvMultiCode','ValidateExistsOffline')

declare @Manufacture varchar(10)

select @Manufacture=[value] from EAP_AccInformation where name='Manufacture'

declare @OutSource varchar(10)

select @OutSource=[value] from EAP_AccInformation where name='OutSource'

if (@Manufacture = '0' and @OutSource='0')

begin

update EAP_AccInformation set IsVisible='0' where name='ExceedProductByOrders'

end

declare @SAWorkflow varchar(10)

select @SAWorkflow=[value] from EAP_AccInformation where name='SAWorkflow'

if(@SAWorkflow='0')

BEGIN

Update EAP_AccInformation set IsVisible='0' where name='IsDeliveryOrderAutoStockOrder'

END




X畅捷通软件.用友软件.企业云服务

截屏,微信识别二维码

客服QQ:5151867

(点击QQ号复制,添加好友)