| | |
| | | |
| | | m_OA_CustomerCommunications.Keyid = NewGuid; |
| | | m_EC_AcceptWayByCustomers.TargetId = NewGuid; |
| | | |
| | | m_OA_CorporateClients.Paytime = 0; |
| | | m_OA_CorporateClients.Paydays = 0; |
| | | m_OA_CorporateClients.Biddingcompany = 0; |
| | | m_OA_CorporateClients.Contracttype = 0; |
| | | m_OA_CorporateClients.Contractmoney = 0; |
| | | m_OA_CorporateClients.Jigoudaima = ""; |
| | | m_OA_CorporateClients.Piaoju = 0; |
| | | m_OA_CorporateClients.Kaipiaoziliao = ""; |
| | | m_OA_CorporateClients.Expiretype = 0; |
| | | m_OA_CorporateClients.Shifouwanjie = 0; |
| | | m_OA_CorporateClients.Note = ""; |
| | | bool result = bll_OA_CorporateClientsBLL.InsertModel(m_OA_CorporateClients, m_OA_CustomerCommunications, m_EC_AcceptWayByCustomers);//添加信息 |
| | | if (result) |
| | | JavaScript.MessageBox("添加成功", this,true,true); |