|
|
@@ -759,15 +759,7 @@ namespace Dongke.IBOSS.PRD.Client.PMModule
|
|
|
{
|
|
|
int modelType = Convert.ToInt32(dtInProduction.Rows[0]["ProcedureModelTypeID"]);
|
|
|
// 装车,入窑,出窑,窑车补件不能报损
|
|
|
- if (modelType == Constant.INT_IS_ONE || modelType == Constant.INT_IS_TWO || modelType == Constant.INT_IS_THREE || modelType == Constant.INT_IS_SIX)
|
|
|
- {
|
|
|
- //某些特殊工序不可报损
|
|
|
- MessageBox.Show("该产品处于无法报损的特殊工序中!",
|
|
|
- this.Text, MessageBoxButtons.OK, MessageBoxIcon.Warning, MessageBoxDefaultButton.Button1);
|
|
|
- this.txtBarCode.Text = "";
|
|
|
- this.txtBarCode.Focus();
|
|
|
- return;
|
|
|
- }
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
DataTable dtProductionData = null;
|