|
@@ -13,35 +13,35 @@
|
|
|
key="4"
|
|
|
type="primary"
|
|
|
class="button-info"
|
|
|
- v-if="$hasPermissions('B_transferOut_detail_export')"
|
|
|
- id="allocateBillDetail-export-btn"
|
|
|
+ v-if="$hasPermissions('B_transferOut_print')"
|
|
|
+ id="allocateBillEdit-db-print-btn"
|
|
|
:disabled="localDataSource.length==0"
|
|
|
- @click="handleExcel('ALLOCATE_BILL','调拨明细')">导出Excel</a-button>
|
|
|
+ @click="handlePrint('dbPrint')">调拨打印</a-button>
|
|
|
<a-button
|
|
|
key="3"
|
|
|
type="default"
|
|
|
class="button-info"
|
|
|
- v-if="$hasPermissions('B_transferOutType_export')"
|
|
|
- id="allocateBillDetail-export-btn"
|
|
|
+ v-if="$hasPermissions('B_transferOutType_print')"
|
|
|
+ id="allocateBillEdit-dbfl-print-btn"
|
|
|
:disabled="localDataSource.length==0"
|
|
|
- @click="handlePrint('dbflExport')">调拨分类导出</a-button>
|
|
|
+ @click="handlePrint('dbflPrint')">调拨分类打印</a-button>
|
|
|
<a-divider type="vertical" />
|
|
|
<a-button
|
|
|
key="2"
|
|
|
type="primary"
|
|
|
class="button-info"
|
|
|
- v-if="$hasPermissions('B_transferOut_print')"
|
|
|
- id="allocateBillEdit-db-print-btn"
|
|
|
+ v-if="$hasPermissions('B_transferOut_detail_export')"
|
|
|
+ id="allocateBillDetail-export-btn"
|
|
|
:disabled="localDataSource.length==0"
|
|
|
- @click="handlePrint('dbPrint')">调拨打印</a-button>
|
|
|
+ @click="handleExcel('ALLOCATE_BILL','调拨明细')">导出Excel</a-button>
|
|
|
<a-button
|
|
|
key="1"
|
|
|
type="default"
|
|
|
class="button-info"
|
|
|
- v-if="$hasPermissions('B_transferOutType_print')"
|
|
|
- id="allocateBillEdit-dbfl-print-btn"
|
|
|
+ v-if="$hasPermissions('B_transferOutType_export')"
|
|
|
+ id="allocateBillDetail-export-btn"
|
|
|
:disabled="localDataSource.length==0"
|
|
|
- @click="handlePrint('dbflPrint')">调拨分类打印</a-button>
|
|
|
+ @click="handlePrint('dbflExport')">调拨分类导出</a-button>
|
|
|
</template>
|
|
|
</a-page-header>
|
|
|
<a-card size="small" :bordered="false" v-if="basicInfoData" class="allocateBillEdit-cont">
|