lifan
15 小时以前 53e35ee49a397549f7f8fd2621dd93c5ff35d6ae
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"")
      {
@@ -1243,7 +1250,7 @@
         
         if(userno !=L"00601" && userno !=L"admin" && userno !=L"00701" && userno != L"00618")
         {
            if(ApplyStatus ==L"财务已审核")
            if(ApplyStatus ==L"已审核")
            {
               dw_detail.SetReadOnly(true);   
            }