|
@@ -63,7 +63,7 @@
|
|
</a-form-item>
|
|
</a-form-item>
|
|
</a-col>
|
|
</a-col>
|
|
<a-col :md="6" :sm="24" style="margin-bottom: 10px;">
|
|
<a-col :md="6" :sm="24" style="margin-bottom: 10px;">
|
|
- <a-button type="primary" class="button-info" @click="$refs.table.refresh(true)" :disabled="disabled" id="salesEdit-refresh">查询</a-button>
|
|
|
|
|
|
+ <a-button type="primary" @click="$refs.table.refresh(true)" :disabled="disabled" id="salesEdit-refresh">查询</a-button>
|
|
<a-button style="margin-left: 5px" @click="resetSearchForm" :disabled="disabled" id="salesEdit-reset">重置</a-button>
|
|
<a-button style="margin-left: 5px" @click="resetSearchForm" :disabled="disabled" id="salesEdit-reset">重置</a-button>
|
|
</a-col>
|
|
</a-col>
|
|
</a-row>
|
|
</a-row>
|
|
@@ -87,16 +87,13 @@
|
|
</a-menu-item>
|
|
</a-menu-item>
|
|
</a-menu>
|
|
</a-menu>
|
|
<a-button
|
|
<a-button
|
|
- size="small"
|
|
|
|
style="margin:0 15px;"
|
|
style="margin:0 15px;"
|
|
- type="danger"
|
|
|
|
- class="button-info"
|
|
|
|
|
|
+ type="primary"
|
|
|
|
+ ghost
|
|
id="salesEdit-plDel-btn"> 批量删除 <a-icon type="down" /> </a-button>
|
|
id="salesEdit-plDel-btn"> 批量删除 <a-icon type="down" /> </a-button>
|
|
</a-dropdown>
|
|
</a-dropdown>
|
|
<a-button
|
|
<a-button
|
|
- size="small"
|
|
|
|
- type="primary"
|
|
|
|
- class="button-info"
|
|
|
|
|
|
+ type="default"
|
|
id="salesEdit-import-btn"
|
|
id="salesEdit-import-btn"
|
|
@click="openGuideModal=true">导入产品</a-button>
|
|
@click="openGuideModal=true">导入产品</a-button>
|
|
</div>
|
|
</div>
|