Example #1
0
    protected void Page_Load(object sender, EventArgs e)
    {
        BcodeList      = Cnf07.GetList();
        WherehouseList = Cnf10.GetList("004");
        InReasonList   = Cnf10.GetList("S15");
        CurrencyList   = Cnf10.GetList("073");

        //Inf29.CreateKeywordSP();
    }
Example #2
0
    /// <summary>
    /// 異動代號下拉選單來源
    /// </summary>
    //public List<Cnf10> InReasonList = null;

    /// <summary>
    /// 幣別下拉選單來源
    /// </summary>
    //public List<Cnf10> CurrencyList = null;

    protected void Page_Load(object sender, EventArgs e)
    {
        BcodeList = Cnf07.GetList();
        //InReasonList = Cnf10.GetList("S15");
        //CurrencyList = Cnf10.GetList("073");
    }