|
|
@@ -403,6 +403,106 @@
|
|
|
</div>
|
|
|
</form>
|
|
|
</div>
|
|
|
+
|
|
|
+ <div ng-show="false" class="com_title01"><span>开票信息</span>
|
|
|
+ <a ng-show="!apBillOutInfoEditing" ng-click="apBillOutInfoEditing = true" class="pull-right text-simple"><i
|
|
|
+ class="fa fa-pencil fa-fw fa-lg"></i>编辑</a>
|
|
|
+ <a ng-show="apBillOutInfoEditing" ng-click="apBillOutInfoEditing = false" class="pull-right text-simple color01"><i
|
|
|
+ class="fa fa-reply-all fa-fw"></i>取消</a>
|
|
|
+ <a ng-show="apBillOutInfoEditing" ng-click="updateApBillOutInfo(enterprise.uu)" class="pull-right text-simple color02"><i
|
|
|
+ class="fa fa-save fa-fw"></i>保存</a>
|
|
|
+ </div>
|
|
|
+ <!--开票信息-->
|
|
|
+ <div ng-show="false" class="pane-body">
|
|
|
+ <form name="detailForm">
|
|
|
+ <div class="row row-sm item">
|
|
|
+ <div class="col-xs-12">
|
|
|
+ <!--<div class="com-text col-xs-6">
|
|
|
+ <span class="title">企业UU号:</span>
|
|
|
+ <div ng-show="!apBillOutInfoEditing" class="content" ng-bind="::apBillOutInfo.uu"></div>
|
|
|
+ <div class="content" ng-show="apBillOutInfoEditing">
|
|
|
+ <div class="input-group input-group-xs" style="width: 320px;">
|
|
|
+ <input required="required" ng-model="apBillOutInfo.uu" type="text" class="form-control input-xs" placeholder="企业UU号">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>-->
|
|
|
+ <div class="com-text col-xs-6">
|
|
|
+ <span class="title">公司名称:</span>
|
|
|
+ <div ng-show="!apBillOutInfoEditing" class="content" ng-bind="::apBillOutInfo.enName"></div>
|
|
|
+ <div class="content" ng-show="apBillOutInfoEditing">
|
|
|
+ <div class="input-group input-group-xs" style="width: 320px;">
|
|
|
+ <input required="required" ng-model="apBillOutInfo.enName" type="text" class="form-control input-xs" placeholder="公司名称">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="com-text col-xs-6">
|
|
|
+ <span class="title">纳税人识别号:</span>
|
|
|
+ <div ng-show="!apBillOutInfoEditing" class="content" ng-bind="::apBillOutInfo.taxNr"></div>
|
|
|
+ <div class="content" ng-show="apBillOutInfoEditing">
|
|
|
+ <div class="input-group input-group-xs" style="width: 320px;">
|
|
|
+ <input required="required" ng-model="apBillOutInfo.taxNr" type="text" class="form-control input-xs" placeholder="纳税人识别号">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="com-text col-xs-6">
|
|
|
+ <span class="title">银行账号:</span>
|
|
|
+ <div ng-show="!apBillOutInfoEditing" class="content" ng-bind="::apBillOutInfo.bankAccountNr"></div>
|
|
|
+ <div class="content" ng-show="apBillOutInfoEditing">
|
|
|
+ <div class="input-group input-group-xs" style="width: 320px;">
|
|
|
+ <input required="required" ng-model="apBillOutInfo.bankAccountNr" type="text" class="form-control input-xs" placeholder="银行账号">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="com-text col-xs-6">
|
|
|
+ <span class="title">注册地址:</span>
|
|
|
+ <div ng-show="!apBillOutInfoEditing" class="content" ng-bind="::apBillOutInfo.address"></div>
|
|
|
+ <div class="content" ng-show="apBillOutInfoEditing">
|
|
|
+ <div class="input-group input-group-xs" style="width: 320px;">
|
|
|
+ <input required="required" ng-model="apBillOutInfo.address" type="text" class="form-control input-xs" placeholder="注册地址">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="com-text col-xs-6">
|
|
|
+ <span class="title">公司电话:</span>
|
|
|
+ <div ng-show="!apBillOutInfoEditing" class="content" ng-bind="::apBillOutInfo.tel"></div>
|
|
|
+ <div class="content" ng-show="apBillOutInfoEditing">
|
|
|
+ <div class="input-group input-group-xs" style="width: 320px;">
|
|
|
+ <input required="required" ng-model="apBillOutInfo.tel" type="text" class="form-control input-xs" placeholder="公司电话">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="com-text col-xs-6">
|
|
|
+ <span class="title">收款人:</span>
|
|
|
+ <div ng-show="!apBillOutInfoEditing" class="content" ng-bind="::apBillOutInfo.payee"></div>
|
|
|
+ <div class="content" ng-show="apBillOutInfoEditing">
|
|
|
+ <div class="input-group input-group-xs" style="width: 320px;">
|
|
|
+ <input required="required" ng-model="apBillOutInfo.payee" type="text" class="form-control input-xs" placeholder="收款人">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="com-text col-xs-6">
|
|
|
+ <span class="title">复核人:</span>
|
|
|
+ <div ng-show="!apBillOutInfoEditing" class="content" ng-bind="::apBillOutInfo.checker"></div>
|
|
|
+ <div class="content" ng-show="apBillOutInfoEditing">
|
|
|
+ <div class="input-group input-group-xs" style="width: 320px;">
|
|
|
+ <input required="required" ng-model="apBillOutInfo.checker" type="text" class="form-control input-xs" placeholder="复款人">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="com-text col-xs-6">
|
|
|
+ <span class="title">开票机IP:</span>
|
|
|
+ <div ng-show="!apBillOutInfoEditing" class="content" ng-bind="::apBillOutInfo.ip"></div>
|
|
|
+ <div class="content" ng-show="apBillOutInfoEditing">
|
|
|
+ <div class="input-group input-group-xs" style="width: 320px;">
|
|
|
+ <input required="required" ng-model="apBillOutInfo.ip" type="text" class="form-control input-xs" placeholder="能被外网访问到的IP地址">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </form>
|
|
|
+ </div>
|
|
|
+
|
|
|
<div class="com_title01"><span>企业管理员</span>
|
|
|
<a href="https://account.ubtob.com/changeAdmin/changeAdmin" class="pull-right text-simple" target="_blank"><i class="fa fa-exchange fa-fw fa-lg"></i>更换管理员</a>
|
|
|
</div>
|