Commit a11e843dc20a3edc6ace67ede0975e9df5c649c1

Authored by 徐烜
1 parent 9bab3de3

1、车辆信息修改时自编号不能修改

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}}"
... ...