Browse Source

YT-658隔离转合格,pda扫描提示没有库存,实际有库存

intex_online20241111
张立 7 months ago
parent
commit
97f11f2a37
  1. 8
      src/common/balance.js

8
src/common/balance.js

@ -397,13 +397,13 @@ export function byQuantity(label, locationCode, fromInventoryStatuses, callback)
}) })
filters.push({ filters.push({
column: "packingNumber", column: "packingNumber",
action: "==", action: "isStr",
value: null value: ''
}) })
filters.push({ filters.push({
column: "batch", column: "batch",
action: "==", action: "isStr",
value: label.batch?label.batch:null value:''
}) })
filters.push({ filters.push({
column: "locationCode", column: "locationCode",

Loading…
Cancel
Save