|
@@ -60,12 +60,12 @@
|
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
|
}
|
|
}
|
|
|
.ticket_record .ticket_record_list .ticket_record_title .add_btn{
|
|
.ticket_record .ticket_record_list .ticket_record_title .add_btn{
|
|
|
- width: 100px;
|
|
|
|
|
|
|
+ width: auto;
|
|
|
height: 40px;
|
|
height: 40px;
|
|
|
text-align: center;
|
|
text-align: center;
|
|
|
float: right;
|
|
float: right;
|
|
|
- margin-right: 25px;
|
|
|
|
|
- font-size: 13px;
|
|
|
|
|
|
|
+ font-size: 12px;
|
|
|
|
|
+ margin-right: 32px;
|
|
|
}
|
|
}
|
|
|
.ticket_record .ticket_record_list .ticket_record_title .add_btn i{
|
|
.ticket_record .ticket_record_list .ticket_record_title .add_btn i{
|
|
|
background: white;
|
|
background: white;
|
|
@@ -359,7 +359,7 @@
|
|
|
<span class="add_btn" ng-click="addBill()" ng-if="!(!isSpecial && !isNormal)"><i class="fa fa-plus-circle"></i> 新增发票</span>
|
|
<span class="add_btn" ng-click="addBill()" ng-if="!(!isSpecial && !isNormal)"><i class="fa fa-plus-circle"></i> 新增发票</span>
|
|
|
</div>
|
|
</div>
|
|
|
<!-- 开票资料-->
|
|
<!-- 开票资料-->
|
|
|
- <div class="tab" style="display: inline-block; margin-top: -9px;">
|
|
|
|
|
|
|
+ <div class="tab" style="display: inline-block;">
|
|
|
<dl class="ticket_data">
|
|
<dl class="ticket_data">
|
|
|
<dt class="invoice-list-title">
|
|
<dt class="invoice-list-title">
|
|
|
<span class="wd01">发票类型</span>
|
|
<span class="wd01">发票类型</span>
|
|
@@ -385,8 +385,9 @@
|
|
|
<a ng-click="deleteInvoice(invoice)">删除</a>
|
|
<a ng-click="deleteInvoice(invoice)">删除</a>
|
|
|
</span>
|
|
</span>
|
|
|
</dd>
|
|
</dd>
|
|
|
- <dd ng-if="invoices.length == 0" class="text-center" style="font-size: 14px;line-height: 60px;">
|
|
|
|
|
- 暂无发票信息,请补充发票信息
|
|
|
|
|
|
|
+ <dd ng-if="invoices.length == 0 || !invoices" class="text-center invoice-box" style="font-size: 12px;line-height: 200px;height: 200px">
|
|
|
|
|
+ <img src="static/img/all/empty-cart.png">
|
|
|
|
|
+ <span style="width: auto;float: right;line-height: 200px;color: #999;position: relative;right: 400px;font-size: 12px">暂无未开票订单</span>
|
|
|
</dd>
|
|
</dd>
|
|
|
</dl>
|
|
</dl>
|
|
|
</div>
|
|
</div>
|
|
@@ -437,7 +438,7 @@
|
|
|
<div class="col-md-6">
|
|
<div class="col-md-6">
|
|
|
<input type="text" class="form-control" ng-model="bill.companyTaxNumber" ng-focus="form.companyTaxNum.$touched = true" name="companyTaxNum" required="true" ng-maxlength="20" ng-minlength="15" ng-pattern="/^[0-9a-zA_Z]+$/" placeholder="请输入税务登记号">
|
|
<input type="text" class="form-control" ng-model="bill.companyTaxNumber" ng-focus="form.companyTaxNum.$touched = true" name="companyTaxNum" required="true" ng-maxlength="20" ng-minlength="15" ng-pattern="/^[0-9a-zA_Z]+$/" placeholder="请输入税务登记号">
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="text-inverse error col-md-3" ng-show="(bill.companyTaxNumber||form.companyTaxNum.$touched)&&(form.companyTaxNum.$error.required||form.companyTaxNum.$error.minlength)" ng-bind="form.companyTaxNum.$error.required?'请填写税务登记号':'请输入15-20位税务登记号'"></div>
|
|
|
|
|
|
|
+ <div class="text-inverse error col-md-3" ng-show="(bill.companyTaxNumber||form.companyTaxNum.$touched)&&(form.companyTaxNum.$invalid)" ng-bind="form.companyTaxNum.$error.required?'请填写税务登记号':'请输入15-20位税务登记号'"></div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="form-group" ng-if="billType == 1205">
|
|
<div class="form-group" ng-if="billType == 1205">
|
|
|
<label class="col-md-2 control-label"><b class="text-inverse">*</b>开户银行:</label>
|
|
<label class="col-md-2 control-label"><b class="text-inverse">*</b>开户银行:</label>
|