This commit is contained in:
parent
f1589ee7bf
commit
bd29134fac
|
|
@ -162,7 +162,7 @@ export default function onList_BtnClicks(props, btncode, text, record, index) {
|
|||
tableData = this.props.editTable.getCheckedRows(AREA.pickmViewTableArea);
|
||||
}
|
||||
tableData.forEach((row) => {
|
||||
oids.push(row.data.values.cpickm_bid.value);
|
||||
oids.push(row.values.cpickm_bid.value);
|
||||
});
|
||||
let printdata = {
|
||||
funcode: AREA.issueAppcode,
|
||||
|
|
|
|||
Loading…
Reference in New Issue