| | |
| | | string kcZz = txt_qt022.GetId();//库存组织 |
| | | string kcBm = txt_qt009.GetId();//库存部门 |
| | | string kcGys = txt_qt018.GetId();//库存供应商 |
| | | string djLx = txt_qt003.Text.Trim();//单据类型 |
| | | string djLx = txt_qt003.TextTxt.Trim();//单据类型 |
| | | string kcfx = txt_qt019.Text.Trim();//库存方向 |
| | | string inHzlx = ucLookHuoZhu1.GetHzLx();//货主类型 |
| | | string inHz = ucLookHuoZhu1.GetHzId();//货主 |
| | |
| | | Gs.DevApp.ToolBox.MsgHelper.Warning("请选择货主!"); |
| | | return; |
| | | } |
| | | if (txt_qt003.SelectedIndex < 0) |
| | | if (txt_qt003.TextTxt.Length < 0) |
| | | { |
| | | Gs.DevApp.ToolBox.MsgHelper.Warning("请选择单据类型!"); |
| | | txt_qt003.Focus(); |