【问】菜品促销单据审核之后,如何终止这个促销单? | ||
【适用版本】快餐王6 | 【模块】基础业务 | 【点击数】18 |
【知识编号】C2016051900001 | ||
【问题描述】菜品促销单据审核之后,如何终止这个促销单? |
use issfoodv6
go
update t_bt_dish_promotion_master set ch_stop=’Y’ where ch_sheetno=’单据编号’
在分店执行:
use issfoodv6_branch
go
update t_bt_dish_promotion_master set ch_stop=’Y’ where ch_sheetno=’单据编号’
或者可以不用语句执行,直接在门店将这张单据停用即可。