陈婷婷
2025-12-09 5d9c10700069de1e146f175623beb691d4c1bb17
src/views/sell/sellOut/sellOutBill.vue
@@ -613,10 +613,11 @@
      this.pageSize = 50;
      this.tableShow = false;
      this.loading = true;
      if (this.sTime) {
        this.sWhere += " and CONVERT(varchar(100),日期, 23) >= '" + this.sTime + "'";
        this.sWhere += " and CONVERT(varchar(100),日期, 23) <= '" + this.eTime + "'";
      }
      // 重复叠加会导致 uri字符串累加,多次搜索可能会导致get请求超出最大程度导致请求失败
      // if (this.sTime) {
      //   this.sWhere += " and CONVERT(varchar(100),日期, 23) >= '" + this.sTime + "'";
      //   this.sWhere += " and CONVERT(varchar(100),日期, 23) <= '" + this.eTime + "'";
      // }
      if (this.pageSize == 0) {
        this.pageSize = 50;
      }