啊鑫
6 天以前 650fe9e42e3de66be29769da72cc755273246dd9
DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_InitialBarcode.cs
@@ -1,15 +1,15 @@
using Gs.DevApp.Entity;
using Gs.DevApp.ToolBox;
using Gs.DevApp.UserControl;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
using System.Collections.Generic;
using System.Data;
using System.Threading.Tasks;
using System.Windows.Forms;
using Gs.DevApp.Entity;
using Gs.DevApp.ToolBox;
using Gs.DevApp.UserControl;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
namespace Gs.DevApp.DevFrm
namespace Gs.DevApp.DevFrm.Warehouse
{
    public partial class Frm_InitialBarcode : DevExpress.XtraEditors.XtraForm
    {
@@ -45,13 +45,13 @@
                (rowGuid, rowName) = UtilityHelper.GetCurrentRow(xtraTabControl1,
                    lbGuid, txt_itemName, gridView1);
                ucBtnPrint1.guidKey = rowGuid;
                //if (string.IsNullOrEmpty(txt_suppNo_1.GetCode()))
                //{
                //    Gs.DevApp.ToolBox.MsgHelper.ShowError("请选择供应商!");
                //    txt_suppNo_1.Focus();
                //    this.ucBtnPrint1.rptParameter = "return false";
                //    return;
                //}
                if (string.IsNullOrEmpty(txt_suppNo_1.GetCode()))
                {
                    Gs.DevApp.ToolBox.MsgHelper.ShowError("请选择供应商!");
                    txt_suppNo_1.Focus();
                    this.ucBtnPrint1.rptParameter = "return false";
                    return;
                }
                if (!Gs.DevApp.ToolBox.UtilityHelper.IsNumeric3(txt_iCount_1.Text.Trim()))
                {
                    Gs.DevApp.ToolBox.MsgHelper.ShowError("请输入正确的条码数量!");