Commit cf36f3ea authored by youjie's avatar youjie

no message

parent 9375433d
......@@ -17,7 +17,8 @@
<div class="padContent">
<ul v-show="morequery" class="queryul">
<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
v-for="item in wulaioList"
:key="item.Id"
......@@ -159,7 +160,7 @@ export default {
wulaioList:[],
wuliaomsg:{
pageIndex:1,
pageSize:1000,
pageSize:100000,
Name:'',
SuppliesNum:"",
BrandName:'',
......@@ -227,6 +228,7 @@ export default {
);
},
getwuliaoList(){
this.wuliaomsg.Name = this.msg.SuppliesId?this.msg.SuppliesId:''
this.apiJavaPost("/api/Supplies/GetMaterialPageList",this.wuliaomsg,
res => {
if (res.data.resultCode === 1) {
......
......@@ -29,7 +29,8 @@
</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
v-for="item in wulaioList"
:key="item.Id"
......@@ -213,7 +214,7 @@ export default {
getWareHouseList:[],
wuliaomsg:{
pageIndex:1,
pageSize:1000,
pageSize:100000,
Name:'',
SuppliesNum:"",
BrandName:'',
......@@ -298,6 +299,7 @@ export default {
);
},
getwuliaoList(){
this.wuliaomsg.Name = this.msg.SuppliesId?this.msg.SuppliesId:''
this.apiJavaPost("/api/Supplies/GetMaterialPageList",this.wuliaomsg,
res => {
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