username@email.com
2025-11-03 089e6b4d4143fa37bd08da3d1a75c9f1629a6edb
CY_ECommercePlatform/CY.WebForm/Pages/Property/ShebeimanageEdit.aspx.cs
@@ -68,6 +68,10 @@
                this.txtQiyongTime.Value = m_OA_ShebeiManage.QiyongTime.HasValue? m_OA_ShebeiManage.QiyongTime.Value.ToString("yyyy-MM-dd"):"";
                this.selZerenren.Value = m_OA_ShebeiManage.Zerenren.HasValue? m_OA_ShebeiManage.Zerenren.ToString():"";
            }
            else
            {
                this.txtQiyongTime.Value = DateTime.Now.ToString("yyyy-MM-dd");
            }
        }
        //表单提交
@@ -136,7 +140,7 @@
                        this.txtPrice.Value="";
                        this.selAnzhuangdidian.Value = "";
                        this.txtQiyongTime.Value = "";
                        this.txtQiyongTime.Value = DateTime.Now.ToString("yyyy-MM-dd");
                        JavaScript.MessageBox("新增成功", this, false, true);
                    }