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