不允许负库存出库
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

相关文章:

  • 2021-09-19
  • 2021-07-06
  • 2021-12-31
  • 2021-05-03
  • 2022-12-23
  • 2022-12-23
  • 2022-01-12
  • 2022-12-23
猜你喜欢
  • 2021-12-18
  • 2021-07-07
  • 2022-12-23
  • 2021-05-27
  • 2022-03-13
  • 2022-12-23
  • 2021-10-27
相关资源
相似解决方案