畫面調整,增加統計
This commit is contained in:
@@ -78,7 +78,7 @@ public partial class admin_activity_item_reg : MyWeb.config
|
||||
if (prod.cycle.HasValue)
|
||||
cycle.Text = prod.cycle.Value.ToString();
|
||||
|
||||
customize_data.Text = prod.customize_data?.ToString();
|
||||
//customize_data.Text = prod.customize_data?.ToString();
|
||||
|
||||
|
||||
edit.Visible = true;
|
||||
@@ -158,7 +158,7 @@ public partial class admin_activity_item_reg : MyWeb.config
|
||||
actItem.extend = extend.Checked ? "Y" : "N";
|
||||
actItem.is_reconcile = is_reconcile_item.Checked ? "Y" : "N";
|
||||
actItem.demo = demo.Text;
|
||||
actItem.customize_data = customize_data.Text;
|
||||
//actItem.customize_data = customize_data.Text;
|
||||
actItem.sort_order = maxSort + 1;
|
||||
|
||||
_db.actItems.Add(actItem);
|
||||
@@ -218,7 +218,7 @@ public partial class admin_activity_item_reg : MyWeb.config
|
||||
actItem.extend = extend.Checked ? "Y" : "N";
|
||||
actItem.is_reconcile = is_reconcile_item.Checked ? "Y" : "N";
|
||||
actItem.demo = demo.Text;
|
||||
actItem.customize_data = customize_data.Text;
|
||||
//actItem.customize_data = customize_data.Text;
|
||||
|
||||
_db.SaveChanges();
|
||||
Model.admin_log admin_log = new Model.admin_log();
|
||||
|
||||
Reference in New Issue
Block a user