Explorar el Código

分析 固定高度

Qukatie hace 1 mes
padre
commit
f9e2c26c4d

+ 3 - 2
src/views/iosBasicData/UnpaidPaymentsDetails/index.vue

@@ -115,7 +115,8 @@ export default {
       page: {
         pageSize: 20,
         currentPage: 1,
-        total: 0
+        total: 0,
+        pageSizes: [10, 20, 30, 40, 50, 100, 500, 1000]
       },
       query: {
         dc: "D",
@@ -126,7 +127,7 @@ export default {
       },
       option: {},
       optionBack: {
-        height: 845,
+        height: 500,
         calcHeight: 30,
         tip: false,
         searchShow: true,

+ 3 - 2
src/views/iosBasicData/agingAnalysis/index.vue

@@ -127,7 +127,8 @@ export default {
       page: {
         pageSize: 20,
         currentPage: 1,
-        total: 0
+        total: 0,
+        pageSizes:[10, 20, 30, 40, 50, 100,500,1000],
       },
       query: {
         dc: "D",
@@ -138,7 +139,7 @@ export default {
       },
       option: {},
       optionBack: {
-        height: "auto",
+        height:500,
         calcHeight: 30,
         tip: false,
         searchShow: true,

+ 3 - 2
src/views/iosBasicData/costStatistics/index.vue

@@ -68,12 +68,13 @@ export default {
       page: {
         pageSize: 20,
         currentPage: 1,
-        total: 0
+        total: 0,
+        pageSizes:[10, 20, 30, 40, 50, 100,500,1000],
       },
       selectionList: [],
       option: {},
       optionBack: {
-        height: 845,
+        height:500,
         calcHeight: 30,
         searchShow: true,
         searchMenuSpan: 24,

+ 3 - 2
src/views/iosBasicData/decisionAnalysis/index.vue

@@ -90,12 +90,13 @@ export default {
       page: {
         pageSize: 20,
         currentPage: 1,
-        total: 0
+        total: 0,
+        pageSizes:[10, 20, 30, 40, 50, 100,500,1000],
       },
       selectionList: [],
       option: {},
       optionBack: {
-        height: 845,
+        height: 500,
         calcHeight: 30,
         searchShow: true,
         searchMenuSpan: 24,

+ 3 - 2
src/views/iosBasicData/financeProfit/index.vue

@@ -199,7 +199,8 @@ export default {
       page: {
         pageSize: 20,
         currentPage: 1,
-        total: 0
+        total: 0,
+        pageSizes:[10, 20, 30, 40, 50, 100,500,1000],
       },
       query: {
         businessType: "SE,SI",
@@ -209,7 +210,7 @@ export default {
       },
       option: {},
       optionBack: {
-        height: 845,
+        height: 500,
         calcHeight: 30,
         tip: false,
         searchShow: true,

+ 3 - 2
src/views/iosBasicData/paymentDetail/index.vue

@@ -144,7 +144,8 @@ export default {
       page: {
         pageSize: 20,
         currentPage: 1,
-        total: 0
+        total: 0,
+        pageSizes:[10, 20, 30, 40, 50, 100,500,1000],
       },
       query: {
         dc: "D",
@@ -156,7 +157,7 @@ export default {
       },
       option: {},
       optionBack: {
-        height: 845,
+        height: 500,
         calcHeight: 30,
         tip: false,
         searchShow: true,

+ 3 - 2
src/views/iosBasicData/paymentSummary/index.vue

@@ -162,7 +162,8 @@ export default {
       page: {
         pageSize: 20,
         currentPage: 1,
-        total: 0
+        total: 0,
+        pageSizes:[10, 20, 30, 40, 50, 100,500,1000],
       },
       query: {
         dc: "D",
@@ -174,7 +175,7 @@ export default {
       },
       option: {},
       optionBack: {
-        height: 845,
+        height:500,
         calcHeight: 30,
         tip: false,
         searchShow: true,