Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. <div class="col-md-6">
  2. <label for="element2" class="field-title">Kazandıran Şube</label>
  3. <select class="form-control select2" tabindex="15" data-bind="options: BranchList, optionsText: 'Label', optionsValue: 'StringValue', value: CustomerDataTransformObject.Customer.ConsolidationPlace, newChosen: {}"></select>
  4. </div>
  5.  
  6. <div class="col-md-6" data-bind="visible: CustomerDataTransformObject.Customer.Type() == 'Tüzel/Kurumsal'">
  7. <label for="element2" class="field-title">Tüzel/Kurumsal Tip</label>
  8. <select class="form-control select2" tabindex="10" data-bind="options: CommercialTypeList, optionsText: 'Label', optionsValue: 'StringValue', value: CustomerDataTransformObject.Customer.Commercial.Type, newChosen: {}"></select>
  9. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement