刷库修复可出货数量数据异常问题
if e.BarItemKey=='u_fix_fhtzd' and this.Context.UserName=='xxx': fid=str(this.Model.DataObject["id"]); sql="select count(1) as jg from T_SAL_DELIVERYNOTICEENTRY_LK where FSBILLID="+fid; jg=DBUtils.ExecuteDynamicObject(this.Context,sql,None); if int(jg[0][0])>0: this.View.ShowMessage("存在下游发货通知单,无法修复") return sql="exec u_fix_so2fhtzd "+fid; jg=DBUtils.ExecuteScalar(this.Context,sql,None); this.View.Refresh(); this.View.ShowMessage("修复完成")
刷库修复可出货数量数据异常问题
if e.BarItemKey=='u_fix_fhtzd' and this.Context.UserName=='xxx': fid=str(this.Model.DataObject["id"]); sql="sel...
点击下载文档
本文2024-09-16 18:05:11发表“云星空知识”栏目。
本文链接:https://wenku.my7c.com/article/kingdee-k3cloud-19853.html
您需要登录后才可以发表评论, 登录登录 或者 注册
最新文档
热门文章