如果想修改這些灰色的參數(shù),可以在數(shù)據(jù)庫中通過語句修改,或者在賬套管理中,執(zhí)行命令語句。 不允許負(fù)庫存出庫 update t_systemprofile set fvalue=0 where fcategory=IC and fkey=UnderStock 不允許負(fù)庫存結(jié)賬 update t_systemprofile set fvalue=0 where fcategory=IC and fkey=UnderStockCalculate 允許負(fù)庫存出庫 update t_systemprofile set fvalue=1 where fcategory=IC and fkey=UnderStock ? 允許負(fù)庫存結(jié)賬 update t_systemprofile set fvalue=1 where fcategory=IC and fkey=UnderStockCalculate? 操作步驟: 新建一個TXT文件,將對應(yīng)的語句復(fù)制進(jìn)去,改成SQL后綴,然后通過賬套管理中的執(zhí)行命令,執(zhí)行語句即可。 注意:執(zhí)行命令前,一定要備份好賬套,否者,一旦出錯,將造成無法挽回的錯誤。 操作不了找售后