增加调拨明细

This commit is contained in:
季圣华
2021-07-29 22:21:40 +08:00
parent 6eb3ff526a
commit 20751c6749
7 changed files with 171 additions and 3 deletions

View File

@@ -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');