|
|
@ -8,7 +8,7 @@ |
|
|
|
<div class="searchcon"> |
|
|
|
<el-button size="small" class="searchbtn" @click="clicksearchShow">{{ searchxianshitit }}</el-button> |
|
|
|
<div v-show="isSearchShow" class="search"> |
|
|
|
<el-form ref="listQueryform" :inline="true" :model="listQuery" label-width="100px" class="tab-header"> |
|
|
|
<el-form ref="listQueryform" :inline="true" :model="listQuery" class="tab-header"> |
|
|
|
<el-form-item label="分公司"> |
|
|
|
<el-input v-model="listQuery.params.createOrgName" placeholder="" clearable/> |
|
|
|
</el-form-item> |
|
|
@ -54,6 +54,9 @@ |
|
|
|
<el-option v-for="item in state_list" :key="item.dictKey" :label="item.dictValue" :value="item.dictKey"></el-option> |
|
|
|
</el-select> |
|
|
|
</el-form-item> |
|
|
|
<el-form-item label="厂家订单号"> |
|
|
|
<el-input v-model="listQuery.params.manufacturersOrderNumber" placeholder="" clearable/> |
|
|
|
</el-form-item> |
|
|
|
</el-form> |
|
|
|
<div class="btn" style="text-align: center;"> |
|
|
|
<el-button type="primary" icon="el-icon-search" size="small" @click="handleFilter">查询</el-button> |
|
|
@ -265,6 +268,7 @@ export default { |
|
|
|
finishEndTime: '', |
|
|
|
purchaseTypeValue: '', |
|
|
|
purchaseReasonValue: '', |
|
|
|
manufacturersOrderNumber: '', |
|
|
|
payTypeValue: '', |
|
|
|
supplierName: '', |
|
|
|
isInvoicing: '', |
|
|
@ -413,6 +417,7 @@ export default { |
|
|
|
finishEndTime: '', |
|
|
|
purchaseTypeValue: '', |
|
|
|
purchaseReasonValue: '', |
|
|
|
manufacturersOrderNumber: '', |
|
|
|
payTypeValue: '', |
|
|
|
supplierName: '', |
|
|
|
isInvoicing: '', |
|
|
|