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

1342

parent 69bcea8a
...@@ -102,7 +102,8 @@ const Storesearch = (props) => { ...@@ -102,7 +102,8 @@ const Storesearch = (props) => {
{ {
"title": "库存数量", "title": "库存数量",
"dataIndex": "stroeNum", "dataIndex": "stroeNum",
"key": "stroeNum" "key": "stroeNum",
search:false
}, },
]} ]}
path="/ngic-workmanship/wmsMaterieStore/queryPositionList" path="/ngic-workmanship/wmsMaterieStore/queryPositionList"
......
...@@ -60,8 +60,8 @@ function Instore(props) { ...@@ -60,8 +60,8 @@ function Instore(props) {
}, },
{ {
"title": "操作类型", "title": "操作类型",
"dataIndex": " stockDetailTypeName", "dataIndex": "stockDetailTypeName",
"key": " stockDetailTypeName", "key": "stockDetailTypeName",
}, },
{ {
"title": "仓库名称", "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