摘要:
不允许负库存出库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= 阅读全文