private void SatFieldMustInput (string strKey,bool mustInput)
        {
            this.View.BillBusinessInfo.GetField(strKey).MustInput = Convert.ToInt32(mustInput);
            this.View.GetControl(strKey).SetCustomPropertyValue("mustInput", mustInput);
        }

相关文章:

  • 2021-12-29
  • 2022-01-03
  • 2022-02-06
  • 2021-10-05
  • 2021-09-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-01-26
  • 2021-07-10
  • 2022-12-23
  • 2021-06-06
  • 2021-10-03
  • 2022-12-23
相关资源
相似解决方案