把菜单基本资料改成基础资料
This commit is contained in:
@@ -247,7 +247,7 @@ INSERT INTO `jsh_function` VALUES ('18', '000109', '租户管理', '0001', '/sys
|
||||
INSERT INTO `jsh_function` VALUES ('21', '0101', '商品管理', '0', '/material', '/layouts/TabLayout', '\0', '0620', '', '电脑版', null, 'shopping', '0');
|
||||
INSERT INTO `jsh_function` VALUES ('22', '010101', '商品类别', '0101', '/material/material_category', '/material/MaterialCategoryList', '\0', '0230', '', '电脑版', '1', 'profile', '0');
|
||||
INSERT INTO `jsh_function` VALUES ('23', '010102', '商品信息', '0101', '/material/material', '/material/MaterialList', '\0', '0240', '', '电脑版', '1,3', 'profile', '0');
|
||||
INSERT INTO `jsh_function` VALUES ('24', '0102', '基本资料', '0', '/systemA', '/layouts/TabLayout', '\0', '0750', '', '电脑版', null, 'appstore', '0');
|
||||
INSERT INTO `jsh_function` VALUES ('24', '0102', '基础资料', '0', '/systemA', '/layouts/TabLayout', '\0', '0750', '', '电脑版', null, 'appstore', '0');
|
||||
INSERT INTO `jsh_function` VALUES ('25', '01020101', '供应商信息', '0102', '/system/vendor', '/system/VendorList', '\0', '0260', '', '电脑版', '1,3', 'profile', '0');
|
||||
INSERT INTO `jsh_function` VALUES ('26', '010202', '仓库信息', '0102', '/system/depot', '/system/DepotList', '\0', '0270', '', '电脑版', '1', 'profile', '0');
|
||||
INSERT INTO `jsh_function` VALUES ('31', '010206', '经手人管理', '0102', '/system/person', '/system/PersonList', '\0', '0284', '', '电脑版', '1', 'profile', '0');
|
||||
|
||||
@@ -1658,3 +1658,10 @@ alter table jsh_account_head change file_name file_name varchar(1000) DEFAULT NU
|
||||
-- 给商品表增加多属性字段,里面存多属性的数组
|
||||
-- --------------------------------------------------------
|
||||
alter table jsh_material add attribute varchar(1000) DEFAULT NULL COMMENT '多属性信息' after position;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
-- 时间 2025年4月28日
|
||||
-- by jishenghua
|
||||
-- 把菜单基本资料改成基础资料
|
||||
-- --------------------------------------------------------
|
||||
update jsh_function set name='基础资料' where number='0102';
|
||||
Reference in New Issue
Block a user