Commit 8f09bcdb23a7426a9110562a23b9a35b30e90ded
1 parent
93bddee3
Update
Showing
4 changed files
with
16 additions
and
180 deletions
src/main/resources/application-dev.properties
| @@ -10,7 +10,7 @@ spring.jpa.show-sql= false | @@ -10,7 +10,7 @@ spring.jpa.show-sql= false | ||
| 10 | spring.datasource.driver-class-name= com.mysql.jdbc.Driver | 10 | spring.datasource.driver-class-name= com.mysql.jdbc.Driver |
| 11 | spring.datasource.url= jdbc:mysql://localhost:3306/control?useUnicode=true&characterEncoding=utf-8&useSSL=false | 11 | spring.datasource.url= jdbc:mysql://localhost:3306/control?useUnicode=true&characterEncoding=utf-8&useSSL=false |
| 12 | spring.datasource.username= root | 12 | spring.datasource.username= root |
| 13 | -spring.datasource.password= | 13 | +spring.datasource.password= root |
| 14 | #spring.datasource.url= jdbc:mysql://192.168.168.117/pd_control?useUnicode=true&characterEncoding=utf-8&useSSL=false | 14 | #spring.datasource.url= jdbc:mysql://192.168.168.117/pd_control?useUnicode=true&characterEncoding=utf-8&useSSL=false |
| 15 | #spring.datasource.username= root | 15 | #spring.datasource.username= root |
| 16 | #spring.datasource.password= root | 16 | #spring.datasource.password= root |
src/main/resources/static/pages/base/line/add.html
| @@ -199,47 +199,6 @@ | @@ -199,47 +199,6 @@ | ||
| 199 | </div> | 199 | </div> |
| 200 | <!-- 表单分组组件 form-group END --> | 200 | <!-- 表单分组组件 form-group END --> |
| 201 | 201 | ||
| 202 | - <!-- 表单分组组件 form-group START --> | ||
| 203 | - <div class="form-group"> | ||
| 204 | - <!-- 是否营运START (因为options值基本固定,所以在页面固定。【以后可以根具需求修改成使用字典表实现】) --> | ||
| 205 | - <div class="col-md-6"> | ||
| 206 | - <label class="control-label col-md-5"> | ||
| 207 | - <span class="required"> * </span>是否营运线路 : | ||
| 208 | - </label> | ||
| 209 | - <div class="col-md-4"> | ||
| 210 | - <div class="md-radio-inline"> | ||
| 211 | - <div class="md-radio"> | ||
| 212 | - <input type="radio" id="radio18" name="sfyy" class="md-radiobtn" value="1" data-title="是" checked="checked" > | ||
| 213 | - <label for="radio18"> | ||
| 214 | - <span></span> | ||
| 215 | - <span class="check"></span> | ||
| 216 | - <span class="box"></span> 是 | ||
| 217 | - </label> | ||
| 218 | - </div> | ||
| 219 | - <div class="md-radio has-error"> | ||
| 220 | - <input type="radio" id="radio19" name="sfyy" class="md-radiobtn" value="0" data-title="否" > | ||
| 221 | - <label for="radio19" style="color:#FFC0CB"> | ||
| 222 | - <span></span> | ||
| 223 | - <span class="check"></span> | ||
| 224 | - <span class="box"></span> 否 | ||
| 225 | - </label> | ||
| 226 | - </div> | ||
| 227 | - </div> | ||
| 228 | - </div> | ||
| 229 | - </div> | ||
| 230 | - <!-- 是否营运 END --> | ||
| 231 | - <!-- 权证车辆数 START --> | ||
| 232 | - <div class="col-md-6"> | ||
| 233 | - <label class="control-label col-md-5"> 权证车辆数 : </label> | ||
| 234 | - <div class="col-md-4"> | ||
| 235 | - <input type="text" class="form-control" name="warrantCar" id="warrantCarInput" placeholder="权证车辆数"> | ||
| 236 | - </div> | ||
| 237 | - </div> | ||
| 238 | - <!-- 权证车辆数 END --> | ||
| 239 | - | ||
| 240 | - </div> | ||
| 241 | - <!-- 表单分组组件 form-group END --> | ||
| 242 | - | ||
| 243 | <!-- 表单分组组件 form-group START --> | 202 | <!-- 表单分组组件 form-group START --> |
| 244 | <div class="form-group"> | 203 | <div class="form-group"> |
| 245 | <!-- 起始站名称 START (该字段值会在规划线路站点操作时会去验证是否有值。如果为空,则用线路规划站点的起点站。默认使用该字段填写值) --> | 204 | <!-- 起始站名称 START (该字段值会在规划线路站点操作时会去验证是否有值。如果为空,则用线路规划站点的起点站。默认使用该字段填写值) --> |
| @@ -330,20 +289,14 @@ | @@ -330,20 +289,14 @@ | ||
| 330 | </div> | 289 | </div> |
| 331 | <!-- 线路规划类型 (* 必填项) END --> | 290 | <!-- 线路规划类型 (* 必填项) END --> |
| 332 | 291 | ||
| 333 | - <!--大间隔等级 START --> | 292 | + <!-- 开辟日期 START --> |
| 334 | <div class="col-md-6"> | 293 | <div class="col-md-6"> |
| 335 | - <label class="control-label col-md-5"> 大间隔等级 : </label> | 294 | + <label class="control-label col-md-5"> 开辟日期 : </label> |
| 336 | <div class="col-md-4"> | 295 | <div class="col-md-4"> |
| 337 | - <select name="spacGrade" class="form-control" id="spacGradeSelect"> | ||
| 338 | - <option value="">-- 请选择大间隔等级 --</option> | ||
| 339 | - <option value="1">一级</option> | ||
| 340 | - <option value="2">二级</option> | ||
| 341 | - <option value="3">三级</option> | ||
| 342 | - <option value="4">四级</option> | ||
| 343 | - </select> | 296 | + <input type="text" class="form-control" name="openDate" id="openDateInput" placeholder="开辟日期"> |
| 344 | </div> | 297 | </div> |
| 345 | </div> | 298 | </div> |
| 346 | - <!-- 大间隔等级END --> | 299 | + <!-- 开辟日期 END --> |
| 347 | </div> | 300 | </div> |
| 348 | <!-- 表单分组组件 form-group START --> | 301 | <!-- 表单分组组件 form-group START --> |
| 349 | 302 | ||
| @@ -445,15 +398,6 @@ | @@ -445,15 +398,6 @@ | ||
| 445 | </div> | 398 | </div> |
| 446 | </div> | 399 | </div> |
| 447 | <!-- 空调车辆数 END --> | 400 | <!-- 空调车辆数 END --> |
| 448 | - | ||
| 449 | - <!-- 开辟日期 START --> | ||
| 450 | - <div class="col-md-6"> | ||
| 451 | - <label class="control-label col-md-5"> 开辟日期 : </label> | ||
| 452 | - <div class="col-md-4"> | ||
| 453 | - <input type="text" class="form-control" name="openDate" id="openDateInput" placeholder="开辟日期"> | ||
| 454 | - </div> | ||
| 455 | - </div> | ||
| 456 | - <!-- 开辟日期 END --> | ||
| 457 | </div> | 401 | </div> |
| 458 | <!-- 表单分组组件 form-group END --> | 402 | <!-- 表单分组组件 form-group END --> |
| 459 | 403 |
src/main/resources/static/pages/base/line/details.html
| @@ -191,46 +191,7 @@ | @@ -191,46 +191,7 @@ | ||
| 191 | <!-- 是否撤销 START --> | 191 | <!-- 是否撤销 START --> |
| 192 | </div> | 192 | </div> |
| 193 | <!-- 表单分组组件 form-group END --> | 193 | <!-- 表单分组组件 form-group END --> |
| 194 | - <!-- 表单分组组件 form-group START --> | ||
| 195 | - <div class="form-group"> | ||
| 196 | - <!-- 是否营运START (因为options值基本固定,所以在页面固定。【以后可以根具需求修改成使用字典表实现】) --> | ||
| 197 | - <div class="col-md-6"> | ||
| 198 | - <label class="control-label col-md-5"> | ||
| 199 | - <span class="required"> * </span>是否营运线路 : | ||
| 200 | - </label> | ||
| 201 | - <div class="col-md-4"> | ||
| 202 | - <div class="md-radio-inline"> | ||
| 203 | - <div class="md-radio"> | ||
| 204 | - <input type="radio" id="radio18" name="sfyy" class="md-radiobtn" value="1" data-title="是" checked="checked" > | ||
| 205 | - <label for="radio18"> | ||
| 206 | - <span></span> | ||
| 207 | - <span class="check"></span> | ||
| 208 | - <span class="box"></span> 是 | ||
| 209 | - </label> | ||
| 210 | - </div> | ||
| 211 | - <div class="md-radio has-error"> | ||
| 212 | - <input type="radio" id="radio19" name="sfyy" class="md-radiobtn" value="0" data-title="否" > | ||
| 213 | - <label for="radio19" style="color:#FFC0CB"> | ||
| 214 | - <span></span> | ||
| 215 | - <span class="check"></span> | ||
| 216 | - <span class="box"></span> 否 | ||
| 217 | - </label> | ||
| 218 | - </div> | ||
| 219 | - </div> | ||
| 220 | - </div> | ||
| 221 | - </div> | ||
| 222 | - <!-- 是否营运 END --> | ||
| 223 | - <!-- 权证车辆数 START --> | ||
| 224 | - <div class="col-md-6"> | ||
| 225 | - <label class="control-label col-md-5"> 权证车辆数 : </label> | ||
| 226 | - <div class="col-md-4"> | ||
| 227 | - <input type="text" class="form-control" name="warrantCar" id="warrantCarInput" placeholder="权证车辆数"> | ||
| 228 | - </div> | ||
| 229 | - </div> | ||
| 230 | - <!-- 权证车辆数 END --> | ||
| 231 | - | ||
| 232 | - </div> | ||
| 233 | - <!-- 表单分组组件 form-group END --> | 194 | + |
| 234 | <!-- 表单分组组件 form-group START --> | 195 | <!-- 表单分组组件 form-group START --> |
| 235 | <div class="form-group"> | 196 | <div class="form-group"> |
| 236 | <!-- 起始站名称 START (该字段值会在规划线路站点操作时会去验证是否有值。如果为空,则用线路规划站点的起点站。默认使用该字段填写值) --> | 197 | <!-- 起始站名称 START (该字段值会在规划线路站点操作时会去验证是否有值。如果为空,则用线路规划站点的起点站。默认使用该字段填写值) --> |
| @@ -321,20 +282,14 @@ | @@ -321,20 +282,14 @@ | ||
| 321 | </div> | 282 | </div> |
| 322 | <!-- 线路规划类型 (* 必填项) END --> | 283 | <!-- 线路规划类型 (* 必填项) END --> |
| 323 | 284 | ||
| 324 | - <!--大间隔等级 START --> | 285 | + <!-- 开辟日期 START --> |
| 325 | <div class="col-md-6"> | 286 | <div class="col-md-6"> |
| 326 | - <label class="control-label col-md-5"> 大间隔等级 : </label> | 287 | + <label class="control-label col-md-5"> 开辟日期 : </label> |
| 327 | <div class="col-md-4"> | 288 | <div class="col-md-4"> |
| 328 | - <select name="spacGrade" class="form-control" id="spacGradeSelect"> | ||
| 329 | - <option value="">-- 请选择大间隔等级 --</option> | ||
| 330 | - <option value="1">一级</option> | ||
| 331 | - <option value="2">二级</option> | ||
| 332 | - <option value="3">三级</option> | ||
| 333 | - <option value="4">四级</option> | ||
| 334 | - </select> | 289 | + <input type="text" class="form-control" name="openDate" id="openDateInput" placeholder="开辟日期"> |
| 335 | </div> | 290 | </div> |
| 336 | </div> | 291 | </div> |
| 337 | - <!-- 大间隔等级END --> | 292 | + <!-- 开辟日期 END --> |
| 338 | </div> | 293 | </div> |
| 339 | <!-- 表单分组组件 form-group START --> | 294 | <!-- 表单分组组件 form-group START --> |
| 340 | 295 | ||
| @@ -436,15 +391,6 @@ | @@ -436,15 +391,6 @@ | ||
| 436 | </div> | 391 | </div> |
| 437 | </div> | 392 | </div> |
| 438 | <!-- 空调车辆数 END --> | 393 | <!-- 空调车辆数 END --> |
| 439 | - | ||
| 440 | - <!-- 开辟日期 START --> | ||
| 441 | - <div class="col-md-6"> | ||
| 442 | - <label class="control-label col-md-5"> 开辟日期 : </label> | ||
| 443 | - <div class="col-md-4"> | ||
| 444 | - <input type="text" class="form-control" name="openDate" id="openDateInput" placeholder="开辟日期"> | ||
| 445 | - </div> | ||
| 446 | - </div> | ||
| 447 | - <!-- 开辟日期 END --> | ||
| 448 | </div> | 394 | </div> |
| 449 | <!-- 表单分组组件 form-group END --> | 395 | <!-- 表单分组组件 form-group END --> |
| 450 | 396 |
src/main/resources/static/pages/base/line/edit.html
| @@ -43,7 +43,7 @@ | @@ -43,7 +43,7 @@ | ||
| 43 | <!-- 表单内容 START --> | 43 | <!-- 表单内容 START --> |
| 44 | <div class="form-body"> | 44 | <div class="form-body"> |
| 45 | <input type="hidden" name="id" id="lineId"> | 45 | <input type="hidden" name="id" id="lineId"> |
| 46 | - <input type="hidden" name="inUse" id="inUse"> | 46 | + |
| 47 | <!-- 表单分组组件 form-group START --> | 47 | <!-- 表单分组组件 form-group START --> |
| 48 | <div class="form-group"> | 48 | <div class="form-group"> |
| 49 | <!-- 线路编码 (* 必填项) START --> | 49 | <!-- 线路编码 (* 必填项) START --> |
| @@ -199,46 +199,7 @@ | @@ -199,46 +199,7 @@ | ||
| 199 | <!-- 是否撤销 START --> | 199 | <!-- 是否撤销 START --> |
| 200 | </div> | 200 | </div> |
| 201 | <!-- 表单分组组件 form-group END --> | 201 | <!-- 表单分组组件 form-group END --> |
| 202 | - <!-- 表单分组组件 form-group START --> | ||
| 203 | - <div class="form-group"> | ||
| 204 | - <!-- 是否营运START (因为options值基本固定,所以在页面固定。【以后可以根具需求修改成使用字典表实现】) --> | ||
| 205 | - <div class="col-md-6"> | ||
| 206 | - <label class="control-label col-md-5"> | ||
| 207 | - <span class="required"> * </span>是否营运线路 : | ||
| 208 | - </label> | ||
| 209 | - <div class="col-md-4"> | ||
| 210 | - <div class="md-radio-inline"> | ||
| 211 | - <div class="md-radio"> | ||
| 212 | - <input type="radio" id="radio18" name="sfyy" class="md-radiobtn" value="1" data-title="是" checked="checked" > | ||
| 213 | - <label for="radio18"> | ||
| 214 | - <span></span> | ||
| 215 | - <span class="check"></span> | ||
| 216 | - <span class="box"></span> 是 | ||
| 217 | - </label> | ||
| 218 | - </div> | ||
| 219 | - <div class="md-radio has-error"> | ||
| 220 | - <input type="radio" id="radio19" name="sfyy" class="md-radiobtn" value="0" data-title="否" > | ||
| 221 | - <label for="radio19" style="color:#FFC0CB"> | ||
| 222 | - <span></span> | ||
| 223 | - <span class="check"></span> | ||
| 224 | - <span class="box"></span> 否 | ||
| 225 | - </label> | ||
| 226 | - </div> | ||
| 227 | - </div> | ||
| 228 | - </div> | ||
| 229 | - </div> | ||
| 230 | - <!-- 是否营运 END --> | ||
| 231 | - | ||
| 232 | - <!-- 权证车辆数 START --> | ||
| 233 | - <div class="col-md-6"> | ||
| 234 | - <label class="control-label col-md-5"> 权证车辆数 : </label> | ||
| 235 | - <div class="col-md-4"> | ||
| 236 | - <input type="text" class="form-control" name="warrantCar" id="warrantCarInput" placeholder="权证车辆数"> | ||
| 237 | - </div> | ||
| 238 | - </div> | ||
| 239 | - <!-- 权证车辆数 END --> | ||
| 240 | - </div> | ||
| 241 | - <!-- 表单分组组件 form-group END --> | 202 | + |
| 242 | <!-- 表单分组组件 form-group START --> | 203 | <!-- 表单分组组件 form-group START --> |
| 243 | <div class="form-group"> | 204 | <div class="form-group"> |
| 244 | <!-- 起始站名称 START (该字段值会在规划线路站点操作时会去验证是否有值。如果为空,则用线路规划站点的起点站。默认使用该字段填写值) --> | 205 | <!-- 起始站名称 START (该字段值会在规划线路站点操作时会去验证是否有值。如果为空,则用线路规划站点的起点站。默认使用该字段填写值) --> |
| @@ -329,20 +290,14 @@ | @@ -329,20 +290,14 @@ | ||
| 329 | </div> | 290 | </div> |
| 330 | <!-- 线路规划类型 (* 必填项) END --> | 291 | <!-- 线路规划类型 (* 必填项) END --> |
| 331 | 292 | ||
| 332 | - <!--大间隔等级 START --> | 293 | + <!-- 开辟日期 START --> |
| 333 | <div class="col-md-6"> | 294 | <div class="col-md-6"> |
| 334 | - <label class="control-label col-md-5"> 大间隔等级 : </label> | 295 | + <label class="control-label col-md-5"> 开辟日期 : </label> |
| 335 | <div class="col-md-4"> | 296 | <div class="col-md-4"> |
| 336 | - <select name="spacGrade" class="form-control" id="spacGradeSelect"> | ||
| 337 | - <option value="">-- 请选择大间隔等级 --</option> | ||
| 338 | - <option value="1">一级</option> | ||
| 339 | - <option value="2">二级</option> | ||
| 340 | - <option value="3">三级</option> | ||
| 341 | - <option value="4">四级</option> | ||
| 342 | - </select> | 297 | + <input type="text" class="form-control" name="openDate" id="openDateInput" placeholder="开辟日期"> |
| 343 | </div> | 298 | </div> |
| 344 | </div> | 299 | </div> |
| 345 | - <!-- 大间隔等级END --> | 300 | + <!-- 开辟日期 END --> |
| 346 | </div> | 301 | </div> |
| 347 | <!-- 表单分组组件 form-group START --> | 302 | <!-- 表单分组组件 form-group START --> |
| 348 | 303 | ||
| @@ -444,15 +399,6 @@ | @@ -444,15 +399,6 @@ | ||
| 444 | </div> | 399 | </div> |
| 445 | </div> | 400 | </div> |
| 446 | <!-- 空调车辆数 END --> | 401 | <!-- 空调车辆数 END --> |
| 447 | - | ||
| 448 | - <!-- 开辟日期 START --> | ||
| 449 | - <div class="col-md-6"> | ||
| 450 | - <label class="control-label col-md-5"> 开辟日期 : </label> | ||
| 451 | - <div class="col-md-4"> | ||
| 452 | - <input type="text" class="form-control" name="openDate" id="openDateInput" placeholder="开辟日期"> | ||
| 453 | - </div> | ||
| 454 | - </div> | ||
| 455 | - <!-- 开辟日期 END --> | ||
| 456 | </div> | 402 | </div> |
| 457 | <!-- 表单分组组件 form-group END --> | 403 | <!-- 表单分组组件 form-group END --> |
| 458 | 404 |