| | |
| | | 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"); |
| | | } |
| | | } |
| | | |
| | | //表单提交 |
| | |
| | | this.txtPrice.Value=""; |
| | | this.selAnzhuangdidian.Value = ""; |
| | | |
| | | this.txtQiyongTime.Value = ""; |
| | | this.txtQiyongTime.Value = DateTime.Now.ToString("yyyy-MM-dd"); |
| | | JavaScript.MessageBox("新增成功", this, false, true); |
| | | } |
| | | |