Просмотр исходного кода

bug修复,页面多次请求问题

chenrui 3 лет назад
Родитель
Сommit
16b671fce2
48 измененных файлов с 48 добавлено и 1 удалено
  1. 1 0
      src/views/allocationManagement/transferOut/list.vue
  2. 1 0
      src/views/basicData/transferTypeManagement/list.vue
  3. 1 0
      src/views/basicData/warehouse/list.vue
  4. 1 0
      src/views/basicData/warehouse/storingLocation/list.vue
  5. 1 0
      src/views/dealerManagement/dealerAccountManagement/list.vue
  6. 1 0
      src/views/dealerManagement/marketingDivisionSet/list.vue
  7. 1 0
      src/views/dealerManagement/merchantInfoManagement/list.vue
  8. 1 0
      src/views/dealerManagement/rebateSettings/list.vue
  9. 1 0
      src/views/financialManagement/financialCollection/list.vue
  10. 1 0
      src/views/financialManagement/inventoryReview/list.vue
  11. 1 0
      src/views/financialManagement/returnConfirmation/list.vue
  12. 1 0
      src/views/financialManagement/warehousingConfirmation/list.vue
  13. 1 0
      src/views/inventoryManagement/intelligentReplenishment/list.vue
  14. 1 0
      src/views/inventoryManagement/inventoryChecking/list.vue
  15. 1 0
      src/views/inventoryManagement/inventoryQuery/list.vue
  16. 1 0
      src/views/inventoryManagement/inventoryWarning/list.vue
  17. 1 0
      src/views/productManagement/priceChangeRecord/list.vue
  18. 1 0
      src/views/productManagement/productBrand/list.vue
  19. 1 0
      src/views/productManagement/productCategory/list.vue
  20. 1 0
      src/views/productManagement/productInfo/list.vue
  21. 1 0
      src/views/productManagement/productLaunchAudit/list.vue
  22. 1 0
      src/views/productManagement/productLevel/list.vue
  23. 1 0
      src/views/productManagement/productOfflineAudit/list.vue
  24. 1 0
      src/views/productManagement/productPricing/list.vue
  25. 1 0
      src/views/productManagement/productUniversal/list.vue
  26. 1 0
      src/views/productManagement/purchaseBaseLimit/list.vue
  27. 1 0
      src/views/promotionRulesManagement/orderStatistics/list.vue
  28. 1 0
      src/views/promotionRulesManagement/productStatistics/list.vue
  29. 1 0
      src/views/promotionRulesManagement/promotionRules/list.vue
  30. 1 0
      src/views/purchasingManagement/bulkWarehousingOrder/list.vue
  31. 1 1
      src/views/reportData/actualSalesReport/list.vue
  32. 1 0
      src/views/reportData/districtTypeSalesDetails/list.vue
  33. 1 0
      src/views/reportData/nationalCustomerCostStatistics/list.vue
  34. 1 0
      src/views/reportData/provinceTypeSalesDetails/list.vue
  35. 1 0
      src/views/reportData/regionalPromotionCostStatistics/list.vue
  36. 1 0
      src/views/reportData/salesDetails/list.vue
  37. 1 0
      src/views/reportData/salesReturnDetailReport/list.vue
  38. 1 0
      src/views/salesManagement/backorder/list.vue
  39. 1 0
      src/views/salesManagement/examineVerify/list.vue
  40. 1 0
      src/views/salesManagement/outboundOrder/list.vue
  41. 1 0
      src/views/salesManagement/priceInquiry/list.vue
  42. 1 0
      src/views/salesManagement/pushOrderManagement/list.vue
  43. 1 0
      src/views/salesManagement/salesQuery/list.vue
  44. 1 0
      src/views/salesManagement/salesReturn/list.vue
  45. 1 0
      src/views/salesManagement/shortageStatisticsC/list.vue
  46. 1 0
      src/views/salesManagement/shortageStatisticsP/list.vue
  47. 1 0
      src/views/supplierManagement/associatedProductDetails/list.vue
  48. 1 0
      src/views/supplierManagement/supplierInfo/list.vue

+ 1 - 0
src/views/allocationManagement/transferOut/list.vue

@@ -71,6 +71,7 @@
         :rowKey="(record) => record.id"
         :columns="columns"
         :data="loadData"
+        :defaultLoadData="false"
         :scroll="{ x: 1540, y: tableHeight }"
         bordered>
         <!-- 单号 -->

+ 1 - 0
src/views/basicData/transferTypeManagement/list.vue

@@ -20,6 +20,7 @@
         :columns="columns"
         :scroll="{ y: tableHeight }"
         :data="loadData"
+        :defaultLoadData="false"
         bordered>
         <!-- 操作 -->
         <template slot="action" slot-scope="text, record">

+ 1 - 0
src/views/basicData/warehouse/list.vue

@@ -31,6 +31,7 @@
         :columns="columns"
         :data="loadData"
         :scroll="{ y: tableHeight }"
+        :defaultLoadData="false"
         bordered>
         <!-- 操作 -->
         <template slot="action" slot-scope="text, record">

+ 1 - 0
src/views/basicData/warehouse/storingLocation/list.vue

@@ -39,6 +39,7 @@
           :columns="columns"
           :data="loadData"
           :scroll="{ y: tableHeight }"
+          :defaultLoadData="false"
           bordered>
           <!-- 操作 -->
           <template slot="action" slot-scope="text, record">

+ 1 - 0
src/views/dealerManagement/dealerAccountManagement/list.vue

@@ -41,6 +41,7 @@
         :columns="columns"
         :data="loadData"
         :scroll="{ x: 1030, y: tableHeight }"
+        :defaultLoadData="false"
         bordered>
         <!-- 账号状态 -->
         <template slot="loginFlag" slot-scope="text, record">

+ 1 - 0
src/views/dealerManagement/marketingDivisionSet/list.vue

@@ -16,6 +16,7 @@
         :showPagination="false"
         :data="loadData"
         :scroll="{ y: tableHeight }"
+        :defaultLoadData="false"
         bordered>
         <!-- 市区 -->
         <template slot="cityArea" slot-scope="text, record">

+ 1 - 0
src/views/dealerManagement/merchantInfoManagement/list.vue

@@ -66,6 +66,7 @@
         :columns="columns"
         :data="loadData"
         :scroll="{ x: 1870, y: tableHeight }"
+        :defaultLoadData="false"
         bordered>
         <!-- 经销商 -->
         <template slot="dealerName" slot-scope="text, record">

+ 1 - 0
src/views/dealerManagement/rebateSettings/list.vue

@@ -27,6 +27,7 @@
         :columns="columns"
         :data="loadData"
         :scroll="{ y: tableHeight }"
+        :defaultLoadData="false"
         bordered>
         <!-- 操作 -->
         <template slot="action" slot-scope="text, record">

+ 1 - 0
src/views/financialManagement/financialCollection/list.vue

@@ -119,6 +119,7 @@
         :columns="columns"
         :data="loadData"
         :scroll="{ x: 1440, y: tableHeight }"
+        :defaultLoadData="false"
         bordered>
         <!-- 单号 -->
         <template slot="salesBillNo" slot-scope="text, record">

+ 1 - 0
src/views/financialManagement/inventoryReview/list.vue

@@ -47,6 +47,7 @@
       :columns="columns"
       :data="loadData"
       :scroll="{ x: 1300 }"
+      :defaultLoadData="false"
       bordered>
       <!-- 采购单号 -->
       <template slot="purchaseNo" slot-scope="text, record">

+ 1 - 0
src/views/financialManagement/returnConfirmation/list.vue

@@ -65,6 +65,7 @@
         :columns="columns"
         :data="loadData"
         :scroll="{ x: 1210, y: tableHeight }"
+        :defaultLoadData="false"
         bordered>
         <!-- 销退单号 -->
         <template slot="salesReturnBillNo" slot-scope="text, record">

+ 1 - 0
src/views/financialManagement/warehousingConfirmation/list.vue

@@ -45,6 +45,7 @@
         :columns="columns"
         :data="loadData"
         :scroll="{ x: 1280, y: tableHeight }"
+        :defaultLoadData="false"
         bordered>
         <!-- 入库单号 -->
         <template slot="stockPutNo" slot-scope="text, record">

+ 1 - 0
src/views/inventoryManagement/intelligentReplenishment/list.vue

@@ -20,6 +20,7 @@
         :data="loadData"
         :scroll="{ y: tableHeight }"
         :showPagination="false"
+        :defaultLoadData="false"
         bordered>
         <!-- 操作 -->
         <template slot="action" slot-scope="text, record">

+ 1 - 0
src/views/inventoryManagement/inventoryChecking/list.vue

@@ -41,6 +41,7 @@
       :data="loadData"
       :showPagination="false"
       :scroll="{ x: 1480 }"
+      :defaultLoadData="false"
       bordered>
       <!-- 状态 -->
       <template slot="state" slot-scope="text, record">

+ 1 - 0
src/views/inventoryManagement/inventoryQuery/list.vue

@@ -92,6 +92,7 @@
         :columns="columns"
         :data="loadData"
         :scroll="{ x: 1170, y: tableHeight }"
+        :defaultLoadData="false"
         bordered>
         <!-- 操作 -->
         <template slot="action" slot-scope="text, record">

+ 1 - 0
src/views/inventoryManagement/inventoryWarning/list.vue

@@ -98,6 +98,7 @@
         :columns="columns"
         :data="loadData"
         :scroll="{ x: 1800, y: tableHeight }"
+        :defaultLoadData="false"
         bordered>
         <!-- 产品分类 -->
         <template slot="productType" slot-scope="text, record">

+ 1 - 0
src/views/productManagement/priceChangeRecord/list.vue

@@ -79,6 +79,7 @@
         :columns="columns"
         :data="loadData"
         :scroll="{ x: 1810, y: tableHeight }"
+        :defaultLoadData="false"
         bordered>
         <!-- 产品分类 -->
         <template slot="productType" slot-scope="text, record">

+ 1 - 0
src/views/productManagement/productBrand/list.vue

@@ -43,6 +43,7 @@
         :columns="columns"
         :data="loadData"
         :scroll="{ y: tableHeight }"
+        :defaultLoadData="false"
         bordered>
         <!-- 产品图片 -->
         <template slot="imageUrl" slot-scope="text, record">

+ 1 - 0
src/views/productManagement/productCategory/list.vue

@@ -16,6 +16,7 @@
         :showPagination="false"
         :defaultExpandedRowKeys="defaultExpandedRowKeys"
         :scroll="{ y: tableHeight }"
+        :defaultLoadData="false"
         bordered>
         <!-- 操作 -->
         <template slot="action" slot-scope="text, record">

+ 1 - 0
src/views/productManagement/productInfo/list.vue

@@ -116,6 +116,7 @@
         :columns="columns"
         :data="loadData"
         :scroll="{ x: 1650, y: tableHeight }"
+        :defaultLoadData="false"
         bordered>
         <!-- 自定义表头 -->
         <template slot="arrowFalgTitle">

+ 1 - 0
src/views/productManagement/productLaunchAudit/list.vue

@@ -50,6 +50,7 @@
         :columns="columns"
         :data="loadData"
         :scroll="{ x: 1200, y: tableHeight }"
+        :defaultLoadData="false"
         bordered>
         <!-- 产品分类 -->
         <template slot="productType" slot-scope="text, record">

+ 1 - 0
src/views/productManagement/productLevel/list.vue

@@ -75,6 +75,7 @@
       :columns="columns"
       :data="loadData"
       :scroll="{ x: 1210, y: tableHeight }"
+      :defaultLoadData="false"
       bordered>
       <!-- 产品分类 -->
       <template slot="productType" slot-scope="text, record">

+ 1 - 0
src/views/productManagement/productOfflineAudit/list.vue

@@ -95,6 +95,7 @@
         :columns="columns"
         :data="loadData"
         :scroll="{ x: 1600, y: tableHeight }"
+        :defaultLoadData="false"
         bordered>
         <!-- 产品分类 -->
         <template slot="productType" slot-scope="text, record">

+ 1 - 0
src/views/productManagement/productPricing/list.vue

@@ -71,6 +71,7 @@
         :columns="columns"
         :data="loadData"
         :scroll="{ x: 1870, y: tableHeight }"
+        :defaultLoadData="false"
         bordered>
         <!-- 产品分类 -->
         <template slot="productType" slot-scope="text, record">

+ 1 - 0
src/views/productManagement/productUniversal/list.vue

@@ -57,6 +57,7 @@
         :columns="columns"
         :data="loadData"
         :scroll="{ x: 1230, y: tableHeight }"
+        :defaultLoadData="false"
         bordered>
         <!-- 产品分类 -->
         <template slot="productType" slot-scope="text, record">

+ 1 - 0
src/views/productManagement/purchaseBaseLimit/list.vue

@@ -71,6 +71,7 @@
       :columns="columns"
       :data="loadData"
       :scroll="{ x: 1120 }"
+      :defaultLoadData="false"
       bordered>
       <!-- 产品分类 -->
       <template slot="productType" slot-scope="text, record">

+ 1 - 0
src/views/promotionRulesManagement/orderStatistics/list.vue

@@ -73,6 +73,7 @@
         :columns="columns"
         :data="loadData"
         :scroll="{ x: 1510, y: tableHeight }"
+        :defaultLoadData="false"
         bordered>
         <!-- 操作 -->
         <template slot="action" slot-scope="text, record">

+ 1 - 0
src/views/promotionRulesManagement/productStatistics/list.vue

@@ -78,6 +78,7 @@
         :columns="columns"
         :data="loadData"
         :scroll="{ y: tableHeight }"
+        :defaultLoadData="false"
         bordered>
         <!-- 操作 -->
         <template slot="action" slot-scope="text, record">

+ 1 - 0
src/views/promotionRulesManagement/promotionRules/list.vue

@@ -41,6 +41,7 @@
         :columns="columns"
         :data="loadData"
         :scroll="{ x: 1210, y: tableHeight }"
+        :defaultLoadData="false"
         bordered>
         <!-- 促销时间 -->
         <template slot="activeDate" slot-scope="text, record">

+ 1 - 0
src/views/purchasingManagement/bulkWarehousingOrder/list.vue

@@ -50,6 +50,7 @@
         :columns="columns"
         :data="loadData"
         :scroll="{ x: 1550, y: tableHeight }"
+        :defaultLoadData="false"
         bordered>
         <!-- 入库单号 -->
         <template slot="sparePartsNo" slot-scope="text, record">

+ 1 - 1
src/views/reportData/actualSalesReport/list.vue

@@ -83,11 +83,11 @@
         class="sTable"
         ref="table"
         size="small"
-        :defaultLoadData="false"
         :rowKey="(record) => record.id"
         :columns="columns"
         :data="loadData"
         :scroll="{ x: 3120 }"
+        :defaultLoadData="false"
         bordered>
         <template slot="footer">
           <a-row>

+ 1 - 0
src/views/reportData/districtTypeSalesDetails/list.vue

@@ -31,6 +31,7 @@
       :columns="columns"
       :data="loadData"
       :scroll="{ x: 3450 }"
+      :defaultLoadData="false"
       bordered>
     </s-table>
   </a-card>

+ 1 - 0
src/views/reportData/nationalCustomerCostStatistics/list.vue

@@ -68,6 +68,7 @@
       :showPagination="false"
       :data="loadData"
       :scroll="{ x: 2920 }"
+      :defaultLoadData="false"
       bordered>
     </s-table>
   </a-card>

+ 1 - 0
src/views/reportData/provinceTypeSalesDetails/list.vue

@@ -45,6 +45,7 @@
       :columns="columns"
       :data="loadData"
       :scroll="{ x: 3650 }"
+      :defaultLoadData="false"
       bordered>
     </s-table>
   </a-card>

+ 1 - 0
src/views/reportData/regionalPromotionCostStatistics/list.vue

@@ -39,6 +39,7 @@
       :showPagination="false"
       :data="loadData"
       :scroll="{ x: 2500 }"
+      :defaultLoadData="false"
       bordered>
     </s-table>
   </a-card>

+ 1 - 0
src/views/reportData/salesDetails/list.vue

@@ -137,6 +137,7 @@
       :columns="columns"
       :data="loadData"
       :scroll="{ x: 3500 }"
+      :defaultLoadData="false"
       bordered>
       <template slot="footer" slot-scope="currentPageData">
         <a-row :gutter="15">

+ 1 - 0
src/views/reportData/salesReturnDetailReport/list.vue

@@ -150,6 +150,7 @@
         :columns="columns"
         :data="loadData"
         :scroll="{ x: 4450 }"
+        :defaultLoadData="false"
         bordered>
         <template slot="footer">
           <a-row :gutter="15">

+ 1 - 0
src/views/salesManagement/backorder/list.vue

@@ -32,6 +32,7 @@
         :columns="columns"
         :data="loadData"
         :scroll="{ x: 890, y: tableHeight }"
+        :defaultLoadData="false"
         bordered>
         <!-- 操作 -->
         <template slot="action" slot-scope="text, record">

+ 1 - 0
src/views/salesManagement/examineVerify/list.vue

@@ -98,6 +98,7 @@
         :columns="columns"
         :data="loadData"
         :scroll="{ x: 1570, y:tableHeight }"
+        :defaultLoadData="false"
         bordered>
         <!-- 下推单号 -->
         <template slot="dispatchBillNo" slot-scope="text, record">

+ 1 - 0
src/views/salesManagement/outboundOrder/list.vue

@@ -91,6 +91,7 @@
         :columns="columns"
         :data="loadData"
         :scroll="{ x: 1440, y: tableHeight }"
+        :defaultLoadData="false"
         bordered>
         <!-- 单号 -->
         <template slot="stockOutNo" slot-scope="text, record">

+ 1 - 0
src/views/salesManagement/priceInquiry/list.vue

@@ -70,6 +70,7 @@
       :columns="columns"
       :data="loadData"
       :scroll="{ x: 1100, y: tableHeight }"
+      :defaultLoadData="false"
       bordered>
       <!-- 产品图片 -->
       <template slot="imageUrl" slot-scope="text, record">

+ 1 - 0
src/views/salesManagement/pushOrderManagement/list.vue

@@ -83,6 +83,7 @@
         :columns="columns"
         :data="loadData"
         :scroll="{ x: 1270, y:tableHeight }"
+        :defaultLoadData="false"
         bordered>
         <!-- 销售单号 -->
         <template slot="salesBillNo" slot-scope="text, record">

+ 1 - 0
src/views/salesManagement/salesQuery/list.vue

@@ -133,6 +133,7 @@
         :columns="columns"
         :data="loadData"
         :scroll="{ x: 1620, y: tableHeight }"
+        :defaultLoadData="false"
         bordered>
         <!-- 销售单号 -->
         <template slot="salesBillNo" slot-scope="text, record">

+ 1 - 0
src/views/salesManagement/salesReturn/list.vue

@@ -92,6 +92,7 @@
         :columns="columns"
         :data="loadData"
         :scroll="{ x: 1600, y: tableHeight }"
+        :defaultLoadData="false"
         bordered>
         <!-- 单号 -->
         <template slot="salesReturnBillNo" slot-scope="text, record">

+ 1 - 0
src/views/salesManagement/shortageStatisticsC/list.vue

@@ -136,6 +136,7 @@
         :rowKey="(record) => record.id"
         :columns="columns"
         :data="loadData"
+        :defaultLoadData="false"
         :scroll="{ x: 2220, y: tableHeight }"
         bordered>
         <!-- 单号 -->

+ 1 - 0
src/views/salesManagement/shortageStatisticsP/list.vue

@@ -60,6 +60,7 @@
         :columns="columns"
         :data="loadData"
         :scroll="{ x: 1010, y: tableHeight }"
+        :defaultLoadData="false"
         bordered>
       </s-table>
     </a-spin>

+ 1 - 0
src/views/supplierManagement/associatedProductDetails/list.vue

@@ -53,6 +53,7 @@
         :columns="columns"
         :data="loadData"
         :scroll="{ x: 1150, y: tableHeight }"
+        :defaultLoadData="false"
         bordered>
         <!-- 产品分类 -->
         <template slot="productType" slot-scope="text, record">

+ 1 - 0
src/views/supplierManagement/supplierInfo/list.vue

@@ -31,6 +31,7 @@
         :columns="columns"
         :data="loadData"
         :scroll="{ y: tableHeight }"
+        :defaultLoadData="false"
         bordered>
         <!-- 状态 -->
         <template slot="enabledFlag" slot-scope="text, record">