打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

开通VIP
U8 通过后台数据库反启用各模块
 通过后台数据库反启用用友erp各模块  

(一)固定资产模块反启用:
update accinformation set cvalue='' where csysid='FA' and ctype='ddate'
--可省 and (cid='601'or cid='05'or cid='603'OR CID='602' OR CID='03'OR CID='06')
update gl_mend set bflag_FA=0
delete ua_account_sub where (cacc_id='001') and (cSub_Id = 'FA')

(二)工资模块反启用:
update accinformation set cvalue='' where csysid='wa' and ctype='ddate'
--可省 and (cid='601'or cid='05'or cid='603')
update gl_mend set bflag_Wa=0
delete ua_account_sub where (cacc_id='001') and (cSub_Id = 'Wa')

(三)采购模块反启用:
update accinformation set cvalue='' where csysid='PU' and ctype='ddate'
--可省 and (cid='602'or cid='122'or cid='167')
update gl_mend set bflag_PU=0
delete ua_account_sub where (cacc_id='001') and (cSub_Id = 'PU')

(四)销售模块反启用:
update accinformation set cvalue='' where csysid='SA' and ctype='ddate'
--可省 and (cid='602'or cid='143'or cid='215')
update gl_mend set bflag_SA=0
delete ua_account_sub where (cacc_id='001') and (cSub_Id = 'SA')

(五)库存模块反启用:
update accinformation set cvalue='' where csysid='st' and ctype='ddate'
--可省 and (cid='602'or cid='143')
update gl_mend set bflag_st=0
delete ua_account_sub where (cacc_id='001') and (cSub_Id = 'st')

(六)存货模块反启用:
update accinformation set cvalue=''
where csysid='IA' and ctype='ddate'
--可省 and (cid='602'or cid='104')
update gl_mend set bflag_IA=0
delete ua_account_sub where (cacc_id='001') and (cSub_Id = 'IA')

(七)应收模块反启用:
update accinformation set cvalue=''
where csysid='AR' and ctype='ddate'
--可省 and (cid='29'or cid='11')
update gl_mend set bflag_AR=0
delete ua_account_sub where (cacc_id='001') and (cSub_Id = 'AR')

(八)应付模块反启用:
update accinformation set cvalue=''
where csysid='AP' and ctype='ddate'
--可省 and (cid='24'or cid='09')

update gl_mend set bflag_AP=0
delete ua_account_sub where (cacc_id='001') and (cSub_Id = 'AP')
本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存 查看更多类似文章
猜你喜欢
类似文章
禁止迅雷偷偷上传已下载的文件
T3常见问题及解决方法
用友u8数据库表结构
老年健康索引(20151021)
英语词汇构词知识词根篇139:cid
电影【血腥CID】
更多类似文章 >>
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服