Commit b39948a9 authored by krysent's avatar krysent

bug

parent c15bced2
...@@ -188,6 +188,7 @@ function Outstore(props) { ...@@ -188,6 +188,7 @@ function Outstore(props) {
title: "单据编号", title: "单据编号",
dataIndex: "documentsCode", dataIndex: "documentsCode",
key: "documentsCode", key: "documentsCode",
search: false,
}, },
{ {
title: "完成时间", title: "完成时间",
...@@ -214,7 +215,6 @@ function Outstore(props) { ...@@ -214,7 +215,6 @@ function Outstore(props) {
{ {
title: "物料名称", title: "物料名称",
dataIndex: "materieName", dataIndex: "materieName",
search: false,
key: "materieName", key: "materieName",
}, },
{ {
......
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