Commit 55780ada89787105b3aeb1509c8fcdea2edc8a58

Authored by 娄高锋
2 parents 58bc77cc a11e843d

Merge branch 'chengdu' of http://61.169.120.202:8888/panzhaov5/bsth_control into chengdu

src/main/resources/static/pages/scheduleApp/module/basicInfo/busInfoManage/edit.html
... ... @@ -46,6 +46,7 @@
46 46 <input type="text" class="form-control"
47 47 name="insideCode" ng-model="ctrl.busInfoForSave.insideCode"
48 48 required ng-maxlength="20"
  49 + readonly
49 50 remote-Validation
50 51 remotevtype="cars_zbh"
51 52 remotevparam="{{ {'id_eq': ctrl.busInfoForSave.id, 'insideCode_eq': ctrl.busInfoForSave.insideCode} | json}}"
... ...