增加调拨明细
This commit is contained in:
@@ -1183,4 +1183,11 @@ alter table jsh_depot_item drop column other_field5;
|
||||
-- by jishenghua
|
||||
-- 移除机构表的全名字段
|
||||
-- --------------------------------------------------------
|
||||
alter table jsh_depot_item add sku varchar(50) DEFAULT NULL COMMENT '多属性' after material_unit;
|
||||
alter table jsh_depot_item add sku varchar(50) DEFAULT NULL COMMENT '多属性' after material_unit;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
-- 时间 2021年7月29日
|
||||
-- by jishenghua
|
||||
-- 增加调拨明细菜单
|
||||
-- --------------------------------------------------------
|
||||
INSERT INTO `jsh_function` VALUES ('248', '030150', '调拨明细', '0301', '/report/allocation_detail', '/report/AllocationDetail', '\0', '0646', '', '电脑版', '', 'profile', '0');
|
||||
|
||||
Reference in New Issue
Block a user