商云X开启货号修改功能 use hbposv10 --分店数据库名改成: hbposv10_branch go --开启 货号、供应商、客户编码修改 if not exists (select 1 from t_sys_system where sys_var_id='itemnoisedit') insert into t_sys_system (sys_var_id,sys_var_name,sys_var_value,is_changed,sys_ver_flag) values('itemnoisedit','货号、供应商、客户编码修改','1','否','1') go 修改完成后如需关闭请执行: -- 关闭 delete from t_sys_system where sys_var_id='itemnoisedit' go