Commit ba2f49d8 authored by krysent's avatar krysent

相关单号去除

parent f12dec5b
...@@ -413,10 +413,6 @@ function Instore(props) { ...@@ -413,10 +413,6 @@ function Instore(props) {
title: "入库仓库", title: "入库仓库",
key: "storeName", key: "storeName",
}, },
{
title: "相关单号",
key: "businessNo",
},
{ {
title: "创建人", title: "创建人",
key: "createUserName", key: "createUserName",
...@@ -1183,11 +1179,9 @@ function Instore(props) { ...@@ -1183,11 +1179,9 @@ function Instore(props) {
<div style={{ position: "fixed", bottom: -100000 }}> <div style={{ position: "fixed", bottom: -100000 }}>
<PrintDom ref={printRef} {...drawprops} /> <PrintDom ref={printRef} {...drawprops} />
</div> </div>
<div style={{ display: "none" }}> <div style={{ display: "none" }}>
<PrintQrCode ref={mutiPrintRef} selectedItems={selectKeys} /> <PrintQrCode ref={mutiPrintRef} selectedItems={selectKeys} />
</div> </div>
<AutoTable <AutoTable
{...tableprops} {...tableprops}
actionRef={actionRef} actionRef={actionRef}
......
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