Commit cf36f3ea authored by youjie's avatar youjie

no message

parent 9375433d
...@@ -17,7 +17,8 @@ ...@@ -17,7 +17,8 @@
<div class="padContent"> <div class="padContent">
<ul v-show="morequery" class="queryul"> <ul v-show="morequery" class="queryul">
<li> <li>
<el-select size="small" filterable clearable v-model="msg.SuppliesId" placeholder="物料"> <el-select size="small" filterable clearable v-model="msg.SuppliesId" placeholder="物料"
@focus="getwuliaoList" @change="msg.pageIndex=1,getList()">
<el-option <el-option
v-for="item in wulaioList" v-for="item in wulaioList"
:key="item.Id" :key="item.Id"
...@@ -159,7 +160,7 @@ export default { ...@@ -159,7 +160,7 @@ export default {
wulaioList:[], wulaioList:[],
wuliaomsg:{ wuliaomsg:{
pageIndex:1, pageIndex:1,
pageSize:1000, pageSize:100000,
Name:'', Name:'',
SuppliesNum:"", SuppliesNum:"",
BrandName:'', BrandName:'',
...@@ -227,6 +228,7 @@ export default { ...@@ -227,6 +228,7 @@ export default {
); );
}, },
getwuliaoList(){ getwuliaoList(){
this.wuliaomsg.Name = this.msg.SuppliesId?this.msg.SuppliesId:''
this.apiJavaPost("/api/Supplies/GetMaterialPageList",this.wuliaomsg, this.apiJavaPost("/api/Supplies/GetMaterialPageList",this.wuliaomsg,
res => { res => {
if (res.data.resultCode === 1) { if (res.data.resultCode === 1) {
......
...@@ -29,7 +29,8 @@ ...@@ -29,7 +29,8 @@
</li> </li>
<li> <li>
<el-select size="small" filterable clearable v-model="msg.SuppliesId" placeholder="物料" @change="msg.pageIndex=1,getList()"> <el-select size="small" filterable clearable v-model="msg.SuppliesId" placeholder="物料"
@focus="getwuliaoList" @change="msg.pageIndex=1,getList()">
<el-option <el-option
v-for="item in wulaioList" v-for="item in wulaioList"
:key="item.Id" :key="item.Id"
...@@ -213,7 +214,7 @@ export default { ...@@ -213,7 +214,7 @@ export default {
getWareHouseList:[], getWareHouseList:[],
wuliaomsg:{ wuliaomsg:{
pageIndex:1, pageIndex:1,
pageSize:1000, pageSize:100000,
Name:'', Name:'',
SuppliesNum:"", SuppliesNum:"",
BrandName:'', BrandName:'',
...@@ -298,6 +299,7 @@ export default { ...@@ -298,6 +299,7 @@ export default {
); );
}, },
getwuliaoList(){ getwuliaoList(){
this.wuliaomsg.Name = this.msg.SuppliesId?this.msg.SuppliesId:''
this.apiJavaPost("/api/Supplies/GetMaterialPageList",this.wuliaomsg, this.apiJavaPost("/api/Supplies/GetMaterialPageList",this.wuliaomsg,
res => { res => {
if (res.data.resultCode === 1) { if (res.data.resultCode === 1) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment