Pārlūkot izejas kodu

屏蔽未开发导出功能按钮

chenrui 4 gadi atpakaļ
vecāks
revīzija
dfa78fe119

+ 1 - 1
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>
     <!-- 基础信息 -->

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

@@ -120,7 +120,6 @@ export default {
         productTypeSn3: '' //  产品三级分类
       },
       disabled: false, //  查询、重置按钮是否可操作
-      exportLoading: false, // 导出loading
       columns: [
         { title: '序号', dataIndex: 'no', width: 80, align: 'center' },
         { title: '产品编码', dataIndex: 'productCode', width: 220, align: 'center', customRender: function (text) { return text || '--' } },

+ 0 - 1
src/views/salesManagement/waitDispatch/queryPart.vue

@@ -150,7 +150,6 @@ export default {
         productTypeSn3: '' //  产品三级分类
       },
       disabled: false, //  查询、重置按钮是否可操作
-      exportLoading: false, // 导出loading
       selectedRowKeys: [], // Check here to configure the default column
       selectedRows: [],
       columns: [

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

@@ -84,7 +84,6 @@ export default {
         }
       },
       disabled: false, //  查询、重置按钮是否可操作
-      exportLoading: false, // 导出loading
       productType: [],
       columns: [
         { title: '序号', dataIndex: 'no', width: 80, align: 'center' },