浏览代码

rel: 处理bug

wangcz 7 年之前
父节点
当前提交
65fa795b36

+ 9 - 1
src/main/webapp/resources/view/usercenter/b2b/fa/arCheck.html

@@ -1090,7 +1090,7 @@
                   <td width="70">{{::(childs.orderprice || 0)*(childs.thischeckqty || 0) | number:2}}</td>
                   <td width="100" ng-if="childs.haveChecked === 1">
                     <div>{{::childs.recorder || '-'}}</div>
-                    <div>{{::childs.apCheckDate | date:'yyyy年MM月dd日'  || '-'}}</div>
+                    <div>{{::childs.apCheckDate | date:'yyyy-MM-dd'  || '-'}}</div>
                   </td>
                   <td width="100" ng-if="childs.haveChecked !== 1">
                     未对账
@@ -1166,6 +1166,7 @@
 
   .add-apCheckList .table-header-wrap th {
     text-align: center;
+    vertical-align:middle;
   }
 
   .add-apCheckList .table-body-wrap {
@@ -1253,11 +1254,18 @@
     text-align: center;
     padding: 20px 0
   }
+  .order-table2 tbody td .table-colspan-list{
+    border-bottom:1px dotted #999;
+  }
+  .order-table2 tbody td .table-colspan-list:last-child{
+    border:none;
+  }
   .order-table2 tbody td .table-colspan-list span {
     display:inline-block;
     vertical-align: top;
     width:95px;
     margin:0 auto;
+    line-height: 25px;
   }
   .order-table2 tbody td .table-colspan-list span:first-child {
     width:90px;

+ 10 - 2
src/main/webapp/resources/view/vendor/b2b/apCheck.html

@@ -1139,7 +1139,7 @@
                           <tr>
                               <th width="60">
                                   <input ng-model="check.$selected" name="checkbox" type="checkbox" ng-checked="check.$selected" ng-click="checkOneAll($event, check)" ng-if="check.allChecked !== 1">
-                                  <span ng-if="childs.allChecked === 1">已对账</span>
+                                  <span ng-if="check.allChecked === 1">已对账</span>
                               </th>
                               <th width="70" ng-bind="check.orderCode"></th>
                               <th colspan="11">
@@ -1211,7 +1211,7 @@
                   <td width="70">{{::(check.orderprice || 0)*(check.thischeckqty || 0) | number:2}}</td>
                   <td width="110" ng-if="check.haveChecked === 1">
                       <div>{{::check.recorder || '-'}}</div>
-                      <div>{{::check.apCheckDate | date:'yyyy年MM月dd日'  || '-'}}</div>
+                      <div>{{::check.apCheckDate | date:'yyyy-MM-dd'  || '-'}}</div>
                   </td>
                   <td width="110" ng-if="check.haveChecked !== 1">
                       未对账
@@ -1297,6 +1297,7 @@
 
   .add-apCheckList .table-header-wrap th {
     text-align: center;
+      vertical-align:middle;
   }
 
   .add-apCheckList .table-body-wrap {
@@ -1383,11 +1384,18 @@
         text-align: center;
         padding: 20px 0
     }
+    .order-table2 tbody td .table-colspan-list{
+        border-bottom:1px dotted #999;
+    }
+    .order-table2 tbody td .table-colspan-list:last-child{
+        border:none;
+    }
     .order-table2 tbody td .table-colspan-list span {
         display:inline-block;
         vertical-align: top;
         width:95px;
         margin:0 auto;
+        line-height: 25px;
     }
     .order-table2 tbody td .table-colspan-list span:first-child {
         width:90px;