Commit 7587335d zshaohui

Merge remote-tracking branch 'origin/smf-core-21088' into smf-core-21088

2 个父辈 8ff69f74 186f6c8d
......@@ -195,6 +195,9 @@ public class DataInitManager {
//储位转移
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);
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!