|
@@ -4,7 +4,7 @@
|
|
|
<template slot="subTitle">
|
|
|
<a href="javascript:;" @click="handleBack"><a-icon type="left"></a-icon> 返回列表</a>
|
|
|
</template>
|
|
|
- <template slot="extra">
|
|
|
+ <!-- <template slot="extra">
|
|
|
<span>打印字段:</span>
|
|
|
<a-select key="1" style="width:150px" id="salesDetail-pritKey" placeholder="请选择打印字段" allowClear>
|
|
|
<a-select-option v-for="item in pritKey" :key="item.id" :value="item.id">{{ item.name }}</a-select-option>
|
|
@@ -15,8 +15,8 @@
|
|
|
</a-select>
|
|
|
<a-button key="3" id="salesDetail-preview-btn">打印预览</a-button>
|
|
|
<a-button key="4" type="primary" id="salesDetail-print-btn">快速打印</a-button>
|
|
|
- <!-- <a-button key="5" id="salesDetail-export-btn">导出</a-button> -->
|
|
|
- </template>
|
|
|
+ <a-button key="5" id="salesDetail-export-btn">导出</a-button>
|
|
|
+ </template> -->
|
|
|
</a-page-header>
|
|
|
<!-- 基础信息 -->
|
|
|
<a-card size="small" :bordered="false" class="salesDetail-cont">
|