chenrui 4 роки тому
батько
коміт
fc39bc6c62

+ 3 - 3
src/views/bulkManagement/bulkWarehousingOrder/detail.vue

@@ -67,8 +67,8 @@
         </a-collapse-panel>
       </a-collapse>
     </a-card>
-    <!-- 单据记录 -->
-    <a-card size="small" :bordered="false" class="bulkWarehousingOrderDetail-cont">
+    <!-- 单据记录  二期 -->
+    <!-- <a-card size="small" :bordered="false" class="bulkWarehousingOrderDetail-cont">
       <a-collapse :activeKey="['1']">
         <a-collapse-panel key="1" header="单据记录">
           <a-timeline class="timeline-box">
@@ -83,7 +83,7 @@
           </a-timeline>
         </a-collapse-panel>
       </a-collapse>
-    </a-card>
+    </a-card> -->
   </div>
 </template>
 

+ 1 - 1
src/views/bulkManagement/bulkWarehousingOrder/list.vue

@@ -179,7 +179,7 @@ export default {
       loadData: parameter => {
         this.disabled = true
         if (this.tableHeight == 0) {
-          this.tableHeight = window.innerHeight - 275
+          this.tableHeight = window.innerHeight - 440
         }
         // 创建时间
         if (this.createDate && this.createDate.length > 0) {