no message
parent
0db6192027
commit
435620059b
|
|
@ -12,7 +12,7 @@
|
|||
<div class="header">
|
||||
<div>
|
||||
关键字:
|
||||
<a-input style="width: 250px" v-model:value="queryForm.keyword" placeholder="物料/库位/容器"/>
|
||||
<a-input style="width: 250px" v-model:value="queryForm.keywords" placeholder="物料/库位/容器"/>
|
||||
<a-button class="button-style" type="primary" @click="onSearch" v-privilege="'task:query'">搜索</a-button>
|
||||
<a-button class="button-style" type="default" @click="resetQuery" v-privilege="'task:query'">重置</a-button>
|
||||
</div>
|
||||
|
|
@ -126,7 +126,7 @@ const defaultQueryForm = {
|
|||
pageNum: 1,
|
||||
pageSize: PAGE_SIZE,
|
||||
asnId: 0,
|
||||
keyword: undefined,
|
||||
keywords: undefined,
|
||||
taskType: 'ASN'//默认入库类型
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue