diff --git a/TradeManage/HuoWu/HW_GoodsAddForTM.aspx b/TradeManage/HuoWu/HW_GoodsAddForTM.aspx index 5a58c36..632bce5 100644 --- a/TradeManage/HuoWu/HW_GoodsAddForTM.aspx +++ b/TradeManage/HuoWu/HW_GoodsAddForTM.aspx @@ -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 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.HeaderText = "Temu利润"; - col.CellTemplate = "Temu利润"; + col.CellTemplate = "Temu利润"; Array.add(datagrid1.Columns, col); col = new nblf.ui.DataGridColumn(); diff --git a/TradeManageNew/HuoWuServiceNew.asmx.cs b/TradeManageNew/HuoWuServiceNew.asmx.cs index d92eb13..6e2df2f 100644 --- a/TradeManageNew/HuoWuServiceNew.asmx.cs +++ b/TradeManageNew/HuoWuServiceNew.asmx.cs @@ -7719,6 +7719,7 @@ namespace TradeManageNew amd.ck = ck; amd.sjtc = sjtc; amd.sjyf = sjyf; + amd.hwsf = hwsf; amd.cb = cb; amd.lr = lr; amd.KCNum = datas[0].KCNum; diff --git a/TradeManageNew/Huowu/TemuOrderGoodsFee.aspx b/TradeManageNew/Huowu/TemuOrderGoodsFee.aspx index 61ae3d9..22cf536 100644 --- a/TradeManageNew/Huowu/TemuOrderGoodsFee.aspx +++ b/TradeManageNew/Huowu/TemuOrderGoodsFee.aspx @@ -269,7 +269,7 @@