Exemplo n.º 1
0
        /// <summary>
        /// 自定义绑定入库单
        /// </summary>
        private void f_CID()
        {
            string C = "CK";

            HYWJ.HY_System.HY_NO hyNO = new HYWJ.HY_System.HY_NO();
            this.s_DID.Text = hyNO.JhGoodsID(C);
        }
Exemplo n.º 2
0
        /// <summary>
        /// 返回品号
        /// </summary>
        public void q_PID()
        {
            string q = "P";

            HYWJ.HY_System.HY_NO hyNO = new HYWJ.HY_System.HY_NO();
            this.r_NameID.Text = hyNO.JhGoodsID(q);
        }
Exemplo n.º 3
0
        /// <summary>
        /// 自定义绑定品号
        /// </summary>
        private void b_PID()
        {
            string P = "P";

            HYWJ.HY_System.HY_NO hyNO = new HYWJ.HY_System.HY_NO();
            this.d_PID.Text = hyNO.JhGoodsID(P);
        }
        /// <summary>
        /// 自定义生成销售单号
        /// </summary>
        private void b_BOMID()
        {
            string P = "S";

            HYWJ.HY_System.HY_NO hyNO = new HYWJ.HY_System.HY_NO();
            this.label6.Text = hyNO.JhGoodsID(P);
        }
Exemplo n.º 5
0
        /// <summary>
        /// 自定义绑定领料单号
        /// </summary>
        private void f_DID()
        {
            string D = "L";

            HYWJ.HY_System.HY_NO hyNO = new HYWJ.HY_System.HY_NO();
            this.label1.Text = hyNO.JhGoodsID(D);
        }
Exemplo n.º 6
0
        /// <summary>
        /// 自定义物料单号
        /// </summary>
        private void b_BOMID()
        {
            string P = "B";

            HYWJ.HY_System.HY_NO hyNO = new HYWJ.HY_System.HY_NO();
            this.b_SKID.Text = hyNO.JhGoodsID(P);
        }
Exemplo n.º 7
0
 public HY_SupplierPrice()
 {
     InitializeComponent();
     supbll = new HY_SupplierPriceBLL();
     valid  = new HYWJ.HY_System.OperateAndValidate();
     hyNO   = new HYWJ.HY_System.HY_NO();
 }
Exemplo n.º 8
0
        //新增请购信息
        private void toolStripADD_Click(object sender, EventArgs e)
        {
            this.groupA.Enabled        = true;
            this.groupB.Enabled        = true;
            this.groupPaneA.Enabled    = false;
            this.groupPaneB.Enabled    = false;
            this.groupPaneC.Enabled    = false;
            this.toolStripADD.Enabled  = false;
            this.toolStripCEL.Enabled  = true;
            this.toolStripSave.Enabled = true;
            string P = "QG";

            HYWJ.HY_System.HY_NO hyNO = new HYWJ.HY_System.HY_NO();
            this.r_ID.Text = hyNO.JhGoodsID(P);
            q_PID();
            intFalg = 1;
        }