丸井供应商桌面条码生成程序
yxj
2021-10-20 bba8650eb94f7b5a7341ab7b6268ef4d9ee62877
条码生成模块,增加选择源单:收料通知单
2个文件已修改
8 ■■■■ 已修改文件
SCM/条码打印/Gy_BarCodeBill.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
SCM/条码打印/Gy_BarCodeBill.designer.cs 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
SCM/ÌõÂë´òÓ¡/Gy_BarCodeBill.cs
@@ -202,7 +202,7 @@
            //cmbSourceBillType.Items.Add("生产订单");
            //cmbSourceBillType.Items.Add("生产汇报单");
            cmbSourceBillType.Items.Add("采购订单");
            //cmbSourceBillType.Items.Add("收料通知单");
            cmbSourceBillType.Items.Add("收料通知单");
            //cmbSourceBillType.Items.Add("委外订单");
            cmbSourceBillType.SelectedIndex = 0;
            //
@@ -2642,7 +2642,7 @@
            }
            else if (cmbSourceBillType.Text.Trim() == "收料通知单")
            {
                sWhere = " and HOrgID =" + sHOrgID.ToString();
                sWhere = " and HOrgID =" + sHOrgID.ToString() + " and HSupID = " + ClsPub1.HSupID;
                SCM.Cls_S_IF_POInStockBillList oIF_POInStockBillList = new SCM.Cls_S_IF_POInStockBillList();
                if (oIF_POInStockBillList.Refresh(sWhere))  //选择原单
                {
SCM/ÌõÂë´òÓ¡/Gy_BarCodeBill.designer.cs
@@ -289,12 +289,14 @@
            this.kc.Text = "库存";
            this.kc.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.kc.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.kc.Visible = false;
            this.kc.Click += new System.EventHandler(this.kc_Click);
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(6, 50);
            this.toolStripSeparator3.Visible = false;
            // 
            // tb
            // 
@@ -309,12 +311,14 @@
            this.tb.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            this.tb.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.tb.ToolTipText = "同步基础资料";
            this.tb.Visible = false;
            this.tb.Click += new System.EventHandler(this.tb_Click);
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(6, 50);
            this.toolStripSeparator5.Visible = false;
            // 
            // tc
            //