Commit 186f6c8d hc

sorting菜单添加

1 个父辈 be5f0b65
...@@ -195,6 +195,9 @@ public class DataInitManager { ...@@ -195,6 +195,9 @@ public class DataInitManager {
//储位转移 //储位转移
addNewFunctionMenu(4, raw, "storageTransfer", "储位转移", "storageTransfer", "storageTransfer/index", "transfer", functionMenuMap); addNewFunctionMenu(4, raw, "storageTransfer", "储位转移", "storageTransfer", "storageTransfer/index", "transfer", functionMenuMap);
// Sorting
addNewFunctionMenu(5, raw, "sorting", "Sorting", "sorting", "sorting/index", "sorting", functionMenuMap);
addNewFunctionMenu(8, raw, "returnInventoryAndPutShelves", "退货上架", "returnInventoryAndPutShelves", "returnInventoryAndPutShelves/index", "", functionMenuMap); addNewFunctionMenu(8, raw, "returnInventoryAndPutShelves", "退货上架", "returnInventoryAndPutShelves", "returnInventoryAndPutShelves/index", "", functionMenuMap);
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!