master
cmj 2 weeks ago
parent a43af1d6d5
commit b187143094

@ -262,10 +262,10 @@
}); });
$("#" + datagrid4.TableID + " a[CommandName='cmdTemu']").live("click", function () { $("#" + datagrid1.TableID + " a[CommandName='cmdTemu']").live("click", function () {
var RowIndex = $(this).parentsUntil("tr").parent().attr("index"); var RowIndex = $(this).parentsUntil("tr").parent().attr("index");
var model = datagrid1.Get_Model(RowIndex); var model = datagrid1.Get_Model(RowIndex);
window.open("TemuOrderGoodsFee.aspx?SKU1=" + model.SKU1); window.open("TemuOrderGoodsFee.aspx?SKU=" + model.SKU1);
@ -2889,7 +2889,7 @@ function selectE(p,c) {
col = new nblf.ui.DataGridColumn(); col = new nblf.ui.DataGridColumn();
col.HeaderText = "Temu利润"; col.HeaderText = "Temu利润";
col.CellTemplate = "<a CommandName='cmdTemu'>Temu利润</a>"; col.CellTemplate = "<a CommandName='cmdTemu' style='color:blue'>Temu利润</a>";
Array.add(datagrid1.Columns, col); Array.add(datagrid1.Columns, col);
col = new nblf.ui.DataGridColumn(); col = new nblf.ui.DataGridColumn();

@ -7719,6 +7719,7 @@ namespace TradeManageNew
amd.ck = ck; amd.ck = ck;
amd.sjtc = sjtc; amd.sjtc = sjtc;
amd.sjyf = sjyf; amd.sjyf = sjyf;
amd.hwsf = hwsf;
amd.cb = cb; amd.cb = cb;
amd.lr = lr; amd.lr = lr;
amd.KCNum = datas[0].KCNum; amd.KCNum = datas[0].KCNum;

@ -269,7 +269,7 @@
<tr> <tr>
<td valign="top" colspan="2"> <td valign="top" colspan="2">
<div id="DataGrid1" class="DataGridStyle" style="-webkit-overflow-scrolling: touch; <div id="DataGrid1" class="DataGridStyle" style="-webkit-overflow-scrolling: touch;
overflow: auto;height:500px"> overflow: auto;height:800px">
</div> </div>
</td> </td>
</tr> </tr>

Loading…
Cancel
Save