From d291af0ea6fbda27a326d19a6a51d99c1cedff59 Mon Sep 17 00:00:00 2001
From: yxj <yxj@hz-kingdee.com>
Date: 星期五, 09 八月 2024 15:49:05 +0800
Subject: [PATCH] 直接调拨核对模块,扫源单方法增加私有云模式时通过WEBAPI重新同步单据功能;领料出库核对模块,扫物料条码调用方法修改,增加系统参数判断,安瑞先解析条码;新增设备维修记录报表调用方法
---
WorkM/报表分析/Mes_OrderProcFlowAllReport.cs | 36 ++++++++++++++++++------------------
1 files changed, 18 insertions(+), 18 deletions(-)
diff --git "a/WorkM/\346\212\245\350\241\250\345\210\206\346\236\220/Mes_OrderProcFlowAllReport.cs" "b/WorkM/\346\212\245\350\241\250\345\210\206\346\236\220/Mes_OrderProcFlowAllReport.cs"
index 98e06f8..9ef9d4a 100644
--- "a/WorkM/\346\212\245\350\241\250\345\210\206\346\236\220/Mes_OrderProcFlowAllReport.cs"
+++ "b/WorkM/\346\212\245\350\241\250\345\210\206\346\236\220/Mes_OrderProcFlowAllReport.cs"
@@ -255,24 +255,24 @@
}
}
- for (int j = HRecProc1Col; j < grdMain.Columns.Count-2; j++)
- {
- if (checkBox1.Checked == false)
- {
- if (ClsPub.isStrNull(grdMain.Columns[j].HeaderText).ToUpper().Trim().Contains("涓嶅悎鏍�") == true)
- {
- grdMain.Columns[j].Visible = false;
- }
- else
- {
- grdMain.Columns[j].Visible = true;
- }
- }
- else
- {
- grdMain.Columns[j].Visible = true;
- }
- }
+ //for (int j = HRecProc1Col; j < grdMain.Columns.Count-2; j++)
+ //{
+ // if (checkBox1.Checked == false)
+ // {
+ // if (ClsPub.isStrNull(grdMain.Columns[j].HeaderText).ToUpper().Trim().Contains("涓嶅悎鏍�") == true)
+ // {
+ // grdMain.Columns[j].Visible = false;
+ // }
+ // else
+ // {
+ // grdMain.Columns[j].Visible = true;
+ // }
+ // }
+ // else
+ // {
+ // grdMain.Columns[j].Visible = true;
+ // }
+ //}
//
}
--
Gitblit v1.9.1