去掉礼品卡模块,增加采购订单和销售订单模块
This commit is contained in:
@@ -5339,3 +5339,14 @@ ALTER TABLE jsh_materialcategory DROP FOREIGN KEY FK3EE7F725237A77D8;
|
||||
-- 修改根目录父节点id为-1
|
||||
-- ----------------------------
|
||||
update jsh_materialcategory set ParentId='-1' where id='1'
|
||||
|
||||
-- ----------------------------
|
||||
-- 删除礼品卡管理、礼品充值、礼品销售、礼品卡统计的功能数据
|
||||
-- ----------------------------
|
||||
delete from jsh_functions where id in (213,214,215,216)
|
||||
|
||||
-- ----------------------------
|
||||
-- 新增采购订单、销售订单的功能数据
|
||||
-- ----------------------------
|
||||
insert into `jsh_functions` values ('242', '050202', '采购订单', '0502', '../materials/purchase_orders_list.html', b'0', '0335',b'1', '电脑版', '');
|
||||
insert into `jsh_functions` values ('243', '060301', '销售订单', '0603', '../materials/sale_orders_list.html', b'0', '0392', b'1', '电脑版', '');
|
||||
Binary file not shown.
Reference in New Issue
Block a user