| | |
| | | const thisdate = date.toLocaleString();//转化当天时间 |
| | | date.setDate(date.getDate() - 1) |
| | | const lastdate = date.toLocaleString();//昨天时间 |
| | | sqlcmd += " And '" + lastdate + "'<UPDATE_TIME<'" + thisdate + "'" |
| | | sqlcmd += " And '" + lastdate + "'<UPDATE_TIME AND UPDATE_TIME<'" + thisdate + "'" |
| | | } |
| | | var option = { |
| | | UserId: useUserStore().getUserInfo.userId as string, |
| | |
| | | width: 180, |
| | | }, |
| | | { |
| | | title: '结束时间', |
| | | dataIndex: 'EndTime', |
| | | title: '下次运行时间', |
| | | dataIndex: 'NextRunTime', |
| | | width: 180, |
| | | }, |
| | | { |
| | |
| | | resizable: true, |
| | | }, |
| | | { |
| | | title: '延期天数', |
| | | dataIndex: 'PostponeDays', |
| | | width: 150, |
| | | sorter: true, |
| | | resizable: true, |
| | | }, |
| | | { |
| | | title: '数量', |
| | | dataIndex: 'QTY', |
| | | sorter: true, |