From ab521cf1733ed4615585c0cf26896f48bb681299 Mon Sep 17 00:00:00 2001
From: fxc <541723947@qq.com>
Date: Wed, 12 Feb 2025 14:09:19 +0800
Subject: [PATCH] 11
---
TradeManageNew/Huowu/HW_GoodsDetailList2TemuSku.aspx | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/TradeManageNew/Huowu/HW_GoodsDetailList2TemuSku.aspx b/TradeManageNew/Huowu/HW_GoodsDetailList2TemuSku.aspx
index 8c07872..ddfc44b 100644
--- a/TradeManageNew/Huowu/HW_GoodsDetailList2TemuSku.aspx
+++ b/TradeManageNew/Huowu/HW_GoodsDetailList2TemuSku.aspx
@@ -64,7 +64,7 @@
col = new nblf.ui.DataGridColumn();
col.HeaderText = "保本价";
- col.CellTemplate = "{Bind SKU}";
+ col.CellTemplate = "{Bind temuChengben}";
Array.add(datagrid1.Columns, col);
col = new nblf.ui.DataGridColumn();
@@ -122,6 +122,11 @@
col.CellTemplate = "{Bind LeftNumE}";
Array.add(datagrid1.Columns, col);
+ col = new nblf.ui.DataGridColumn();
+ col.HeaderText = "总库存";
+ col.CellTemplate = "{Bind LeftNumAll}";
+ Array.add(datagrid1.Columns, col);
+
col = new nblf.ui.DataGridColumn();
col.HeaderText = "库龄";
col.CellTemplate = "{Bind PositionAge}";