|
|
|
@ -251,7 +251,7 @@ namespace QualityAndOrder |
|
|
|
if (e.RowIndex == -1) |
|
|
|
return; |
|
|
|
var entity = preOrderGrid.CurrentRow.DataBoundItem as NeedOrderEntity; |
|
|
|
if (e.ColumnIndex != preOrderGrid.ColumnCount - 2)//排宰
|
|
|
|
if (e.ColumnIndex == preOrderGrid.ColumnCount - 2)//排宰
|
|
|
|
{ |
|
|
|
if (lastPreOrder != null) |
|
|
|
{ |
|
|
|
|