|
@@ -28,8 +28,8 @@
|
|
<a-button type="link" v-if="detailData&&detailData.totalCategory" @click="showSearch=!showSearch" :class="showSearch?'button-error':'button-default'"> <a-icon type="search" /> 筛选</a-button>
|
|
<a-button type="link" v-if="detailData&&detailData.totalCategory" @click="showSearch=!showSearch" :class="showSearch?'button-error':'button-default'"> <a-icon type="search" /> 筛选</a-button>
|
|
<a-divider type="vertical" v-if="detailData&&detailData.totalCategory" />
|
|
<a-divider type="vertical" v-if="detailData&&detailData.totalCategory" />
|
|
<a-button v-if="detailData&&detailData.totalCategory" id="salesNewOrderEdit-add-btn" type="link" @click="openChooseProduct=true"><a-icon type="plus" />添加产品</a-button>
|
|
<a-button v-if="detailData&&detailData.totalCategory" id="salesNewOrderEdit-add-btn" type="link" @click="openChooseProduct=true"><a-icon type="plus" />添加产品</a-button>
|
|
- <a-divider type="vertical" />
|
|
|
|
- <a-dropdown v-model="showCell" v-if="$hasPermissions('M_ShowAllCost')">
|
|
|
|
|
|
+ <a-divider type="vertical" v-if="detailData&&detailData.totalCategory" />
|
|
|
|
+ <a-dropdown v-model="showCell" v-if="$hasPermissions('M_ShowAllCost')&&detailData&&detailData.totalCategory">
|
|
<a-button type="link" class="button-default"> <a-icon type="setting" /> 显示</a-button>
|
|
<a-button type="link" class="button-default"> <a-icon type="setting" /> 显示</a-button>
|
|
<a-menu slot="overlay">
|
|
<a-menu slot="overlay">
|
|
<a-menu-item>
|
|
<a-menu-item>
|