【7568 PDA收货界面增加一个搜索框,让员工可以选择ASN单据收货】

yun-zuoyi
曾贞一 5 years ago
parent 0a433f1ecf
commit 767a9b98cd

@ -179,4 +179,10 @@ public class WmsPOMasterDetails extends BaseBean {
this.qty = qty; this.qty = qty;
this.rcQty = rcQty; this.rcQty = rcQty;
} }
public WmsPOMasterDetails(String orderNo ,String erpAreaNo,String organizeCode){
this.orderNo = orderNo;
this.erpAreaNo = erpAreaNo;
this.organizeCode = organizeCode;
}
} }

Loading…
Cancel
Save