|
@@ -9,7 +9,7 @@
|
|
|
:rules="rules"
|
|
|
:model="queryParam"
|
|
|
@keyup.enter.native="$refs.table.refresh(true)" >
|
|
|
- <a-row :gutter="5">
|
|
|
+ <a-row type="flex" :gutter="5">
|
|
|
<a-col :lg="4" :md="6" :sm="12">
|
|
|
<a-form-model-item label="产品编码">
|
|
|
<a-input id="productInfoList-code" ref="searchProductCode" v-model.trim="queryParam.productCode" allowClear placeholder="请输入产品编码"/>
|
|
@@ -59,7 +59,7 @@
|
|
|
</a-form-model-item>
|
|
|
</a-col>
|
|
|
</template>
|
|
|
- <a-col :lg="3" :md="8" :sm="12" style="margin-bottom: 10px;">
|
|
|
+ <a-col flex="200px" 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 0 0 10px">
|
|
@@ -67,7 +67,7 @@
|
|
|
<a-icon :type="advanced ? 'up' : 'down'"/>
|
|
|
</a>
|
|
|
</a-col>
|
|
|
- <a-col :lg="5" :md="8" :sm="12" style="margin-top: 6px;">
|
|
|
+ <a-col flex="240px" 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" id="salesQuery-cityPrice">市级价</a-checkbox>
|
|
|
<a-checkbox v-model="tyuePrice" v-if="$store.state.user.isShowSpecialPrice==1" id="salesQuery-tyuePrice">特约价</a-checkbox>
|