【问】 如何开通6级1位品类编码 ? | ||
【适用版本】商锐9.5 | 【模块】常见问题 | 【点击数】84 |
【知识编号】P2017090800002 | ||
【问题描述】商锐9.5需要更改为6级1位品类编码,请提供开启语句。 |
USE hbposev9
GO
update t_sys_system set sys_var_value = ‘1’ where sys_var_id = ‘gl_itm_cls_nolen’
go
update t_sys_system set sys_var_value = ‘6’ where sys_var_id = ‘item_cls_level’
go