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