master
fxc 3 weeks ago
parent 7ff89d38c0
commit ab521cf173

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

Loading…
Cancel
Save