22
This commit is contained in:
parent
76022e6283
commit
11f7b2437c
@ -30,6 +30,7 @@ using System.Linq;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using System.Web.UI.WebControls;
|
using System.Web.UI.WebControls;
|
||||||
|
using static Kingdee.BOS.BusinessEntity.YunZhiJia.ERPInfoEnum;
|
||||||
using static Pilot_KD_Parino.QPHY_AutoWrire.Bill2;
|
using static Pilot_KD_Parino.QPHY_AutoWrire.Bill2;
|
||||||
using static Pilot_KD_Parino.QPHY_AutoWrire.Bill3;
|
using static Pilot_KD_Parino.QPHY_AutoWrire.Bill3;
|
||||||
|
|
||||||
@ -49,6 +50,7 @@ namespace Pilot_KD_Parino.QPHY_AutoWrire
|
|||||||
private int level = 0;//层级
|
private int level = 0;//层级
|
||||||
private string parentRowId = "";//父项ID
|
private string parentRowId = "";//父项ID
|
||||||
string dateFormat = "yyyy-MM-dd HH:mm:ss"; // 指定的日期格式
|
string dateFormat = "yyyy-MM-dd HH:mm:ss"; // 指定的日期格式
|
||||||
|
int status11=1;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 开始
|
/// 开始
|
||||||
@ -398,6 +400,13 @@ namespace Pilot_KD_Parino.QPHY_AutoWrire
|
|||||||
//自动匹配
|
//自动匹配
|
||||||
if (e.BarItemKey.ToString().Equals("MBBA_tbButton_2"))
|
if (e.BarItemKey.ToString().Equals("MBBA_tbButton_2"))
|
||||||
{
|
{
|
||||||
|
if (status11 == 1)
|
||||||
|
{
|
||||||
|
this.View.ShowWarnningMessage("请先过滤一次数据后再点击[自动核销]");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
status11 = 1;
|
||||||
|
|
||||||
//#region 全部
|
//#region 全部
|
||||||
//销售订单绑定数据
|
//销售订单绑定数据
|
||||||
SaleBILLLIS = new List<CombinaClass>();
|
SaleBILLLIS = new List<CombinaClass>();
|
||||||
@ -1283,6 +1292,7 @@ namespace Pilot_KD_Parino.QPHY_AutoWrire
|
|||||||
|
|
||||||
public void FilterCallBack(FormResult action)
|
public void FilterCallBack(FormResult action)
|
||||||
{
|
{
|
||||||
|
status11 = 0;
|
||||||
if (action.ReturnData != null)
|
if (action.ReturnData != null)
|
||||||
{
|
{
|
||||||
FilterParameter returnData = action.ReturnData as FilterParameter;//过滤框返回的数据
|
FilterParameter returnData = action.ReturnData as FilterParameter;//过滤框返回的数据
|
||||||
|
Loading…
x
Reference in New Issue
Block a user