fix:wpr查询传参错误纠正

This commit is contained in:
shijing 2025-06-27 14:50:41 +08:00
parent 10ee4471de
commit e7b03c0ca6
1 changed files with 2 additions and 7 deletions

View File

@ -4,7 +4,7 @@
<el-container> <el-container>
<el-header style="height: 40px;"> <el-header style="height: 40px;">
<el-input <el-input
v-model="query.wpr" v-model="query.search"
placeholder="请输入物料编号" placeholder="请输入物料编号"
clearable clearable
style="width: 150px;" style="width: 150px;"
@ -17,7 +17,6 @@
ref="tablets" ref="tablets"
:apiObj="apiObj" :apiObj="apiObj"
row-key="id" row-key="id"
:params="query"
:query="query" :query="query"
stripe stripe
@row-click="rowClick" @row-click="rowClick"
@ -240,12 +239,8 @@ export default {
wmState, wmState,
apiObj:this.$API.wpm.wpr.list, apiObj:this.$API.wpm.wpr.list,
wprItem:{}, wprItem:{},
params:{
batch:'',
},
query:{ query:{
batch:'', search:'',
material_start__type:30,
}, },
params_mio:{ params_mio:{
item_mio__w_mioitem__number:'', item_mio__w_mioitem__number:'',