添加出库时开启序列号的商品强制附加使用序列号
This commit is contained in:
@@ -262,7 +262,7 @@ public class DepotItemController {
|
||||
@RequestParam("deleted") String deleted,
|
||||
@RequestParam("updated") String updated,
|
||||
@RequestParam("headerId") Long headerId,
|
||||
HttpServletRequest request) {
|
||||
HttpServletRequest request) throws Exception{
|
||||
Map<String, Object> objectMap = new HashMap<String, Object>();
|
||||
try {
|
||||
depotItemService.saveDetials(inserted,deleted,updated,headerId);
|
||||
|
||||
Reference in New Issue
Block a user