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

fengcang
anthonyywj2 3 years ago
parent 80e80b35ce
commit e4f7cb9af5

@ -22,7 +22,7 @@ public class StockOrderPostRequest {
private String type;
private String sourceType;
private String printStatus;
private String fromSubInvCode;
private List<StockOrderDetailEntity> subErpOrders;
private String customerId;
private String invWarehouseCode;

@ -161,6 +161,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