Commit 55780ada89787105b3aeb1509c8fcdea2edc8a58
Merge branch 'chengdu' of http://61.169.120.202:8888/panzhaov5/bsth_control into chengdu
Showing
1 changed file
with
1 additions
and
0 deletions
src/main/resources/static/pages/scheduleApp/module/basicInfo/busInfoManage/edit.html
| @@ -46,6 +46,7 @@ | @@ -46,6 +46,7 @@ | ||
| 46 | <input type="text" class="form-control" | 46 | <input type="text" class="form-control" |
| 47 | name="insideCode" ng-model="ctrl.busInfoForSave.insideCode" | 47 | name="insideCode" ng-model="ctrl.busInfoForSave.insideCode" |
| 48 | required ng-maxlength="20" | 48 | required ng-maxlength="20" |
| 49 | + readonly | ||
| 49 | remote-Validation | 50 | remote-Validation |
| 50 | remotevtype="cars_zbh" | 51 | remotevtype="cars_zbh" |
| 51 | remotevparam="{{ {'id_eq': ctrl.busInfoForSave.id, 'insideCode_eq': ctrl.busInfoForSave.insideCode} | json}}" | 52 | remotevparam="{{ {'id_eq': ctrl.busInfoForSave.id, 'insideCode_eq': ctrl.busInfoForSave.insideCode} | json}}" |