Commit f77f9827eb25a2327121027c1bb3917fce9a3abd
1 parent
c12f35f2
LGF 报表
Showing
1 changed file
with
4 additions
and
4 deletions
src/main/resources/static/pages/forms/statement/correctStatis.html
| ... | ... | @@ -147,7 +147,7 @@ |
| 147 | 147 | initPinYinSelect2('#line',data,''); |
| 148 | 148 | |
| 149 | 149 | line = ""; |
| 150 | - updateModel(); | |
| 150 | +// updateModel(); | |
| 151 | 151 | }); |
| 152 | 152 | |
| 153 | 153 | var obj = []; |
| ... | ... | @@ -285,17 +285,17 @@ |
| 285 | 285 | line = $("#line").val(); |
| 286 | 286 | if(line == " ") |
| 287 | 287 | line = ""; |
| 288 | - updateModel(); | |
| 288 | +// updateModel(); | |
| 289 | 289 | }); |
| 290 | 290 | $('#startDate').on("blur", function(){ |
| 291 | 291 | startDate = $("#startDate").val(); |
| 292 | 292 | endDate = $("#endDate").val(); |
| 293 | - updateModel(); | |
| 293 | +// updateModel(); | |
| 294 | 294 | }); |
| 295 | 295 | $('#endDate').on("blur", function(){ |
| 296 | 296 | startDate = $("#startDate").val(); |
| 297 | 297 | endDate = $("#endDate").val(); |
| 298 | - updateModel(); | |
| 298 | +// updateModel(); | |
| 299 | 299 | }); |
| 300 | 300 | |
| 301 | 301 | ... | ... |