Merge remote-tracking branch 'origin/main'
This commit is contained in:
commit
5add978386
|
@ -73,7 +73,7 @@ function doQuery(props, hid, bids, rows) {
|
|||
// 筛选出未生成的行
|
||||
// console.log('values.cpickm_bid = ', values.cpickm_bid.value);
|
||||
// console.log('values.indexOf = ', bids.indexOf(values.cpickm_bid.value));
|
||||
if (values.cpickm_bid && values.cpickm_bid.value && (bids.indexOf(values.cpickm_bid.value) > -1)) {
|
||||
if (values.cpickm_bid && values.cpickm_bid.value && (bids.indexOf(values.cpickm_bid.value) > -1) && values.borrowedQty.value>0) {
|
||||
rows1.push(rowItem);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue