lifan
22 小时以前 bb9fa4a5d0bedbfe6cf0073177163e5c11693f79
jrj/project/business/Customer3.maint.cpp
@@ -483,6 +483,13 @@
         alert(L"客户简称不能为空!");
         return 0;
      }
      xstring Status = dw_detail.GetItemString(1, L"Status");
      if (sShortName == L"")
      {
         alert(L"客户状况不能为空!");
         return 0;
      }
      xstring Level = dw_detail.GetItemString(1,L"Level");
      /*if (Level == L"")
      {