| | |
| | | string dblx = txt_ftranstype.Text.ToString(); |
| | | string dchzlx = txt_fOwnerTypeIdHead.Text.ToString(); |
| | | string drhzlx = txt_fOwnerTypeInIdHead.Text.ToString(); |
| | | if (txt_fBillTypeID.SelectedIndex <= 0) |
| | | { |
| | | Gs.DevApp.ToolBox.MsgHelper.Warning("请选择单据类型!"); |
| | | txt_fBillTypeID.Focus(); |
| | | return; |
| | | } |
| | | //if (txt_fBillTypeID.SelectedIndex <= 0) |
| | | //{ |
| | | // Gs.DevApp.ToolBox.MsgHelper.Warning("请选择单据类型!"); |
| | | // txt_fBillTypeID.Focus(); |
| | | // return; |
| | | //} |
| | | if (txt_fTransferDirect.SelectedIndex <= 0) |
| | | { |
| | | Gs.DevApp.ToolBox.MsgHelper.Warning("请选择调拨方向!"); |