Commit 41d2efaa by 施宇

1

parent 710de614
Showing with 6 additions and 6 deletions
...@@ -547,7 +547,7 @@ onUnload:function(){ ...@@ -547,7 +547,7 @@ onUnload:function(){
chooseOrder:data.info, chooseOrder:data.info,
isShowMask:false, isShowMask:false,
}); });
this.getList1(); this.getList1(true);
this.getReceivingList(1); this.getReceivingList(1);
this.getReceivingList(2) this.getReceivingList(2)
...@@ -571,7 +571,7 @@ onUnload:function(){ ...@@ -571,7 +571,7 @@ onUnload:function(){
me.setData({ me.setData({
chooseOrder:data.data[0] chooseOrder:data.data[0]
}); });
me.getList1(); me.getList1(true);
me.getReceivingList(1); me.getReceivingList(1);
me.getReceivingList(2) me.getReceivingList(2)
}else{ }else{
...@@ -597,7 +597,7 @@ onUnload:function(){ ...@@ -597,7 +597,7 @@ onUnload:function(){
} }
}, true,true) }, true,true)
}, },
getList1:function(){ getList1:function(bool){
//获取头部的第一个列表数据 //获取头部的第一个列表数据
let me = this; let me = this;
let chooseOrder = me.data.chooseOrder; let chooseOrder = me.data.chooseOrder;
...@@ -628,7 +628,7 @@ onUnload:function(){ ...@@ -628,7 +628,7 @@ onUnload:function(){
duration: 2000 duration: 2000
}); });
} }
}, true,true) }, bool,true)
}, },
formOrderNumInput:function(e){ formOrderNumInput:function(e){
let {value} = e.detail ; let {value} = e.detail ;
...@@ -905,7 +905,7 @@ onUnload:function(){ ...@@ -905,7 +905,7 @@ onUnload:function(){
icon: 'none', icon: 'none',
duration: 2000 duration: 2000
}); });
me.getList1(); me.getList1(false);
me.getReceivingList(1); me.getReceivingList(1);
if(me.data.formData.wldy == 1){ if(me.data.formData.wldy == 1){
...@@ -1276,7 +1276,7 @@ onUnload:function(){ ...@@ -1276,7 +1276,7 @@ onUnload:function(){
icon: 'none', icon: 'none',
duration: 2000 duration: 2000
}); });
me.getList1(); me.getList1(false);
me.getReceivingList(1); me.getReceivingList(1);
me.getReceivingList(2) me.getReceivingList(2)
if(type == 2){ if(type == 2){
......
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 sign in to comment