|
|
@ -852,11 +852,12 @@ namespace PaintingPC |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
if(reason.Contains("点修补") && state!="其它") |
|
|
|
{ |
|
|
|
MessageBox.Show("选择[点修补],只能判定为[其它]状态,不能判定为"+ state); |
|
|
|
return; |
|
|
|
} |
|
|
|
//if(reason.Contains("点修补") && state!="其它")
|
|
|
|
//{
|
|
|
|
// MessageBox.Show("选择[点修补],只能判定为[其它]状态,不能判定为"+ state);
|
|
|
|
// return;
|
|
|
|
//}
|
|
|
|
|
|
|
|
string bcode = txtBarCode.Text.Trim(); |
|
|
|
|
|
|
|
bool ispass = ScanCodeValidVerify(bcode); |
|
|
|