摘要: 不允许负库存出库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= 阅读全文
posted @ 2013-04-09 17:01 泡面 @ 幸福 阅读(2835) 评论(0) 推荐(0) 编辑