wanshenmean
14 小时以前 d14030746fcd0310d3c9b028fe2c0a5b78984eb6
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) {