username@email.com
10 小时以前 f0c21ec9c1e9c7cd5db58caeb760c7d7ca6df002
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);
                    }