| | |
| | | { |
| | | //统计 |
| | | |
| | | int store_FDJ = 0;//现有发动机数 |
| | | int store_EmptySalver = 0;//空托盘数量 |
| | | int store_EmptySalver_TS = 0;//空托盘托数 |
| | | |
| | | int count_In_FDJ = 0;//查询某天入库了多少发动机 |
| | | int count_In_EmptySalver = 0;//查询某天入库了多少 空托盘 |
| | | int count_In_EmptySalver_TS = 0;//查询某天入库了多少 空托盘托数 |
| | | |
| | | int count_Out_FDJ = 0;//查询某天出库了多少发动机 |
| | | int count_Out_EmptySalver = 0;//查询某天出库了多少 空托盘 |
| | | int count_Out_EmptySalver_TS = 0;//查询某天出库了多少 空托盘托数 |
| | | |
| | | int count_ZY_EmptySalver = 0;//查询某天转运了多少 空托盘 |
| | | int count_ZY_EmptySalver_TS = 0;//查询某天转运了多少 空托盘托数 |
| | | |
| | | //某段时间的统计 |
| | | var str_start = this.dateTimePicker_Start.Value.ToString("yyyy-MM-dd" + " " + "00:00:00"); |
| | | var str_end = this.dateTimePicker_End.Value.ToString("yyyy-MM-dd" + " " + "23:59:59"); |