有问题文章留言 看内容决定收费与免费
另外接收数据库质疑 勒索病毒数据恢复等项目。

商品档案是新品状态,前台不能扫描,提示该商品不允许该分店销售

【问】商品档案是新品状态,前台不能扫描,提示该商品不允许该分店销售
【适用版本】商锐9 【模块】档案管理 【点击数】79
【知识编号】P2016022500008
【问题描述】商品档案是新品状态,前台不能扫描,提示该商品不允许该分店销售

【答】 您好:请按照如上的位置设置即可,如是单店,请执行如下语句
一般是在商品档案–右下角有个“分店商品属性”,此处为空会有此问题情况,(此问题原因一般是导入的数据或者不是最新版本造成的)
请先在查询分析器中执行下面语句,补齐机构价格表,然后再分店商品配置中配置商品
use hbposev9
go
insert t_pc_branch_price(branch_no,item_no,supcust_no,sale_way,price,base_price,sale_price,
vip_price, sup_ly_rate,branch_price,branch_sale,base_price1,base_price2,base_price3,base_price4,direct,status,item_stock)
select b.branch_no ,a.item_no,a.main_supcust,a.item_sup_flag,a.price,a.base_price,a.sale_price,
a.vip_price,a.sup_ly_rate,a.branch_price,’1′,a.base_price1,a.base_price2,a.base_price3,a.base_price4,
isnull(a.direct,’2′),isnull(a.status,’0′),a.item_stock
from t_bd_item_info a, t_bd_branch_info b
where b.property in (‘0′,’1’) and not exists (select 1 from t_pc_branch_price c where c.branch_no = b.branch_no and c.item_no = a.item_no)
go
–修改所有商品为分店经营
update t_pc_branch_price set branch_sale = ‘1’
go

赞(0)
未经允许不得转载:思迅软件知识库 » 商品档案是新品状态,前台不能扫描,提示该商品不允许该分店销售

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址