借料入库优化
This commit is contained in:
parent
e7afc353f4
commit
0d3cbd401f
|
@ -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);
|
||||
// 如果没有选中行,则提示并返回,不进行任何操作
|
||||
|
|
Loading…
Reference in New Issue