【10278 19048-总装标记不良功能通过外部输入条码标记不良-2020-08-03】

yun-zuoyi
陈思洁 5 years ago
parent 41cbe4f380
commit 26fe63eb8a

@ -290,6 +290,10 @@ public class MesWorkOrder extends BaseBean implements Serializable {
@ApiParam("客户集合")
private List<String> custList;
@Transient
@ApiParam("工位完成数量")
private Integer stationCompleteQty = 0;
public double getQtyVal() {
return this.qty == null ? 0.0d : this.qty;
}

Loading…
Cancel
Save