| | |
| | | { |
| | | var data = action.Data; |
| | | |
| | | var json = @$""; |
| | | var json = new { |
| | | SN = "V025720241120000161", |
| | | ItemCode = "160305330", |
| | | Qty = 1700, |
| | | Unit = "PCS", |
| | | Supplier = "V0381", |
| | | DeliveryDate = DateTime.Now, |
| | | ProdDate = DateTime.Now, |
| | | BatchNo = "20241120", |
| | | ValidityDays = 365, |
| | | SerialNo = 161, |
| | | ItemName = "L-CW1323GA 两个装彩盒 隔板 材质300g单粉裱YF加强过哑膜 105 mm 85 mm 3 mm 南泰 ", |
| | | Warehouse = "W0001", |
| | | ItemModel = "材料 零件 商品", |
| | | }; |
| | | |
| | | var result = action.GetResponse("GetSnInfo success.", json, true); |
| | | |
| | | return Ok(new { result, result.Timestamp, result.IsSuccessed, result.Message, result.Data }); |
| | | return Ok(new { result.Timestamp, result.IsSuccessed, result.Message, result.Data }); |
| | | } |
| | | |
| | | [HttpGet] |
| | |
| | | { |
| | | action.IsSuccessed = false; |
| | | action.LocaleMsg = downResult.LocaleMsg; |
| | | CurInvItem = null; |
| | | return action; |
| | | } |
| | | TakeDownInfo downInfo = downResult.Data; |
| | |
| | | }; |
| | | //action.LocaleMsg = Biz.L($"扫描条码[{0}]从储位[{1}]下架成功"); |
| | | action.LocaleMsg = Biz.L("WMS.Default.ScanItem.TakeDownSucceeded", CurInvItem.SN, CurInvItem.Location?.LOCATION_CODE); |
| | | CurInvItem = null; |
| | | } |
| | | catch (Exception ex) |
| | | { |