chenwenkai 3 weeks ago
parent efba23936f
commit 680a98ef37

File diff suppressed because one or more lines are too long

@ -18032,7 +18032,7 @@ where a.storeid in (6,9,11) and a.OrderGoodsId=0 and a.KCNum>0 " + tj + " gr
#region 智能库存temu sku数据导出
[WebMethod(EnableSession = true)]
public string GetExcelTemuSKUData(int PageSize, int PageIndex, string GoodsCode)
public string GetExcelTemuSKUData( string GoodsCode)
{
// 这里确保您的登录逻辑正确
//PagesNew.Login(this.Session);
@ -18042,7 +18042,7 @@ where a.storeid in (6,9,11) and a.OrderGoodsId=0 and a.KCNum>0 " + tj + " gr
//Pages.Login(this.Session);
#region 信息查询
var slist = new List<TemuSKUData_List>();
slist = DataNew.GetTemuSKUData(PageSize, PageIndex, GoodsCode, out int rowCount);
slist = DataNew.GetTemuSKUData(999999, 1, GoodsCode, out int rowCount);
#endregion
TableColumnCollection listColumns = new TableColumnCollection();
// 添加列信息

Loading…
Cancel
Save