Commit 8f5da614 authored by 左玲玲's avatar 左玲玲 😬

1342

parent 69bcea8a
......@@ -102,7 +102,8 @@ const Storesearch = (props) => {
{
"title": "库存数量",
"dataIndex": "stroeNum",
"key": "stroeNum"
"key": "stroeNum",
search:false
},
]}
path="/ngic-workmanship/wmsMaterieStore/queryPositionList"
......
......@@ -60,8 +60,8 @@ function Instore(props) {
},
{
"title": "操作类型",
"dataIndex": " stockDetailTypeName",
"key": " stockDetailTypeName",
"dataIndex": "stockDetailTypeName",
"key": "stockDetailTypeName",
},
{
"title": "仓库名称",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment