|
@@ -13,12 +13,9 @@
|
|
|
</a-button>
|
|
|
</template>
|
|
|
<!-- 操作区,位于 title 行的行尾 -->
|
|
|
- <template
|
|
|
- slot="
|
|
|
- extra"
|
|
|
- v-if="$hasPermissions('B_bulkWarehousingOrder_print')">
|
|
|
+ <template slot="extra" v-if="$hasPermissions('B_bulkWarehousingOrder_print')">
|
|
|
<Print :disabled="chooseLoadDataSource.length==0" :showExport="false" @handlePrint="handlePrint"></Print>
|
|
|
- </p></template>
|
|
|
+ </template>
|
|
|
</a-page-header>
|
|
|
<!-- 基础信息 -->
|
|
|
<div v-show="isShowBisiceInfo" class="bulkWarehousingOrderEdit-cont">
|