wengyuwen vor 4 Jahren
Ursprung
Commit
49a404724e

+ 1 - 1
src/components/Pagination/index.vue

@@ -35,7 +35,7 @@ export default {
     pageSizes: {
       type: Array,
       default() {
-        return [50, 100, 200, 500, 1000]
+        return [10, 100, 200, 500, 1000]
       }
     },
     layout: {

+ 5 - 1
src/views/finance/contrast/index.vue

@@ -1168,7 +1168,7 @@ export default {
           //去重货权方
           this.nothing = new Set(this.nothing)
           this.nothing = Array.from(this.nothing)
-
+          console.log(this.nothing)
           if(this.empty.length <= 1){
             this.pass.fMblno = this.empty[0]
           }else {
@@ -1523,6 +1523,10 @@ export default {
             for (let item in this.DzfeeList) {
               this.pass.fAmtcr += Number(this.DzfeeList[item].fAmt)
               this.pass.fAmtdr += Number(this.DzfeeList[item].fAmtdr)
+              console.log(this.DzfeeList)
+              // if(){
+              //
+              // }
             }
             this.queryParams.fAmtcr = Number(this.pass.fAmtcr.toFixed(2))
             this.queryParams.fAmtdr = Number(this.pass.fAmtdr.toFixed(2))

+ 2 - 1
src/views/reportManagement/Statistics/index.vue

@@ -222,6 +222,7 @@
       :total="total"
       :page.sync="queryParams.pageNum"
       :limit.sync="queryParams.pageSize"
+      :page-sizes="[50,100, 200, 500, 1000]"
       @pagination="getList"
     />
 
@@ -343,7 +344,7 @@ export default {
       // 查询参数
       queryParams: {
         pageNum: 1,
-        pageSize: 10,
+        pageSize: 50,
         fOriginalbillno: null,
         fPreqty: null,
         fPregrossweight: null,

+ 2 - 1
src/views/reportManagement/generalLedgerCr/index.vue

@@ -156,6 +156,7 @@
       :total="total"
       :page.sync="queryParams.pageNum"
       :limit.sync="queryParams.pageSize"
+      :page-sizes="[50,100, 200, 500, 1000]"
       @pagination="getList"
     />
 
@@ -271,7 +272,7 @@ export default {
       // 查询参数
       queryParams: {
         pageNum: 1,
-        pageSize: 10,
+        pageSize: 50,
         fCorpid: null,
         fMblno: null,
         timeExamine: null,

+ 2 - 1
src/views/reportManagement/generalLedgerDr/index.vue

@@ -157,6 +157,7 @@
       :total="total"
       :page.sync="queryParams.pageNum"
       :limit.sync="queryParams.pageSize"
+      :page-sizes="[50,100, 200, 500, 1000]"
       @pagination="getList"
     />
 
@@ -271,7 +272,7 @@ export default {
       // 查询参数
       queryParams: {
         pageNum: 1,
-        pageSize: 10,
+        pageSize: 50,
         fCorpid: null,
         fMblno: null,
         timeExamine: null,

+ 2 - 1
src/views/reportManagement/whgenleg/index.vue

@@ -199,6 +199,7 @@
       :total="total"
       :page.sync="queryParams.pageNum"
       :limit.sync="queryParams.pageSize"
+      :page-sizes="[50,100, 200, 500, 1000]"
       @pagination="getList"
     />
 
@@ -313,7 +314,7 @@ export default {
       // 查询参数
       queryParams: {
         pageNum: 1,
-        pageSize: 10,
+        pageSize: 50,
         fOriginalbillno: null,
         fPreqty: null,
         fPregrossweight: null,

+ 2 - 1
src/views/warehouseBusiness/stockTransfer/index.vue

@@ -1978,6 +1978,7 @@
           :total="whgenlegTotal"
           :page.sync="queryParams.pageNum"
           :limit.sync="queryParams.pageSize"
+          :page-sizes="[100, 200, 300, 400]"
           @pagination="getWhgenlegList"
         />
         <div slot="footer" class="dialog-footer">
@@ -2266,7 +2267,7 @@ export default {
       // 查询参数
       queryParams: {
         pageNum: 1,
-        pageSize: 10,
+        pageSize: 50,
         fBillno: null,
         createBy: null,
         createTime: null,