|
@@ -3,7 +3,7 @@
|
|
|
<a-card title="采购报表" :loading="loading" v-show="visible" :bordered="false" :body-style="{padding: '0'}">
|
|
|
<div class="salesCard">
|
|
|
<a-tabs default-active-key="1" size="large" :tab-bar-style="{marginBottom: '24px', paddingLeft: '16px'}">
|
|
|
- <div class="extra-wrapper" slot="tabBarExtraContent">
|
|
|
+ <!-- <div class="extra-wrapper" slot="tabBarExtraContent">
|
|
|
<a-date-picker
|
|
|
style="margin-left: 8px"
|
|
|
:default-value="moment(defaultStartMonth, monthFormat)"
|
|
@@ -21,9 +21,9 @@
|
|
|
placeholder="结束月份"
|
|
|
@change="onEndChange" />
|
|
|
<a-button style="margin-left: 8px" type="default" @click="getData()">查询</a-button>
|
|
|
- <!-- <a-button style="margin-left: 8px" type="primary" icon="printer" @click="handlePrint()">打印</a-button> -->
|
|
|
+ <a-button style="margin-left: 8px" type="primary" icon="printer" @click="handlePrint()">打印</a-button>
|
|
|
<a-button style="margin-left: 8px" type="primary" @click="doExport()">导出</a-button>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<a-tab-pane loading="true" tab="图形统计" key="1">
|
|
|
<a-row>
|
|
|
<a-col :xl="12" :lg="12" :md="12" :sm="24" :xs="24">
|