Browse Source

新增供应商生效时间

master
parent
commit
96f6d90a27
  1. 2
      UFIDA.U9.CreateSupplier/CustCreateSupplier.cs

2
UFIDA.U9.CreateSupplier/CustCreateSupplier.cs

@ -122,7 +122,7 @@ namespace UFIDA.U9.CreateSupplier
UFIDAU9BasePropertyTypesEffectiveData m_effective = new UFIDAU9BasePropertyTypesEffectiveData();
//m_effective.m_effectiveDate = new DateTime(2022, 9, 1);
m_effective.m_effectiveDate = DateTime.Now.AddDays(-1);
m_effective.m_effectiveDate = Convert.ToDateTime(Supp.Effective_EffectiveDate);// DateTime.Now.AddDays(-1);
m_effective.m_disableDate = new DateTime(9999, 12, 31);
m_effective.m_isEffective = true;

Loading…
Cancel
Save