语句

栏目:kis知识作者:金蝶来源:金蝶云社区发布:2024-09-16浏览:1

语句

不允许负库存出库

update t_systemprofile set fvalue=0 where fcategory='IC' and fkey='UnderStock'

Go


不允许负库存结账

update t_systemprofile set fvalue=0 where fcategory='IC' and fkey='UnderStockCalculate'

Go


库存保存更新

update t_systemprofile set fvalue=1 where fcategory='IC' and fkey='UPSTOCKWHENSAVE'

Go


库存审核更新

update t_systemprofile set fvalue=0 where fcategory='IC' and fkey='UPSTOCKWHENSAVE'

Go


允许负库存出库

update t_systemprofile set fvalue=1 where fcategory='IC' and fkey='UnderStock'

Go


允许负库存结账

update t_systemprofile set fvalue=1 where fcategory='IC' and fkey='UnderStockCalculate'

Go


语句

不允许负库存出库update t_systemprofile set fvalue=0 where fcategory='IC' and fkey='UnderStock'Go不允许负库存结账update t_s...
点击下载文档
分享:
确认删除?
回到顶部
客服QQ
  • 客服QQ点击这里给我发消息