|
@@ -81,7 +81,7 @@
|
|
|
</a-col>
|
|
|
<a-col flex="auto" style="margin-bottom: 15px;display:flex;align-items:center;">
|
|
|
<a-checkbox v-model="cost" v-if="$hasPermissions('M_ShowAllCost')" id="salesQuery-cost">成本价</a-checkbox>
|
|
|
- <a-checkbox v-model="cityPrice" v-if="$hasPermissions('M_ShowAllCityPrice')" id="salesQuery-cityPrice">市级价</a-checkbox>
|
|
|
+ <a-checkbox v-model="cityPrice" v-if="$hasPermissions('M_ShowAllCityPrice')&&$store.state.user.isShowSpecialPrice==0" id="salesQuery-cityPrice">市级价</a-checkbox>
|
|
|
<a-checkbox v-model="tyuePrice" v-if="$store.state.user.isShowSpecialPrice==1" id="salesQuery-tyuePrice">特约价</a-checkbox>
|
|
|
<a-checkbox v-model="zdPrice" id="salesQuery-zdPrice">终端价</a-checkbox>
|
|
|
</a-col>
|