lifan
6 小时以前 110d37123795b91911ffe8e76f2e8a509cad1f4e
jrj/project/start.vframe.vbusiness.cpp
@@ -774,7 +774,7 @@
            return 1;
         }
      }
      if (userno == L"00601" || userno == L"00701" || userno == L"admin")
      if (userno == L"00601" || userno == L"00618" || userno == L"00701" || userno == L"admin")
      {
         if (comdid == L"SourceRemark")
         {
@@ -886,6 +886,18 @@
            OpenWindow(L"dev:xpage[maint.samplefee.vx]", arg);
            return 1;
         }
         if (name1 == L"SoleSupplierV3")
         {
            xaserverarg arg;
            arg.AddArg(L"EntityID", d1);
            arg.AddArg(L"config", L"/sale/view/SupplierV3/config/supplier/open");
            OpenWindow(L"dev:xpage[maintex.Owner.Supplier.v3.vx]", arg);
            return 1;
         }
      }
      return 0;
   }
@@ -933,7 +945,15 @@
         OpenWindow(L"dev:xpage[QuoteFile.vx]", arg1);
         return 1;
      }
      if (name1 == L"CustomerV3")
      {
         xaserverarg argc;
         argc.AddArg(L"EntityID", d);
         argc.AddArg(L"config", L"/sale/view/CustomerV3/config/customer/view");
         OpenWindow(L"dev:xpage[maint.Customer.v3.vx]", argc);
         return 1;
      }
      ProcessFlowAction(L"action:bill.open", 1);
      return 1;
   }