新增扫码单据时无序列号可以直接输入数量,业务单据新增加入分库

fencang
anthonyywj2 3 years ago
parent 3e53cb0f4b
commit b8c4fe84da

@ -27,6 +27,7 @@ public class StockOrderPostRequest {
private String unitIdFk;
private Integer editStatus;
private String invWarehouseCode;
private String fromSubInvCode;
private List<StockOrderDetailEntity> subErpOrders;
private String customerId;
}

@ -147,6 +147,7 @@
<if test="batchNo != null">`batchNo`=#{batchNo},</if>
<if test="serialNo != null">`serialNo`=#{serialNo},</if>
<if test="relId != null">`relId`=#{relId},</if>
<if test="count != null">`count`=#{count},</if>
</set>
WHERE id=#{id}
</update>

Loading…
Cancel
Save