This commit is contained in:
parent
fad3bf22c6
commit
d6287eefc6
|
@ -270,12 +270,12 @@ class PickmCard extends Component {
|
|||
{createModal('ReplaceDlg', { zIndex: "300" })}
|
||||
|
||||
{createModal('NCTable_83c3abf9', {
|
||||
title: '发票类型',
|
||||
title: '备料明细',
|
||||
content: (
|
||||
<div class="flex-container" style={{ height: '100%' }}>
|
||||
{createSimpleTable("NCTable_83c3abf9", {showIndex: true})}</div>
|
||||
),
|
||||
size: '100',
|
||||
size: '500',
|
||||
beSureBtnClick: () => {
|
||||
let rowids = [];
|
||||
let hids = [];
|
||||
|
|
Loading…
Reference in New Issue