戴艳蓉 3 gadi atpakaļ
vecāks
revīzija
60d3def7ec

+ 6 - 0
scripts/page/indexPage.js

@@ -314,6 +314,12 @@ module.exports = function (inputName, compoenntName) {
           page: 1, // 页码
           size: 10, // 每页显示条数
         };
+        // 表格 - 分页
+        this.pageInfo = {
+          size: 15,
+          curr: 1,
+          total: 0,
+        };
         this.searchList();
       },
       

+ 6 - 0
src/components/search-good-modal/main.vue

@@ -231,6 +231,12 @@ export default {
         wsmcode: "", //仓库code
         page: 1, // 页码
         size: 15, // 每页显示条数
+      };
+       // 表格 - 分页
+      this.pageInfo = {
+        size: 15,
+        curr: 1,
+        total: 0,
       };
       this.searchList();
     },

+ 7 - 1
src/views/interest/account/index.vue

@@ -340,7 +340,13 @@ export default {
         username: "", // 账号
         status: "", //
         page: 1, // 页码
-        size: 10, // 每页显示条数
+        size: 15, // 每页显示条数
+      };
+       // 表格 - 分页
+      this.pageInfo = {
+        size: 15,
+        curr: 1,
+        total: 0,
       };
       this.searchList();
     },

+ 1 - 1
src/views/interest/group/index.vue

@@ -237,7 +237,7 @@ export default {
     restSearch() {
       // 表格 - 分页
       this.pageInfo = {
-        size: 10,
+        size: 15,
         curr: 1,
         total: 0,
       };

+ 6 - 0
src/views/interest/handover/index.vue

@@ -285,6 +285,12 @@ export default {
         hand_uid: "",
         page: 1, // 页码
         size: 15, // 每页显示条数
+      };
+       // 表格 - 分页
+      this.pageInfo = {
+        size: 15,
+        curr: 1,
+        total: 0,
       };
       this.searchList();
     },

+ 2 - 2
src/views/process/done/index.vue

@@ -241,7 +241,7 @@ export default {
     restSearch() {
       // 表格 - 分页
       this.pageInfo = {
-        size: 10,
+        size: 15,
         curr: 1,
         total: 0,
       };
@@ -250,7 +250,7 @@ export default {
         level: "", // 姓名
         role_name: "",
         page: 1, // 页码
-        size: 10, // 每页显示条数
+        size: 15, // 每页显示条数
       };
       this.searchList();
     },

+ 7 - 1
src/views/purchaseIn/storeAnomaly/index.vue

@@ -260,10 +260,16 @@ export default {
         });
     },
     restSearch() {
+       // 表格 - 分页
+      this.pageInfo = {
+        size: 15,
+        curr: 1,
+        total: 0,
+      };
       this.parmValue = {
         status: "", //
         page: 1, // 页码
-        size: 10, // 每页显示条数
+        size: 15, // 每页显示条数
       };
       this.searchList();
     },

+ 7 - 1
src/views/purchaseIn/storeManage/detail.vue

@@ -128,7 +128,13 @@ export default {
         username: "", // 账号
         status: "", //
         page: 1, // 页码
-        size: 10, // 每页显示条数
+        size: 15, // 每页显示条数
+      };
+       // 表格 - 分页
+      this.pageInfo = {
+        size: 15,
+        curr: 1,
+        total: 0,
       };
       this.searchList();
     },

+ 7 - 1
src/views/purchaseIn/storeManage/index.vue

@@ -276,7 +276,13 @@ export default {
     restSearch() {
       this.parmValue = {
         page: 1, // 页码
-        size: 10, // 每页显示条数
+        size: 15, // 每页显示条数
+      };
+       // 表格 - 分页
+      this.pageInfo = {
+        size: 15,
+        curr: 1,
+        total: 0,
       };
       this.searchList();
     },

+ 6 - 0
src/views/purchaseIn/storeManageFlow/components/newSetStock.vue

@@ -459,6 +459,12 @@ export default {
     },
 
     restSearch() {
+       // 表格 - 分页
+      this.pageInfo = {
+        size: 15,
+        curr: 1,
+        total: 0,
+      };
       //重置入参
       this.ruleForm = {};
       // this.searchList();

+ 6 - 0
src/views/purchaseIn/storeManageFlow/index.vue

@@ -49,6 +49,12 @@ export default {
 
   methods: {
     restSearch() {
+       // 表格 - 分页
+      this.pageInfo = {
+        size: 15,
+        curr: 1,
+        total: 0,
+      };
       this.parmValue = {};
       this.searchList();
     },

+ 6 - 0
src/views/purchaseIn/storeSet/index.vue

@@ -358,6 +358,12 @@ export default {
       });
     },
     restSearch() {
+       // 表格 - 分页
+      this.pageInfo = {
+        size: 15,
+        curr: 1,
+        total: 0,
+      };
       this.supplierNo = [];
       this.input = "";
       this.select = "1";

+ 7 - 1
src/views/report/index.vue

@@ -246,12 +246,18 @@ export default {
   },
   methods: {
     restSearch() {
+       // 表格 - 分页
+      this.pageInfo = {
+        size: 15,
+        curr: 1,
+        total: 0,
+      };
       this.parmValue = {
         loginName: "", // 账户
         fullName: "", // 姓名
         type: 2, // 用户类型(1运营人员 2物业人员)
         page: 1, // 页码
-        size: 10, // 每页显示条数
+        size: 15, // 每页显示条数
       };
       this.searchList();
     },

+ 6 - 0
src/views/search/standBook/index.vue

@@ -130,6 +130,12 @@ export default {
   mounted() {},
   methods: {
     restSearch() {
+       // 表格 - 分页
+      this.pageInfo = {
+        size: 15,
+        curr: 1,
+        total: 0,
+      };
       // console.log("123456789");
       this.value = "1";
       this.parmValue = {

+ 6 - 0
src/views/sellOut/consultOrder/index.vue

@@ -371,6 +371,12 @@ export default {
       }
     },
     restSearch() {
+           // 表格 - 分页
+      this.pageInfo = {
+        size: 15,
+        curr: 1,
+        total: 0,
+      };
       this.select = "1";
       this.input = "";
       this.customerCode = [];

+ 7 - 1
src/views/sellOut/goodsAnomaly/index.vue

@@ -258,10 +258,16 @@ export default {
         });
     },
     restSearch() {
+           // 表格 - 分页
+      this.pageInfo = {
+        size: 15,
+        curr: 1,
+        total: 0,
+      };
       this.parmValue = {
         status: "", //
         page: 1, // 页码
-        size: 10, // 每页显示条数
+        size: 15, // 每页显示条数
       };
       this.searchList();
     },

+ 1 - 1
src/views/sellOut/goodsBack/index.vue

@@ -261,7 +261,7 @@ export default {
       this.parmValue = {
         status: "", //
         page: 1, // 页码
-        size: 10, // 每页显示条数
+        size: 15, // 每页显示条数
       };
       this.searchList();
     },

+ 7 - 1
src/views/stock/allot/index.vue

@@ -263,12 +263,18 @@ export default {
       });
     },
     restSearch() {
+           // 表格 - 分页
+      this.pageInfo = {
+        size: 15,
+        curr: 1,
+        total: 0,
+      };
       this.parmValue = {
         name: "", // 业务员名字
         username: "", // 账号
         status: "", //
         page: 1, // 页码
-        size: 10, // 每页显示条数
+        size: 15, // 每页显示条数
       };
       this.searchList();
     },

+ 7 - 1
src/views/stock/check/detail.vue

@@ -123,12 +123,18 @@ export default {
 
   methods: {
     restSearch() {
+      // 表格 - 分页
+      this.pageInfo = {
+        size: 15,
+        curr: 1,
+        total: 0,
+      };
       this.parmValue = {
         name: "", // 业务员名字
         username: "", // 账号
         status: "", //
         page: 1, // 页码
-        size: 10, // 每页显示条数
+        size: 15, // 每页显示条数
       };
       this.searchList();
     },

+ 6 - 0
src/views/stock/check/index.vue

@@ -336,6 +336,12 @@ export default {
 
   methods: {
     restSearch() {
+        // 表格 - 分页
+      this.pageInfo = {
+        size: 15,
+        curr: 1,
+        total: 0,
+      };
       this.parmValue = {
         wsm_code: "", // 盘点仓库
         check_code: "", // 	盘点编号

+ 7 - 1
src/views/stock/my-test/index.vue

@@ -295,12 +295,18 @@ export default {
 
   methods: {
     restSearch() {
+        // 表格 - 分页
+      this.pageInfo = {
+        size: 15,
+        curr: 1,
+        total: 0,
+      };
       this.parmValue = {
         name: "", // 业务员名字
         username: "", // 账号
         status: "", //
         page: 1, // 页码
-        size: 10, // 每页显示条数
+        size: 15, // 每页显示条数
       };
       this.searchList();
     },

+ 7 - 1
src/views/stock/stockCount/components/dataWeido/index.vue

@@ -345,12 +345,18 @@ export default {
 
   methods: {
     restSearch() {
+        // 表格 - 分页
+      this.pageInfo = {
+        size: 15,
+        curr: 1,
+        total: 0,
+      };
       this.parmValue = {
         name: "", // 业务员名字
         username: "", // 账号
         status: "", //
         page: 1, // 页码
-        size: 10, // 每页显示条数
+        size: 15, // 每页显示条数
       };
       this.searchList();
     },

+ 6 - 0
src/views/stock/stockCount/components/productWeido/index.vue

@@ -269,6 +269,12 @@ export default {
   methods: {
     //重置参数
     restSearch() {
+        // 表格 - 分页
+      this.pageInfo = {
+        size: 15,
+        curr: 1,
+        total: 0,
+      };
       this.parmValue = {};
       this.searchList();
     },

+ 6 - 0
src/views/stock/stockCount/components/spaceCount/index.vue

@@ -268,6 +268,12 @@ export default {
 
   methods: {
     restSearch() {
+        // 表格 - 分页
+      this.pageInfo = {
+        size: 15,
+        curr: 1,
+        total: 0,
+      };
       this.parmValue = {};
       this.searchList();
     },

+ 7 - 1
src/views/stock/stockCount/index.vue

@@ -176,12 +176,18 @@ export default {
       }
     },
     restSearch() {
+        // 表格 - 分页
+      this.pageInfo = {
+        size: 15,
+        curr: 1,
+        total: 0,
+      };
       this.parmValue = {
         name: "", // 业务员名字
         username: "", // 账号
         status: "", //
         page: 1, // 页码
-        size: 10, // 每页显示条数
+        size: 15, // 每页显示条数
       };
       this.searchList();
     },

+ 6 - 0
src/views/stock/stockWarning/index.vue

@@ -286,6 +286,12 @@ export default {
 
   methods: {
     restSearch() {
+        // 表格 - 分页
+      this.pageInfo = {
+        size: 15,
+        curr: 1,
+        total: 0,
+      };
       this.parmValue = {
         // name: "", // 业务员名字
         // username: "", // 账号

+ 6 - 0
src/views/stock/survey/index.vue

@@ -246,6 +246,12 @@ export default {
       console.log(e);
     },
     restSearch() {
+        // 表格 - 分页
+      this.pageInfo = {
+        size: 15,
+        curr: 1,
+        total: 0,
+      };
       //清空入参参数
       // this.parmValue = {
       //   name: "", // 业务员名字

+ 6 - 0
src/views/system/updates/index.vue

@@ -94,6 +94,12 @@ export default {
   },
   methods: {
     restSearch() {
+        // 表格 - 分页
+      this.pageInfo = {
+        size: 15,
+        curr: 1,
+        total: 0,
+      };
       this.parmValue = {
         type: "VER",
         page: 1, // 页码