コード例 #1
0
 internal void SyncClerk(ClerkAuthority authority)
 {
     //TradeManage = authority.TradeManage;
     DeliverOrder = authority.DeliverOrder;
     TihuoOrder   = authority.TihuoOrder;
     HuiGouOrder  = authority.HuiGouOrder;
     JgjOrder     = authority.JgjOrder;
     //TiHuoShouLi = authority.TiHuoShouLi;
     BangDingUser = authority.BangDingUser;
     TiHuo        = authority.TiHuo;
     ShouLiMingXi = authority.ShouLiMingXi;
     CheckManage  = authority.CheckManage;
     CheckDel     = authority.CheckDel;
 }
コード例 #2
0
        public ManagerAuthority(ClerkAuthority dealerAuthority)
        {
           
            AllowViewMarketOrder = false;
            AllowViewPendingOrder = false;
            AllowViewWarehousing = false;
            AllowViewChargebackRecord = false;
            AllowViewHedgingTransactions = false;
            AllowExportStatement = false;

            AccountManager = false;
            //IsTradeManagerEnabled = dealerAuthority.TradeManage;
            AdminAccountManager = false;
            IsSystemSettingsEnabled = false;
            IsDataManagerEnabled = false;
        }
コード例 #3
0
 internal void SyncClerk(ClerkAuthority authority)
 {
     //TradeManage = authority.TradeManage;
     DeliverOrder = authority.DeliverOrder;
     TihuoOrder = authority.TihuoOrder;
     HuiGouOrder = authority.HuiGouOrder;
     JgjOrder = authority.JgjOrder;
     //TiHuoShouLi = authority.TiHuoShouLi;
     BangDingUser = authority.BangDingUser;
     TiHuo = authority.TiHuo;
     ShouLiMingXi = authority.ShouLiMingXi;
     CheckManage = authority.CheckManage;
     CheckDel = authority.CheckDel;
 }