private void bingOEMContract(oem.OEMContract contract) { txtEnterpriseQQ.Text = contract.EnterpriseQQ; txtFax.Text = contract.Fax; txtServicePhone.Text = contract.ServicePhone; txtRefundPhone.Text = contract.RefundPhone; txtScrapPhone.Text = contract.ScrapPhone; txtPayServicePhone.Text = contract.PayServicePhone; txtEmergencyPhone.Text = contract.EmergencyPhone; txtComplainPhone.Text = contract.ComplainPhone; rdoAllowUseB3BServicePhone.Checked = contract.UseB3BServicePhone; rdoAllowNotUseB3BServicePhone.Checked = !contract.UseB3BServicePhone; rdoAllowPlatformContractPurchaser.Checked = contract.AllowPlatformContractPurchaser; rdoNotAllowPlatformContractPurchaser.Checked = !contract.AllowPlatformContractPurchaser; }
void FlushDefaultPhone() { _B3BDefault = null; }