jingh
2022-02-06 98953dc3a98f23d4956d9d050340ef5533ac0491
入库单上传控制注释
1个文件已修改
11 ■■■■■ 已修改文件
SCM/报表/KF_PonderationBillMain_ICMOReport.cs 11 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
SCM/±¨±í/KF_PonderationBillMain_ICMOReport.cs
@@ -395,6 +395,8 @@
        {
            try
            {
                //获取界面日期框
                DateTime HBeginDate = dtpHBDate.Value;
                DateTime HEndDate = dtpHEDate.Value;
                long HOWNERID = DBUtility.ClsPub.isLong(cmbHOrgID.Tag);
@@ -454,6 +456,15 @@
                    }
                }
                //先从本地文件ini获取上次生单时间
                //判断当前时间和上次生单时间,是否在30秒以上,如果没有到40秒则报错,提示30秒后才能生单
                //如果上次生单时间为空,或者超过30秒,则允许生单
                //将当前时间存入本地文件ini
                //生成产品入库单
                if (oWeb.set_SaveProductInBill_Caiji_CLD(oMain, ref sHBillNo, ref DBUtility.ClsPub.sExeReturnInfo))
                {