Code/WMS/WIDESEA_WMSClient/src/extension/stock/groupPalle.jsx
@@ -100,16 +100,16 @@ // 框架初始化配置后 }, searchBefore(param) { const locationCodeFilter = { name: "stockStatus", value: "1", const stockStatusFilter = { name: "LocationId", value: "0", displayType: "int" }; if (!param.wheres) { param.wheres = []; } // 将过滤条件添加到查询参数中 param.wheres.push(locationCodeFilter); param.wheres.push(stockStatusFilter); return true; }, searchAfter(result) {