|
|
|
@ -186,11 +186,11 @@ __DFContainer.getControl('Employee_ID').fill('',''); |
|
|
|
e.Control.EnableInputArgument = true; |
|
|
|
e.Control.CodeArgument = 生物资产属性.羊.Value.ToString(); |
|
|
|
}; |
|
|
|
_weightGrid.Columns.EAdd(new DFEditGridColumn<DFTextBox>("Number")).InitEditControl += (sender, e) => |
|
|
|
_weightGrid.Columns.EAdd(new DFEditGridColumn<DFTextBox>("Number") { SumMode = SumMode.Sum }).InitEditControl += (sender, e) => |
|
|
|
{ |
|
|
|
e.Control.Style["width"] = "160px"; |
|
|
|
}; |
|
|
|
_weightGrid.Columns.EAdd(new DFEditGridColumn<DFTextBox>("Weight")).InitEditControl += (sender, e) => |
|
|
|
_weightGrid.Columns.EAdd(new DFEditGridColumn<DFTextBox>("Weight") { SumMode = SumMode.Sum }).InitEditControl += (sender, e) => |
|
|
|
{ |
|
|
|
e.Control.Style["width"] = "160px"; |
|
|
|
}; |
|
|
|
|