| | |
| | | strMsg = "反审核"; |
| | | break; |
| | | } |
| | | ; |
| | | toolBarMenu1.guidKey = ""; |
| | | if (_inFieldValue == 1) |
| | | { |
| | | string confirmMsg = $"是否审核 产线号:{lineNo},日期:{date}?"; |
| | | if (MessageBox.Show(confirmMsg, "审核确认", MessageBoxButtons.YesNo, MessageBoxIcon.Question) != DialogResult.Yes) |
| | | { |
| | | return; |
| | | } |
| | | } |
| | | else |
| | | { |
| | | string confirmMsg = $"是否反审核 产线号:{lineNo},日期:{date}?"; |
| | | if (MessageBox.Show(confirmMsg, "审核确认", MessageBoxButtons.YesNo, MessageBoxIcon.Question) != DialogResult.Yes) |
| | | { |
| | | return; |
| | | } |
| | | } |
| | | toolBarMenu1.guidKey = ""; |
| | | var _obj = new |
| | | { |
| | | lineNo = lineNo, |