select bInvBatch,* from inventory
where cInvCode='物料编码'
update inventory set bInvBatch='1'
where cInvCode='物料编码''
--bInvBatch='1'启用
--bInvBatch='0'禁用
select bInvBatch,* from inventory
where cInvCode='物料编码'
update inventory set bInvBatch='1'
where cInvCode='物料编码''
--bInvBatch='1'启用
--bInvBatch='0'禁用