|
@@ -4,24 +4,24 @@
|
|
<!-- 搜索条件 -->
|
|
<!-- 搜索条件 -->
|
|
<div ref="tableSearch" class="table-page-search-wrapper">
|
|
<div ref="tableSearch" class="table-page-search-wrapper">
|
|
<a-form layout="inline" @keyup.enter.native="$refs.table.refresh(true)">
|
|
<a-form layout="inline" @keyup.enter.native="$refs.table.refresh(true)">
|
|
- <a-row :gutter="15">
|
|
|
|
- <a-col :md="4" :sm="24">
|
|
|
|
|
|
+ <a-row type="flex" :gutter="15">
|
|
|
|
+ <a-col flex="350px">
|
|
<a-form-item label="货架名称">
|
|
<a-form-item label="货架名称">
|
|
- <shelfList v-model="queryParam.shelfSn"></shelfList>
|
|
|
|
|
|
+ <shelfList style="max-width:300px;" v-model="queryParam.shelfSn"></shelfList>
|
|
</a-form-item>
|
|
</a-form-item>
|
|
</a-col>
|
|
</a-col>
|
|
- <a-col :md="4" :sm="24">
|
|
|
|
|
|
+ <a-col flex="300px">
|
|
<a-form-item label="关联客户">
|
|
<a-form-item label="关联客户">
|
|
<custList ref="custList" @change="custChange" v-model="queryParam.customerName"></custList>
|
|
<custList ref="custList" @change="custChange" v-model="queryParam.customerName"></custList>
|
|
</a-form-item>
|
|
</a-form-item>
|
|
</a-col>
|
|
</a-col>
|
|
- <a-col :md="4" :sm="24">
|
|
|
|
|
|
+ <a-col flex="200px">
|
|
<a-form-item label="结算方式">
|
|
<a-form-item label="结算方式">
|
|
<v-select code="SHELF_SETTLE_TYPE" v-model="queryParam.settleType" allowClear placeholder="请选择状态"></v-select>
|
|
<v-select code="SHELF_SETTLE_TYPE" v-model="queryParam.settleType" allowClear placeholder="请选择状态"></v-select>
|
|
</a-form-item>
|
|
</a-form-item>
|
|
</a-col>
|
|
</a-col>
|
|
<template v-if="advanced">
|
|
<template v-if="advanced">
|
|
- <a-col :md="6" :sm="24">
|
|
|
|
|
|
+ <a-col flex="300px">
|
|
<a-form-item label="待结金额">
|
|
<a-form-item label="待结金额">
|
|
<a-input-group>
|
|
<a-input-group>
|
|
<a-row>
|
|
<a-row>
|
|
@@ -49,7 +49,7 @@
|
|
</a-form-item>
|
|
</a-form-item>
|
|
</a-col>
|
|
</a-col>
|
|
</template>
|
|
</template>
|
|
- <a-col :md="6" :sm="24">
|
|
|
|
|
|
+ <a-col flex="200px">
|
|
<a-button type="primary" @click="$refs.table.refresh(true)" :disabled="disabled" id="outboundOrderList-refresh" >查询</a-button>
|
|
<a-button type="primary" @click="$refs.table.refresh(true)" :disabled="disabled" id="outboundOrderList-refresh" >查询</a-button>
|
|
<a-button style="margin-left: 8px" @click="resetSearchForm" :disabled="disabled" id="outboundOrderList-reset">重置</a-button>
|
|
<a-button style="margin-left: 8px" @click="resetSearchForm" :disabled="disabled" id="outboundOrderList-reset">重置</a-button>
|
|
<a @click="advanced=!advanced" style="margin-left: 5px">
|
|
<a @click="advanced=!advanced" style="margin-left: 5px">
|