Browse Source

逾期账款管理、逾期账款应用去除分页功能

qymljy 3 months ago
parent
commit
d9a9d95a69

+ 13 - 13
src/HDrpManagement/accountsReceivableMag/index.vue

@@ -80,18 +80,18 @@
                 </template>
               </tableMainLayout>
             </div>
-            <div class="container normal-panel" style="text-align:right">
-              <el-pagination
-                  background
-                  @size-change="handleSizeChange"
-                  @current-change="handleCurrentChange"
-                  :current-page="currentPage"
-                  :page-sizes="[100, 50, 100, 200]"
-                  :page-size="100"
-                  layout="total,sizes, prev, pager, next, jumper"
-                  :total="total">
-              </el-pagination>
-            </div>
+<!--            <div class="container normal-panel" style="text-align:right">-->
+<!--              <el-pagination-->
+<!--                  background-->
+<!--                  @size-change="handleSizeChange"-->
+<!--                  @current-change="handleCurrentChange"-->
+<!--                  :current-page="currentPage"-->
+<!--                  :page-sizes="[100, 50, 100, 200]"-->
+<!--                  :page-size="100"-->
+<!--                  layout="total,sizes, prev, pager, next, jumper"-->
+<!--                  :total="total">-->
+<!--              </el-pagination>-->
+<!--            </div>-->
           </template>
         </div>
       </div>
@@ -127,7 +127,7 @@ export default {
         "id": 20240423110404,
         "content": {
           "pageNumber": 1,
-          "pageSize": 100,
+          "pageSize": 99999,
           "type":"1",//1按部门 0按人员
           "dataid":JSON.parse(sessionStorage.getItem('active_account')).userid,//部门人员id
           "querytype":0,//0按业务员 1按客户

+ 13 - 13
src/SDrpManagement/accountsReceivable/index.vue

@@ -80,18 +80,18 @@
                 </template>
               </tableMainLayout>
             </div>
-            <div class="container normal-panel" style="text-align:right">
-              <el-pagination
-                  background
-                  @size-change="handleSizeChange"
-                  @current-change="handleCurrentChange"
-                  :current-page="currentPage"
-                  :page-sizes="[100, 50, 100, 200]"
-                  :page-size="100"
-                  layout="total,sizes, prev, pager, next, jumper"
-                  :total="total">
-              </el-pagination>
-            </div>
+<!--            <div class="container normal-panel" style="text-align:right">-->
+<!--              <el-pagination-->
+<!--                  background-->
+<!--                  @size-change="handleSizeChange"-->
+<!--                  @current-change="handleCurrentChange"-->
+<!--                  :current-page="currentPage"-->
+<!--                  :page-sizes="[100, 50, 100, 200]"-->
+<!--                  :page-size="100"-->
+<!--                  layout="total,sizes, prev, pager, next, jumper"-->
+<!--                  :total="total">-->
+<!--              </el-pagination>-->
+<!--            </div>-->
           </template>
         </div>
       </div>
@@ -126,7 +126,7 @@ export default {
         "id": 20240320111604,
         "content": {
           "pageNumber": 1,
-          "pageSize": 100,
+          "pageSize": 99999,
           "type":"0",//1按部门 0按人员
           "dataid":JSON.parse(sessionStorage.getItem('active_account')).userid,//部门人员id
           "querytype":0,//0按业务员 1按客户