Commit f1a7db4e by peema_phongam

jobexp address

parent 3103cd38
...@@ -37,8 +37,7 @@ ...@@ -37,8 +37,7 @@
</label> </label>
<div class="col-xs-12 col-sm-10"> <div class="col-xs-12 col-sm-10">
<select ng-disabled="action != 'fillform'" class="form-control" ng-model="jobexp.zipcode.districtid" <select ng-disabled="action != 'fillform'" class="form-control" ng-model="jobexp.zipcode.districtid"
ng-options="item.districtid as item.name[lang] for item in masterdata.district" ng-options="item.districtid as item.name[lang] for item in masterdata.district">
ng-required="enableValidate">
</select> </select>
</div> </div>
</div> </div>
...@@ -51,8 +50,7 @@ ...@@ -51,8 +50,7 @@
<!-- <select class="form-control" ng-model="jobexp.zipcode.provinceid" <!-- <select class="form-control" ng-model="jobexp.zipcode.provinceid"
ng-options="item.proid as item.name[lang] for item in masterdata.province" ng-disabled="true"> --> ng-options="item.proid as item.name[lang] for item in masterdata.province" ng-disabled="true"> -->
<select ng-disabled="action != 'fillform'" class="form-control" ng-model="jobexp.zipcode.provinceid" <select ng-disabled="action != 'fillform'" class="form-control" ng-model="jobexp.zipcode.provinceid"
ng-options="item.proid as item.name[lang] for item in masterdata.province" ng-options="item.proid as item.name[lang] for item in masterdata.province">
ng-required="enableValidate">
</select> </select>
</div> </div>
</div> </div>
...@@ -63,8 +61,7 @@ ...@@ -63,8 +61,7 @@
</label> </label>
<div class="col-xs-12 col-sm-10"> <div class="col-xs-12 col-sm-10">
<!-- <input type="text" class="form-control" ng-model="jobexp.zipcode.zipid" ng-disabled="true"> --> <!-- <input type="text" class="form-control" ng-model="jobexp.zipcode.zipid" ng-disabled="true"> -->
<input type="text" ng-disabled="action != 'fillform'" class="form-control" ng-model="jobexp.zipcode.zipid" <input type="text" ng-disabled="action != 'fillform'" class="form-control" ng-model="jobexp.zipcode.zipid">
ng-required="enableValidate">
</div> </div>
</div> </div>
<!--Title--> <!--Title-->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment