Эх сурвалжийг харах

修改应收对账空数据显示2次的问题

shenjunjie 7 жил өмнө
parent
commit
6c22f43385

+ 22 - 3
src/main/webapp/resources/view/vendor/b2b/apCheck.html

@@ -708,10 +708,10 @@
           </td>
           </td>
         </tr>
         </tr>
         </tbody>
         </tbody>
-        <tbody ng-show="active === 'all' && ALLList.length === 0">
+        <tbody ng-if="active === 'all' && ALLList.length === 0">
           <tr>
           <tr>
-            <td colspan="6">
-              <div id="empty">
+            <td colspan="4">
+              <div class="empty">
                 <div class="left_img">
                 <div class="left_img">
                   <a><img src="static/img/all/empty-cart.png"></a>
                   <a><img src="static/img/all/empty-cart.png"></a>
                   <a>B2B 商务</a>
                   <a>B2B 商务</a>
@@ -987,4 +987,23 @@
   .wui-date.small .wui-date-picker {
   .wui-date.small .wui-date-picker {
     width: 260px
     width: 260px
   }
   }
+  .empty {
+    padding: 70px 0;
+    margin: 0 auto;
+    text-align: center;
+    background: #fff;
+  }
+  .empty .left_img {
+    display: inline-block;
+    color: #3f84f6;
+  }
+  .empty .left_img a {
+    font-size: 25px;
+    color: #3f84f6;
+  }
+  .empty .right_link p {
+    margin: 0;
+    font-size: 14px;
+    color: #666;
+  }
 </style>
 </style>