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

价签打印提示“指定分店不允许经营”,如何解决?

【问】价签打印提示“指定分店不允许经营”,如何解决?
【适用版本】商锐9.5 【模块】常见问题 【点击数】136
【知识编号】P2017112200005
【问题描述】价签打印提示该商品指定分店不允许经营.

【答】 在商品档案–右下角有个“分店商品属性”,此处为空会有此问题情况,此问题原因一般是导入的数据造成的,
请先在查询分析器中执行下面语句,补齐机构价格表,然后再分店商品配置中配置商品
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

赞(0)
未经允许不得转载:思迅软件知识库 » 价签打印提示“指定分店不允许经营”,如何解决?
分享到: 更多 (0)

评论 抢沙发

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