Explorar o código

修改采购平仓报表、采购入库报表、现货销售出库报表 表格多条数据无滚动条问题

achao %!s(int64=3) %!d(string=hai) anos
pai
achega
71f1ba2486

+ 1 - 1
src/views/statisticalReport/purchaseClosingCashierList.vue

@@ -1,6 +1,6 @@
 //采购平仓报表
 <template>
-  <div class="">
+  <div class="container">
     <el-scrollbar style="height: 100%">
       <el-row>
         <el-col style="padding-left: 15px" :span="16">

+ 1 - 1
src/views/statisticalReport/purchaseReceiptStatisticsList.vue

@@ -1,6 +1,6 @@
 //采购入库报表
 <template>
-  <div class="">
+  <div class="container">
     <el-scrollbar style="height: 100%">
       <el-row>
         <el-col style="padding-left: 15px" :span="16">

+ 10 - 10
src/views/statisticalReport/stockSaleOutReportList.vue

@@ -1,7 +1,7 @@
 //现货销售出库报表
 <template>
-  <div class="">
-    <div style="height: 100%" class="content">
+  <div class="container">
+    <div style="height: 100%" class="">
       <el-row class="content1">
         <el-col style="padding-left: 15px; width:40%" :span="16">
           <ws-button type="primary" v-hasPermission="`report.goodsSaleOutReport.carry`" @click="adopt()">备注
@@ -190,7 +190,7 @@
             <span @click='fujian2(scope.row)' v-if="scope.row.returnFlag == null">{{scope.row.netWeight }}</span>
           </template>
         </el-table-column>
-        
+
         <el-table-column class="table_td" prop="settlementWeight" label="结算重量(吨)">
           <template slot-scope="scope">
             <div class="inputChenge">
@@ -569,8 +569,8 @@
                 type: 'warning',
               })
               return
-              
-              
+
+
             }
             num=(Number(this.modification[i].amountEdReceivable)-Number(this.modification[i].alreadyInvoice))+Number(num)
           }
@@ -598,7 +598,7 @@
                   type: 'warning',
                 })
               })
-        
+
       },
       weightedit(item){
         item.identification2='true'
@@ -665,8 +665,8 @@
             this.activeName = this.tranProcessInfo[0].name
             this.tranType = this.tranProcessInfo[0].tranType
             }
-            
-            
+
+
             if (this.contractNoList[i].depositUrl) {
               this.addressUrlArray = this.contractNoList[i].depositUrl.split(',')
             } else {
@@ -703,7 +703,7 @@
         }else{
           row.identification1 = 'true'
         }
-        
+
       },
       weightClick(row,flag) {
         if (
@@ -762,7 +762,7 @@
                   message: '结算单价修改成功',
                 })
                 }
-                
+
                 this.getList(this.orderList.deliverType)
               })
               .catch(() => {