Browse Source

bug 修复

lilei 3 years ago
parent
commit
b99ec1c0cd
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/views/salesManagement/salesQuery/queryPart.vue

+ 3 - 1
src/views/salesManagement/salesQuery/queryPart.vue

@@ -59,13 +59,15 @@
               </a-form-model-item>
             </a-col>
           </template>
-          <a-col :md="8" :sm="24" style="margin-bottom: 10px;">
+          <a-col :md="4" :sm="12" style="margin-bottom: 10px;">
             <a-button type="primary" @click="$refs.table.refresh(true)" :disabled="disabled" id="productInfoList-refresh">查询</a-button>
             <a-button style="margin-left: 5px" @click="resetSearchForm" id="productInfoList-reset">重置</a-button>
             <a @click="advanced=!advanced" style="margin:0 30px 0 10px">
               {{ advanced ? '收起' : '展开' }}
               <a-icon :type="advanced ? 'up' : 'down'"/>
             </a>
+          </a-col>
+          <a-col :md="4" :sm="12" style="margin-top: 6px;">
             <a-checkbox v-model="cost" v-if="$hasPermissions('M_ShowAllCost')" id="salesQuery-cost">成本价</a-checkbox>
             <a-checkbox v-model="cityPrice" id="salesQuery-cityPrice">市级价</a-checkbox>
             <a-checkbox v-model="tyuePrice" v-if="$store.state.user.isShowSpecialPrice==1" id="salesQuery-tyuePrice">特约价</a-checkbox>