Browse Source

暂时屏蔽 采购 - 详情 - 导出产品 功能

chenrui 3 years ago
parent
commit
227592e81d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/purchasingManagement/purchaseOrder/detail.vue

+ 2 - 2
src/views/purchasingManagement/purchaseOrder/detail.vue

@@ -31,14 +31,14 @@
             id="purchaseOrderDetail-export-btn"
             :disabled="localDataSource.length==0"
             @click="handlePrint('export')">导出Excel</a-button>
-          <a-button
+          <!-- <a-button
             key="1"
             v-if="$hasPermissions('B_purchaseExportProduct') && (detail&&detail.billStatus=='FINISH')"
             type="primary"
             class="button-info"
             id="purchaseOrderDetail-export-btn"
             :disabled="localDataSource.length==0"
-            @click="handlePrint('exportProduct')">导出产品</a-button>
+            @click="handlePrint('exportProduct')">导出产品</a-button> -->
         </template>
       </a-page-header>
       <!-- 基础信息 -->