wxw
2024-08-13 a3236b51b5691b8c47f4ebaf1d885314a4bab3bd
Wms/Wms/Controllers/PdaAsnController.cs
@@ -585,7 +585,14 @@
                {
                    throw new Exception("未获取到用户信息");
                }
                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 = "绑定成功!" });