wxw
2024-08-13 28e3d62189b7509d0fcc1528a1c3e9b8be44cd24
Wms/Wms/Controllers/PdaAsnController.cs
@@ -583,7 +583,14 @@
                {
                    throw new Exception("未获取到用户信息");
                }
                _PdaAsnSvc.BindPalletNoPasteCode(model, int.Parse(UserId));
                if (model.TableType == 0)
                {
                    _PdaAsnSvc.BindPalletPasteCode(model, int.Parse(UserId));
                }
                else if (model.TableType == 1)
                {
                    _PdaAsnSvc.BindPalletNoPasteCode(model, int.Parse(UserId));
                }
                return Ok(new { code = 0, msg = "绑定成功!" });