公告板
版本库
filestore
活动
搜索
登录
main
/
wms-master
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
拣货过程中的出库库存匹配+空板
chen.lin
昨天
460b1c8473e08a3449bff35d7a34cbf16ad1c79a
[wms-master.git]
/
rsf-admin
/
src
/
page
/
work
/
emptyOutbound
/
index.jsx
1
2
3
4
5
6
7
import React from "react";
import EmptyOutboundList from "./EmptyOutboundList";
export default {
list: EmptyOutboundList,
options: { label: "menu.emptyOutbound" },
};