静态盘点查询单据查询不到数据问题修复

yun-zuoyi
钮海涛 4 years ago
parent 7e400a1a68
commit 56630ccb0d

@ -366,12 +366,13 @@ public class WmsPart extends BaseBean {
this.partSpec = partSpec; this.partSpec = partSpec;
} }
public WmsPart(String partNo, String partName, String partSpec, Double snp, String buyUnit, Integer snControl, Double qty) { public WmsPart(String partNo, String partName, String partSpec, Double snp, String buyUnit, String stockUnit, Integer snControl, Double qty) {
this.partNo = partNo; this.partNo = partNo;
this.partName = partName; this.partName = partName;
this.partSpec = partSpec; this.partSpec = partSpec;
this.snp = snp; this.snp = snp;
this.buyUnit = buyUnit; this.buyUnit = buyUnit;
this.stockUnit = stockUnit;
this.snControl = snControl; this.snControl = snControl;
this.qty = qty; this.qty = qty;
} }

Loading…
Cancel
Save