| | |
| | | if (string.IsNullOrEmpty(daaId)) return; |
| | | txt_rwd.Text = txt_tbl002.GetRwd(); |
| | | txt_workName.Text = txt_tbl002.GetWorkName(); |
| | | txt_itemName.Text = txt_tbl002.GetPrdModel(); |
| | | txt_itemName.Text = txt_tbl002.GetPrdName(); |
| | | txt_itemNo.Text = txt_tbl002.GetPrdNo(); |
| | | }; |
| | | //选择需要入库的明细 |
| | | btnSelect.Click += (s, e) => |
| | |
| | | ucBtnPrint1.guidKey = ""; |
| | | string rowGuid = lbMxGuid.Text.Trim(); |
| | | ucBtnPrint1.guidKey = rowGuid; |
| | | if (!Gs.DevApp.ToolBox.UtilityHelper.IsNumeric3(txt_iCount_1.Text.Trim())) |
| | | if (!Gs.DevApp.ToolBox.UtilityHelper.IsNumeric3(txt_iCount_1.Text.Trim(), txt_yuliang_1.Text.Trim())) |
| | | { |
| | | Gs.DevApp.ToolBox.MsgHelper.ShowError("请输入正确的条码数量!"); |
| | | txt_iCount_1.Focus(); |