| | |
| | | #region 判断有没有输入筛选条件 uiTextBox_positionName |
| | | //param.positionName = uiTextBox_positionName.Text.Trim() != "" ? uiTextBox_positionName.Text.Trim() : "";//库位名称 |
| | | param.sourcePlace = uiTextBox_sourcePlace.Text.Trim() != "" ? uiTextBox_sourcePlace.Text.Trim() : "";//起点 |
| | | param.toPlace = uiTextBox_toPlace.Text.Trim() != "" ? uiTextBox_toPlace.Text.Trim() : "";//目标点 |
| | | //param.toPlace = uiTextBox_toPlace.Text.Trim() != "" ? uiTextBox_toPlace.Text.Trim() : "";//目标点 |
| | | param.materialName = uiComboBox_materialName.Text.Trim() != "" ? uiComboBox_materialName.Text.Trim() : "";//物料名称 |
| | | param.materialCode = uiComboBox_materialCode.Text.Trim() != "" ? uiComboBox_materialCode.Text.Trim() : "";//物料编码 |
| | | param.containerCode = uiTextBox_containerCode.Text.Trim() != "" ? uiTextBox_containerCode.Text.Trim() : "";//托盘号 |
| | |
| | | { |
| | | |
| | | this.uiTextBox_sourcePlace.Text = ""; |
| | | this.uiTextBox_toPlace.Text = ""; |
| | | //this.uiTextBox_toPlace.Text = ""; |
| | | this.uiTextBox_supplier.Text = ""; |
| | | this.uiComboBox_version.Text = ""; |
| | | this.uiTextBox_containerCode.Text = ""; |