|
@@ -16,7 +16,12 @@
|
|
|
<!-- 操作区,位于 title 行的行尾 -->
|
|
|
<template slot="extra" v-if="outBizSn ? $hasPermissions('B_outboundOrderDetail') : $hasPermissions('B_salesPrint')">
|
|
|
<div style="margin-top: 5px;">
|
|
|
- <PrintPanel position="bottomRight" :disabled="localDataSource.length==0" @handlePrint="handlePrint"></PrintPanel>
|
|
|
+ <PrintPanel ref="printBox" position="bottomRight" :disabled="localDataSource.length==0" @handlePrint="handlePrint">
|
|
|
+ <div style="padding:10px;" slot="extendCons">
|
|
|
+ <a-checkbox v-model="printAllName" :checked="printAllName" id="salesQuery-printAllName">打印完整产品名称</a-checkbox>
|
|
|
+ <a-checkbox v-model="printOrgCode" :checked="printOrgCode" id="salesQuery-printOrgCode">打印原厂编码</a-checkbox>
|
|
|
+ </div>
|
|
|
+ </PrintPanel>
|
|
|
</div>
|
|
|
</template>
|
|
|
</a-page-header>
|