|
|
|
@ -105,12 +105,17 @@
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
|
<label class="control-label col-sm-3" for="office_phone_input">Office Phone</label>
|
|
|
|
|
<div class="form-group"
|
|
|
|
|
ng-class="{'has-error':subForm.office_phone.$invalid && subForm.office_phone.$dirty}">
|
|
|
|
|
<label class="control-label col-sm-3" for="office_phone_input">* Office Phone</label>
|
|
|
|
|
<div class="col-sm-8">
|
|
|
|
|
<input class="form-control" ng-model="subMerchantInfo.company_phone"
|
|
|
|
|
type="text" name="office_phone" id="office_phone_input">
|
|
|
|
|
type="tel" name="office_phone" id="office_phone_input" required>
|
|
|
|
|
<div ng-messages="subForm.office_phone.$error" ng-if="subForm.office_phone.$dirty">
|
|
|
|
|
<p class="small text-danger" ng-message="required">Required Field</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="form-group">
|
|
|
|
@ -149,7 +154,7 @@
|
|
|
|
|
<!--</div>-->
|
|
|
|
|
<!--end 商品二维码-->
|
|
|
|
|
<div class="btn-group margin-bottom margin-top">
|
|
|
|
|
<button ng-disabled="subForm.$dirty&&subForm.$invalid" class="btn btn-success" type="button"
|
|
|
|
|
<button class="btn btn-success" type="button"
|
|
|
|
|
ng-click="saveAppliy(subForm)">Submit
|
|
|
|
|
</button>
|
|
|
|
|
</div>
|
|
|
|
|