1
xiazhengtongxue
2 天以前 82caba9b690a8dbe672e93039f31931c9dc4205c
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) {