|
@@ -32,6 +32,7 @@
|
|
|
<a-col :md="4" :sm="24" style="margin-bottom: 10px;">
|
|
|
<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: 15px" type="primary" class="button-info" @click="searchThreeStock" id="salesEdit-updateStock">第三方库存</a-button>
|
|
|
</a-col>
|
|
|
</a-row>
|
|
|
</a-form>
|
|
@@ -43,7 +44,6 @@
|
|
|
<span v-if="selectTotal" style="margin-right:5px;">已选{{ selectTotal }}项</span>
|
|
|
</a-col>
|
|
|
<a-col :md="16" :sm="24" style="text-align:right;">
|
|
|
- <a-button type="link" class="button-info" @click="searchThreeStock" id="salesEdit-updateStock"><a-icon type="redo"/>第三方库存</a-button>
|
|
|
<a-dropdown>
|
|
|
<a-menu slot="overlay" @click="handleMenuClick">
|
|
|
<a-menu-item key="3" id="salesEdit-pl-3">
|
|
@@ -338,6 +338,7 @@ export default {
|
|
|
// 查询第三方库存
|
|
|
searchThreeStock () {
|
|
|
this.showStockCol = true
|
|
|
+ this.$emit('allThreeStock')
|
|
|
},
|
|
|
// 获取统计
|
|
|
getCount () {
|