王 垚
2021-02-28 156e06ad46f0e4cb61c5f74553f6c2bc51e21a04
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++;
            }
        }