| | |
| | | this.sWhere += |
| | | ` and 日期 >= CONVERT(VARCHAR(10), '${this.startDate}', 23) and 日期 <= CONVERT(VARCHAR(10), '${this.endDate}', 23)` |
| | | try { |
| | | |
| | | // TODO: 调整为存储过程分页接口 |
| | | let res = await CommonUtils.doRequest2Async({ |
| | | url: 'Sc_MESTransFerWorkBill/GetOA_WorkLinkBillList', |
| | | url: 'Sc_MESTransFerWorkBill/GetOA_WorkLinkBillListProcess', |
| | | data: { |
| | | sWhere: this.sWhere, |
| | | user: getUserInfo()["Czymc"], |
| | | // sWhere: this.sWhere, |
| | | beginDate: this.startDate, |
| | | endDate: this.endDate, |
| | | type: this.tabs + 1, |
| | | user: getUserInfo()["HEmpName"] || getUserInfo()["Czymc"], |
| | | page: this.page, |
| | | size: this.size |
| | | } |