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