This commit is contained in:
lihao 2025-10-01 11:33:05 +08:00
parent f1589ee7bf
commit bd29134fac
1 changed files with 1 additions and 1 deletions

View File

@ -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,