|
@@ -549,6 +549,7 @@
|
|
|
#pay_center .tab .user-account-table {
|
|
#pay_center .tab .user-account-table {
|
|
|
width: 999px;
|
|
width: 999px;
|
|
|
margin: 0 auto;
|
|
margin: 0 auto;
|
|
|
|
|
+ table-layout:fixed;
|
|
|
}
|
|
}
|
|
|
#pay_center .tab .user-account-table thead {
|
|
#pay_center .tab .user-account-table thead {
|
|
|
background: #89aefa;
|
|
background: #89aefa;
|
|
@@ -569,9 +570,18 @@
|
|
|
padding-left: 11px;
|
|
padding-left: 11px;
|
|
|
height: 51px;
|
|
height: 51px;
|
|
|
line-height: 51px;
|
|
line-height: 51px;
|
|
|
|
|
+ overflow: hidden;
|
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
|
+ white-space:nowrap;
|
|
|
border-left: 1px solid #dae5fd;
|
|
border-left: 1px solid #dae5fd;
|
|
|
border-bottom: 1px solid #dae5fd;
|
|
border-bottom: 1px solid #dae5fd;
|
|
|
}
|
|
}
|
|
|
|
|
+ #pay_center .tab .user-account-table tbody tr:hover td{
|
|
|
|
|
+ min-height:51px;
|
|
|
|
|
+ line-height: 32px;
|
|
|
|
|
+ overflow: visible;
|
|
|
|
|
+ white-space:normal;
|
|
|
|
|
+ }
|
|
|
#pay_center .tab .user-account-table tbody tr td.operate-area {
|
|
#pay_center .tab .user-account-table tbody tr td.operate-area {
|
|
|
border-right: 1px solid #dae5fd;
|
|
border-right: 1px solid #dae5fd;
|
|
|
color:#5f82cf;
|
|
color:#5f82cf;
|
|
@@ -677,7 +687,7 @@
|
|
|
<span><a style="color: #666;" ng-bind="record.orderid" ng-href="vendor#/purchase/detail/{{record.puid | EncryptionFilter}}">20170116001</a></span>
|
|
<span><a style="color: #666;" ng-bind="record.orderid" ng-href="vendor#/purchase/detail/{{record.puid | EncryptionFilter}}">20170116001</a></span>
|
|
|
<span ng-bind="record.buyerentername || record.buyername">优软科技</span>
|
|
<span ng-bind="record.buyerentername || record.buyername">优软科技</span>
|
|
|
<span ng-bind="record.currencyName">RMB</span>
|
|
<span ng-bind="record.currencyName">RMB</span>
|
|
|
- <span>
|
|
|
|
|
|
|
+ <span style="text-align:left;padding-left:5px;">
|
|
|
<i class="fa fa-plus" style="color:#f51c24"></i>
|
|
<i class="fa fa-plus" style="color:#f51c24"></i>
|
|
|
<!--<i class="fa fa-minus" style="color:#1da902"></i>-->
|
|
<!--<i class="fa fa-minus" style="color:#1da902"></i>-->
|
|
|
{{record.total}}</span>
|
|
{{record.total}}</span>
|
|
@@ -739,8 +749,8 @@
|
|
|
<tr>
|
|
<tr>
|
|
|
<th width="130 ">开户银行</th>
|
|
<th width="130 ">开户银行</th>
|
|
|
<th width="190">开户支行</th>
|
|
<th width="190">开户支行</th>
|
|
|
- <th width="230">银行账号</th>
|
|
|
|
|
- <th width="155">开户名称</th>
|
|
|
|
|
|
|
+ <th width="200">银行账号</th>
|
|
|
|
|
+ <th width="185">开户名称</th>
|
|
|
<th width="65">状态</th>
|
|
<th width="65">状态</th>
|
|
|
<th width="100">操作</th>
|
|
<th width="100">操作</th>
|
|
|
</tr>
|
|
</tr>
|
|
@@ -792,7 +802,7 @@
|
|
|
<span style="color:#cbcaca;width:10px;height:10px;position:absolute;top:15px;right:15px;"><i class="fa fa-close" ng-click="cancelAdd()"></i></span>
|
|
<span style="color:#cbcaca;width:10px;height:10px;position:absolute;top:15px;right:15px;"><i class="fa fa-close" ng-click="cancelAdd()"></i></span>
|
|
|
<div class="row">
|
|
<div class="row">
|
|
|
<div class="col-md-3"><em class="colorRed">*</em>开户银行</div>
|
|
<div class="col-md-3"><em class="colorRed">*</em>开户银行</div>
|
|
|
- <div class="col-md-5">
|
|
|
|
|
|
|
+ <div class="col-md-5" style="position:relative;">
|
|
|
<input ng-model="account.bankname" ng-change="checkAccount(1)" class="form-control" type="text" placeholder="例如:中国工商银行侨香支行" required style="padding:12px 6px;width:91%;border-right:transparent;border-radius:3px 0 0 3px;">
|
|
<input ng-model="account.bankname" ng-change="checkAccount(1)" class="form-control" type="text" placeholder="例如:中国工商银行侨香支行" required style="padding:12px 6px;width:91%;border-right:transparent;border-radius:3px 0 0 3px;">
|
|
|
<i class="select-adder" ng-click="showList()" style="display:inline-block;width:25px;height:34px;position:absolute;top:0;right:0;z-index:10;border:1px solid #ddd;border-radius:0 3px 3px 0;border-left:transparent"></i>
|
|
<i class="select-adder" ng-click="showList()" style="display:inline-block;width:25px;height:34px;position:absolute;top:0;right:0;z-index:10;border:1px solid #ddd;border-radius:0 3px 3px 0;border-left:transparent"></i>
|
|
|
<ul class="select-down" ng-if="showBankFrame && matchData">
|
|
<ul class="select-down" ng-if="showBankFrame && matchData">
|
|
@@ -850,8 +860,8 @@
|
|
|
</div>
|
|
</div>
|
|
|
<div class="row">
|
|
<div class="row">
|
|
|
<div class="col-md-12" style="text-align: center;">
|
|
<div class="col-md-12" style="text-align: center;">
|
|
|
- <button class="btn" ng-click="cancelAdd()" style="background: #acabab;">取消</button>
|
|
|
|
|
- <button class="btn" type="submit" ng-click="ensureAddAccount()" style="background: #5078cb;">确定</button>
|
|
|
|
|
|
|
+ <button class="btn" ng-click="cancelAdd()" style="background: #acabab;color:#fff">取消</button>
|
|
|
|
|
+ <button class="btn" type="submit" ng-click="ensureAddAccount()" style="background: #5078cb;color:#fff">确定</button>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="beizhu row">
|
|
<div class="beizhu row">
|
|
@@ -910,8 +920,11 @@
|
|
|
border:1px solid #89aefa;
|
|
border:1px solid #89aefa;
|
|
|
border-radius:3px;
|
|
border-radius:3px;
|
|
|
background: #fff;
|
|
background: #fff;
|
|
|
|
|
+ height:230px;
|
|
|
|
|
+ overflow-y: scroll;
|
|
|
position:absolute;
|
|
position:absolute;
|
|
|
- top:34px;
|
|
|
|
|
|
|
+ top:0;
|
|
|
|
|
+ left:0;
|
|
|
z-index:100;
|
|
z-index:100;
|
|
|
}
|
|
}
|
|
|
.add-count .select-down li{
|
|
.add-count .select-down li{
|
|
@@ -922,6 +935,8 @@
|
|
|
}
|
|
}
|
|
|
.add-count .select-down li:hover{
|
|
.add-count .select-down li:hover{
|
|
|
background: #89aefa;
|
|
background: #89aefa;
|
|
|
|
|
+ color:#fff;
|
|
|
|
|
+ cursor:pointer;
|
|
|
}
|
|
}
|
|
|
.add-count h2{
|
|
.add-count h2{
|
|
|
width: 100%;
|
|
width: 100%;
|
|
@@ -994,6 +1009,7 @@
|
|
|
.add-count .beizhu{
|
|
.add-count .beizhu{
|
|
|
margin: 15px 0;
|
|
margin: 15px 0;
|
|
|
background: #ebebeb;
|
|
background: #ebebeb;
|
|
|
|
|
+ border-radius: 0 0 5px 5px;
|
|
|
}
|
|
}
|
|
|
.add-count .beizhu .col-md-1{
|
|
.add-count .beizhu .col-md-1{
|
|
|
padding: 0;
|
|
padding: 0;
|