|
|
|
@ -64,7 +64,7 @@
|
|
|
|
|
|
|
|
|
|
col = new nblf.ui.DataGridColumn();
|
|
|
|
|
col.HeaderText = "保本价";
|
|
|
|
|
col.CellTemplate = "<span>{Bind SKU}</span>";
|
|
|
|
|
col.CellTemplate = "<span>{Bind temuChengben}</span>";
|
|
|
|
|
Array.add(datagrid1.Columns, col);
|
|
|
|
|
|
|
|
|
|
col = new nblf.ui.DataGridColumn();
|
|
|
|
@ -122,6 +122,11 @@
|
|
|
|
|
col.CellTemplate = "<span>{Bind LeftNumE}</span>";
|
|
|
|
|
Array.add(datagrid1.Columns, col);
|
|
|
|
|
|
|
|
|
|
col = new nblf.ui.DataGridColumn();
|
|
|
|
|
col.HeaderText = "总库存";
|
|
|
|
|
col.CellTemplate = "<span>{Bind LeftNumAll}</span>";
|
|
|
|
|
Array.add(datagrid1.Columns, col);
|
|
|
|
|
|
|
|
|
|
col = new nblf.ui.DataGridColumn();
|
|
|
|
|
col.HeaderText = "库龄";
|
|
|
|
|
col.CellTemplate = "<span>{Bind PositionAge}</span>";
|
|
|
|
|