借料入库优化

This commit is contained in:
mzr 2025-08-08 08:43:33 +08:00
parent e7afc353f4
commit 0d3cbd401f
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ class PickmCard extends Component {
let rowids = [];
let hids = [];
let hid;
let rows = this.props.cardTable.getCheckedRows(AREA.borrowMaterialDialog);
let rows =this.props.table.getCheckedRows(AREA.borrowMaterialDialog);
hid = this.props.form.getFormItemsValue(AREA.formArea, FIELD.hid).value;
hids.push(hid);
// 如果没有选中行,则提示并返回,不进行任何操作