Преглед изворни кода

屏蔽未开发导出功能按钮

chenrui пре 4 година
родитељ
комит
4e2256a474

+ 1 - 1
src/views/allocationManagement/warehouseAllocation/detail.vue

@@ -19,7 +19,7 @@
       <template slot="extra">
         <a-button key="2" id="warehouseAllocationDetail-preview-btn">打印预览</a-button>
         <a-button key="1" type="primary" id="warehouseAllocationDetail-print-btn">快速打印</a-button>
-        <a-button key="3" type="danger" @click="handleExport" :loading="exportLoading" id="warehouseAllocationDetail-export-btn">导出</a-button>
+        <!-- <a-button key="3" type="danger" @click="handleExport" :loading="exportLoading" id="warehouseAllocationDetail-export-btn">导出</a-button> -->
       </template>
     </a-page-header>
     <!-- 基础信息 -->

+ 2 - 2
src/views/financialManagement/companyReceivablePayable/detail.vue

@@ -31,13 +31,13 @@
               <span class="table-page-search-submitButtons">
                 <a-button type="primary" @click="$refs.table.refresh(true)" :disabled="disabled" id="companyReceivablePayableDetail-refresh">查询</a-button>
                 <a-button style="margin-left: 8px" @click="resetSearchForm" :disabled="disabled" id="companyReceivablePayableDetail-reset">重置</a-button>
-                <a-button
+                <!-- <a-button
                   type="danger"
                   style="margin-left: 8px"
                   @click="handleExport"
                   :disabled="disabled"
                   :loading="exportLoading"
-                  id="companyReceivablePayableDetail-export-btn">导出</a-button>
+                  id="companyReceivablePayableDetail-export-btn">导出</a-button> -->
               </span>
             </a-col>
           </a-row>

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

@@ -83,7 +83,6 @@
         queryParam: {
           dataSourceNo: undefined
         },
-        exportLoading: false, // 导出loading
         disabled: false, //  查询、重置按钮是否可操作
         // 表头
         columns: [

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

@@ -81,7 +81,6 @@
         queryParam: {
           dataSourceNo: undefined
         },
-        exportLoading: false, // 导出loading
         disabled: false, //  查询、重置按钮是否可操作
         // 表头
         columns: [

+ 2 - 2
src/views/inventoryManagement/inventoryWarning/list.vue

@@ -64,14 +64,14 @@
           <a-col :md="6" :sm="24">
             <a-button type="primary" @click="pageInit(1)" :disabled="disabled" id="inventoryWarningList-refresh">查询</a-button>
             <a-button style="margin-left: 8px" @click="resetSearchForm" :disabled="disabled" id="inventoryWarningList-reset">重置</a-button>
-            <a-button
+            <!-- <a-button
               style="margin-left: 8px"
               type="primary"
               class="button-warning"
               @click="handleExport"
               :disabled="disabled"
               :loading="exportLoading"
-              id="inventoryWarningList-export">导出</a-button>
+              id="inventoryWarningList-export">导出</a-button> -->
             <a @click="advanced=!advanced" style="margin-left: 8px">
               {{ advanced ? '收起' : '展开' }}
               <a-icon :type="advanced ? 'up' : 'down'"/>

+ 2 - 2
src/views/productManagement/priceChangeRecord/list.vue

@@ -52,13 +52,13 @@
           <a-col :md="6" :sm="24">
             <a-button style="margin-bottom: 18px;" type="primary" @click="$refs.table.refresh(true)" :disabled="disabled" id="productChangeRecordList-refresh">查询</a-button>
             <a-button style="margin: 0 0 18px 8px" @click="resetSearchForm" :disabled="disabled" id="productChangeRecordList-reset">重置</a-button>
-            <a-button
+            <!-- <a-button
               style="margin: 0 0 18px 8px"
               type="primary"
               class="button-warning"
               @click="handleExport"
               :loading="exportLoading"
-              id="productChangeRecordList-export">导出</a-button>
+              id="productChangeRecordList-export">导出</a-button> -->
             <a @click="advanced=!advanced" style="margin-left: 8px">
               {{ advanced ? '收起' : '展开' }}
               <a-icon :type="advanced ? 'up' : 'down'"/>

+ 1 - 1
src/views/salesManagement/outboundOrder/detail.vue

@@ -4,7 +4,7 @@
       <template slot="subTitle">
         <a href="javascript:;" @click="handleBack">返回列表</a>
         <a-button size="small" id="outboundOrderDetail-ts-btn" style="margin-left:30px" key="0">订单推送</a-button>
-        <a-button size="small" id="outboundOrderDetail-export-btn" type="danger" style="margin-left:20px" key="1">销售导出</a-button>
+        <!-- <a-button size="small" id="outboundOrderDetail-export-btn" type="danger" style="margin-left:20px" key="1">销售导出</a-button> -->
       </template>
       <template slot="extra">
         <span>打印字段:</span>

+ 1 - 1
src/views/salesManagement/quotation/detail.vue

@@ -7,7 +7,7 @@
       </template>
       <!-- 操作区,位于 title 行的行尾 -->
       <template slot="extra">
-        <a-button key="3" type="danger" id="quotationDetail-export-btn">导出</a-button>
+        <!-- <a-button key="3" type="danger" id="quotationDetail-export-btn">导出</a-button> -->
         <a-button key="2" id="quotationDetail-preview-btn">打印预览</a-button>
         <a-button key="1" type="primary" id="quotationDetail-print-btn">快速打印</a-button>
       </template>

+ 2 - 2
src/views/salesManagement/salesQuery/detail.vue

@@ -15,7 +15,7 @@
         </a-select>
         <a-button key="3" id="salesDetail-preview-btn">打印预览</a-button>
         <a-button key="4" type="primary" id="salesDetail-print-btn">快速打印</a-button>
-        <a-button key="5" id="salesDetail-export-btn">导出</a-button>
+        <!-- <a-button key="5" id="salesDetail-export-btn">导出</a-button> -->
       </template>
     </a-page-header>
     <!-- 基础信息 -->
@@ -49,7 +49,7 @@
       <s-table
         class="sTable"
         ref="table"
-        size="default"
+        size="small"
         :rowKey="(record) => record.id"
         :columns="columns"
         :data="loadData"

+ 1 - 1
src/views/salesManagement/salesReturn/detail.vue

@@ -7,7 +7,7 @@
       <template slot="extra">
         <a-button key="3" id="salesReturnDetail-preview-btn">打印预览</a-button>
         <a-button key="4" type="primary" id="salesReturnDetail-print-btn">快速打印</a-button>
-        <a-button key="5" id="salesReturnDetail-export-btn">导出</a-button>
+        <!-- <a-button key="5" id="salesReturnDetail-export-btn">导出</a-button> -->
       </template>
     </a-page-header>
     <!-- 基础信息 -->