王 垚
2021-02-26 b8cd2cf8a3ef9290c1be95e9c9b35e1d944c79b7
src/BLL/Demo.BillView/PRD/ProCompleteAnalysisDetails.cs
@@ -20,6 +20,7 @@
        bool did = false;
        string FHICMOInterID = "";//日计划工单内码
        string tempName = "JIT_MOMaterReadysBill";//表名称
        public override void OnLoad(EventArgs e)
        {
            LogHelper.Info("[齐套分析明细加载列表]");
@@ -66,6 +67,7 @@
                did = true;
            }
        }
        private void ChangeColor()
        {
            Entity entity = this.View.BillBusinessInfo.GetEntity("FEntity");
@@ -79,6 +81,10 @@
                {
                    grid.SetRowBackcolor("#71FF98CB", _i);
                }
                else
                {
                    grid.SetRowBackcolor("#ffffff", _i);
                }
                _i++;
            }
        }